Blazenfury2314


Total World Records: ??
Country: US

Stars Earned
21
7
5
2

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 83226 -16774 -6710 100000 2022-08-05 03:55:04
Dream A Dream Captain Jack 20 76961 -23039 -9216 100000 2022-12-15 03:39:11
Joanna Crazy Loop 19 75167 -24833 -8965 100000 2022-06-28 03:22:44
Mexi Mexi Mozquito 20 87731 -12269 -4908 100000 2022-10-18 03:58:11
Zodiac Banzai 21 35627 -64373 -28388 100000 2023-06-27 03:23:10
Da Roots Mind Reflection 20 86703 -13297 -5319 100000 2022-08-26 04:01:25
Disconnected Disco Kid Whatever 20 76751 -23249 -9300 100000 2022-09-20 03:42:17
Fleadh Uncut Ian Parker 21 81982 -18018 -7946 100000 2022-08-02 04:15:09
Reactor Jason Creasey 19 86534 -13466 -4861 100000 2022-10-18 04:05:35
ROM-eo & Juli8 Nina 19 81267 -18733 -6763 100000 2022-12-15 03:30:43
This Is Rock And Roll DJ Zombie 19 77209 -22791 -8228 100000 2023-10-26 21:00:16
Dies Irae Jason Creasey 19 87679 -12321 -4448 100000 2022-06-29 21:01:30
Ladybug Coconut 19 85670 -14330 -5173 100000 2022-06-28 03:22:44
Mellow Rikki & Daz 20 81221 -18779 -7512 100000 2022-08-03 21:10:31
Be Alive Stian K 20 84217 -15783 -6313 100000 2023-10-09 02:49:59
Waka Laka Jenny Rom vs. The Zippers 21 86206 -13794 -6083 100000 2022-08-02 04:00:41
Typical Tropical Bambee 19 84873 -15127 -5461 100000 2022-08-26 04:03:57
Pink Dinosaur Miss Papaya 19 89053 -10947 -3952 100000 2023-02-14 04:49:44
Bye Bye Baby Balloon Joga 21 73905 -26095 -11508 100000 2022-10-18 04:03:07
No Princess Lynn 19 86066 -13934 -5030 100000 2022-08-05 03:57:26
Devil Inside CRMNL 19 88819 -11181 -4036 100000 2023-02-14 04:56:05
Black Magic Matduke 23 32778 -67222 -35560 100000 2022-12-15 03:47:40
Night Of Fright Justin Corza & 420 22 11554 -88446 -42808 100000 2022-09-21 20:56:26
Pretty Ugly Yenn 20 84205 -15795 -6318 100000 2022-10-18 04:00:57
Hypnosis Colin Kiddy 21 52603 -47397 -20902 100000 2024-03-07 04:50:34
Megalovania Toby Fox 21 80091 -19909 -8780 100000 2022-08-02 04:09:00
Winter BanYa 25 13925 -86075 -53797 100000 2022-10-07 03:39:50
Butterfly Swingrowers 19 85671 -14329 -5173 100000 2022-12-09 04:17:50
If You Can Say Goodbye Kate Project 19 85113 -14887 -5374 100000 2023-06-14 21:12:54
Paradox Naoki feat. Riyu Kosaka 20 82718 -17282 -6913 100000 2022-12-06 04:29:41
Never Ending Story DJ AC-DC 20 82495 -17505 -7002 100000 2022-08-03 21:07:41
Katyusha Schustin 21 82167 -17833 -7864 100000 2023-10-09 03:07:01
TURBO Tokyo Machine 21 86811 -13189 -5816 100000 2022-09-20 03:39:18
Lemmings On The Run E-Rotic 21 67919 -32081 -14148 100000 2023-10-09 03:09:35
Jingle Bell Rock KaW feat. Bobby Helms 20 72364 -27636 -11054 100000 2024-03-07 04:53:38
  BENCHMARKS  
Loading Time: Base Classes  0.0036
Controller Execution Time ( Main / Rival )  2.2514
Total Execution Time  2.2552
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,939,448 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/6680/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.2413 seconds)  (Hide)
0.0021   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` = '6680'
GROUP BY `gs`.`grade
0.0012   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` = '6680'
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` = '6680'
AND `r`.`name` = 'total' 
2.2378   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)