wabbit


Country: US

Stars Earned
7
26
11
7

Wild Mode Embed Generic Embed

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

Total Score Count: 51

Song Title Artist Level Score Grade Date
Emotion Smiley 22 18452 2025-03-22 18:31:49
Remember December Smiley 22 88743 2025-09-14 22:26:34
Start & Paws Oscillator X 19 85262 2025-09-14 20:53:16
Can't Let Go Jenna Drey 19 90906 2025-07-14 18:12:43
Dream A Dream Captain Jack 20 91416 2025-09-14 18:12:30
Licky Licky Crispy 20 70506 2025-04-26 18:28:08
Moonstone Virgill 19 92832 2025-03-22 18:35:31
The 7th Element Vitas 19 84677 2025-09-14 18:00:29
Big Blue Bouncy Ball Mr. Blue 22 80151 2025-04-26 18:24:49
Unity TheFatRat 21 86893 2025-09-14 17:33:56
Click Bait S3RL feat. GL!TCH 20 90653 2025-09-14 17:39:21
Darkness Sanxion7 22 67184 2025-08-01 19:49:39
Feel The Melody S3RL feat. Sara 20 92346 2025-04-12 20:05:32
Rainspark Sanxion7 21 88528 2024-10-27 19:55:46
Boom Boom Dollars King Kong & D'Jungle Girls 21 91865 2025-03-22 19:30:32
Bumble Bee Bambee 20 83761 2025-09-14 18:18:48
Dam Dariram Joga 20 90048 2025-09-14 22:29:30
Stay Tess 20 92732 2025-08-01 17:34:57
In My Dreams Rebecca 20 87153 2025-07-14 18:09:41
Dam Dadi Doo Fantasy Project 22 53559 2025-06-16 02:12:07
Nothing Gonna Stop Micky 20 81427 2025-04-12 16:41:42
Night Of Fright Justin Corza & 420 22 78710 2024-11-10 21:33:28
Warrior Kirill Gramada 21 87055 2025-01-04 20:10:28
I'm Crazy For Your Love Black Eva 21 92165 2025-03-22 18:52:34
Beethoven Virus BanYa 22 54799 2024-11-23 20:25:17
Temple Of Love E-Rotic 21 81069 2025-03-22 22:32:25
Cartoon Heroes Barbie Young 21 71147 2025-09-14 17:41:57
Never Ending Story DJ AC-DC 20 90562 2024-10-27 19:52:01
Lay It Down Tchorta & Gui Boratto 19 93662 2025-03-22 22:51:12
Sing It Again Kirk Monteux 19 85317 2025-09-14 17:45:26
Liberar Vida Scorccia 22 62225 2025-03-22 22:56:41
Bewitched PIXY 22 86579 2025-03-22 19:20:26
Ooh La La La E-Rotic 21 91910 2025-09-14 20:49:35
TURBO Tokyo Machine 21 92958 2025-09-14 18:03:39
Ievan Polkka Quiqman feat. Chihiro Kawakami 23 60594 2025-07-14 17:56:25
Lemmings On The Run E-Rotic 21 55407 2024-11-10 21:27:11
Crab Rave Noisestorm 20 91527 2025-01-04 20:22:19
Just Dance Bad Computer 20 90346 2025-09-14 19:39:44
Night In Motion Cubic 22 21 86101 2025-09-14 20:47:20
Under The Bed Macks Wolf X Tatsunoshin 21 90481 2025-03-22 22:45:48
Kibo Dion Timmer 22 86020 2025-06-16 02:09:15
Truth or Dare PIXY 19 85879 2025-04-12 16:55:26
Music Is Moving Tatsunoshin 23 62896 2025-04-12 19:12:32
DMT Technikore 23 34005 2025-03-22 22:36:53
Burbank Nights Dirtyphonics 22 93295 2025-03-22 18:38:23
Need You Nostalgix 22 92219 2025-08-01 19:46:16
Way To Rio Tony T 20 93732 2025-09-14 19:37:16
Love Toxic FACTOR-X 21 4116 2025-04-26 17:18:17
Running In The 90s Max Coveri 23 6988 2025-09-14 17:28:50
Remember Me Leslie Parrish 21 90699 2025-09-14 22:23:44
Calling Donots 21 57191 2025-09-14 17:31:27
  BENCHMARKS  
Loading Time: Base Classes  0.0029
Controller Execution Time ( Main / Scores )  0.3321
Total Execution Time  0.3351
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,600,872 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/19420
  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.3234 seconds)  (Hide)
0.2220   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` = '19420'
GROUP BY `gs`.`grade
0.1011   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` = '19420'
AND `ghs`.`private` = 
0.0004   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` = '19420'
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)