UnderAndOverIt


Total World Records: ??
Country: US

Stars Earned
20
2
3
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
Dance Vibrations Elpis 19 94326 -5674 -2048 100000 2025-08-09 20:42:21
Joanna Crazy Loop 19 91516 -8484 -3063 100000 2025-08-17 00:01:37
What Happened To Love Denine 19 93293 -6707 -2421 100000 2025-08-17 00:50:17
Unity TheFatRat 21 77748 -22252 -9813 100000 2025-08-17 01:01:32
This Is Rock And Roll DJ Zombie 19 90752 -9248 -3339 100000 2025-08-17 00:41:26
Coming Out Playmaker feat. Robina 19 91933 -8067 -2912 100000 2025-08-17 01:28:53
Typical Tropical Bambee 19 88826 -11174 -4034 100000 2025-08-17 01:35:21
Anubis Banzai 20 89648 -10352 -4141 100000 2025-08-17 00:21:14
Dam Dariram Joga 20 93044 -6956 -2782 100000 2025-08-17 00:25:11
In My Dreams Rebecca 20 87444 -12556 -5022 100000 2025-08-17 01:17:21
Spaceman Bambee & Lynn 20 93721 -6279 -2512 100000 2025-08-16 23:48:19
BU-44 Naoki 21 34039 -65961 -29089 100000 2025-08-02 17:01:45
Operator Miss Papaya 19 94202 -5798 -2093 100000 2025-08-17 00:36:31
Cyber-Kyoto- Re-venG 20 60929 -39071 -15628 100000 2025-08-02 17:05:21
Everybody 2 the Sun Ultimate Heights 20 97780 -2220 -888 100000 2025-08-17 00:08:53
Bewitched PIXY 22 42263 -57737 -27945 100000 2025-08-17 00:11:47
Villain PIXY 20 88484 -11516 -4606 100000 2025-08-16 23:42:08
Only You DEXTER KING feat. Alexis Donn 19 93546 -6454 -2330 100000 2025-08-17 00:31:06
WYGD Bishu 19 89998 -10002 -3611 100000 2025-08-16 23:34:55
Lemmings On The Run E-Rotic 21 53711 -46289 -20413 100000 2025-08-09 20:34:19
Sirens RENOLD X Scarlett 19 91220 -8780 -3170 100000 2025-08-17 01:32:43
All Starts Now Laurell 19 96691 -3309 -1195 100000 2025-08-17 00:58:13
Boogeyman Wizardz of Oz 19 90932 -9068 -3274 100000 2025-08-17 00:47:07
Definition of a Badboy Scott Brown 20 80526 -19474 -7790 100000 2025-08-17 01:06:32
Everybody Get Up Tempo feat. Manola 19 95796 -4204 -1518 100000 2025-08-17 00:06:34
Baila Bolero Fun Fun 20 93863 -6137 -2455 100000 2025-08-17 00:18:36
  BENCHMARKS  
Loading Time: Base Classes  0.0039
Controller Execution Time ( Main / Rival )  2.6833
Total Execution Time  2.6875
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,916,808 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/21380/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.6676 seconds)  (Hide)
0.3248   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` = '21380'
GROUP BY `gs`.`grade
0.0055   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` = '21380'
AND `ghs`.`private` = 
0.0003   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` = '21380'
AND `r`.`name` = 'total' 
2.3369   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)