Kebble


Country: US

Stars Earned
14
34
2

Wild Mode Embed Generic Embed

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

Total Score Count: 50

Song Title Artist Level Score Grade Date
Emotion Smiley 22 99486 2024-09-14 19:50:31
Frozen Fire Kbit 23 89458 2024-07-21 20:17:14
Hyper Hyper Smiley 22 93012 2025-05-04 22:04:06
Got The Rhythm Fracus & Darwin feat. Becca Hossany 24 88929 2024-12-23 03:01:09
Hard Fast Disco Darwin 24 96434 2024-09-02 03:47:58
Link Line Asterisk 25 91399 2025-05-04 22:08:30
Y Don't U Deeper Territory 22 94089 2024-09-16 02:10:58
Who KaW 21 97694 2024-09-14 19:48:13
Bloodrush TechnoDred 26 95367 2024-09-21 03:54:19
Temple Of Boom Yannis Kamarinos 23 99086 2024-12-23 03:12:53
Gargoyle Sanxion7 24 98889 2024-09-14 19:55:54
Pink Fuzzy Bunnies Wonderboy 25 94441 2024-09-14 20:05:46
The Beginning DJ Doo 26 87046 2024-09-21 03:56:54
Flash In The Night Flashman 22 98944 2024-07-21 20:40:22
Monolith Affinity 25 98734 2024-09-21 03:51:27
Senorita Jenny Rom 23 98627 2024-09-16 02:00:22
A Sign Tipsy & Tipsy 23 94154 2024-09-02 03:40:31
So Deep Silvertear 21 92566 2024-07-21 20:02:07
Dam Dadi Doo Fantasy Project 22 94725 2024-12-23 02:56:17
MAX428 Omega 27 76947 2024-07-21 20:53:30
Delirium Smiley 23 96708 2024-09-21 04:03:10
BU-44 Naoki 21 98500 2024-07-21 20:19:50
SubZero Donk Terrorist vs. 204 22 98365 2024-07-21 20:28:38
Critical Hit MDK 25 85740 2025-05-04 22:12:01
Glowing In The Night Schustin 23 96914 2024-12-23 02:58:31
Show U M-Project 24 95383 2024-07-21 20:36:38
Ring The Alarm M-Project & Signal 22 95776 2024-07-21 20:07:21
403 NAOKI underground 23 98608 2024-09-02 03:42:30
Outbreak Feint feat. MYLK 23 97271 2024-09-14 20:11:01
Have Fun Rameses B 21 99095 2024-07-21 20:23:25
Pump It Electric Callboy 21 92931 2024-07-21 20:26:04
Rainbow Rave Parade Chime 24 95628 2024-09-21 03:48:05
Space Boy Rameses B, Feint & Veela 22 94608 2025-05-04 22:06:12
Ievan Polkka Quiqman feat. Chihiro Kawakami 23 99284 2024-09-14 19:53:01
Hava Nagila Quiqman 23 96545 2024-07-21 20:14:51
Northern Lights Saxsquatch 21 96242 2024-09-02 03:31:04
Samurai Rameses B 22 94480 2024-09-02 03:38:21
Blackstar Celldweller 22 97254 2024-09-02 03:33:33
RAD Tokyo Machine 24 93866 2024-09-21 04:05:17
The Other Side Au5 & Chime 25 87658 2024-07-21 20:49:50
Arsene's Bazaar James Landino 25 94984 2024-09-02 03:50:45
Breathe Me Back To Life Stonebank feat. Lena Sue 20 97461 2024-07-21 20:31:36
BLEEP BLOOP Tokyo Machine 24 94611 2024-06-27 16:58:43
Let's Remember N.M.R 21 98296 2024-09-02 03:45:51
Never Let You Down BEAUZ, Miles Away, & RYYZN 22 95665 2024-06-27 16:56:15
FAR OUT Tokyo Machine 24 90468 2024-06-14 19:07:58
SPEED KING David Kane 24 98324 2024-07-21 20:34:30
GOAT 2BT3K 22 98661 2024-12-23 03:15:38
Lunatic BLACK HOLE 23 89717 2024-12-23 03:06:41
Parallel Universe Omega 25 97302 2025-05-04 22:14:05
  BENCHMARKS  
Loading Time: Base Classes  0.0030
Controller Execution Time ( Main / Scores )  0.0160
Total Execution Time  0.0192
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,597,712 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/16697
  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.0071 seconds)  (Hide)
0.0033   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` = '16697'
GROUP BY `gs`.`grade
0.0035   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` = '16697'
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` = '16697'
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)