GhoulZee23


Country: US

Stars Earned
5
9
17
19

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
Revenge MonstDeath 21 61909 2024-04-06 22:38:01
Cowbell Rock Pyramyth 23 46048 2024-06-04 15:44:25
Agent Blatant Ernest + Julio 21 78776 2024-06-03 21:37:32
Disconnected Disco Kid Whatever 20 78462 2024-04-06 22:35:44
Fleadh Uncut Ian Parker 21 82300 2024-06-03 21:59:23
Ra Banzai 21 93623 2024-04-08 01:00:46
Reactor Jason Creasey 19 87786 2024-06-03 21:22:54
Soapy Bubble Fragmentz 23 19654 2024-04-21 21:33:25
Sweet World Omega Men 22 63399 2024-06-04 15:34:07
Click Bait S3RL feat. GL!TCH 20 89143 2024-04-25 19:08:38
Gargoyle Sanxion7 24 34888 2024-06-03 01:58:21
Utopia Smiley 22 87330 2024-06-04 15:23:00
I Want Your Balalaika The Royal Eurobeat Orchestra of Bazookistan 22 83895 2024-06-04 15:47:00
Black Magic Matduke 23 26649 2024-06-16 23:54:51
Bazookistan The Royal Eurobeat Orchestra of Bazookistan 21 85390 2024-06-16 23:52:09
Summer Smiley 25 34389 2024-04-08 01:06:05
Destiny Smiley 23 1277 2024-06-03 01:50:00
Kick It Man KaW feat. DAZ 19 88631 2024-06-27 18:16:44
Queen Of Light E-Rotic 21 45048 2024-03-29 00:32:34
Jukebox Swingrowers 21 79295 2024-04-06 22:33:36
Closer To Heaven Nëonne 21 91839 2024-06-17 00:15:24
403 NAOKI underground 23 78176 2024-04-21 21:25:15
SaberDance Quiqman 22 41015 2024-04-08 00:28:44
Business Wars Quiqman feat. Eternal JK Yoripi-chan 23 56573 2024-05-25 17:04:16
Shiawase Dion Timmer 23 64592 2024-05-18 17:45:45
The Call of Wilderness Electron 22 69786 2024-04-25 19:12:02
Para-Symptoms 165 23 54710 2024-06-03 02:22:41
TURBO Tokyo Machine 21 91695 2024-04-25 19:06:07
STOP! & Go Onyx 21 84983 2024-04-21 21:20:04
Crab Rave Noisestorm 20 89128 2024-06-03 21:49:43
Northern Lights Saxsquatch 21 86315 2024-04-21 21:22:05
Sirens RENOLD X Scarlett 19 93427 2024-06-17 00:10:52
Y2Z Affinity 22 87856 2024-06-04 15:25:29
Elysium Scott Brown 21 90547 2024-04-08 01:12:55
Definition of a Badboy Scott Brown 20 84441 2024-06-03 02:00:30
Let's Remember N.M.R 21 73788 2024-03-29 00:34:56
Zen Re-venG 22 91109 2024-06-03 21:25:44
Music Is Moving Tatsunoshin 23 81543 2024-04-25 19:14:45
Big Boss Big Boss 21 90149 2024-05-18 17:33:19
Color My Love Fun Fun 21 89071 2024-05-18 17:40:41
FAR OUT Tokyo Machine 24 73850 2024-06-03 22:01:35
Herrscher of Finality Omega 23 77852 2024-05-18 17:38:05
What Ya Gonna Do Scott Brown 21 89926 2024-06-04 15:15:16
Dancing In The Dark HELLO GLOOM 21 90071 2024-07-12 00:01:50
DMT Technikore 23 80857 2024-07-11 23:58:39
Everybody Get Up Tempo feat. Manola 19 95237 2024-07-11 23:53:53
SPEED KING David Kane 24 81131 2024-07-12 00:03:53
Where Did You Go Tatsunoshin 21 90895 2024-07-11 23:56:22
Baila Bolero Fun Fun 20 86781 2024-11-25 01:31:09
Be Alright Red Parker 20 81132 2024-11-25 01:28:55
  BENCHMARKS  
Loading Time: Base Classes  0.0026
Controller Execution Time ( Main / Scores )  0.0217
Total Execution Time  0.0246
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,600,192 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/14336
  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.0134 seconds)  (Hide)
0.0079   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` = '14336'
GROUP BY `gs`.`grade
0.0034   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` = '14336'
AND `ghs`.`private` = 
0.0022   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` = '14336'
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)