Moriik


Country: US

Stars Earned
32
2
17
1

Wild Mode Embed Generic Embed

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

Total Score Count: 52

Song Title Artist Level Score Grade Date
Party All Night KaW feat. Sam-I-Am 20 91282 2024-02-28 00:31:10
Start & Paws Oscillator X 19 91303 2024-05-17 23:00:12
Think Thousand Thoughts Auvic 20 89399 2024-02-28 01:04:41
Y Don't U Deeper Territory 22 58303 2024-03-06 00:23:33
Funny Love Dan Balan 19 95855 2024-05-17 22:55:30
Monody TheFatRat feat. Laura Brehm 22 82070 2024-03-02 01:58:13
Surf Hyper Potions 22 86296 2024-10-27 00:23:44
Unity TheFatRat 21 85354 2024-03-02 01:55:49
Click Bait S3RL feat. GL!TCH 20 95669 2024-02-24 20:18:28
Feel The Melody S3RL feat. Sara 20 90450 2024-02-28 00:13:28
Bang Bang Bang DCX 21 86886 2024-05-11 21:37:55
Who R You Leo Pigot 21 85801 2024-02-28 00:36:49
Stay Tess 20 71399 2023-07-29 18:06:55
Dopamine You In Mind 23 79436 2024-03-02 02:01:08
Arcade Run Perfect Sphere 22 82743 2024-03-22 23:38:55
What Love Feels Like Leonail 20 89239 2024-05-11 21:39:57
Kagami KaW 21 85641 2024-02-28 01:09:32
Paradox Naoki feat. Riyu Kosaka 20 90119 2024-03-22 23:23:57
Say What Cut Capers 21 84957 2024-04-02 23:20:25
Outbreak Feint feat. MYLK 23 81288 2024-03-22 23:26:21
Shiawase Dion Timmer 23 53603 2024-04-02 23:22:46
The Shrimps Vertigini 20 79931 2024-03-22 23:57:30
Fade Out Bensley 21 86022 2024-02-28 01:07:00
Moonlight PIXY 20 92509 2024-02-28 00:15:58
Dark Fenix DE-SIRE 22 80539 2024-04-23 22:38:49
Have Fun Rameses B 21 87033 2024-02-24 00:45:30
How We Win FWLR 21 87576 2024-02-24 00:47:27
Trigger CraXy 21 88475 2024-03-02 01:23:32
TURBO Tokyo Machine 21 95883 2024-03-02 00:36:01
Only You DEXTER KING feat. Alexis Donn 19 96873 2024-05-17 22:52:34
INEEDU Teddy Killerz 22 84033 2024-04-02 22:35:31
Right Into You The Tech Team 20 90060 2024-02-24 00:25:06
WYGD Bishu 19 94204 2024-04-12 23:55:16
Get Busy KOYOTIE 22 82738 2024-03-22 23:17:08
Orbit Ellis 19 93442 2024-05-17 22:57:51
Therapy Conro 20 94506 2024-02-24 00:27:50
Bassline Shatter M-Project & S2i8 23 77389 2024-03-22 23:49:00
Just Dance Bad Computer 20 94030 2024-03-23 00:00:10
Northern Lights Saxsquatch 21 92802 2024-05-11 21:29:09
Down Low Hr. Troels x Felix Schorn 20 90894 2024-10-27 00:17:52
2NITE nanobii 21 89242 2024-04-13 00:06:08
Every Little Thing Conro 21 87038 2024-08-23 23:46:19
Swipe Felix Schorn 21 89949 2024-04-02 22:46:32
All Starts Now Laurell 19 92515 2024-03-02 01:18:35
Breathe Me Back To Life Stonebank feat. Lena Sue 20 90046 2024-04-13 00:03:57
Low Workout Fracus & Darwin 23 79098 2024-10-27 00:26:25
The Bass & the Melody S3RL 22 85009 2024-04-02 22:43:40
Definition of a Badboy Scott Brown 20 89403 2024-02-24 00:11:56
Tick Tock Technikore 20 89286 2024-03-02 01:21:13
Truth or Dare PIXY 19 93767 2024-04-02 22:49:33
Electronic City Pops TOKYO twilight scene 21 91547 2024-04-13 00:08:40
Daydream Danny Leax 21 93038 2024-10-27 00:21:17
  BENCHMARKS  
Loading Time: Base Classes  0.0027
Controller Execution Time ( Main / Scores )  0.0160
Total Execution Time  0.0189
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,602,424 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/4856/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.0074 seconds)  (Hide)
0.0019   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` = '4856'
GROUP BY `gs`.`grade
0.0053   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` = '4856'
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` = '4856'
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)