Sableye


Country: US

Stars Earned
9
30
8
2

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
Big Blue Bouncy Ball Mr. Blue 22 4942 2024-07-21 19:51:46
Made In China Vitas & Sergey Pudovkin 20 96015 2024-06-23 23:06:58
Monody TheFatRat feat. Laura Brehm 22 88486 2024-06-30 20:22:51
Surf Hyper Potions 22 92671 2024-09-01 20:58:06
Unity TheFatRat 21 91574 2024-06-30 19:26:14
Click Bait S3RL feat. GL!TCH 20 93779 2024-07-21 19:55:02
Mozart Is Back Rose 24 8869 2024-06-23 23:14:08
Doh! Tale & Dutch 20 92573 2024-11-22 22:12:40
Megalovania Toby Fox 21 28565 2024-06-23 23:09:02
Ma Huggies FIG & Nico Sleator 20 87566 2024-06-30 20:31:57
On My Own Anamanaguchi feat. HANA 21 431 2024-06-23 23:16:51
BUBBLES Tokyo Machine 22 92981 2024-11-22 22:15:23
Outbreak Feint feat. MYLK 23 81359 2024-06-23 23:19:13
Shiawase Dion Timmer 23 57080 2024-06-30 19:15:44
Fade Out Bensley 21 85472 2024-09-01 21:03:59
We Got The Moves Electric Callboy 20 81496 2024-06-30 19:29:51
Have Fun Rameses B 21 91231 2024-09-01 21:01:12
How We Win FWLR 21 86080 2024-12-29 22:58:10
TURBO Tokyo Machine 21 96624 2024-06-30 19:23:50
Only You DEXTER KING feat. Alexis Donn 19 96110 2024-09-01 20:55:21
Good Feeling More Plastic & imallryt 23 86410 2024-06-23 22:53:38
INEEDU Teddy Killerz 22 82350 2025-05-04 23:20:00
Midnight Train More Plastic & Tylah Winyard 22 92064 2024-12-29 22:34:16
WYGD Bishu 19 96753 2024-09-01 20:50:49
Ievan Polkka Quiqman feat. Chihiro Kawakami 23 43305 2024-11-22 22:09:53
Crab Rave Noisestorm 20 93384 2024-07-21 19:57:09
Born to Run Red Parker 19 95895 2025-05-04 23:24:49
Therapy Conro 20 94277 2024-09-01 20:46:52
Just Dance Bad Computer 20 7868 2024-06-23 22:59:21
Northern Lights Saxsquatch 21 93235 2024-09-01 20:44:01
Down Low Hr. Troels x Felix Schorn 20 93975 2024-09-01 20:42:01
2NITE nanobii 21 82799 2024-12-29 22:37:14
GALACTICAL Tokyo Machine 23 81993 2024-09-01 19:59:02
Keep On Dancing BEAUZ feat. Heleen 20 91703 2024-06-30 20:29:18
Under The Bed Macks Wolf X Tatsunoshin 21 93527 2024-09-01 19:55:40
BLEEP BLOOP Tokyo Machine 24 21686 2024-12-29 22:55:03
Supernova Laszlo 22 94251 2024-12-29 22:52:17
Definition of a Badboy Scott Brown 20 94915 2025-05-04 23:22:24
Kibo Dion Timmer 22 87898 2024-07-21 19:47:58
Never Let You Down BEAUZ, Miles Away, & RYYZN 22 92746 2024-09-01 19:53:15
Tick Tock Technikore 20 94112 2024-09-01 19:49:51
FAR OUT Tokyo Machine 24 71725 2024-06-30 20:19:32
Accelerate Teminite & Skybreak 24 12134 2024-12-29 22:43:15
Dancing In The Dark HELLO GLOOM 21 88873 2024-11-22 22:03:08
Where Did You Go Tatsunoshin 21 87025 2025-05-04 23:00:31
Need You Nostalgix 22 92790 2024-11-22 22:05:31
Daydream Danny Leax 21 91010 2024-12-29 22:49:17
Running In The 90s Max Coveri 23 11346 2025-05-04 22:57:12
Polarised Koven, ÆON:MODE, Blanke 22 92882 2025-05-04 23:03:46
  BENCHMARKS  
Loading Time: Base Classes  0.0026
Controller Execution Time ( Main / Scores )  0.0124
Total Execution Time  0.0153
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,597,472 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/17012
  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.0049 seconds)  (Hide)
0.0013   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` = '17012'
GROUP BY `gs`.`grade
0.0034   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` = '17012'
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` = '17012'
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)