TheGamer540


Country: GB

Stars Earned
30
10
1

Wild Mode Embed Generic Embed

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

Total Score Count: 41

Song Title Artist Level Score Grade Date
Time is Ticking Elpis feat. Black Elway 19 94952 2024-05-17 19:09:58
Show Me Your Moves Auvic 20 93519 2024-05-17 19:20:19
The 7th Element Vitas 19 94738 2024-04-24 16:31:49
Click Bait S3RL feat. GL!TCH 20 97592 2024-10-04 18:42:02
Feel The Melody S3RL feat. Sara 20 93797 2024-03-03 10:52:46
Gargoyle Sanxion7 24 86414 2025-06-26 20:54:42
Utopia Smiley 22 91117 2024-09-21 12:47:53
Bumble Bee Bambee 20 90945 2024-07-05 10:28:46
Bring Your Lovin Back Fracus 20 95748 2025-06-27 10:09:29
Megalovania Toby Fox 21 92851 2025-06-26 20:09:36
Beethoven Virus BanYa 22 91371 2024-09-25 11:50:00
BU-44 Naoki 21 94362 2024-07-16 19:26:16
Paradox Naoki feat. Riyu Kosaka 20 94394 2025-03-10 19:26:02
Ring The Alarm M-Project & Signal 22 92767 2024-06-25 20:03:03
Insane Niko Noise 20 95154 2024-09-13 17:01:07
Katyusha Schustin 21 93093 2024-05-17 19:14:54
Shiawase Dion Timmer 23 89239 2025-07-04 15:08:22
We Got The Moves Electric Callboy 20 91191 2024-03-02 19:27:03
Pump It Electric Callboy 21 96580 2024-07-15 10:56:26
VTubers Never Die! NAOKI & Eternal JK Yoripi-chan feat. Riyu Kos 23 93583 2025-07-28 13:13:37
Rainbow Rave Parade Chime 24 77778 2024-05-03 19:21:59
Right Into You The Tech Team 20 88626 2024-03-21 19:15:37
Ievan Polkka Quiqman feat. Chihiro Kawakami 23 82336 2024-05-17 17:14:36
Crab Rave Noisestorm 20 96036 2025-07-28 13:07:30
Therapy Conro 20 86114 2024-03-02 09:03:37
Bassline Shatter M-Project & S2i8 23 85544 2024-03-03 10:57:29
Make It Tonight Fracus & Darwin feat. Jake 21 91727 2025-03-10 19:35:17
2NITE nanobii 21 24037 2023-05-18 14:28:10
GALACTICAL Tokyo Machine 23 82825 2024-03-03 10:59:51
To Your Beat S3RL feat. Hannah Fortune 23 92557 2024-07-16 19:08:57
Under The Bed Macks Wolf X Tatsunoshin 21 95826 2024-03-03 10:50:18
Supernova Laszlo 22 95616 2024-09-21 13:05:34
Kibo Dion Timmer 22 91071 2024-09-21 12:30:00
Tick Tock Technikore 20 91795 2024-03-03 10:43:27
What Ya Gonna Do Scott Brown 21 97059 2024-09-21 12:53:45
Accelerate Teminite & Skybreak 24 86185 2025-06-27 10:11:45
DMT Technikore 23 85242 2024-09-13 14:54:02
SPEED KING David Kane 24 83038 2024-07-15 16:51:44
Where Did You Go Tatsunoshin 21 95222 2024-10-25 16:48:22
Running In The 90s Max Coveri 23 85678 2025-06-23 18:40:51
Proper Rhythm peak divide 21 96124 2025-08-01 19:58:51
  BENCHMARKS  
Loading Time: Base Classes  0.0026
Controller Execution Time ( Main / Scores )  0.2410
Total Execution Time  0.2438
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,566,016 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/6540
  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.2318 seconds)  (Hide)
0.2028   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` = '6540'
GROUP BY `gs`.`grade
0.0287   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` = '6540'
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` = '6540'
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)