CRUNKBOB


Country: US

Stars Earned
2
43
4
3

Wild Mode Embed Generic Embed

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

Total Score Count: 52

Song Title Artist Level Score Grade Date
Dance Vibrations Elpis 19 98463 2026-04-06 23:12:35
Land Of The Lost Banzai 19 92805 2026-03-28 19:12:37
Bagpipe A-Moe 20 94368 2026-05-04 22:19:20
Got The Rhythm Fracus & Darwin feat. Becca Hossany 24 94750 2026-04-06 23:08:43
Da Roots Mind Reflection 20 97774 2026-04-06 22:37:34
Disconnected Disco Kid Whatever 20 97560 2026-04-20 21:04:51
Fleadh Uncut Ian Parker 21 96701 2026-04-25 19:05:47
Dies Irae Jason Creasey 19 95432 2026-03-30 22:38:27
EternuS Sanxion7 20 91723 2026-04-20 20:39:41
Be Alive Stian K 20 97070 2026-04-06 23:56:23
Bumble Bee Bambee 20 97872 2026-04-06 22:34:53
Bang Bang Bang DCX 21 13081 2026-04-07 00:01:35
Flash In The Night Flashman 22 92150 2026-03-19 00:23:10
Esperanza KaW 22 84960 2026-02-22 01:04:06
Anubis Banzai 20 94784 2026-03-28 19:15:37
Bandito Remorse Code 21 95488 2026-04-06 23:26:52
Dam Dariram Joga 20 97774 2026-03-28 19:23:18
Dam Dadi Doo Fantasy Project 22 88163 2026-04-06 22:40:30
Equinox Mage 21 14025 2026-04-06 23:05:22
Life Ride Pyramyth 22 91697 2026-03-28 19:19:54
Bring Your Lovin Back Fracus 20 96021 2026-03-19 01:45:38
Confusion Tess 22 90223 2026-04-23 00:51:21
Doh! Tale & Dutch 20 96069 2026-04-06 22:59:22
Hypnosis Colin Kiddy 21 97254 2026-04-13 22:33:50
BU-44 Naoki 21 97678 2026-04-15 23:03:02
Charlene Missing Heart 22 40153 2026-04-06 23:30:10
The Judgement Day Naoki feat. Riyu Kosaka 19 3565 2026-04-23 01:23:47
Katana Fighter Electron 22 97386 2026-04-20 21:11:20
Never Ending Story DJ AC-DC 20 97854 2026-04-06 23:38:07
William Tell Quiqman 24 91988 2026-04-23 01:31:44
Disco High Ultimate Heights 21 97829 2026-04-20 20:59:36
Get Up'n Move S & K 20 96022 2026-04-20 20:33:50
Recovery JMCX 19 97641 2026-04-23 01:18:01
Cosmic Drive Quiqman 22 95539 2026-04-20 21:29:48
Have Fun Rameses B 21 92112 2026-02-22 00:46:12
Nothing Else Matters Katya Ocean 19 95542 2026-02-22 00:39:06
Techno World NAOKI underground 22 83541 2026-03-14 22:03:35
Night In Motion Cubic 22 21 97837 2026-04-20 21:22:39
To Your Beat S3RL feat. Hannah Fortune 23 93073 2026-04-06 23:59:15
Y2Z Affinity 22 97398 2026-04-15 23:21:55
Elysium Scott Brown 21 96406 2026-02-22 00:42:42
Truth or Dare PIXY 19 94677 2026-05-04 21:57:38
Big Boss Big Boss 21 99055 2026-04-23 01:21:18
What Ya Gonna Do Scott Brown 21 96413 2026-04-13 22:18:42
Burbank Nights Dirtyphonics 22 94533 2026-04-15 23:06:44
Falling In Love No Hero & Nino Rivera 22 90528 2026-02-22 00:52:31
戦国 Re-venG 21 94353 2026-04-13 22:21:05
Running In The 90s Max Coveri 23 95831 2026-05-04 22:43:46
Pilgrim 2000 Bass-X vs. Scott Brown 21 89594 2026-02-22 01:10:33
Remember Me Leslie Parrish 21 83919 2026-03-28 19:37:29
Frontal Impact Daniel 22 95612 2026-05-04 22:29:57
Tribal Style KaW 21 97589 2026-05-04 22:22:56
  BENCHMARKS  
Loading Time: Base Classes  0.0027
Controller Execution Time ( Main / Scores )  0.3835
Total Execution Time  0.3864
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,661,984 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/27001
  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.3748 seconds)  (Hide)
0.3130   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` = '27001'
GROUP BY `gs`.`grade
0.0579   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` = '27001'
AND `ghs`.`private` = 
0.0039   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` = '27001'
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)