Nebula Dragon


Country: US

Stars Earned
28
8
5
6

Wild Mode Embed Generic Embed

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

Total Score Count: 47

Song Title Artist Level Score Grade Date
Dance Vibrations Elpis 19 85216 2024-05-06 05:43:00
In The Hall Of The Mountain King KaW 22 75576 2025-01-05 22:20:30
Revenge MonstDeath 21 51038 2025-01-05 22:23:37
Dream A Dream Captain Jack 20 83343 2024-07-22 15:33:43
Got The Rhythm Fracus & Darwin feat. Becca Hossany 24 62951 2024-08-10 19:42:35
Moonstone Virgill 19 90486 2024-04-29 02:28:48
Personal Reality Auvic 25 73716 2024-04-29 02:34:21
RockSlaves Leo Pigot & Rinat Crone 23 75515 2025-01-05 22:17:38
Y Don't U Deeper Territory 22 30640 2025-01-05 21:55:38
Zodiac Banzai 21 33364 2025-01-05 21:53:24
Surf Hyper Potions 22 83701 2025-03-31 22:47:04
Agent Blatant Ernest + Julio 21 81100 2025-01-05 21:47:57
Temple Of Boom Yannis Kamarinos 23 57613 2025-01-05 22:01:48
While Tha Rekkid Spinz DJ Zombie 22 78421 2024-07-22 15:49:17
Click Bait S3RL feat. GL!TCH 20 89150 2024-05-18 00:07:13
Bandito Remorse Code 21 69095 2024-05-18 00:04:20
So Deep Silvertear 21 85459 2024-03-31 04:17:04
Dolphin Talk Pyramyth 23 78911 2024-04-29 02:23:01
Give Into Nutronic 22 81286 2024-07-22 15:36:48
Black Magic Matduke 23 45116 2024-04-23 05:29:36
Night Of Fright Justin Corza & 420 22 82871 2025-04-17 15:29:48
Riddimino Philstep 23 3114 2024-04-23 04:46:57
Critical Hit MDK 25 28335 2024-07-22 15:52:54
Don't Stop S & K 22 24009 2024-04-29 02:20:39
Fade Out Bensley 21 84889 2024-05-17 23:19:52
Press Start MDK 23 79260 2025-01-05 21:58:48
Pump It Electric Callboy 21 77850 2024-04-29 02:37:25
Space Boy Rameses B, Feint & Veela 22 49540 2024-05-06 05:40:05
Energizer ZiGZaG 23 76555 2024-04-29 02:57:46
INEEDU Teddy Killerz 22 80709 2024-07-22 15:56:58
Lemmings On The Run E-Rotic 21 79340 2024-04-28 23:27:15
Orbit Ellis 19 89800 2024-04-28 23:24:20
Perks Bibi Gold 21 89324 2024-04-28 23:22:03
Crab Rave Noisestorm 20 80293 2024-05-06 05:35:21
Bambole (Ole) Papa Gonzalez 20 86344 2025-04-17 15:34:58
Bassline Shatter M-Project & S2i8 23 89199 2025-01-05 21:50:31
Down Low Hr. Troels x Felix Schorn 20 75055 2025-01-05 22:15:00
Techno World NAOKI underground 22 78573 2025-04-17 15:23:16
GALACTICAL Tokyo Machine 23 85309 2025-01-05 22:34:43
Low Workout Fracus & Darwin 23 64540 2024-04-29 02:26:04
The Bass & the Melody S3RL 22 85163 2025-03-31 22:51:56
Definition of a Badboy Scott Brown 20 87163 2025-01-05 22:07:14
Accelerate Teminite & Skybreak 24 77655 2024-07-22 15:30:36
DMT Technikore 23 84713 2025-01-05 22:30:41
Need You Nostalgix 22 75192 2025-04-17 15:37:59
MEANT 2 BE THIRST & nuphory 23 66103 2025-04-17 15:43:19
Rain Dance MUZZ 21 85132 2025-04-17 15:20:21
  BENCHMARKS  
Loading Time: Base Classes  0.0035
Controller Execution Time ( Main / Scores )  0.0191
Total Execution Time  0.0228
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,586,496 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/14147
  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.0087 seconds)  (Hide)
0.0040   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` = '14147'
GROUP BY `gs`.`grade
0.0045   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` = '14147'
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` = '14147'
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)