Ottomobile


Country: US

Stars Earned
11
28
1
9

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
Dynamo Oscillator X 19 78201 2025-12-26 20:49:42
In The Hall Of The Mountain King KaW 22 17730 2026-01-18 16:36:23
Remember December Smiley 22 36133 2026-01-16 23:12:44
Time is Ticking Elpis feat. Black Elway 19 77505 2025-12-15 00:37:38
Moonstone Virgill 19 88642 2025-11-24 23:41:34
That Night Eskimo & Icebird 21 56313 2026-02-24 18:11:07
Disconnected Disco Kid Whatever 20 9412 2025-11-03 01:18:31
Pop4 Vibes & Wishdokta 22 28773 2025-10-03 16:06:15
Ra Banzai 21 59054 2025-12-18 16:27:08
Paranormal Inspector K 20 36188 2025-11-12 21:04:08
Click Bait S3RL feat. GL!TCH 20 57419 2025-11-24 23:45:04
Bring Your Lovin Back Fracus 20 77873 2026-01-31 16:31:01
Doh! Tale & Dutch 20 48833 2025-07-27 13:54:55
Hypnosis Colin Kiddy 21 44710 2025-12-05 20:33:00
Russian Roulette Darwin 22 20083 2025-12-22 00:55:57
Csikos Post BanYa 22 38209 2025-12-24 19:53:02
On My Own Anamanaguchi feat. HANA 21 34725 2025-12-26 22:23:09
Beethoven Virus BanYa 22 42919 2026-02-09 22:11:46
Butterfly Swingrowers 19 71255 2025-12-12 17:32:51
Get Up'n Move S & K 20 53434 2025-11-16 21:31:26
Silent Movie Little Violet 19 78147 2025-11-22 23:30:28
The Shrimps Vertigini 20 68710 2025-12-10 00:21:30
Right Into You The Tech Team 20 33090 2026-01-04 21:09:19
Crab Rave Noisestorm 20 79879 2025-11-02 18:26:28
Keep On Dancing BEAUZ feat. Heleen 20 76377 2025-11-15 23:06:55
Elysium Scott Brown 21 74317 2025-12-19 23:32:37
Let's Remember N.M.R 21 62675 2025-12-14 23:13:18
Electronic City Pops TOKYO twilight scene 21 50727 2025-12-24 19:30:57
Love Toxic FACTOR-X 21 29349 2026-01-09 20:48:28
Parallel Universe Omega 25 2096 2026-02-07 23:35:37
Happy Holiday Luv Limited -NM- 21 15705 2025-10-26 23:25:33
Rain Dance MUZZ 21 22755 2025-12-13 22:41:25
In The Echo Koven 22 22250 2025-12-12 21:58:41
The Banana Song SIPPY 19 34684 2025-07-30 13:49:04
Calling Donots 21 44489 2026-02-10 19:01:54
Forever Now peak divide 22 81131 2025-12-22 00:58:32
Revolution Naoki 23 47342 2026-01-04 21:11:54
Bella Ciao BEAUZ & XYSM 20 73283 2025-11-21 17:52:31
Let's Go! (This Is It) 2 The Limit 21 77950 2026-01-18 00:19:08
Singin' Every Nite Paso vs. Maximus 19 5769 2025-10-03 16:02:51
Waiting KUURO feat. Bianca 20 42798 2025-11-13 00:35:33
Morning Call U_Chae feat. Uki Satake 21 59062 2025-12-12 23:22:05
Alamo Drop Blues N.M.R 21 84015 2026-01-05 20:44:08
London Bridge SCI Guyz 21 64366 2025-11-27 21:45:45
Old School Rameses B 23 29572 2025-11-27 21:48:20
Death By Glamour Toby Fox 23 6027 2026-01-30 23:42:46
BUSTED Boom Kitty & Teminite & Tokyo Machine 22 69330 2026-01-19 22:03:28
Neptune The First Black ∞ Hole 24 7443 2026-01-19 22:01:14
Rubix Cube Rusko 21 37918 2026-01-29 19:33:29
  BENCHMARKS  
Loading Time: Base Classes  0.0037
Controller Execution Time ( Main / Scores )  0.1060
Total Execution Time  0.1100
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,660,824 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/17740
  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.0949 seconds)  (Hide)
0.0863   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` = '17740'
GROUP BY `gs`.`grade
0.0084   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` = '17740'
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` = '17740'
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)