hkmusicfreak0


Total World Records: ??
Country: US

Stars Earned
22
12
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
Remember December Smiley 22 85271 -14729 -7129 100000 2024-06-29 21:50:12
Dream A Dream Captain Jack 20 77685 -22315 -8926 100000 2024-06-09 20:04:56
Zodiac Banzai 21 96609 -3391 -1495 100000 2024-06-29 21:47:52
Disconnected Disco Kid Whatever 20 84214 -15786 -6314 100000 2024-06-29 21:27:17
Ra Banzai 21 86907 -13093 -5774 100000 2022-07-29 19:26:04
Utopia Smiley 22 79842 -20158 -9756 100000 2022-10-02 20:51:58
Boom Boom Dollars King Kong & D'Jungle Girls 21 67105 -32895 -14507 100000 2022-07-29 18:38:04
Never Gonna Make Morgana 21 85062 -14938 -6588 100000 2022-07-29 18:51:09
Waka Laka Jenny Rom vs. The Zippers 21 83911 -16089 -7095 100000 2023-08-19 21:03:28
Hero Miss Papaya 20 79819 -20181 -8072 100000 2024-06-09 20:08:30
Senorita Jenny Rom 23 70389 -29611 -15664 100000 2023-05-27 20:55:45
Young Forever Rebecca 20 85034 -14966 -5986 100000 2022-07-29 18:49:29
Justify My Love Tess 21 90015 -9985 -4403 100000 2024-06-09 20:14:58
The Saint Goes Marching The Saint 21 87341 -12659 -5583 100000 2024-06-09 20:10:41
Esperanza KaW 22 78120 -21880 -10590 100000 2024-06-29 21:29:53
Anubis Banzai 20 93013 -6987 -2795 100000 2022-10-02 21:05:35
Bye Bye Baby Balloon Joga 21 86900 -13100 -5777 100000 2022-10-02 21:16:16
Dam Dariram Joga 20 83141 -16859 -6744 100000 2022-07-29 18:39:44
Exotica Banzai 23 84145 -15855 -8387 100000 2023-05-27 20:39:41
Music & Police CJ Crew & KaW feat. Christian D. 21 83171 -16829 -7422 100000 2023-05-27 20:45:44
So Deep Silvertear 21 73233 -26767 -11804 100000 2021-12-12 20:07:13
Stay Tess 20 82813 -17187 -6875 100000 2024-06-09 20:13:00
Fantasy Melissa 21 87976 -12024 -5303 100000 2024-06-09 20:18:56
Living In America Rose & John 22 87936 -12064 -5839 100000 2024-06-29 21:35:18
Speed Over Beethoven Rose 22 76944 -23056 -11159 100000 2022-07-29 19:30:24
Nothing Gonna Stop Micky 20 81737 -18263 -7305 100000 2023-08-19 21:01:11
BU-44 Naoki 21 79726 -20274 -8941 100000 2023-08-19 20:53:27
Charlene Missing Heart 22 77621 -22379 -10831 100000 2022-10-02 21:09:21
Baby Love Me Judy Crystal 21 74000 -26000 -11466 100000 2023-08-19 20:41:38
Cryosleep Machinae Supremacy 20 78299 -21701 -8680 100000 2023-08-19 21:19:39
Destiny Smiley 23 49925 -50075 -26490 100000 2021-12-12 20:07:13
In The Heat Of The Night E-Rotic 20 92114 -7886 -3154 100000 2024-06-29 21:33:18
Cartoon Heroes Barbie Young 21 91845 -8155 -3596 100000 2022-10-02 21:00:24
If You Can Say Goodbye Kate Project 19 83439 -16561 -5979 100000 2023-05-27 20:43:35
Queen Of Light E-Rotic 21 87983 -12017 -5299 100000 2022-10-02 21:13:16
Jukebox Swingrowers 21 86493 -13507 -5957 100000 2023-08-19 21:17:34
High On Your Love Safura 19 93192 -6808 -2458 100000 2023-08-19 20:50:38
  BENCHMARKS  
Loading Time: Base Classes  0.0029
Controller Execution Time ( Main / Rival )  3.2251
Total Execution Time  3.2283
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,942,200 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/5889/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 (3.1478 seconds)  (Hide)
0.0096   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` = '5889'
GROUP BY `gs`.`grade
0.0191   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` = '5889'
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` = '5889'
AND `r`.`name` = 'total' 
3.1189   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)