Crazyxblade


Country: US

Stars Earned
23
9
15

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
Dabbi Doo Ni-Ni 20 78257 2024-09-06 21:34:32
The 7th Element Vitas 19 75895 2024-09-06 21:45:30
Think Thousand Thoughts Auvic 20 73762 2025-03-29 19:13:32
Bad 4 My Health Bassmonkeys & Soulshaker feat. J.D. ROX 20 72780 2024-09-06 21:09:26
Get Busy Bassmonkeys & Bianca Lindgren 20 80224 2025-03-22 20:37:47
I'll Show You Loving Bassmonkeys feat. Natasha Anderson 20 68329 2024-10-19 21:21:58
Ladybug Coconut 19 16044 2024-02-24 21:39:51
Click Bait S3RL feat. GL!TCH 20 74162 2024-06-30 18:54:58
EternuS Sanxion7 20 7461 2024-06-30 19:13:52
Rainspark Sanxion7 21 34941 2025-04-12 18:44:20
Be Alive Stian K 20 80885 2024-09-06 21:09:26
Bumble Bee Bambee 20 868 2024-02-24 21:25:42
Dizzy Balduin & Wolfgang Lohr feat. Alanna 20 67477 2024-08-31 23:52:10
Movin On Ellen Gee 20 71472 2024-08-31 23:24:53
Anubis Banzai 20 78190 2024-09-06 21:09:26
Devil Inside CRMNL 19 84912 2024-06-30 19:42:18
Classic Madness Fracus & Darwin 21 48354 2025-03-29 19:32:13
Doh! Tale & Dutch 20 12869 2024-06-30 19:11:31
Megalovania Toby Fox 21 76609 2025-03-29 19:22:15
Spaceman Bambee & Lynn 20 75824 2024-09-06 21:09:26
Hip Hop Jam Indiggo 20 79329 2025-03-22 20:44:48
Kick It Man KaW feat. DAZ 19 20265 2024-02-24 21:49:05
Follow My Pamp Andrea Damante feat. Adam Clay 20 57765 2024-10-19 21:24:37
Cyber-Kyoto- Re-venG 20 80422 2024-09-06 21:31:26
Kalinka Quiqman 20 54261 2024-06-30 19:23:37
I Met You DJ Cosmin, Ole Bott, Ammagin feat. Simon Eric 19 79845 2024-06-30 19:39:54
Katyusha Schustin 21 62890 2025-03-29 19:24:32
Moonlight PIXY 20 71367 2024-04-20 23:34:25
We Got The Moves Electric Callboy 20 39963 2024-09-06 21:43:13
Have Fun Rameses B 21 6005 2024-08-31 23:49:29
Only You DEXTER KING feat. Alexis Donn 19 80179 2024-06-30 19:45:30
STOP! & Go Onyx 21 69204 2025-04-12 18:22:19
Orbit Ellis 19 65741 2024-04-20 23:29:25
Bambole (Ole) Papa Gonzalez 20 71424 2024-08-31 23:45:45
Just Dance Bad Computer 20 76251 2024-09-06 21:09:26
Down Low Hr. Troels x Felix Schorn 20 77195 2024-10-19 21:08:30
Night In Motion Cubic 22 21 24220 2024-06-30 19:54:35
Keep On Dancing BEAUZ feat. Heleen 20 77469 2024-09-06 21:09:26
Tick Tock Technikore 20 75819 2024-06-30 19:51:37
What Ya Gonna Do Scott Brown 21 39227 2024-06-30 19:26:31
Where Did You Go Tatsunoshin 21 27709 2024-10-19 21:34:16
DJ Party BB Hayes 20 81611 2025-03-22 20:35:06
Drum 'N' Bossa Carbuncle 20 80925 2024-10-05 21:57:20
I Don't Wanna Fall Jakka-B & Macks Wolf feat. Angel Lane 21 76426 2025-04-12 18:18:35
My Heart Is Ticking Like A Bomb E-Rotic 20 78688 2025-03-29 19:10:00
Remember Me Leslie Parrish 21 6849 2025-04-12 18:42:16
Rain Dance MUZZ 21 27635 2025-04-12 18:46:35
  BENCHMARKS  
Loading Time: Base Classes  0.0025
Controller Execution Time ( Main / Scores )  0.0180
Total Execution Time  0.0208
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,587,432 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/14379
  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.0100 seconds)  (Hide)
0.0034   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` = '14379'
GROUP BY `gs`.`grade
0.0064   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` = '14379'
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` = '14379'
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)