mcmaxmcmc


Total World Records: ??
Country: US

Stars Earned
15
5
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
What Happened To Love Denine 19 95074 -4926 -1778 100000 2024-12-30 07:07:55
Y Don't U Deeper Territory 22 35866 -64134 -31041 100000 2024-06-29 05:31:01
Who KaW 21 84636 -15364 -6776 100000 2024-05-31 04:38:53
Flash In The Night Flashman 22 18002 -81998 -39687 100000 2024-02-17 06:36:25
Bye Bye Baby Balloon Joga 21 51460 -48540 -21406 100000 2024-02-17 06:19:57
In My Dreams Rebecca 20 91456 -8544 -3418 100000 2024-03-03 23:04:19
Arcade Run Perfect Sphere 22 81809 -18191 -8804 100000 2024-03-04 00:18:53
Into My Dream Lagoona 23 62122 -37878 -20037 100000 2024-06-08 03:53:40
On My Own Anamanaguchi feat. HANA 21 90433 -9567 -4219 100000 2024-03-04 04:51:12
Take Me Away Fracus & Darwin 23 52449 -47551 -25154 100000 2024-06-14 06:50:28
Beethoven Virus BanYa 22 49158 -50842 -24608 100000 2024-02-17 06:29:10
In The Heat Of The Night E-Rotic 20 92086 -7914 -3166 100000 2024-06-08 03:51:16
Cartoon Heroes Barbie Young 21 83759 -16241 -7162 100000 2024-02-17 06:39:54
Test My Best E-Rotic 21 89867 -10133 -4469 100000 2024-06-14 06:46:17
If You Can Say Goodbye Kate Project 19 91878 -8122 -2932 100000 2024-03-03 23:02:00
Contrast Donk Terrorist vs. Daniel Seven 22 89941 -10059 -4869 100000 2024-02-17 06:42:38
Outbreak Feint feat. MYLK 23 83378 -16622 -8793 100000 2024-03-04 04:53:39
We Got The Moves Electric Callboy 20 86915 -13085 -5234 100000 2024-12-30 07:10:15
Cosmic Drive Quiqman 22 85202 -14798 -7162 100000 2024-02-17 06:44:31
All For One IVD x Dee Dee x Kenny Hayes 21 89571 -10429 -4599 100000 2024-03-04 00:16:52
INEEDU Teddy Killerz 22 83110 -16890 -8175 100000 2024-03-03 23:06:19
WYGD Bishu 19 92188 -7812 -2820 100000 2024-05-31 04:36:29
Perks Bibi Gold 21 92267 -7733 -3410 100000 2024-03-04 04:48:34
Crab Rave Noisestorm 20 95009 -4991 -1996 100000 2024-09-04 04:04:37
Nothing Else Matters Katya Ocean 19 64876 -35124 -12680 100000 2024-02-17 06:32:45
Techno World NAOKI underground 22 83736 -16264 -7872 100000 2024-06-14 06:48:25
2NITE nanobii 21 77820 -22180 -9781 100000 2024-06-29 05:33:07
Arsene's Bazaar James Landino 25 74724 -25276 -15798 100000 2024-03-04 00:21:21
Stars James Landino 24 76677 -23323 -13434 100000 2024-09-22 06:04:19
The Bass & the Melody S3RL 22 68261 -31739 -15362 100000 2024-02-17 06:25:36
Party ChildsPlay 19 91743 -8257 -2981 100000 2024-06-04 03:28:59
Supernova Laszlo 22 88790 -11210 -5426 100000 2024-09-22 06:02:04
What Ya Gonna Do Scott Brown 21 86131 -13869 -6116 100000 2024-05-31 04:41:06
SPEED KING David Kane 24 87782 -12218 -7038 100000 2024-09-22 06:06:37
  BENCHMARKS  
Loading Time: Base Classes  0.0027
Controller Execution Time ( Main / Rival )  2.1934
Total Execution Time  2.1963
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,929,360 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/14133/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.1850 seconds)  (Hide)
0.0304   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` = '14133'
GROUP BY `gs`.`grade
0.0037   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` = '14133'
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` = '14133'
AND `r`.`name` = 'total' 
2.1507   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)