TONY


Total World Records: ??
Country: US

Stars Earned
1
22
10
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 58097 -41903 -20281 100000 2024-02-27 05:52:37
Start & Paws Oscillator X 19 86757 -13243 -4781 100000 2024-02-20 04:25:23
Dream A Dream Captain Jack 20 86298 -13702 -5481 100000 2024-02-28 03:40:54
Drifting Away Filo Bedo 20 30388 -69612 -27845 100000 2024-02-28 03:42:55
Gargoyle Sanxion7 24 74252 -25748 -14831 100000 2024-02-22 03:12:27
Be Alive Stian K 20 93674 -6326 -2530 100000 2024-02-28 03:37:56
Do U Love Me DJ Doo 21 83646 -16354 -7212 100000 2024-02-22 03:04:16
Ari Oh Jenny Kee 20 92315 -7685 -3074 100000 2024-02-22 02:17:27
Senorita Jenny Rom 23 82678 -17322 -9163 100000 2024-02-22 03:07:14
Typical Tropical Bambee 19 91358 -8642 -3120 100000 2024-02-20 04:23:00
Ghosts Tenth Planet 20 87619 -12381 -4952 100000 2024-02-22 02:57:56
Pink Dinosaur Miss Papaya 19 85264 -14736 -5320 100000 2024-02-17 04:04:39
Music & Police CJ Crew & KaW feat. Christian D. 21 83083 -16917 -7460 100000 2024-02-22 02:40:28
No Princess Lynn 19 91965 -8035 -2901 100000 2024-02-22 02:37:43
So Deep Silvertear 21 85026 -14974 -6604 100000 2024-02-22 02:31:10
Speed Over Beethoven Rose 22 86853 -13147 -6363 100000 2024-02-22 02:42:54
Magic Mystery Tour KaW feat. Paula Terry 19 93144 -6856 -2475 100000 2024-02-20 04:27:59
Bring Your Lovin Back Fracus 20 89691 -10309 -4124 100000 2024-02-22 02:14:27
Electro Asia Re-venge Phoenix 21 89140 -10860 -4789 100000 2024-02-22 03:01:18
My Generation Captain Jack 20 96012 -3988 -1595 100000 2024-02-22 03:27:27
The Judgement Day Naoki feat. Riyu Kosaka 19 90207 -9793 -3535 100000 2024-02-17 04:01:25
Cartoon Heroes Barbie Young 21 86473 -13527 -5965 100000 2024-02-22 03:09:20
Kick It Man KaW feat. DAZ 19 94669 -5331 -1924 100000 2024-02-28 03:29:14
Never Ending Story DJ AC-DC 20 92410 -7590 -3036 100000 2024-02-22 02:25:33
The Shrimps Vertigini 20 91369 -8631 -3452 100000 2024-02-22 02:20:30
Art City Virgill 20 16682 -83318 -33327 100000 2024-02-17 04:12:10
Only You DEXTER KING feat. Alexis Donn 19 98573 -1427 -515 100000 2024-02-28 03:33:41
Right Into You The Tech Team 20 94083 -5917 -2367 100000 2024-02-22 02:23:04
WYGD Bishu 19 93240 -6760 -2440 100000 2024-02-17 03:59:02
Orbit Ellis 19 94426 -5574 -2012 100000 2024-02-20 04:19:50
Crab Rave Noisestorm 20 93953 -6047 -2419 100000 2024-02-22 02:12:18
Born to Run Red Parker 19 93718 -6282 -2268 100000 2024-02-17 03:55:21
Bassline Shatter M-Project & S2i8 23 79904 -20096 -10631 100000 2024-02-27 05:57:53
Make It Tonight Fracus & Darwin feat. Jake 21 90163 -9837 -4338 100000 2024-02-22 02:33:58
Techno World NAOKI underground 22 89765 -10235 -4954 100000 2024-02-22 03:30:26
Candy Pop Luv Limited -NM- 21 82882 -17118 -7549 100000 2024-02-22 02:28:29
  BENCHMARKS  
Loading Time: Base Classes  0.0030
Controller Execution Time ( Main / Rival )  2.2607
Total Execution Time  2.2640
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,952,672 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/14113/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.2502 seconds)  (Hide)
0.0035   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` = '14113'
GROUP BY `gs`.`grade
0.0063   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` = '14113'
AND `ghs`.`private` = 
0.0004   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` = '14113'
AND `r`.`name` = 'total' 
2.2400   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)