Maga


Total World Records: ??
Country: IT

Stars Earned
3
7
24
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
Flight Of The Bumble Bee MonstDeath 25 82409 -17591 -10994 100000 2019-12-07 12:48:07
Remember December Smiley 22 98972 -1028 -498 100000 2019-12-07 14:23:35
Lucky Star Miradey 20 93816 -6184 -2474 100000 2019-12-10 17:52:02
Twins Martin Eriksson feat. Ellee 22 95502 -4498 -2177 100000 2019-12-10 17:26:21
Bagpipe A-Moe 20 98635 -1365 -546 100000 2019-12-07 16:27:35
Dream A Dream Captain Jack 20 97748 -2252 -901 100000 2019-12-10 17:47:06
Got The Rhythm Fracus & Darwin feat. Becca Hossany 24 91134 -8866 -5107 100000 2019-12-10 16:51:38
Hard Fast Disco Darwin 24 92720 -7280 -4193 100000 2019-12-10 17:11:06
Indignation Auvic feat. Pipo Fernandez 24 87221 -12779 -7361 100000 2019-12-10 18:03:07
It Gets Better Eskimo feat. Maria Merete 21 96899 -3101 -1368 100000 2019-12-07 12:53:24
Joanna Crazy Loop 19 93562 -6438 -2324 100000 2019-12-07 19:25:09
Link Line Asterisk 25 80664 -19336 -12085 100000 2019-12-10 18:05:55
Personal Reality Auvic 25 80831 -19169 -11981 100000 2019-12-10 18:08:30
That Night Eskimo & Icebird 21 97320 -2680 -1182 100000 2019-12-07 12:44:17
The 7th Element Vitas 19 99318 -682 -246 100000 2019-12-10 18:13:35
Who KaW 21 98756 -1244 -549 100000 2019-12-10 18:18:44
Zodiac Banzai 21 95873 -4127 -1820 100000 2019-12-08 18:57:50
Made In China Vitas & Sergey Pudovkin 20 96144 -3856 -1542 100000 2019-12-10 17:39:19
Time To Fly Cindy Cooper 24 95319 -4681 -2696 100000 2019-12-10 17:54:36
Unity TheFatRat 21 97357 -2643 -1166 100000 2019-12-10 17:05:13
Crazyloop Crazy Loop 22 97646 -2354 -1139 100000 2019-12-10 16:54:37
Fleadh Uncut Ian Parker 21 98201 -1799 -793 100000 2019-12-13 13:56:37
Flying High Filo Bedo 21 96765 -3235 -1427 100000 2019-12-07 13:19:31
Go 60 Go Takoyaki 24 88665 -11335 -6529 100000 2019-12-10 18:00:57
My Life Is So Crazy Initial P 24 90427 -9573 -5514 100000 2019-12-10 17:57:12
Paradise Smiley 24 94763 -5237 -3017 100000 2019-12-10 17:21:08
Pop4 Vibes & Wishdokta 22 95511 -4489 -2173 100000 2019-12-10 17:23:58
Reactor Jason Creasey 19 97521 -2479 -895 100000 2019-12-13 13:56:37
Click Bait S3RL feat. GL!TCH 20 98488 -1512 -605 100000 2019-12-08 19:07:53
EternuS Sanxion7 20 96448 -3552 -1421 100000 2019-12-10 16:56:52
Feel The Melody S3RL feat. Sara 20 98985 -1015 -406 100000 2019-12-08 18:52:18
Gargoyle Sanxion7 24 92556 -7444 -4288 100000 2019-12-10 17:49:47
Zenith Sanxion7 24 90505 -9495 -5469 100000 2019-12-07 13:05:21
Summer Smiley 25 62826 -37174 -23234 100000 2024-06-22 10:58:35
Contrast Donk Terrorist vs. Daniel Seven 22 93840 -6160 -2981 100000 2024-06-22 10:37:01
  BENCHMARKS  
Loading Time: Base Classes  0.0042
Controller Execution Time ( Main / Rival )  2.8920
Total Execution Time  2.8964
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,938,488 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/2004/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.8808 seconds)  (Hide)
0.0049   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` = '2004'
GROUP BY `gs`.`grade
0.0013   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` = '2004'
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` = '2004'
AND `r`.`name` = 'total' 
2.8743   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)