mooonflow


Country: US

Stars Earned
29
3
9
2

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 12169 2023-06-03 02:12:24
Land Of The Lost Banzai 19 58374 2023-05-18 00:32:07
Time is Ticking Elpis feat. Black Elway 19 21592 2023-05-28 04:13:53
Birdie Doolittle 19 12234 2023-05-07 00:49:53
Dream A Dream Captain Jack 20 73749 2023-06-08 23:22:20
Think Thousand Thoughts Auvic 20 71834 2023-06-08 21:43:57
Blow My Mind Alphadelta 19 74713 2024-11-03 02:03:05
Bounce Crew 7 19 9233 2023-05-13 01:27:38
Mexi Mexi Mozquito 20 79779 2023-06-02 23:54:39
Unity TheFatRat 21 9064 2023-06-03 03:50:04
Ladybug Coconut 19 11323 2023-05-13 01:31:29
Click Bait S3RL feat. GL!TCH 20 80650 2023-06-08 22:02:33
EternuS Sanxion7 20 1779 2023-05-14 05:00:23
Bumble Bee Bambee 20 40696 2023-06-01 23:42:16
The Saint Goes Marching The Saint 21 8910 2023-06-03 04:37:26
Pink Dinosaur Miss Papaya 19 2256 2023-05-07 05:00:41
Anubis Banzai 20 46951 2023-06-03 00:02:43
Dam Dariram Joga 20 39486 2023-06-17 02:44:30
Devil Inside CRMNL 19 85465 2024-09-07 02:07:27
Bazookistan The Royal Eurobeat Orchestra of Bazookistan 21 26891 2023-06-02 00:06:03
Megalovania Toby Fox 21 2607 2023-05-13 05:25:01
My Generation Captain Jack 20 26360 2023-06-08 23:18:25
The Judgement Day Naoki feat. Riyu Kosaka 19 30221 2024-04-06 04:16:51
Butterfly Swingrowers 19 76965 2024-11-03 01:58:46
Kick It Man KaW feat. DAZ 19 81078 2023-06-01 23:35:06
Never Ending Story DJ AC-DC 20 6345 2023-11-04 01:48:39
Robot World Oscillator X 19 88926 2023-11-22 01:42:34
Say Na Na Na Serhat 19 83245 2023-06-01 23:54:45
High On Your Love Safura 19 25097 2023-11-05 01:33:48
Silent Movie Little Violet 19 43026 2023-11-04 01:41:16
I Met You DJ Cosmin, Ole Bott, Ammagin feat. Simon Eric 19 59896 2023-05-18 00:29:11
The Shrimps Vertigini 20 20875 2023-05-13 03:37:49
We Got The Moves Electric Callboy 20 34755 2024-06-28 23:08:26
Demon's World CJ Crew 22 6492 2023-06-17 01:38:49
TURBO Tokyo Machine 21 86771 2023-06-03 05:04:14
STOP! & Go Onyx 21 26454 2023-06-10 01:18:05
INEEDU Teddy Killerz 22 1905 2023-05-14 05:17:07
Orbit Ellis 19 35930 2023-05-28 04:20:16
Crab Rave Noisestorm 20 52797 2023-12-29 00:38:19
Bambole (Ole) Papa Gonzalez 20 82173 2023-06-01 23:59:18
Northern Lights Saxsquatch 21 48463 2023-06-01 23:52:21
Down Low Hr. Troels x Felix Schorn 20 31948 2024-05-05 05:48:20
Truth or Dare PIXY 19 22534 2024-09-07 02:12:19
  BENCHMARKS  
Loading Time: Base Classes  0.0036
Controller Execution Time ( Main / Scores )  0.0237
Total Execution Time  0.0275
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,572,200 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/8936/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.0135 seconds)  (Hide)
0.0065   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` = '8936'
GROUP BY `gs`.`grade
0.0067   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` = '8936'
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` = '8936'
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)