Justinlin


Total World Records: ??
Country: US

Stars Earned
15
14
3
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
Land Of The Lost Banzai 19 85126 -14874 -5370 100000 2024-03-02 04:09:15
Party All Night KaW feat. Sam-I-Am 20 90735 -9265 -3706 100000 2024-03-09 18:45:42
Dream A Dream Captain Jack 20 92310 -7690 -3076 100000 2024-03-04 02:56:16
Joanna Crazy Loop 19 91135 -8865 -3200 100000 2024-03-15 01:17:55
The 7th Element Vitas 19 11744 -88256 -31860 100000 2024-03-02 04:21:54
Ignition Starts KaW 21 86895 -13105 -5779 100000 2024-03-09 18:26:29
Unity TheFatRat 21 87070 -12930 -5702 100000 2024-03-04 02:58:45
Crazyloop Crazy Loop 22 87434 -12566 -6082 100000 2024-03-04 02:44:15
Da Roots Mind Reflection 20 94459 -5541 -2216 100000 2024-03-04 02:41:31
Ize Pie Headtwist & Pump 19 83225 -16775 -6056 100000 2024-03-04 02:08:06
Pop4 Vibes & Wishdokta 22 74069 -25931 -12551 100000 2024-03-15 01:44:00
Reactor Jason Creasey 19 85055 -14945 -5395 100000 2024-03-02 03:16:38
Sunshine Triple J 22 75314 -24686 -11948 100000 2024-03-15 01:34:30
Boom Boom Dollars King Kong & D'Jungle Girls 21 85273 -14727 -6495 100000 2024-03-04 02:10:24
Feels Just Like That Night Eskimo & Icebird feat. Maria Merete 19 82871 -17129 -6184 100000 2024-03-02 04:24:03
Bumble Bee Bambee 20 91602 -8398 -3359 100000 2024-03-09 18:39:26
Hero Miss Papaya 20 90473 -9527 -3811 100000 2024-03-04 02:35:39
The Saint Goes Marching The Saint 21 83792 -16208 -7148 100000 2024-03-09 18:28:42
Anubis Banzai 20 90221 -9779 -3912 100000 2024-03-09 18:47:52
So Deep Silvertear 21 79493 -20507 -9044 100000 2024-03-04 02:05:21
July ReduX Entity 23 75841 -24159 -12780 100000 2024-03-15 01:40:56
Bazookistan The Royal Eurobeat Orchestra of Bazookistan 21 93188 -6812 -3004 100000 2024-03-09 18:50:15
Megalovania Toby Fox 21 5739 -94261 -41569 100000 2024-03-04 01:33:14
Spaceman Bambee & Lynn 20 88733 -11267 -4507 100000 2024-03-09 18:21:18
Delirium Smiley 23 64016 -35984 -19036 100000 2024-03-15 01:22:36
Charlene Missing Heart 22 81640 -18360 -8886 100000 2024-03-09 18:42:17
Destiny Smiley 23 69002 -30998 -16398 100000 2024-03-09 18:32:13
If You Can Say Goodbye Kate Project 19 86965 -13035 -4706 100000 2024-03-04 02:00:39
Turn Me On E-Rotic 20 87512 -12488 -4995 100000 2024-03-09 18:36:23
Robot World Oscillator X 19 86087 -13913 -5023 100000 2024-03-02 03:22:04
Get Up'n Move S & K 20 31435 -68565 -27426 100000 2024-03-02 03:36:43
Villain PIXY 20 74438 -25562 -10225 100000 2024-03-02 03:03:04
Dance Sophon 23 80852 -19148 -10129 100000 2024-03-15 01:20:33
Party ChildsPlay 19 80320 -19680 -7104 100000 2024-03-02 04:19:48
  BENCHMARKS  
Loading Time: Base Classes  0.0038
Controller Execution Time ( Main / Rival )  2.1962
Total Execution Time  2.2002
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,928,912 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/14608/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.1858 seconds)  (Hide)
0.0015   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` = '14608'
GROUP BY `gs`.`grade
0.0010   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` = '14608'
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` = '14608'
AND `r`.`name` = 'total' 
2.1831   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)