Veranum


Total World Records: ??
Country: US

Stars Earned
18
5
2

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
Who KaW 21 83180 -16820 -7418 100000 2025-02-01 19:12:44
Ignition Starts KaW 21 75067 -24933 -10995 100000 2024-06-29 18:20:49
Fleadh Uncut Ian Parker 21 5930 -94070 -41485 100000 2024-06-29 20:34:22
Click Bait S3RL feat. GL!TCH 20 86107 -13893 -5557 100000 2025-02-01 18:48:23
Feel The Melody S3RL feat. Sara 20 86293 -13707 -5483 100000 2024-10-05 03:08:45
Gargoyle Sanxion7 24 27924 -72076 -41516 100000 2025-02-01 17:53:54
Bumble Bee Bambee 20 79235 -20765 -8306 100000 2024-06-29 18:10:47
NightMoves Playmaker 20 76210 -23790 -9516 100000 2024-06-29 20:40:47
Dam Dariram Joga 20 4920 -95080 -38032 100000 2024-06-28 20:17:48
Bazookistan The Royal Eurobeat Orchestra of Bazookistan 21 83671 -16329 -7201 100000 2025-02-01 18:51:15
Follow My Pamp Andrea Damante feat. Adam Clay 20 69812 -30188 -12075 100000 2024-06-28 20:15:26
Fade Out Bensley 21 51298 -48702 -21478 100000 2024-06-29 20:48:50
Crab Rave Noisestorm 20 84225 -15775 -6310 100000 2024-06-29 18:12:49
Forever and a Day Dy5on feat. Silver Angelina 22 75709 -24291 -11757 100000 2025-08-09 22:51:17
Bambole (Ole) Papa Gonzalez 20 73091 -26909 -10764 100000 2024-06-29 19:18:56
Blackstar Celldweller 22 58532 -41468 -20071 100000 2024-10-06 01:34:00
To Your Beat S3RL feat. Hannah Fortune 23 77199 -22801 -12062 100000 2025-02-01 19:09:43
The Bass & the Melody S3RL 22 81373 -18627 -9015 100000 2025-02-01 17:43:03
Under The Bed Macks Wolf X Tatsunoshin 21 84582 -15418 -6799 100000 2024-06-29 18:24:05
Elysium Scott Brown 21 83328 -16672 -7352 100000 2025-08-09 22:46:33
Kibo Dion Timmer 22 73074 -26926 -13032 100000 2024-10-06 01:37:42
What Ya Gonna Do Scott Brown 21 84405 -15595 -6877 100000 2025-02-01 19:15:05
戦国 Re-venG 21 78196 -21804 -9616 100000 2025-02-01 17:57:00
Running In The 90s Max Coveri 23 51090 -48910 -25873 100000 2025-02-01 17:45:38
Pilgrim 2000 Bass-X vs. Scott Brown 21 77624 -22376 -9868 100000 2025-02-01 17:49:54
  BENCHMARKS  
Loading Time: Base Classes  0.0034
Controller Execution Time ( Main / Rival )  2.3548
Total Execution Time  2.3584
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,915,904 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/17053/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.3467 seconds)  (Hide)
0.0024   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` = '17053'
GROUP BY `gs`.`grade
0.0033   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` = '17053'
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` = '17053'
AND `r`.`name` = 'total' 
2.3407   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)