ZMatrix


Country: US

Stars Earned
34
15
2

Wild Mode Embed Generic Embed

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

Total Score Count: 51

Song Title Artist Level Score Grade Date
Remember December Smiley 22 95257 2026-04-17 19:47:25
Birdie Doolittle 19 97597 2026-04-06 15:16:12
Mexi Mexi Mozquito 20 97963 2026-04-27 17:26:01
Zodiac Banzai 21 97147 2026-05-08 18:23:06
Disconnected Disco Kid Whatever 20 95650 2026-04-13 16:05:47
Drifting Away Filo Bedo 20 97263 2026-04-27 17:13:53
Fleadh Uncut Ian Parker 21 96159 2026-04-13 16:14:17
Ize Pie Headtwist & Pump 19 98863 2026-05-08 18:47:12
Psalm Pilot Jason Creasey 20 98566 2026-04-17 19:40:14
Ra Banzai 21 99130 2026-05-08 18:37:54
ROM-eo & Juli8 Nina 19 99296 2026-04-17 19:27:14
Spin Chicken Freebie & The Bean 21 95223 2026-04-06 15:58:03
Temple Of Boom Yannis Kamarinos 23 92302 2026-04-27 18:10:54
Sunshine Triple J 22 97206 2026-04-17 19:43:12
Utopia Smiley 22 97633 2026-04-13 17:08:39
Do U Love Me DJ Doo 21 92540 2026-05-08 18:08:13
Bumble Bee Bambee 20 98170 2026-05-08 18:01:20
Coming Out Playmaker feat. Robina 19 99661 2026-05-08 18:44:40
Ghosts Tenth Planet 20 93950 2026-04-13 16:52:13
Anubis Banzai 20 97938 2026-05-08 18:52:32
Music & Police CJ Crew & KaW feat. Christian D. 21 39208 2023-02-03 21:46:06
So Deep Silvertear 21 96020 2026-04-06 15:38:44
Bring Your Lovin Back Fracus 20 95195 2026-04-27 17:38:53
Spaceman Bambee & Lynn 20 98684 2026-04-13 16:03:00
Charlene Missing Heart 22 97724 2026-04-27 17:55:33
Kagami KaW 21 88776 2023-02-03 22:06:09
Cryosleep Machinae Supremacy 20 31325 2023-02-03 22:02:30
Destiny Smiley 23 88457 2026-04-13 16:58:34
Cartoon Heroes Barbie Young 21 98198 2026-04-27 17:51:54
Queen Of Light E-Rotic 21 90194 2026-04-06 15:43:32
Contrast Donk Terrorist vs. Daniel Seven 22 98857 2026-04-27 18:15:24
Cyber-Kyoto- Re-venG 20 97723 2026-04-27 17:41:13
Kalinka Quiqman 20 98361 2026-04-27 17:20:35
Here For You PIXL feat. Q'AILA 19 97103 2026-04-27 17:10:45
Energizer ZiGZaG 23 92489 2026-04-17 19:50:56
Right Into You The Tech Team 20 94338 2026-04-13 16:33:47
Lemmings On The Run E-Rotic 21 97295 2026-04-13 16:55:49
Forever and a Day Dy5on feat. Silver Angelina 22 98689 2026-05-08 18:31:55
Under The Bed Macks Wolf X Tatsunoshin 21 98529 2026-04-27 17:48:52
Definition of a Badboy Scott Brown 20 97645 2026-04-27 17:16:35
Big Boss Big Boss 21 98269 2026-04-13 16:36:29
Where Did You Go Tatsunoshin 21 92062 2026-04-27 18:07:17
Burbank Nights Dirtyphonics 22 96205 2026-04-27 18:00:09
Falling In Love No Hero & Nino Rivera 22 96437 2026-04-27 18:04:05
戦国 Re-venG 21 94330 2026-05-08 18:13:49
I Don't Wanna Fall Jakka-B & Macks Wolf feat. Angel Lane 21 97023 2026-04-27 17:23:04
Polarised Koven, ÆON:MODE, Blanke 22 97897 2026-04-17 20:00:31
Go! Rocky Joe Maximum Power 20 94966 2026-04-13 16:49:11
Bella Ciao BEAUZ & XYSM 20 95735 2026-04-13 16:17:46
Better Now JTS 21 98815 2026-04-27 17:29:40
Tribal Style KaW 21 99636 2026-05-08 18:28:39
  BENCHMARKS  
Loading Time: Base Classes  0.0038
Controller Execution Time ( Main / Scores )  0.4916
Total Execution Time  0.4957
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,659,856 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/8709/3
  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.4815 seconds)  (Hide)
0.3541   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` = '8709'
GROUP BY `gs`.`grade
0.1271   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` = '8709'
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` = '8709'
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)