BANDITC


Country: US

Stars Earned
15
31
1
1

Wild Mode Embed Generic Embed

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

Total Score Count: 48

Song Title Artist Level Score Grade Date
Cowbell Rock Pyramyth 23 81867 2024-03-30 00:27:51
Dreaming Rameses B feat. Holly Drummond 21 81771 2024-04-04 22:46:59
Get Down Kairo Kingdom 22 87186 2024-03-16 00:10:41
Got The Rhythm Fracus & Darwin feat. Becca Hossany 24 70128 2024-09-20 21:34:46
The Last Time Zariis 23 83060 2024-03-30 00:53:13
Surf Hyper Potions 22 84649 2024-03-16 00:14:02
Crazyloop Crazy Loop 22 90438 2024-03-23 00:31:17
Fleadh Uncut Ian Parker 21 93054 2024-06-09 18:27:42
Click Bait S3RL feat. GL!TCH 20 95295 2024-03-23 00:27:04
Gargoyle Sanxion7 24 82656 2024-06-06 22:51:01
Rainspark Sanxion7 21 90567 2024-03-16 00:22:44
Anubis Banzai 20 96148 2024-06-06 20:52:00
Your Own Destiny Entity & Darwin 24 77482 2024-03-19 01:20:17
Dolphin Talk Pyramyth 23 90251 2024-09-20 21:01:51
India's Glitch Kirill Gramada 21 96803 2024-06-09 20:02:40
Life Ride Pyramyth 22 92016 2024-10-25 21:59:22
Silence Fracus & Darwin 22 83831 2024-04-04 23:18:35
Black Magic Matduke 23 81883 2024-03-23 00:58:47
Nightmare FSJ feat. Tara Louise 21 96874 2024-04-04 23:21:19
Riddimino Philstep 23 85516 2024-03-19 01:16:40
Arcade Run Perfect Sphere 22 90122 2024-03-30 01:11:06
Electro Asia Re-venge Phoenix 21 93800 2024-10-25 22:25:21
Megalovania Toby Fox 21 89800 2024-03-16 00:07:55
Take Me Away Fracus & Darwin 23 91944 2024-03-30 00:33:20
Kagami KaW 21 90868 2024-03-30 01:08:09
Canon D.2 Yahpp 23 91789 2024-04-04 23:05:33
BUBBLES Tokyo Machine 22 92701 2024-04-04 23:02:47
The Call of Wilderness Electron 22 88131 2024-05-24 00:05:29
Dark Fenix DE-SIRE 22 85185 2024-06-09 18:31:12
Meta Dreadnaught Machinae Supremacy 21 93406 2024-04-04 22:39:49
We Got The Moves Electric Callboy 20 95797 2024-05-24 00:02:53
Pump It Electric Callboy 21 90487 2024-06-06 20:54:17
Energizer ZiGZaG 23 81336 2024-03-23 00:49:55
TURBO Tokyo Machine 21 94296 2024-04-04 23:00:18
STOP! & Go Onyx 21 92628 2024-05-23 23:33:06
Right Into You The Tech Team 20 92638 2024-03-19 01:13:36
Get Busy KOYOTIE 22 91930 2024-04-04 23:38:03
Samurai Rameses B 22 74905 2024-03-30 00:45:06
UFO Little Sis Nora & S3RL 20 93111 2024-06-09 18:25:02
To Your Beat S3RL feat. Hannah Fortune 23 85513 2024-03-30 01:14:03
Low Workout Fracus & Darwin 23 85289 2024-03-30 01:03:05
The Bass & the Melody S3RL 22 90569 2024-04-04 23:35:04
Tick Tock Technikore 20 94289 2024-10-25 22:50:46
Zen Re-venG 22 93712 2024-04-04 22:39:49
Accelerate Teminite & Skybreak 24 49650 2024-06-06 22:04:14
Mothership F.O.O.L & SKUM 24 87605 2024-06-09 19:59:28
DMT Technikore 23 83201 2024-09-20 21:41:07
戦国 Re-venG 21 90494 2024-10-25 21:56:36
  BENCHMARKS  
Loading Time: Base Classes  0.0029
Controller Execution Time ( Main / Scores )  0.0127
Total Execution Time  0.0158
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,587,424 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/14845
  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.0045 seconds)  (Hide)
0.0028   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` = '14845'
GROUP BY `gs`.`grade
0.0015   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` = '14845'
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` = '14845'
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)