CTIFONE


Total World Records: ??
Country: US

Stars Earned
3
18
11
3

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 57577 -42423 -20533 100000 2026-04-12 19:15:34
Dabbi Doo Ni-Ni 20 80616 -19384 -7754 100000 2026-04-12 19:26:20
Ba Be Loo Be La Kristeen 20 74358 -25642 -10257 100000 2026-01-11 22:08:42
Da Roots Mind Reflection 20 81595 -18405 -7362 100000 2026-04-19 20:30:29
Go 60 Go Takoyaki 24 41333 -58667 -33792 100000 2026-04-12 19:28:53
Ize Pie Headtwist & Pump 19 23868 -76132 -27484 100000 2025-04-19 21:12:43
Click Bait S3RL feat. GL!TCH 20 85670 -14330 -5732 100000 2026-04-19 19:51:15
Pink Fuzzy Bunnies Wonderboy 25 5224 -94776 -59235 100000 2026-03-22 20:18:31
Xuxa Smiley 23 78030 -21970 -11622 100000 2026-04-12 18:59:32
Hanky Panky Jenny Rom 23 68898 -31102 -16453 100000 2026-04-19 20:21:41
Bumble Bee Bambee 20 88384 -11616 -4646 100000 2026-04-19 19:56:26
Bang Bang Bang DCX 21 12899 -87101 -38412 100000 2025-04-19 20:53:58
Anubis Banzai 20 46356 -53644 -21458 100000 2026-04-12 19:06:29
I Want Your Balalaika The Royal Eurobeat Orchestra of Bazookistan 22 80368 -19632 -9502 100000 2026-04-19 20:04:35
Hypnosis Colin Kiddy 21 81646 -18354 -8094 100000 2026-04-12 18:53:52
Bazookistan The Royal Eurobeat Orchestra of Bazookistan 21 88260 -11740 -5177 100000 2026-04-19 20:02:15
Electro Asia Re-venge Phoenix 21 24223 -75777 -33418 100000 2026-04-19 20:16:45
Russian Roulette Darwin 22 48472 -51528 -24940 100000 2026-01-11 22:14:11
Csikos Post BanYa 22 76514 -23486 -11367 100000 2026-04-12 19:24:26
Ma Huggies FIG & Nico Sleator 20 41933 -58067 -23227 100000 2025-04-19 21:14:56
Beethoven Virus BanYa 22 20477 -79523 -38489 100000 2026-01-05 01:14:46
Cartoon Heroes Barbie Young 21 75710 -24290 -10712 100000 2026-04-19 20:27:52
Step Up Amadeus BanYa 22 77671 -22329 -10807 100000 2026-01-11 22:30:18
Kalinka Quiqman 20 78694 -21306 -8522 100000 2026-03-22 20:37:38
Press Start MDK 23 15248 -84752 -44834 100000 2026-04-12 19:31:08
TURBO Tokyo Machine 21 83279 -16721 -7374 100000 2026-04-12 19:18:07
INEEDU Teddy Killerz 22 77045 -22955 -11110 100000 2026-04-12 18:56:06
Northern Lights Saxsquatch 21 91451 -8549 -3770 100000 2026-04-19 19:53:44
Candy Pop Luv Limited -NM- 21 79082 -20918 -9225 100000 2026-04-12 19:12:46
戦国 Re-venG 21 78211 -21789 -9609 100000 2026-04-19 19:59:24
Running In The 90s Max Coveri 23 66296 -33704 -17829 100000 2026-01-11 22:24:00
Pilgrim 2000 Bass-X vs. Scott Brown 21 18893 -81107 -35768 100000 2026-04-25 22:17:57
In The Echo Koven 22 74966 -25034 -12116 100000 2026-01-11 22:20:42
Sevillana Mirage Re-venG 24 79032 -20968 -12078 100000 2026-04-19 20:19:32
Alamo Drop Blues N.M.R 21 86190 -13810 -6090 100000 2026-04-12 19:20:24
  BENCHMARKS  
Loading Time: Base Classes  0.0035
Controller Execution Time ( Main / Rival )  4.5347
Total Execution Time  4.5385
  GET DATA  
No GET data exists
  MEMORY USAGE  
3,057,840 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/21816/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 (4.5241 seconds)  (Hide)
0.0041   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` = '21816'
GROUP BY `gs`.`grade
0.0030   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` = '21816'
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` = '21816'
AND `r`.`name` = 'total' 
4.5168   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)