andeplane


Total World Records: ??
Country: NO

Stars Earned
25
6
2
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
In The Hall Of The Mountain King KaW 22 89356 -10644 -5152 100000 2023-11-07 18:10:09
Remember December Smiley 22 92090 -7910 -3828 100000 2023-07-05 16:51:53
Da Roots Mind Reflection 20 93452 -6548 -2619 100000 2023-07-05 16:54:46
Fleadh Uncut Ian Parker 21 88080 -11920 -5257 100000 2023-11-07 19:23:26
Psalm Pilot Jason Creasey 20 92106 -7894 -3158 100000 2023-08-23 15:40:36
Soapy Bubble Fragmentz 23 78911 -21089 -11156 100000 2023-11-07 18:24:21
Temple Of Boom Yannis Kamarinos 23 91877 -8123 -4297 100000 2023-08-23 17:35:31
Sweet World Omega Men 22 83633 -16367 -7922 100000 2023-08-23 17:59:09
Gargoyle Sanxion7 24 44579 -55421 -31922 100000 2023-08-23 17:22:10
Utopia Smiley 22 93888 -6112 -2958 100000 2023-08-23 17:09:30
Xuxa Smiley 23 93840 -6160 -3259 100000 2023-08-23 16:18:08
Flash In The Night Flashman 22 91843 -8157 -3948 100000 2023-11-07 18:37:34
Monolith Affinity 25 37013 -62987 -39367 100000 2023-08-23 17:12:13
Senorita Jenny Rom 23 88884 -11116 -5880 100000 2023-08-23 16:20:39
No Princess Lynn 19 88312 -11688 -4219 100000 2023-11-07 19:33:44
So Deep Silvertear 21 89236 -10764 -4747 100000 2023-08-23 15:55:32
Stay Tess 20 89891 -10109 -4044 100000 2023-11-07 18:35:34
Fantasy Melissa 21 92716 -7284 -3212 100000 2023-09-19 17:00:05
Dam Dadi Doo Fantasy Project 22 77349 -22651 -10963 100000 2023-08-23 18:05:27
Sky High Lucyfer 20 93000 -7000 -2800 100000 2023-08-23 15:53:09
Csikos Post BanYa 22 82560 -17440 -8441 100000 2023-08-23 17:48:02
Beethoven Virus BanYa 22 82200 -17800 -8615 100000 2023-08-23 16:42:38
Charlene Missing Heart 22 94381 -5619 -2720 100000 2023-08-23 16:08:13
Do It All Night E-Rotic 20 89056 -10944 -4378 100000 2023-11-07 18:48:53
Glowing In The Night Schustin 23 88836 -11164 -5906 100000 2023-08-23 16:57:19
In The Heat Of The Night E-Rotic 20 92570 -7430 -2972 100000 2023-07-05 16:46:06
Cartoon Heroes Barbie Young 21 90031 -9969 -4396 100000 2023-08-23 18:07:49
Business Wars Quiqman feat. Eternal JK Yoripi-chan 23 76567 -23433 -12396 100000 2023-08-23 18:02:50
Meta Dreadnaught Machinae Supremacy 21 89107 -10893 -4804 100000 2023-09-19 17:12:19
Cosmic Drive Quiqman 22 95204 -4796 -2321 100000 2023-08-23 17:50:22
Ooh La La La E-Rotic 21 93927 -6073 -2678 100000 2023-09-19 17:27:19
Energizer ZiGZaG 23 63036 -36964 -19554 100000 2023-08-23 17:38:15
Lemmings On The Run E-Rotic 21 93397 -6603 -2912 100000 2023-07-05 16:48:18
Fiesta Night Carlito 21 89050 -10950 -4829 100000 2023-09-19 17:29:50
  BENCHMARKS  
Loading Time: Base Classes  0.0027
Controller Execution Time ( Main / Rival )  1.8917
Total Execution Time  1.8945
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,928,960 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/10729/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.8824 seconds)  (Hide)
0.0018   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` = '10729'
GROUP BY `gs`.`grade
0.0047   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` = '10729'
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` = '10729'
AND `r`.`name` = 'total' 
1.8757   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)