Digit


Country: US

Stars Earned
24
11
11
5

Wild Mode Embed Generic Embed

Currently displaying scores for mode. Select another difficulty to view scores for it.

Total Score Count: 51

Song Title Artist Level Score Grade Date
Dance Vibrations Elpis 19 82980 2024-03-04 00:26:23
Party All Night KaW feat. Sam-I-Am 20 85450 2023-10-01 19:38:35
Start & Paws Oscillator X 19 78703 2023-12-13 23:07:28
All Of Me Klubbmover 20 93021 2024-07-16 22:29:18
Origin Eagle | Stallian 20 76000 2023-11-22 20:50:53
Shoulda SUNN 20 43117 2024-03-28 00:03:54
Think Thousand Thoughts Auvic 20 86257 2024-03-28 00:06:04
Bounce Crew 7 19 60790 2024-03-27 22:54:14
Mexi Mexi Mozquito 20 13482 2024-07-03 01:01:30
Agent Blatant Ernest + Julio 21 4530 2024-07-03 00:58:23
Disconnected Disco Kid Whatever 20 11520 2024-03-20 23:27:30
Reactor Jason Creasey 19 89523 2024-03-27 22:56:53
Ladybug Coconut 19 92160 2024-07-03 01:39:15
Click Bait S3RL feat. GL!TCH 20 83822 2024-08-21 22:04:55
EternuS Sanxion7 20 94561 2023-10-08 23:07:33
Feel The Melody S3RL feat. Sara 20 75188 2024-08-21 22:09:58
Gargoyle Sanxion7 24 1411 2023-09-04 02:46:24
Ari Oh Jenny Kee 20 82817 2024-07-16 22:34:18
Bumble Bee Bambee 20 85016 2023-12-10 02:10:28
Coming Out Playmaker feat. Robina 19 91090 2024-05-08 22:31:10
Never Gonna Make Morgana 21 67024 2024-04-03 23:29:25
NightMoves Playmaker 20 82369 2023-12-10 02:21:31
Pink Dinosaur Miss Papaya 19 88715 2024-07-03 01:42:00
Anubis Banzai 20 89749 2024-07-16 22:31:19
Dam Dariram Joga 20 83993 2024-04-10 22:15:55
So Deep Silvertear 21 75354 2024-03-07 03:13:35
Stay Tess 20 28211 2023-10-08 23:10:55
Nothing Gonna Stop Micky 20 74581 2024-04-17 23:43:27
Nightmare FSJ feat. Tara Louise 21 82631 2024-03-02 01:37:17
Megalovania Toby Fox 21 42244 2024-04-10 23:32:34
The Judgement Day Naoki feat. Riyu Kosaka 19 83666 2023-10-05 00:18:58
Butterfly Swingrowers 19 92378 2024-07-03 01:37:07
Test My Best E-Rotic 21 19023 2023-10-01 19:41:11
Kick It Man KaW feat. DAZ 19 86676 2024-07-11 06:58:10
Paradox Naoki feat. Riyu Kosaka 20 88047 2024-03-06 23:03:19
Get Up'n Move S & K 20 81841 2024-03-04 00:30:45
Insane Niko Noise 20 59535 2023-11-22 20:54:09
Kalinka Quiqman 20 78119 2023-12-10 18:01:00
The Shrimps Vertigini 20 55362 2023-10-16 21:38:47
Moonlight PIXY 20 73989 2024-05-23 00:55:16
Right Into You The Tech Team 20 83706 2023-09-10 22:21:22
Ievan Polkka Quiqman feat. Chihiro Kawakami 23 24068 2024-04-10 23:29:44
Crab Rave Noisestorm 20 83213 2024-05-29 21:44:22
Down Low Hr. Troels x Felix Schorn 20 85385 2024-03-04 00:28:30
Candy Pop Luv Limited -NM- 21 64948 2024-01-11 03:00:15
Keep On Dancing BEAUZ feat. Heleen 20 81850 2023-11-22 20:48:01
Jingle Bell Rock KaW feat. Bobby Helms 20 85912 2023-12-20 23:23:08
Definition of a Badboy Scott Brown 20 67173 2024-04-03 23:26:19
Tick Tock Technikore 20 84185 2024-03-31 21:37:13
Truth or Dare PIXY 19 93077 2024-03-31 21:35:20
Fly Me High @pple & Pie 20 55326 2025-02-06 01:23:29
  BENCHMARKS  
Loading Time: Base Classes  0.0026
Controller Execution Time ( Main / Scores )  0.0155
Total Execution Time  0.0183
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,601,240 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/7981/3
  CLASS/METHOD  
main/scores
  DATABASE:  statmani_devel (Main:$db)   QUERIES: 0 (0.0000 seconds)  (Hide)
No queries were run
  DATABASE:  stepmani_db (Data_smx:$smx)   QUERIES: 3 (0.0061 seconds)  (Hide)
0.0042   SELECT `gs`.`grade`, count(*) as count
FROM 
`gamer_high_scores` as `ghs`
JOIN `song_charts` as `scON `sc`.`id` = `ghs`.`song_chart_id`
JOIN `gamer_scores` as `gsON `gs`.`id` = `ghs`.`gamer_score_id`
WHERE (`sc`.`game_difficulty_id` = or `sc`.`game_difficulty_id` = 10)
AND `
sc`.`is_enabled` = 1
AND `ghs`.`private` = 0
AND `ghs`.`gamer_id` = '7981'
GROUP BY `gs`.`grade
0.0018   SELECT `s`.`id` as `song_id`, `ghs`.`song_chart_id`, `s`.`title` as `title`, `s`.`artist`, `sc`.`difficulty`, `ghs`.`created_at` as `date`, `ghs`.`score`, `gs`.`flags`, `gs`.`perfect1`, `gs`.`perfect2`, `gs`.`early`, `gs`.`green`, `gs`.`yellow`, `gs`.`red`, `gs`.`late`, `gs`.`misses`, `gs`.`grade`, `s`.`game_song_id`, `sc`.`game_difficulty_id` as `difficulty_id`
FROM `gamer_high_scores` as `ghs`
JOIN `song_charts` as `scON `sc`.`id` = `ghs`.`song_chart_id`
JOIN `songs` as `sON `sc`.`song_id` = `s`.`id`
JOIN `gamer_scores` as `gsON `ghs`.`gamer_score_id` = `gs`.`id`
WHERE (`sc`.`game_difficulty_id` = or `sc`.`game_difficulty_id` = 10)
AND `
sc`.`is_enabled` = 1
AND `sc`.`edit_keyIS NULL
AND `ghs`.`gamer_id` = '7981'
AND `ghs`.`private` = 
0.0002   SELECT `id`, `first_name` as `first`, `last_name` as `last`, `username`, `country`, `picture_path`, `hex_color`, `r`.`rank` as `rank_points`
FROM `gamers` as `g`
JOIN `statmani_devel`.`ranking` as `rON `r`.`user_id` = `g`.`id`
WHERE `id` = '7981'
AND `r`.`name` = 'total' 
  DATABASE:  stepmani_db (Stats:$smx)   QUERIES: 0 (0.0000 seconds)  (Hide)
No queries were run
  DATABASE:  stepmani_db (Api_model:$smx)   QUERIES: 0 (0.0000 seconds)  (Hide)
No queries were run
  DATABASE:  stepmani_db (Main:$smx)   QUERIES: 0 (0.0000 seconds)  (Hide)
No queries were run
  HTTP HEADERS  (Show)
  CONFIG VARIABLES  (Show)