Anaheim


Country: US

Stars Earned
39
6
3
1

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
Be My Hero Freezer 21 95778 2025-08-23 01:56:24
Can't Let Go Jenna Drey 19 98762 2025-08-23 02:10:34
Flying High Filo Bedo 21 96928 2025-08-23 02:30:07
Feel The Melody S3RL feat. Sara 20 96715 2025-08-23 02:22:45
Xuxa Smiley 23 83963 2025-08-16 02:04:30
Boom Boom Dollars King Kong & D'Jungle Girls 21 94255 2025-08-15 23:51:42
Be Alive Stian K 20 98536 2025-08-23 02:15:53
Bumble Bee Bambee 20 97261 2025-08-07 22:14:01
Flash In The Night Flashman 22 93315 2025-08-23 01:29:10
NightMoves Playmaker 20 91913 2025-08-23 03:57:55
Senorita Jenny Rom 23 93203 2025-08-23 00:26:25
Dam Dariram Joga 20 96763 2025-08-13 21:57:27
Music & Police CJ Crew & KaW feat. Christian D. 21 95070 2025-08-16 00:52:12
Speed Over Beethoven Rose 22 96534 2025-08-23 01:07:41
Hypnosis Colin Kiddy 21 97038 2025-08-23 02:33:12
I'm Crazy For Your Love Black Eva 21 95666 2025-08-23 03:47:14
Beethoven Virus BanYa 22 96282 2025-08-16 00:02:17
BU-44 Naoki 21 95387 2025-08-13 21:48:10
Critical Hit MDK 25 81880 2025-08-15 23:18:11
Dr. M BanYa 23 55900 2025-08-16 02:18:33
Cartoon Heroes Barbie Young 21 98850 2025-08-23 02:59:58
Paradox Naoki feat. Riyu Kosaka 20 97031 2025-08-23 03:55:22
Contrast Donk Terrorist vs. Daniel Seven 22 95678 2025-08-23 00:04:53
Canon D.2 Yahpp 23 89760 2025-08-13 23:58:48
Silent Movie Little Violet 19 97484 2025-08-16 02:47:52
We Got The Moves Electric Callboy 20 96681 2025-08-16 03:26:44
Cosmic Drive Quiqman 22 95037 2025-08-23 00:47:14
Rainbow Rave Parade Chime 24 84543 2025-08-23 01:33:09
Energizer ZiGZaG 23 89613 2025-08-22 23:19:50
Crab Rave Noisestorm 20 96243 2025-08-13 21:55:02
Boogeyman Wizardz of Oz 19 98117 2025-08-23 02:08:11
Big Boss Big Boss 21 97497 2025-08-22 23:33:26
Hero of the Night David Kane 23 95523 2025-08-23 00:08:53
Running In The 90s Max Coveri 23 94960 2025-08-23 01:03:32
When The Sun Goes Down Ken Blast 22 97015 2025-08-15 23:54:14
I Don't Wanna Fall Jakka-B & Macks Wolf feat. Angel Lane 21 96044 2025-08-15 23:10:59
MEANT 2 BE THIRST & nuphory 23 97711 2025-08-23 00:22:54
Remember Me Leslie Parrish 21 94468 2025-08-07 21:02:01
Falling In Love Again Naoki feat. Paula Terry 20 97374 2025-08-15 23:33:46
Go! Rocky Joe Maximum Power 20 95322 2025-08-23 02:25:23
Boogie Shoes AronChupa & Little Sis Nora 20 98276 2025-08-23 02:18:03
Strange Stubborn Proud ELYXR feat. Kurt Harland Larson 19 97871 2025-08-23 02:05:15
Why Me Desire 19 99261 2025-08-23 02:03:00
Worn Out Tapes peak divide 23 93860 2025-08-23 01:52:41
Bad Boy E-Rotic 20 94272 2025-08-22 22:43:23
Every Time I Close My Eyes Scott Brown & Gillian Tennant 20 97027 2025-08-22 22:45:47
Forever Now peak divide 22 93158 2025-08-23 01:48:47
Frontal Impact Daniel 22 94937 2025-08-22 22:49:31
Revolution Naoki 23 93776 2025-08-22 22:52:03
  BENCHMARKS  
Loading Time: Base Classes  0.0026
Controller Execution Time ( Main / Scores )  0.0173
Total Execution Time  0.0202
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,596,400 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/23773
  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.0085 seconds)  (Hide)
0.0043   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` = '23773'
GROUP BY `gs`.`grade
0.0039   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` = '23773'
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` = '23773'
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)