Foxeron


Country: CA

Stars Earned
5
37
3

Wild Mode Embed Generic Embed

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

Total Score Count: 45

Song Title Artist Level Score Grade Date
Dynamo Oscillator X 19 69463 2023-11-20 23:56:32
Land Of The Lost Banzai 19 35124 2023-12-29 23:08:23
Firewalker Xenon 19 15339 2023-11-21 00:30:20
Bagpipe A-Moe 20 22307 2024-01-28 20:23:34
Be My Hero Freezer 21 5505 2024-01-10 23:21:27
Joanna Crazy Loop 19 6734 2023-11-21 22:58:36
Million Feelings Chriss Floren 19 14600 2023-12-29 23:20:47
Moonstone Virgill 19 14330 2023-12-29 23:22:56
Endless Day Verona 19 2615 2023-11-20 23:59:30
Medicine 2013 Kim Leoni 19 28672 2023-12-29 23:18:28
My Freedom Rayman Rave & Nika Lenina 19 31399 2023-12-29 23:25:09
Everything Is Changing Rikah 19 3836 2023-11-21 00:01:47
Funny Love Dan Balan 19 35655 2023-11-21 00:32:28
Reactor Jason Creasey 19 17314 2024-01-07 21:07:37
Bad 4 My Health Bassmonkeys & Soulshaker feat. J.D. ROX 20 16575 2024-01-28 20:18:44
Ladybug Coconut 19 25863 2023-12-29 23:06:10
Click Bait S3RL feat. GL!TCH 20 69700 2024-07-10 03:16:17
EternuS Sanxion7 20 29627 2024-04-09 19:30:23
Feel The Melody S3RL feat. Sara 20 49634 2024-04-09 19:36:45
Gargoyle Sanxion7 24 1998 2024-05-30 17:33:32
Feels Just Like That Night Eskimo & Icebird feat. Maria Merete 19 9250 2023-11-21 00:27:24
Ari Oh Jenny Kee 20 2078 2024-01-10 20:53:01
Waka Laka Jenny Rom vs. The Zippers 21 23851 2024-05-30 17:54:23
Anubis Banzai 20 1572 2024-01-10 20:50:06
Magic Mystery Tour KaW feat. Paula Terry 19 70847 2023-12-29 23:14:48
Megalovania Toby Fox 21 23152 2024-05-30 17:40:10
In The Heat Of The Night E-Rotic 20 33230 2024-04-23 20:10:39
Operator Miss Papaya 19 10683 2023-12-29 23:34:43
Kick It Man KaW feat. DAZ 19 20876 2023-11-21 23:00:23
If You Can Say Goodbye Kate Project 19 38776 2023-11-21 00:44:21
Kinky Boots Daz Sampson & Nona 19 40813 2023-12-29 23:04:08
Grab It While We Can FantastixX 19 21827 2023-11-21 00:35:09
SaberDance Quiqman 22 928 2024-04-09 19:19:29
Lay It Down Tchorta & Gui Boratto 19 55991 2023-12-29 23:12:35
Cyber-Kyoto- Re-venG 20 20469 2024-04-09 19:16:42
Everybody 2 the Sun Ultimate Heights 20 3411 2024-04-09 19:33:40
High On Your Love Safura 19 85355 2023-11-21 00:39:29
I Met You DJ Cosmin, Ole Bott, Ammagin feat. Simon Eric 19 51533 2023-11-21 00:41:34
Here For You PIXL feat. Q'AILA 19 61420 2023-11-21 00:37:07
Only You DEXTER KING feat. Alexis Donn 19 35047 2023-12-29 23:32:52
Vodka The Royal Eurobeat Orchestra of Bazookistan 21 56769 2024-05-30 17:50:43
Therapy Conro 20 80608 2024-08-02 16:45:21
Bambole (Ole) Papa Gonzalez 20 16961 2024-01-28 20:25:48
Sirens RENOLD X Scarlett 19 78567 2024-01-10 22:49:22
Kibo Dion Timmer 22 9443 2024-04-09 20:04:08
  BENCHMARKS  
Loading Time: Base Classes  0.0139
Controller Execution Time ( Main / Scores )  0.0494
Total Execution Time  0.0640
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,583,872 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/12074
  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.0140 seconds)  (Hide)
0.0083   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` = '12074'
GROUP BY `gs`.`grade
0.0054   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` = '12074'
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` = '12074'
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)