Uglystru


Total World Records: ??
Country: US

Stars Earned
25
4

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 91598 -8402 -4067 100000 2021-07-12 05:53:50
Day After Day Rikah 20 90954 -9046 -3618 100000 2021-07-12 03:34:16
Dancing Circus Brisby & Jingles 21 87987 -12013 -5298 100000 2021-03-18 10:10:50
Bounce Crew 7 19 94060 -5940 -2144 100000 2021-08-27 05:35:03
I Love You Baby Pandera 21 97033 -2967 -1308 100000 2021-07-12 04:46:06
Crazy Baby Fantasy Project 20 92503 -7497 -2999 100000 2021-01-30 02:04:43
Disconnected Disco Kid Whatever 20 91090 -8910 -3564 100000 2021-07-12 04:16:04
Dies Irae Jason Creasey 19 95785 -4215 -1522 100000 2021-08-27 05:35:03
EternuS Sanxion7 20 97210 -2790 -1116 100000 2021-07-12 04:16:04
July Smiley 20 87514 -12486 -4994 100000 2021-07-12 05:53:50
Feels Just Like That Night Eskimo & Icebird feat. Maria Merete 19 94265 -5735 -2070 100000 2021-07-12 02:53:33
Bumble Bee Bambee 20 96152 -3848 -1539 100000 2021-08-27 06:18:50
Waka Laka Jenny Rom vs. The Zippers 21 96031 -3969 -1750 100000 2021-12-10 18:50:25
Young Forever Rebecca 20 90046 -9954 -3982 100000 2021-03-18 09:46:28
Ghosts Tenth Planet 20 85047 -14953 -5981 100000 2021-01-30 02:58:40
The Saint Goes Marching The Saint 21 92871 -7129 -3144 100000 2021-07-12 03:55:24
Bye Bye Baby Balloon Joga 21 91635 -8365 -3689 100000 2021-07-12 02:53:33
Music & Police CJ Crew & KaW feat. Christian D. 21 84761 -15239 -6720 100000 2021-01-30 03:15:52
In My Dreams Rebecca 20 96690 -3310 -1324 100000 2021-08-27 04:42:03
Dam Dadi Doo Fantasy Project 22 88201 -11799 -5711 100000 2021-08-27 06:18:50
Give Into Nutronic 22 91564 -8436 -4083 100000 2021-07-12 05:45:09
I'm Crazy For Your Love Black Eva 21 94973 -5027 -2217 100000 2021-07-12 03:34:16
Megalovania Toby Fox 21 74877 -25123 -11079 100000 2021-01-30 03:18:36
Delirium Smiley 23 85751 -14249 -7538 100000 2021-08-27 05:35:03
BU-44 Naoki 21 88872 -11128 -4907 100000 2021-07-12 02:53:33
In The Heat Of The Night E-Rotic 20 90662 -9338 -3735 100000 2021-07-12 02:41:56
Butterfly Swingrowers 19 95890 -4110 -1484 100000 2021-08-27 05:16:10
Cartoon Heroes Barbie Young 21 91359 -8641 -3811 100000 2021-07-12 02:41:56
Queen Of Light E-Rotic 21 90477 -9523 -4200 100000 2021-07-12 03:24:19
  BENCHMARKS  
Loading Time: Base Classes  0.0027
Controller Execution Time ( Main / Rival )  2.5370
Total Execution Time  2.5399
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,909,464 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/3481/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.5284 seconds)  (Hide)
0.0016   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` = '3481'
GROUP BY `gs`.`grade
0.0012   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` = '3481'
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` = '3481'
AND `r`.`name` = 'total' 
2.5255   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)