Pandemonium X


Total World Records: ??
Country: US

Stars Earned
21
10
5

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
Party All Night KaW feat. Sam-I-Am 20 88268 -11732 -4693 100000 2025-01-10 21:38:42
Start & Paws Oscillator X 19 89467 -10533 -3802 100000 2025-04-13 17:16:50
Who KaW 21 89320 -10680 -4710 100000 2023-10-28 02:02:57
Crazy Baby Fantasy Project 20 94605 -5395 -2158 100000 2023-04-07 18:36:29
Unity TheFatRat 21 91029 -8971 -3956 100000 2023-11-04 18:27:46
Psalm Pilot Jason Creasey 20 94146 -5854 -2342 100000 2022-04-25 20:51:54
Reactor Jason Creasey 19 95846 -4154 -1500 100000 2025-01-10 21:32:30
Hanky Panky Jenny Rom 23 82088 -17912 -9475 100000 2022-04-25 21:17:16
Do U Love Me DJ Doo 21 85363 -14637 -6455 100000 2022-05-09 18:58:15
Monolith Affinity 25 8154 -91846 -57404 100000 2023-11-04 19:03:51
Ghosts Tenth Planet 20 86926 -13074 -5230 100000 2022-12-27 23:11:20
Anubis Banzai 20 93357 -6643 -2657 100000 2022-04-25 15:07:51
So Deep Silvertear 21 87521 -12479 -5503 100000 2023-10-28 00:28:09
Black Magic Matduke 23 86129 -13871 -7338 100000 2022-08-23 00:00:03
Into My Dream Lagoona 23 84044 -15956 -8441 100000 2025-01-10 21:44:48
Spaceman Bambee & Lynn 20 97416 -2584 -1034 100000 2022-08-22 23:26:24
On My Own Anamanaguchi feat. HANA 21 27937 -72063 -31780 100000 2025-01-10 21:35:35
Cryosleep Machinae Supremacy 20 89512 -10488 -4195 100000 2022-04-25 21:02:24
Melancholy Vision DE-SIRE 24 84398 -15602 -8987 100000 2022-08-23 00:49:41
Kick It Man KaW feat. DAZ 19 93205 -6795 -2453 100000 2022-04-25 21:55:17
Liquify Toby Emerson 21 88332 -11668 -5146 100000 2023-10-27 23:52:42
Get Up'n Move S & K 20 93872 -6128 -2451 100000 2023-10-27 23:50:17
Cyber-Kyoto- Re-venG 20 90920 -9080 -3632 100000 2022-05-09 18:35:12
Don't Stop S & K 22 78476 -21524 -10418 100000 2023-02-06 23:58:24
Silent Movie Little Violet 19 97125 -2875 -1038 100000 2022-04-25 21:28:25
Moonlight PIXY 20 92697 -7303 -2921 100000 2023-10-28 00:41:21
Dark Fenix DE-SIRE 22 53301 -46699 -22602 100000 2023-11-04 19:16:14
Art City Virgill 20 90653 -9347 -3739 100000 2022-08-22 23:12:53
Energizer ZiGZaG 23 81737 -18263 -9661 100000 2024-04-16 17:06:47
EMEA Re-venG 24 73738 -26262 -15127 100000 2023-04-07 20:37:29
UFO Little Sis Nora & S3RL 20 95540 -4460 -1784 100000 2024-11-03 19:02:28
Stars James Landino 24 54876 -45124 -25991 100000 2023-11-04 19:10:05
The Bass & the Melody S3RL 22 82213 -17787 -8609 100000 2023-11-04 18:48:07
Elysium Scott Brown 21 96162 -3838 -1693 100000 2024-04-16 16:47:35
Parallel Universe Omega 25 10796 -89204 -55753 100000 2025-01-10 22:17:12
Total Nuclear Annihilation Scott Danesi 22 84429 -15571 -7536 100000 2025-04-13 17:26:30
  BENCHMARKS  
Loading Time: Base Classes  0.0024
Controller Execution Time ( Main / Rival )  1.9719
Total Execution Time  1.9744
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,940,440 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/6491/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.9627 seconds)  (Hide)
0.0040   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` = '6491'
GROUP BY `gs`.`grade
0.0032   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` = '6491'
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` = '6491'
AND `r`.`name` = 'total' 
1.9552   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)