MemeMaster68


Country: US

Stars Earned
25
8
10

Wild Mode Embed Generic Embed

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

Total Score Count: 43

Song Title Artist Level Score Grade Date
In The Hall Of The Mountain King KaW 22 78627 2025-06-05 02:31:11
Land Of The Lost Banzai 19 72738 2025-08-14 04:15:51
Remember December Smiley 22 81277 2025-06-05 02:42:07
Start & Paws Oscillator X 19 58214 2025-07-03 06:54:44
Day After Day Rikah 20 58649 2025-06-26 06:03:20
Dream A Dream Captain Jack 20 81290 2025-08-07 04:05:25
Moonstone Virgill 19 81285 2025-08-21 03:13:17
Zodiac Banzai 21 29221 2025-09-04 04:01:04
Unity TheFatRat 21 72339 2025-08-07 04:21:47
Agent Blatant Ernest + Julio 21 69574 2025-09-04 05:30:29
Crazyloop Crazy Loop 22 76738 2025-06-05 02:51:39
Da Roots Mind Reflection 20 80872 2025-08-21 03:29:16
Disconnected Disco Kid Whatever 20 60381 2025-08-21 03:16:24
Gallecode NoVus 20 76352 2025-09-04 05:03:21
Pop4 Vibes & Wishdokta 22 78214 2025-07-24 00:04:47
This Is Rock And Roll DJ Zombie 19 72313 2025-08-21 03:57:28
July Smiley 20 45967 2025-07-03 06:48:15
Who R You Leo Pigot 21 53446 2025-08-21 04:36:49
Anubis Banzai 20 81612 2025-08-21 03:23:05
Bandito Remorse Code 21 73875 2025-09-04 03:42:56
Dam Dariram Joga 20 84322 2025-08-21 04:15:23
Music & Police CJ Crew & KaW feat. Christian D. 21 32459 2025-09-04 05:33:34
So Deep Silvertear 21 16318 2024-05-16 02:35:37
I'm Crazy For Your Love Black Eva 21 57536 2021-10-06 22:03:46
Bazookistan The Royal Eurobeat Orchestra of Bazookistan 21 83837 2025-06-28 01:15:56
BU-44 Naoki 21 80140 2025-08-28 04:32:30
Kick It Man KaW feat. DAZ 19 83394 2025-08-07 04:01:52
Paradox Naoki feat. Riyu Kosaka 20 80274 2025-08-14 04:13:23
Liberar Vida Scorccia 22 40440 2025-07-03 06:28:26
Art City Virgill 20 73226 2025-08-21 04:31:28
Crab Rave Noisestorm 20 82354 2024-11-08 00:04:37
Born to Run Red Parker 19 81756 2025-08-21 03:26:22
Y2Z Affinity 22 46354 2025-09-04 04:44:25
Electronic City Pops TOKYO twilight scene 21 30291 2025-06-01 00:05:01
戦国 Re-venG 21 32704 2024-11-08 00:19:58
Running In The 90s Max Coveri 23 3148 2025-08-07 03:55:31
Go! Rocky Joe Maximum Power 20 74094 2025-08-21 04:34:01
Running Ninja Eurofunk 21 79760 2025-07-23 23:58:22
Boogie Shoes AronChupa & Little Sis Nora 20 81511 2025-09-04 03:37:11
Strange Stubborn Proud ELYXR feat. Kurt Harland Larson 19 72792 2025-08-21 03:36:01
Why Me Desire 19 85260 2025-08-21 03:38:57
Bella Ciao BEAUZ & XYSM 20 70711 2025-09-04 04:38:15
Let's Go! (This Is It) 2 The Limit 21 80323 2025-09-04 05:36:48
  BENCHMARKS  
Loading Time: Base Classes  0.0027
Controller Execution Time ( Main / Scores )  0.0139
Total Execution Time  0.0168
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,571,784 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/5482
  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.0040 seconds)  (Hide)
0.0017   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` = '5482'
GROUP BY `gs`.`grade
0.0021   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` = '5482'
AND `ghs`.`private` = 
0.0002   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` = '5482'
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)