Digi


Country: US

Stars Earned
31
6
11
3

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 94854 2023-10-10 21:01:59
Birdie Doolittle 19 96585 2023-10-10 20:59:54
Burning Tonight Krystal 22 97674 2020-07-11 22:30:34
Dream A Dream Captain Jack 20 89632 2023-09-22 21:27:11
Hard Fast Disco Darwin 24 97136 2020-07-11 22:01:26
Joanna Crazy Loop 19 92536 2024-04-04 20:25:58
The 7th Element Vitas 19 96861 2024-06-28 22:43:12
What Happened To Love Denine 19 95202 2024-06-28 23:32:56
Zodiac Banzai 21 35259 2025-02-22 18:43:54
Drifting Away Filo Bedo 20 27575 2024-08-15 21:42:18
Ize Pie Headtwist & Pump 19 87013 2023-09-18 21:50:08
This Is Rock And Roll DJ Zombie 19 80603 2023-06-25 03:14:56
I'll Show You Loving Bassmonkeys feat. Natasha Anderson 20 86147 2024-06-29 01:02:09
Ladybug Coconut 19 96765 2024-04-04 20:21:08
EternuS Sanxion7 20 85792 2025-02-23 17:59:33
Xuxa Smiley 23 98719 2020-07-11 22:30:34
Feels Just Like That Night Eskimo & Icebird feat. Maria Merete 19 94886 2024-06-03 16:29:46
The Beginning DJ Doo 26 93044 2020-07-11 22:30:34
Bumble Bee Bambee 20 48500 2023-02-28 22:53:53
Coming Out Playmaker feat. Robina 19 98130 2023-10-10 20:47:30
Waka Laka Jenny Rom vs. The Zippers 21 18147 2023-02-28 23:07:16
Hero Miss Papaya 20 98096 2020-07-11 22:01:26
Movin On Ellen Gee 20 89358 2023-09-22 22:21:26
Pink Dinosaur Miss Papaya 19 93312 2024-07-13 20:20:09
Dam Dariram Joga 20 84344 2023-09-16 00:38:30
No Princess Lynn 19 94640 2023-10-10 21:06:39
Stay Tess 20 86991 2024-06-06 19:26:07
Devil Inside CRMNL 19 91345 2024-07-04 21:03:31
My Baby Mama Anquette 21 45255 2023-09-22 21:56:11
Nothing Gonna Stop Micky 20 96083 2023-09-22 22:24:00
Sky High Lucyfer 20 88357 2023-08-23 21:35:09
Megalovania Toby Fox 21 73185 2025-02-22 18:24:36
Do It All Night E-Rotic 20 82220 2023-09-16 00:45:26
In The Heat Of The Night E-Rotic 20 92603 2023-09-18 23:04:04
Operator Miss Papaya 19 95595 2023-08-23 21:22:03
Kick It Man KaW feat. DAZ 19 92906 2023-08-27 18:41:13
Kinky Boots Daz Sampson & Nona 19 79256 2024-06-28 22:40:23
Closer To Heaven Nëonne 21 28167 2024-06-09 00:11:30
Never Ending Story DJ AC-DC 20 95217 2023-09-22 22:18:20
Disco High Ultimate Heights 21 79673 2024-06-29 01:04:56
Robot World Oscillator X 19 90293 2023-08-23 21:24:21
Say Na Na Na Serhat 19 94095 2023-06-23 15:44:50
Pump the Rhythm Ultimate Heights 21 80726 2023-08-23 21:04:07
High On Your Love Safura 19 94657 2023-10-10 21:04:34
Silent Movie Little Violet 19 96344 2025-02-22 18:19:56
The Naughty Song Oscillator X 19 82595 2025-02-01 00:03:11
Here For You PIXL feat. Q'AILA 19 96989 2025-02-22 18:50:07
Recovery JMCX 19 84161 2025-02-01 00:00:41
Sirens RENOLD X Scarlett 19 97029 2024-06-05 17:43:37
Love Ari Dayan 20 96260 2023-09-15 22:55:51
The 7 Jump Ken-D 19 96133 2023-09-22 21:04:13
  BENCHMARKS  
Loading Time: Base Classes  0.0035
Controller Execution Time ( Main / Scores )  0.0197
Total Execution Time  0.0234
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,600,200 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/1299
  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.0099 seconds)  (Hide)
0.0060   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` = '1299'
GROUP BY `gs`.`grade
0.0037   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` = '1299'
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` = '1299'
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)