DRDOOFUS


Country: US

Stars Earned
42
4
5
2

Wild Mode Embed Generic Embed

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

Total Score Count: 53

Song Title Artist Level Score Grade Date
Remember December Smiley 22 93813 2024-06-01 00:36:53
Birdie Doolittle 19 96072 2022-07-18 16:45:11
What Happened To Love Denine 19 39471 2022-07-18 16:17:57
Mexi Mexi Mozquito 20 97266 2024-06-01 01:04:52
Who KaW 21 89105 2022-07-18 16:11:47
Made In China Vitas & Sergey Pudovkin 20 88544 2022-07-18 17:16:21
Surf Hyper Potions 22 94026 2023-01-11 21:08:13
Bloodrush TechnoDred 26 32980 2025-04-06 22:02:35
Fleadh Uncut Ian Parker 21 74515 2024-08-04 21:14:21
I Think I Like That Sound Kid Whatever 20 94500 2025-05-17 19:55:58
Ize Pie Headtwist & Pump 19 88465 2022-07-18 17:07:58
ROM-eo & Juli8 Nina 19 94990 2022-07-18 16:10:07
Spin Chicken Freebie & The Bean 21 93866 2023-01-11 20:48:44
Temple Of Boom Yannis Kamarinos 23 95333 2023-01-11 20:34:35
Ladybug Coconut 19 93688 2022-07-18 17:14:41
Mellow Rikki & Daz 20 91559 2022-07-18 16:56:29
Boom Boom Dollars King Kong & D'Jungle Girls 21 95306 2024-05-31 23:34:36
Do U Love Me DJ Doo 21 92820 2024-06-01 00:46:46
Bumble Bee Bambee 20 92740 2024-06-01 01:22:10
Coming Out Playmaker feat. Robina 19 96102 2023-01-11 20:28:31
Waka Laka Jenny Rom vs. The Zippers 21 95750 2023-01-11 20:51:52
Typical Tropical Bambee 19 90371 2022-07-18 16:19:37
Who R You Leo Pigot 21 85210 2022-07-18 16:05:43
Justify My Love Tess 21 90643 2022-07-18 16:54:49
The Saint Goes Marching The Saint 21 96903 2023-01-11 21:02:05
Dam Dariram Joga 20 86558 2022-07-18 16:48:31
So Deep Silvertear 21 94799 2025-05-17 23:10:07
In My Dreams Rebecca 20 44980 2022-07-18 17:04:38
Dam Dadi Doo Fantasy Project 22 93312 2024-07-14 22:15:40
Dolphin Talk Pyramyth 23 93628 2024-06-01 01:11:59
My Baby Mama Anquette 21 79529 2022-07-18 16:28:08
Magic Mystery Tour KaW feat. Paula Terry 19 81091 2022-07-18 17:24:42
Riddimino Philstep 23 93140 2025-04-06 21:54:28
Into My Dream Lagoona 23 87310 2025-04-09 00:47:54
What Love Feels Like Leonail 20 88335 2024-05-31 23:31:15
Beethoven Virus BanYa 22 91686 2023-01-11 20:56:49
BU-44 Naoki 21 66303 2022-07-18 16:37:40
Charlene Missing Heart 22 92836 2024-06-01 00:39:44
Destiny Smiley 23 89938 2024-05-31 23:37:09
Sky High DJ Miko 20 95043 2024-06-01 01:30:34
Melancholy Vision DE-SIRE 24 82137 2022-07-18 17:31:47
Operator Miss Papaya 19 95752 2023-01-11 20:45:52
Kick It Man KaW feat. DAZ 19 91735 2022-07-18 16:13:27
Never Ending Story DJ AC-DC 20 96834 2024-06-01 01:09:23
Get Up'n Move S & K 20 92686 2025-04-06 21:48:56
Meta Dreadnaught Machinae Supremacy 21 94945 2023-01-11 20:31:24
Bust It Out FWLR 24 90950 2023-01-11 21:05:00
Bassline Shatter M-Project & S2i8 23 95578 2025-04-06 22:00:10
Arsene's Bazaar James Landino 25 63664 2024-06-01 00:49:47
Night In Motion Cubic 22 21 94175 2024-06-01 01:07:08
Big Boss Big Boss 21 95283 2024-06-01 01:19:32
Way To Rio Tony T 20 90609 2025-05-17 19:53:13
Lunatic BLACK HOLE 23 27227 2025-05-17 19:58:27
  BENCHMARKS  
Loading Time: Base Classes  0.0030
Controller Execution Time ( Main / Scores )  0.0733
Total Execution Time  0.0766
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,603,632 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/6862
  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.0619 seconds)  (Hide)
0.0600   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` = '6862'
GROUP BY `gs`.`grade
0.0017   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` = '6862'
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` = '6862'
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)