ShAd0w2kXX


Total World Records: ??
Country: CA

Stars Earned
27
5
2
1

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

World mode enabled - Comparing scores to current world records.

Song Title Artist Level Score Delta Ranking Gap Grade WR Date
Bagpipe A-Moe 20 95718 -4282 -1713 100000 2023-11-02 20:32:08
Dream A Dream Captain Jack 20 82543 -17457 -6983 100000 2024-01-31 18:37:09
Joanna Crazy Loop 19 94167 -5833 -2106 100000 2023-11-02 19:53:17
Moonstone Virgill 19 90792 -9208 -3324 100000 2023-11-02 20:12:35
The 7th Element Vitas 19 95020 -4980 -1798 100000 2023-11-02 20:15:30
Ba Be Loo Be La Kristeen 20 93506 -6494 -2598 100000 2023-11-02 20:17:54
Zodiac Banzai 21 92144 -7856 -3464 100000 2023-11-02 00:11:57
Unity TheFatRat 21 86461 -13539 -5971 100000 2023-11-02 21:06:33
Crazyloop Crazy Loop 22 34793 -65207 -31560 100000 2023-11-02 21:13:37
Da Roots Mind Reflection 20 95484 -4516 -1806 100000 2023-11-02 20:54:29
Disconnected Disco Kid Whatever 20 87619 -12381 -4952 100000 2023-11-02 20:56:37
Ize Pie Headtwist & Pump 19 90172 -9828 -3548 100000 2023-10-04 18:03:16
This Is Rock And Roll DJ Zombie 19 94732 -5268 -1902 100000 2023-11-01 23:55:11
EternuS Sanxion7 20 95293 -4707 -1883 100000 2023-11-02 21:00:08
Mellow Rikki & Daz 20 94309 -5691 -2276 100000 2023-10-31 23:52:10
Coming Out Playmaker feat. Robina 19 94975 -5025 -1814 100000 2023-11-02 19:50:33
Waka Laka Jenny Rom vs. The Zippers 21 91841 -8159 -3598 100000 2024-01-31 23:05:09
NightMoves Playmaker 20 88708 -11292 -4517 100000 2024-01-31 21:16:13
Typical Tropical Bambee 19 92271 -7729 -2790 100000 2023-11-02 21:10:12
Ghosts Tenth Planet 20 87497 -12503 -5001 100000 2023-11-01 00:06:40
Pink Dinosaur Miss Papaya 19 94177 -5823 -2102 100000 2024-01-31 19:54:32
July ReduX Entity 23 83771 -16229 -8585 100000 2023-11-02 20:37:28
Megalovania Toby Fox 21 89187 -10813 -4769 100000 2024-01-31 21:07:54
Hip Hop Jam Indiggo 20 91017 -8983 -3593 100000 2024-01-31 18:44:58
Butterfly Swingrowers 19 87394 -12606 -4551 100000 2024-01-31 21:24:29
Kick It Man KaW feat. DAZ 19 97053 -2947 -1064 100000 2023-11-02 19:55:33
Queen Of Light E-Rotic 21 60755 -39245 -17307 100000 2023-10-04 18:17:50
Never Ending Story DJ AC-DC 20 93622 -6378 -2551 100000 2023-11-01 00:43:11
Pump It Electric Callboy 21 84251 -15749 -6945 100000 2023-11-01 00:48:44
Villain PIXY 20 85499 -14501 -5800 100000 2023-11-01 23:57:43
INEEDU Teddy Killerz 22 5769 -94231 -45608 100000 2023-11-01 00:39:05
Crab Rave Noisestorm 20 96033 -3967 -1587 100000 2024-01-31 18:59:24
Poco Loco Carlito 21 86886 -13114 -5783 100000 2023-11-01 00:46:33
Keep On Dancing BEAUZ feat. Heleen 20 89630 -10370 -4148 100000 2023-11-01 00:35:45
Y2Z Affinity 22 91208 -8792 -4255 100000 2023-11-02 00:00:56
  BENCHMARKS  
Loading Time: Base Classes  0.0028
Controller Execution Time ( Main / Rival )  2.5171
Total Execution Time  2.5202
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,938,344 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/12190/compare/world/3
  CLASS/METHOD  
main/rival
  DATABASE:  statmani_devel (Main:$db)   QUERIES: 0 (0.0000 seconds)  (Hide)
No queries were run
  DATABASE:  stepmani_db (Data_smx:$smx)   QUERIES: 4 (2.5086 seconds)  (Hide)
0.0089   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` = '12190'
GROUP BY `gs`.`grade
0.0049   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` = '12190'
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` = '12190'
AND `r`.`name` = 'total' 
2.4945   SELECT max(ghs.score) as score, `ghs`.`song_chart_id`, `s`.`id` as `song_id`, `sc`.`id` as `song_chart_id`, `s`.`title`, `s`.`artist`, `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`
WHERE `sc`.`game_difficulty_id` = 3
AND `sc`.`is_enabled` = 1
AND `ghs`.`private` = 0
GROUP BY 
`ghs`.`song_chart_id
  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)