DDRDAIKENKAI


Country: US

Stars Earned
43
3
3

Wild Mode Embed Generic Embed

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

Total Score Count: 49

Song Title Artist Level Score Grade Date
Frozen Fire Kbit 23 90163 2023-01-07 12:13:31
Hyper Hyper Smiley 22 94117 2025-05-05 23:12:53
Remember December Smiley 22 95463 2025-05-03 02:46:59
Joanna Crazy Loop 19 97249 2023-10-18 23:55:12
Save My World Stephy 22 94364 2023-10-18 23:44:07
Think Thousand Thoughts Auvic 20 90856 2024-01-20 11:46:17
Ba Be Loo Be La Kristeen 20 93981 2023-10-18 20:37:30
Zodiac Banzai 21 96287 2023-01-07 12:06:57
Ignition Starts KaW 21 96695 2025-05-03 02:23:00
Time To Fly Cindy Cooper 24 87274 2023-10-18 23:37:43
Pop4 Vibes & Wishdokta 22 95195 2023-01-07 12:10:33
ROM-eo & Juli8 Nina 19 96960 2023-10-19 00:14:02
Gargoyle Sanxion7 24 87479 2023-10-19 00:00:44
Rainspark Sanxion7 21 95545 2023-01-07 12:16:24
Utopia Smiley 22 93490 2023-10-18 23:41:09
Boom Boom Dollars King Kong & D'Jungle Girls 21 93350 2023-01-08 00:10:19
The Beginning DJ Doo 26 80285 2025-05-03 02:31:51
Never Gonna Make Morgana 21 93968 2025-05-03 04:44:45
Flash In The Night Flashman 22 94442 2025-05-05 23:17:16
Ghosts Tenth Planet 20 96823 2025-05-05 23:14:33
Movin On Ellen Gee 20 95464 2025-05-03 04:47:31
The Saint Goes Marching The Saint 21 91392 2025-05-03 02:29:27
Pink Dinosaur Miss Papaya 19 97007 2023-10-19 00:16:54
Bye Bye Baby Balloon Joga 21 88259 2023-10-18 23:34:30
Dam Dariram Joga 20 94827 2025-05-03 02:09:41
So Deep Silvertear 21 96243 2025-05-03 02:43:11
Fantasy Melissa 21 93857 2023-10-18 21:56:59
Crime Time CJ Crew & KaW feat. Sedge 22 97411 2023-10-18 22:00:01
Sky High Lucyfer 20 94893 2025-05-03 02:25:52
Nori Nori Nori Judy Crystal 21 89132 2023-01-07 11:45:17
Spaceman Bambee & Lynn 20 98053 2023-01-07 12:02:37
What Love Feels Like Leonail 20 95698 2024-02-25 00:13:06
Delirium Smiley 23 89995 2023-01-07 11:34:45
Twelve Riyu Kosaka 20 93534 2024-02-25 00:17:47
BU-44 Naoki 21 94981 2023-01-08 00:12:29
Charlene Missing Heart 22 89172 2023-10-18 23:32:31
Do It All Night E-Rotic 20 91299 2024-01-20 11:38:34
In The Heat Of The Night E-Rotic 20 96342 2023-01-08 00:07:33
If You Can Say Goodbye Kate Project 19 98137 2023-10-18 23:46:19
Paradox Naoki feat. Riyu Kosaka 20 93321 2023-10-19 00:19:17
403 NAOKI underground 23 92750 2024-02-25 00:29:49
High On Your Love Safura 19 96295 2023-10-18 23:58:01
7th Trip NM underground artifact 22 80190 2023-10-18 20:39:43
Cosmic Drive Quiqman 22 89874 2025-05-03 02:14:44
Energizer ZiGZaG 23 77604 2025-05-03 02:36:12
Lemmings On The Run E-Rotic 21 96599 2025-05-03 02:20:13
UFO Little Sis Nora & S3RL 20 96054 2024-02-25 00:15:42
Breathe Me Back To Life Stonebank feat. Lena Sue 20 98427 2024-02-25 00:24:14
Elysium Scott Brown 21 92134 2024-01-20 11:41:07
  BENCHMARKS  
Loading Time: Base Classes  0.0029
Controller Execution Time ( Main / Scores )  0.0290
Total Execution Time  0.0321
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,595,624 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/8454
  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.0191 seconds)  (Hide)
0.0084   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` = '8454'
GROUP BY `gs`.`grade
0.0086   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` = '8454'
AND `ghs`.`private` = 
0.0021   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` = '8454'
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)