d1ST0rT3d


Country: AU

Stars Earned
19
11
2
13

Wild Mode Embed Generic Embed

Currently displaying scores for mode. Select another difficulty to view scores for it.

Total Score Count: 45

Song Title Artist Level Score Grade Date
Frozen Fire Kbit 23 82001 2024-07-19 06:29:16
Hyper Hyper Smiley 22 16825 2023-05-08 06:30:31
Hard Fast Disco Darwin 24 63842 2023-11-21 03:20:36
Monody TheFatRat feat. Laura Brehm 22 18951 2023-04-27 06:23:49
Fleadh Uncut Ian Parker 21 91019 2024-07-19 06:25:53
Gargoyle Sanxion7 24 7097 2023-09-15 07:06:47
Hanky Panky Jenny Rom 23 82379 2023-11-14 01:38:01
Become Astral Ash Astral 22 10622 2023-05-29 06:21:30
Music & Police CJ Crew & KaW feat. Christian D. 21 77909 2023-06-23 05:45:52
Dolphin Talk Pyramyth 23 88574 2024-07-27 09:14:37
Classic Madness Fracus & Darwin 21 76291 2023-05-12 06:55:21
Give Into Nutronic 22 58979 2023-05-02 07:06:00
Silence Fracus & Darwin 22 6566 2023-06-23 05:43:36
Crime Time CJ Crew & KaW feat. Sedge 22 9309 2023-05-08 06:27:57
Megalovania Toby Fox 21 81209 2023-04-27 06:19:58
Delirium Smiley 23 80087 2023-08-30 06:26:27
Take Me Away Fracus & Darwin 23 94659 2024-06-26 03:25:20
BU-44 Naoki 21 90342 2023-08-17 07:13:01
SubZero Donk Terrorist vs. 204 22 15738 2023-05-02 07:15:47
Brutalisphere Machinae Supremacy 23 86415 2024-07-22 06:40:32
Cartoon Heroes Barbie Young 21 20282 2023-05-12 06:52:56
Ring The Alarm M-Project & Signal 22 77300 2023-08-30 06:23:45
Contrast Donk Terrorist vs. Daniel Seven 22 73291 2023-05-02 07:12:51
Jukebox Swingrowers 21 4642 2023-04-27 06:26:17
403 NAOKI underground 23 83577 2024-06-26 03:18:14
Business Wars Quiqman feat. Eternal JK Yoripi-chan 23 34009 2023-06-23 05:50:32
Get Up'n Move S & K 20 73125 2023-04-21 04:41:41
Insane Niko Noise 20 79107 2023-04-21 04:45:28
Press Start MDK 23 91387 2024-08-18 09:45:08
VTubers Never Die! NAOKI & Eternal JK Yoripi-chan feat. Riyu Kos 23 92702 2024-07-22 06:43:11
Space Boy Rameses B, Feint & Veela 22 73759 2023-07-11 06:26:16
Dance Sophon 23 76457 2023-07-27 07:05:28
Ievan Polkka Quiqman feat. Chihiro Kawakami 23 92654 2024-07-19 06:42:45
Bambole (Ole) Papa Gonzalez 20 79796 2023-05-10 07:27:33
Bassline Shatter M-Project & S2i8 23 91822 2024-07-19 06:40:21
Techno World NAOKI underground 22 73963 2023-07-11 06:23:48
2NITE nanobii 21 81640 2023-07-11 06:30:16
Blackstar Celldweller 22 55991 2023-05-02 07:02:26
Low Workout Fracus & Darwin 23 93535 2024-06-11 02:24:17
The Bass & the Melody S3RL 22 92171 2024-06-11 02:21:30
BLEEP BLOOP Tokyo Machine 24 80708 2023-11-21 01:26:51
Supernova Laszlo 22 94517 2024-07-17 03:46:10
Never Let You Down BEAUZ, Miles Away, & RYYZN 22 87966 2024-03-21 01:42:14
SPEED KING David Kane 24 90587 2024-07-19 06:36:18
Take Me Away Dougal 22 86022 2024-10-01 08:03:55
  BENCHMARKS  
Loading Time: Base Classes  0.0026
Controller Execution Time ( Main / Scores )  0.2076
Total Execution Time  0.2103
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,583,496 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/9474
  CLASS/METHOD  
main/scores
  DATABASE:  statmani_devel (Main:$db)   QUERIES: 0 (0.0000 seconds)  (Hide)
No queries were run
  DATABASE:  stepmani_db (Data_smx:$smx)   QUERIES: 3 (0.1996 seconds)  (Hide)
0.1806   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` = '9474'
GROUP BY `gs`.`grade
0.0188   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` = '9474'
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` = '9474'
AND `r`.`name` = 'total' 
  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)