Foxx


Country: US

Stars Earned
38
11
1

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
Can't Let Go Jenna Drey 19 95960 2024-04-24 20:49:40
RockSlaves Leo Pigot & Rinat Crone 23 80891 2023-02-04 00:34:56
Save My World Stephy 22 88370 2023-07-01 00:07:00
The 7th Element Vitas 19 94458 2023-11-05 00:46:37
Who KaW 21 84527 2022-12-10 01:14:17
Crazy Baby Fantasy Project 20 90102 2024-05-27 23:20:44
Crazyloop Crazy Loop 22 93010 2023-02-04 00:41:26
Da Roots Mind Reflection 20 96933 2023-08-05 18:08:32
Fleadh Uncut Ian Parker 21 88442 2023-01-14 20:58:29
Paradise Smiley 24 89119 2023-08-05 18:04:29
Sweet World Omega Men 22 83476 2023-03-08 21:15:40
EternuS Sanxion7 20 98404 2023-08-29 20:21:34
Mellow Rikki & Daz 20 97496 2023-08-05 17:59:29
Utopia Smiley 22 90736 2023-09-14 23:35:09
Ari Oh Jenny Kee 20 91450 2024-07-17 18:46:34
Bang Bang Bang DCX 21 85141 2022-12-10 01:10:26
Senorita Jenny Rom 23 93396 2023-07-01 00:02:48
Ghosts Tenth Planet 20 93042 2023-08-05 18:11:34
Anubis Banzai 20 91717 2023-12-12 21:04:04
Music & Police CJ Crew & KaW feat. Christian D. 21 89857 2024-05-27 23:23:08
Fantasy Melissa 21 91100 2024-06-19 19:44:32
Dam Dadi Doo Fantasy Project 22 89146 2023-03-07 20:55:19
Dolphin Talk Pyramyth 23 82262 2022-12-10 01:28:16
Night Of Fright Justin Corza & 420 22 88446 2023-01-14 21:00:48
Warrior Kirill Gramada 21 87306 2022-12-10 01:34:32
Arcade Run Perfect Sphere 22 89935 2023-02-14 21:27:53
Into My Dream Lagoona 23 92607 2023-08-05 18:14:55
On My Own Anamanaguchi feat. HANA 21 93354 2023-12-12 22:20:41
BU-44 Naoki 21 93415 2022-12-10 01:07:17
Cryosleep Machinae Supremacy 20 92247 2022-12-10 01:24:26
Ring The Alarm M-Project & Signal 22 85742 2023-03-08 21:18:00
Robot World Oscillator X 19 96716 2023-12-12 22:27:22
Kalinka Quiqman 20 95245 2023-11-05 00:50:00
Press Start MDK 23 85963 2023-06-30 23:52:00
Cosmic Drive Quiqman 22 92368 2023-03-07 20:57:49
Have Fun Rameses B 21 84647 2023-11-29 22:15:42
VTubers Never Die! NAOKI & Eternal JK Yoripi-chan feat. Riyu Kos 23 89779 2023-02-04 00:37:46
Energizer ZiGZaG 23 79790 2023-03-07 21:17:08
STOP! & Go Onyx 21 87668 2022-12-10 01:38:27
Lemmings On The Run E-Rotic 21 88203 2023-12-12 22:23:31
Just Dance Bad Computer 20 96217 2023-11-05 00:53:03
Samurai Rameses B 22 92830 2023-07-01 00:11:12
GALACTICAL Tokyo Machine 23 84464 2023-06-30 23:48:38
Night In Motion Cubic 22 21 92616 2023-08-05 18:01:30
To Your Beat S3RL feat. Hannah Fortune 23 93120 2023-09-14 23:31:20
Heaven On Earth HELLO GLOOM 22 91556 2024-04-24 20:51:51
My Salsa Carlito 20 89690 2024-04-24 20:54:12
Herrscher of Finality Omega 23 94468 2024-06-15 00:00:10
Accelerate Teminite & Skybreak 24 84111 2024-06-14 23:56:04
Mothership F.O.O.L & SKUM 24 93425 2024-06-14 23:52:21
  BENCHMARKS  
Loading Time: Base Classes  0.0026
Controller Execution Time ( Main / Scores )  0.0336
Total Execution Time  0.0364
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,598,096 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/8027
  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.0239 seconds)  (Hide)
0.0137   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` = '8027'
GROUP BY `gs`.`grade
0.0099   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` = '8027'
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` = '8027'
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)