zenzag


Total World Records: ??
Country:

Stars Earned
25
6
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 99091 -909 -364 100000 2024-04-21 22:02:39
Think Thousand Thoughts Auvic 20 98909 -1091 -436 100000 2024-05-18 21:31:52
Girlz Night Out Jenna Drey 20 99182 -818 -327 100000 2024-05-18 20:10:21
Surf Hyper Potions 22 99389 -611 -296 100000 2024-06-01 22:56:01
Agent Blatant Ernest + Julio 21 95546 -4454 -1964 100000 2020-05-07 01:41:41
Crazyloop Crazy Loop 22 99267 -733 -355 100000 2024-04-28 20:49:34
Drifting Away Filo Bedo 20 99211 -789 -316 100000 2024-04-21 22:05:59
Fleadh Uncut Ian Parker 21 98409 -1591 -702 100000 2024-05-18 20:12:01
Spin Chicken Freebie & The Bean 21 98483 -1517 -669 100000 2024-07-06 20:46:58
While Tha Rekkid Spinz DJ Zombie 22 98267 -1733 -839 100000 2024-05-18 19:59:29
Paranormal Inspector K 20 98919 -1081 -432 100000 2024-05-18 19:56:09
Gargoyle Sanxion7 24 97156 -2844 -1638 100000 2024-04-14 03:15:16
Ghosts Tenth Planet 20 99235 -765 -306 100000 2024-05-18 20:08:41
Bye Bye Baby Balloon Joga 21 99095 -905 -399 100000 2024-05-24 22:09:24
Dam Dariram Joga 20 99472 -528 -211 100000 2024-04-21 22:04:19
So Deep Silvertear 21 99750 -250 -110 100000 2024-04-28 21:00:46
Stay Tess 20 99034 -966 -386 100000 2024-07-06 20:45:18
Dam Dadi Doo Fantasy Project 22 97690 -2310 -1118 100000 2024-05-18 19:57:49
Nightmare FSJ feat. Tara Louise 21 98417 -1583 -698 100000 2024-04-28 20:59:06
Hypnosis Colin Kiddy 21 99579 -421 -186 100000 2024-05-24 22:11:04
Into My Dream Lagoona 23 98021 -1979 -1047 100000 2024-04-28 21:02:26
No Nobody's Love Joga 20 99716 -284 -114 100000 2024-04-28 18:36:23
BU-44 Naoki 21 99690 -310 -137 100000 2024-04-28 18:38:03
Kagami KaW 21 98706 -1294 -571 100000 2024-04-28 18:24:40
Forever Schustin 21 99253 -747 -329 100000 2024-04-14 20:48:38
Glowing In The Night Schustin 23 99496 -504 -267 100000 2024-04-21 22:14:09
In The Heat Of The Night E-Rotic 20 99459 -541 -216 100000 2024-04-21 22:15:49
Sky High DJ Miko 20 99554 -446 -178 100000 2024-04-28 18:28:00
Disco High Ultimate Heights 21 97366 -2634 -1162 100000 2024-04-28 18:26:20
We Do This Dance Victoria 22 96947 -3053 -1478 100000 2024-06-01 23:02:40
Villain PIXY 20 95721 -4279 -1712 100000 2024-06-01 22:54:21
Night In Motion Cubic 22 21 99432 -568 -250 100000 2024-05-19 19:51:42
  BENCHMARKS  
Loading Time: Base Classes  0.0043
Controller Execution Time ( Main / Rival )  4.0687
Total Execution Time  4.0733
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,922,928 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/34/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 (4.0124 seconds)  (Hide)
0.0189   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` = '34'
GROUP BY `gs`.`grade
0.0083   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` = '34'
AND `ghs`.`private` = 
0.0034   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` = '34'
AND `r`.`name` = 'total' 
3.9818   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)