TheDonitus


Country: US

Stars Earned
27
13
2
1

Wild Mode Embed Generic Embed

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

Total Score Count: 43

Song Title Artist Level Score Grade Date
Dance Vibrations Elpis 19 94921 2023-11-18 02:22:41
Origin Eagle | Stallian 20 94625 2023-12-02 05:12:40
The Rainmaker Doug Laurent 20 85487 2023-07-15 01:16:00
Bagpipe A-Moe 20 82745 2023-04-01 04:40:16
Moonstone Virgill 19 94359 2023-03-11 01:52:21
Disconnected Disco Kid Whatever 20 91869 2023-11-18 02:28:04
Ize Pie Headtwist & Pump 19 88385 2023-03-11 01:46:41
Reactor Jason Creasey 19 84871 2023-04-01 04:36:00
Dies Irae Jason Creasey 19 88133 2023-03-11 01:44:30
Ladybug Coconut 19 95722 2023-11-18 02:20:19
Paranormal Inspector K 20 94550 2023-12-02 05:18:52
Click Bait S3RL feat. GL!TCH 20 86472 2023-02-25 02:37:54
EternuS Sanxion7 20 95824 2023-11-18 02:30:52
Feel The Melody S3RL feat. Sara 20 82469 2023-03-11 03:03:36
July Smiley 20 94768 2023-12-02 05:07:01
Be Alive Stian K 20 97074 2023-12-02 04:58:03
NightMoves Playmaker 20 92199 2023-12-02 05:10:03
Ghosts Tenth Planet 20 92792 2023-11-18 02:37:36
Anubis Banzai 20 87646 2023-04-01 04:38:12
Dam Dariram Joga 20 78411 2023-03-25 01:10:12
Fantasy Melissa 21 92734 2023-12-02 05:33:57
Classic Madness Fracus & Darwin 21 94573 2023-12-02 05:27:06
Equinox Mage 21 92303 2023-12-02 05:29:26
Black Magic Matduke 23 83449 2023-11-18 03:02:11
Bring Your Lovin Back Fracus 20 97269 2023-12-02 05:00:39
Hypnosis Colin Kiddy 21 50362 2023-03-25 01:04:22
Megalovania Toby Fox 21 82544 2023-07-15 02:10:46
Beethoven Virus BanYa 22 81845 2023-03-11 02:59:13
BU-44 Naoki 21 94418 2023-12-02 05:24:17
Destiny Smiley 23 83895 2023-11-18 02:54:48
Step Up Amadeus BanYa 22 81195 2023-03-11 03:06:49
Contrast Donk Terrorist vs. Daniel Seven 22 89977 2023-07-15 02:16:02
Canon D.2 Yahpp 23 86557 2023-11-18 02:51:27
403 NAOKI underground 23 88432 2023-11-18 03:11:04
Cyber-Kyoto- Re-venG 20 93208 2023-12-02 05:03:11
Dystopia 2077 F.O.O.L & The Forgotten 23 58411 2023-11-18 03:21:17
Dark Fenix DE-SIRE 22 86141 2023-11-18 02:46:33
Energizer ZiGZaG 23 76030 2023-11-18 02:42:58
Right Into You The Tech Team 20 95907 2023-12-02 05:21:42
Crab Rave Noisestorm 20 93597 2023-11-18 02:25:12
Bassline Shatter M-Project & S2i8 23 90284 2023-11-18 03:04:56
Samurai Rameses B 22 13286 2023-07-15 02:19:38
Every Little Thing Conro 21 94899 2023-12-02 05:31:48
  BENCHMARKS  
Loading Time: Base Classes  0.0026
Controller Execution Time ( Main / Scores )  0.0833
Total Execution Time  0.0861
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,569,656 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/8886
  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.0729 seconds)  (Hide)
0.0708   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` = '8886'
GROUP BY `gs`.`grade
0.0020   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` = '8886'
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` = '8886'
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)