charboks


Total World Records: ??
Country: CA

Stars Earned
23
4
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
Party All Night KaW feat. Sam-I-Am 20 86367 -13633 -5453 100000 2024-09-16 17:55:17
Dabbi Doo Ni-Ni 20 80853 -19147 -7659 100000 2024-09-16 17:28:43
Think Thousand Thoughts Auvic 20 83041 -16959 -6784 100000 2024-09-17 19:07:39
Ba Be Loo Be La Kristeen 20 78860 -21140 -8456 100000 2024-09-16 17:23:00
I Love You Baby Pandera 21 85897 -14103 -6219 100000 2024-09-16 17:42:08
Monody TheFatRat feat. Laura Brehm 22 63557 -36443 -17638 100000 2024-10-12 17:33:46
Unity TheFatRat 21 73667 -26333 -11613 100000 2024-09-17 19:04:16
Ladybug Coconut 19 84560 -15440 -5574 100000 2024-09-16 17:07:47
Click Bait S3RL feat. GL!TCH 20 84648 -15352 -6141 100000 2024-11-24 02:36:34
Hanky Panky Jenny Rom 23 75846 -24154 -12777 100000 2024-09-17 18:51:10
Do U Love Me DJ Doo 21 60730 -39270 -17318 100000 2024-09-16 17:46:05
Ari Oh Jenny Kee 20 78846 -21154 -8462 100000 2024-09-16 17:33:13
Bumble Bee Bambee 20 81304 -18696 -7478 100000 2024-09-16 17:35:14
Waka Laka Jenny Rom vs. The Zippers 21 74599 -25401 -11202 100000 2024-11-24 02:42:24
The Saint Goes Marching The Saint 21 7057 -92943 -40988 100000 2024-10-12 18:47:57
Anubis Banzai 20 84320 -15680 -6272 100000 2024-09-17 17:11:36
Dam Dariram Joga 20 85536 -14464 -5786 100000 2024-09-17 18:53:55
Speed Over Beethoven Rose 22 77463 -22537 -10908 100000 2024-10-12 18:04:31
Nori Nori Nori Judy Crystal 21 81244 -18756 -8271 100000 2024-09-17 17:27:10
On My Own Anamanaguchi feat. HANA 21 79479 -20521 -9050 100000 2024-09-16 17:58:41
Kagami KaW 21 72035 -27965 -12333 100000 2024-09-16 17:39:47
Baby Love Me Judy Crystal 21 79319 -20681 -9120 100000 2024-09-16 17:52:57
We Do This Dance Victoria 22 87467 -12533 -6066 100000 2024-10-12 18:44:46
Everybody 2 the Sun Ultimate Heights 20 84617 -15383 -6153 100000 2024-09-16 17:17:42
Kalinka Quiqman 20 82905 -17095 -6838 100000 2024-09-21 00:34:42
Lemmings On The Run E-Rotic 21 78491 -21509 -9485 100000 2024-09-16 17:37:41
Make It Tonight Fracus & Darwin feat. Jake 21 69600 -30400 -13406 100000 2024-09-16 18:09:41
Fiesta Night Carlito 21 78724 -21276 -9383 100000 2024-10-12 18:00:58
The 7 Jump Ken-D 19 250 -99750 -36010 100000 2024-09-16 17:12:37
Definition of a Badboy Scott Brown 20 80141 -19859 -7944 100000 2024-09-16 17:20:08
  BENCHMARKS  
Loading Time: Base Classes  0.0026
Controller Execution Time ( Main / Rival )  2.7638
Total Execution Time  2.7666
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,921,368 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/18765/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.7480 seconds)  (Hide)
0.0034   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` = '18765'
GROUP BY `gs`.`grade
0.0067   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` = '18765'
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` = '18765'
AND `r`.`name` = 'total' 
2.7377   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)