DemonKu


Total World Records: ??
Country: US

Stars Earned
7
12
12
4

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
In The Hall Of The Mountain King KaW 22 68438 -31562 -15276 100000 2020-02-15 00:21:19
Time is Ticking Elpis feat. Black Elway 19 64882 -35118 -12678 100000 2020-02-14 23:25:35
Burning Tonight Krystal 22 74556 -25444 -12315 100000 2020-02-15 18:21:43
Dream A Dream Captain Jack 20 77277 -22723 -9089 100000 2020-02-14 23:28:01
Joanna Crazy Loop 19 38920 -61080 -22050 100000 2022-03-13 03:45:50
Personal Reality Auvic 25 66407 -33593 -20996 100000 2020-02-15 00:25:43
RockSlaves Leo Pigot & Rinat Crone 23 76155 -23845 -12614 100000 2020-02-15 00:14:16
Secret 2K12 Rene Ablaze feat. Jacinta 20 86473 -13527 -5411 100000 2020-02-15 18:04:42
That Night Eskimo & Icebird 21 76594 -23406 -10322 100000 2020-02-15 00:08:08
Think Thousand Thoughts Auvic 20 82790 -17210 -6884 100000 2020-02-15 00:01:45
Mexi Mexi Mozquito 20 90392 -9608 -3843 100000 2020-02-15 18:04:42
Zodiac Banzai 21 82111 -17889 -7889 100000 2020-02-15 01:06:48
Big Blue Bouncy Ball Mr. Blue 22 44516 -55484 -26854 100000 2020-02-15 00:21:19
Funny Love Dan Balan 19 84248 -15752 -5686 100000 2020-02-14 23:45:28
Surf Hyper Potions 22 70915 -29085 -14077 100000 2020-02-14 23:31:07
Agent Blatant Ernest + Julio 21 70891 -29109 -12837 100000 2020-02-14 23:54:05
Crazyloop Crazy Loop 22 87503 -12497 -6049 100000 2020-02-15 18:44:54
Drifting Away Filo Bedo 20 81418 -18582 -7433 100000 2020-02-15 01:33:47
I Feel Sun Gyrlie 21 74336 -25664 -11318 100000 2020-02-15 01:33:47
I Think I Like That Sound Kid Whatever 20 87970 -12030 -4812 100000 2020-02-15 18:21:43
Ize Pie Headtwist & Pump 19 83937 -16063 -5799 100000 2020-02-15 00:01:45
Temple Of Boom Yannis Kamarinos 23 66457 -33543 -17744 100000 2020-02-16 19:45:15
This Is Rock And Roll DJ Zombie 19 84082 -15918 -5746 100000 2020-02-14 23:38:41
Bad 4 My Health Bassmonkeys & Soulshaker feat. J.D. ROX 20 16129 -83871 -33548 100000 2025-07-24 00:15:00
Paranormal Inspector K 20 27276 -72724 -29090 100000 2020-02-14 23:54:05
Sunshine Triple J 22 61817 -38183 -18481 100000 2020-02-15 00:08:08
Feel The Melody S3RL feat. Sara 20 88246 -11754 -4702 100000 2020-02-16 18:51:27
Gargoyle Sanxion7 24 43412 -56588 -32595 100000 2020-02-15 18:44:54
Feels Just Like That Night Eskimo & Icebird feat. Maria Merete 19 34220 -65780 -23747 100000 2022-03-13 03:05:35
No Princess Lynn 19 32542 -67458 -24352 100000 2022-03-13 03:05:35
July ReduX Entity 23 2628 -97372 -51510 100000 2023-07-09 00:18:03
On My Own Anamanaguchi feat. HANA 21 2643 -97357 -42934 100000 2025-05-14 22:48:52
Kick It Man KaW feat. DAZ 19 22823 -77177 -27861 100000 2022-03-13 04:13:50
Queen Of Light E-Rotic 21 28290 -71710 -31624 100000 2022-03-13 04:13:50
The Shrimps Vertigini 20 32817 -67183 -26873 100000 2025-05-14 23:09:44
  BENCHMARKS  
Loading Time: Base Classes  0.0037
Controller Execution Time ( Main / Rival )  2.0084
Total Execution Time  2.0124
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,939,896 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/2312/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 (1.9975 seconds)  (Hide)
0.0046   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` = '2312'
GROUP BY `gs`.`grade
0.0029   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` = '2312'
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` = '2312'
AND `r`.`name` = 'total' 
1.9898   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)