Tony starky


Total World Records: ??
Country: KP

Stars Earned
5
19
6
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
Land Of The Lost Banzai 19 87384 -12616 -4554 100000 2025-01-15 12:29:05
Unity TheFatRat 21 81523 -18477 -8148 100000 2025-01-16 10:08:13
Paradise Smiley 24 50024 -49976 -28786 100000 2025-01-15 14:21:37
Temple Of Boom Yannis Kamarinos 23 34940 -65060 -34417 100000 2025-01-15 12:35:29
Paranormal Inspector K 20 82189 -17811 -7124 100000 2024-06-29 15:38:35
Click Bait S3RL feat. GL!TCH 20 80044 -19956 -7982 100000 2024-07-20 08:24:40
Utopia Smiley 22 83576 -16424 -7949 100000 2025-05-09 11:24:33
Xuxa Smiley 23 82104 -17896 -9467 100000 2025-05-09 11:49:39
Boom Boom Dollars King Kong & D'Jungle Girls 21 77478 -22522 -9932 100000 2025-01-16 12:13:18
Bumble Bee Bambee 20 86902 -13098 -5239 100000 2024-03-26 14:53:41
Movin On Ellen Gee 20 89996 -10004 -4002 100000 2024-07-20 15:04:46
Dam Dariram Joga 20 73929 -26071 -10428 100000 2024-01-27 14:02:27
Riddimino Philstep 23 45542 -54458 -28808 100000 2025-01-14 17:05:06
Hypnosis Colin Kiddy 21 86934 -13066 -5762 100000 2025-05-09 11:06:11
Megalovania Toby Fox 21 83191 -16809 -7413 100000 2025-01-14 17:08:27
Nori Nori Nori Judy Crystal 21 82884 -17116 -7548 100000 2025-01-14 17:39:22
BU-44 Naoki 21 84095 -15905 -7014 100000 2025-01-15 11:39:28
Test My Best E-Rotic 21 83414 -16586 -7314 100000 2024-07-30 14:33:17
Never Ending Story DJ AC-DC 20 86568 -13432 -5373 100000 2025-01-15 14:29:33
Press Start MDK 23 68341 -31659 -16748 100000 2025-01-14 17:10:45
Have Fun Rameses B 21 82920 -17080 -7532 100000 2025-01-14 16:58:56
Bust It Out FWLR 24 12860 -87140 -50193 100000 2025-01-15 16:51:32
Energizer ZiGZaG 23 27345 -72655 -38434 100000 2024-07-20 15:02:00
Crab Rave Noisestorm 20 80423 -19577 -7831 100000 2025-01-14 16:57:15
Stockholm to Bombay Dr. Bombay 21 85413 -14587 -6433 100000 2024-07-20 15:07:38
Poco Loco Carlito 21 79711 -20289 -8947 100000 2025-01-15 14:27:14
Night In Motion Cubic 22 21 84492 -15508 -6839 100000 2025-01-15 14:24:57
Supernova Laszlo 22 79726 -20274 -9813 100000 2025-01-15 12:37:09
Big Boss Big Boss 21 3539 -96461 -42539 100000 2024-05-18 14:08:57
What Ya Gonna Do Scott Brown 21 84057 -15943 -7031 100000 2024-07-20 15:16:37
Hero of the Night David Kane 23 61019 -38981 -20621 100000 2025-01-15 14:34:59
Paranoid 180 24 70179 -29821 -17177 100000 2025-05-09 12:30:48
Running In The 90s Max Coveri 23 59321 -40679 -21519 100000 2025-01-15 11:43:03
Remember Me Leslie Parrish 21 86415 -13585 -5991 100000 2025-06-05 17:08:58
  BENCHMARKS  
Loading Time: Base Classes  0.0044
Controller Execution Time ( Main / Rival )  2.9052
Total Execution Time  2.9098
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,929,816 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/8718/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.8844 seconds)  (Hide)
0.0053   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` = '8718'
GROUP BY `gs`.`grade
0.0018   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` = '8718'
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` = '8718'
AND `r`.`name` = 'total' 
2.8770   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)