Orien_S


Country: US

Stars Earned
46
2
1

Wild Mode Embed Generic Embed

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

Total Score Count: 49

Song Title Artist Level Score Grade Date
Dance Vibrations Elpis 19 95782 2021-10-14 23:25:27
Start & Paws Oscillator X 19 95662 2022-03-20 00:47:10
Can't Let Go Jenna Drey 19 96602 2022-08-21 22:27:37
The 7th Element Vitas 19 98149 2021-10-14 23:00:48
Think Thousand Thoughts Auvic 20 89059 2021-10-15 00:09:24
What Happened To Love Denine 19 97349 2022-02-17 21:30:26
Zodiac Banzai 21 96188 2022-03-20 01:19:27
Monody TheFatRat feat. Laura Brehm 22 91238 2021-10-14 23:55:55
Surf Hyper Potions 22 94948 2022-08-21 21:20:19
Unity TheFatRat 21 93101 2021-10-14 22:53:41
Crazyloop Crazy Loop 22 95780 2022-03-20 02:10:40
Go 60 Go Takoyaki 24 85590 2022-08-21 22:49:33
This Is Rock And Roll DJ Zombie 19 96710 2022-08-21 21:23:43
Ladybug Coconut 19 98008 2021-10-14 23:55:55
Feel The Melody S3RL feat. Sara 20 92543 2021-10-14 23:18:24
Zenith Sanxion7 24 92657 2022-08-21 22:46:19
Dance Boom Boom Tipsy & Tipsy 23 93824 2022-08-21 21:33:20
Anubis Banzai 20 97868 2022-03-20 00:41:07
We're Getting Faster Darwin feat. Fraz 22 92059 2022-08-21 21:50:31
Dam Dadi Doo Fantasy Project 22 91748 2022-08-21 21:30:52
India's Glitch Kirill Gramada 21 91743 2022-02-18 00:35:20
Megalovania Toby Fox 21 96469 2022-03-20 01:27:23
On My Own Anamanaguchi feat. HANA 21 93224 2022-03-19 23:16:48
Do It All Night E-Rotic 20 97206 2022-08-21 22:08:51
Temple Of Love E-Rotic 21 91473 2022-02-17 21:30:26
Cartoon Heroes Barbie Young 21 93138 2022-08-21 22:42:04
If You Can Say Goodbye Kate Project 19 95331 2022-02-18 00:35:20
Say What Cut Capers 21 92650 2021-10-15 00:04:57
Jukebox Swingrowers 21 93061 2022-08-21 21:58:41
Boomerang Miss V 21 93097 2022-08-21 21:28:19
Grab It While We Can FantastixX 19 96557 2022-02-18 00:35:20
Cyber-Kyoto- Re-venG 20 92726 2022-02-17 23:29:59
Silent Movie Little Violet 19 97955 2022-03-20 01:37:58
Take Take Miss V 20 96642 2022-02-17 23:30:00
The Naughty Song Oscillator X 19 95673 2022-02-17 21:30:26
Everybody Dance X-Rated 22 93218 2022-02-17 23:29:59
I Met You DJ Cosmin, Ole Bott, Ammagin feat. Simon Eric 19 97576 2022-02-17 22:43:55
Katyusha Schustin 21 96733 2022-02-17 22:43:55
Sing It Again Kirk Monteux 19 97657 2022-02-17 22:43:55
BUBBLES Tokyo Machine 22 96683 2022-08-21 22:11:26
Outbreak Feint feat. MYLK 23 91481 2022-03-19 23:09:20
Here For You PIXL feat. Q'AILA 19 95337 2022-08-21 21:55:49
Dystopia 2077 F.O.O.L & The Forgotten 23 89083 2022-08-21 22:06:12
Just Do It Swingrowers 21 95475 2022-08-21 21:46:54
Cosmic Drive Quiqman 22 94684 2022-08-21 22:19:13
Have Fun Rameses B 21 94925 2022-08-21 22:16:51
How We Win FWLR 21 92790 2022-08-21 21:44:14
Stop Me Natsume Oki 21 96242 2022-08-21 22:21:25
VTubers Never Die! NAOKI & Eternal JK Yoripi-chan feat. Riyu Kos 23 88562 2022-08-21 22:30:04
  BENCHMARKS  
Loading Time: Base Classes  0.0025
Controller Execution Time ( Main / Scores )  0.0163
Total Execution Time  0.0191
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,595,728 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/5525
  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.0080 seconds)  (Hide)
0.0032   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` = '5525'
GROUP BY `gs`.`grade
0.0046   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` = '5525'
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` = '5525'
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)