Rii sama


Country: US

Stars Earned
2
35
3
4
1

Wild Mode Embed Generic Embed

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

Total Score Count: 45

Song Title Artist Level Score Grade Date
Party People Andy Stroke 19 28548 2023-06-24 17:46:47
Birdie Doolittle 19 96120 2023-06-24 17:49:20
Dream A Dream Captain Jack 20 90919 2025-02-27 02:22:26
The Last Time Zariis 23 83715 2025-02-27 02:52:58
Ba Be Loo Be La Kristeen 20 54109 2025-02-27 02:40:18
Unity TheFatRat 21 91271 2025-05-17 18:53:42
Disconnected Disco Kid Whatever 20 95046 2024-12-29 22:28:07
Fleadh Uncut Ian Parker 21 92979 2023-07-04 19:42:58
Gallecode NoVus 20 91264 2025-02-27 02:19:02
I Think I Like That Sound Kid Whatever 20 94286 2023-06-24 21:27:16
Ize Pie Headtwist & Pump 19 97172 2025-03-25 23:18:57
Psalm Pilot Jason Creasey 20 94862 2024-12-29 22:31:19
ROM-eo & Juli8 Nina 19 97648 2025-03-25 23:27:12
Spin Chicken Freebie & The Bean 21 93808 2023-07-04 21:18:40
This Is Rock And Roll DJ Zombie 19 98193 2025-02-27 01:11:42
Ladybug Coconut 19 96819 2024-12-29 22:20:06
Sweet World Omega Men 22 96240 2023-07-04 20:05:14
Click Bait S3RL feat. GL!TCH 20 96638 2024-12-29 22:25:02
Utopia Smiley 22 82706 2025-03-09 19:43:22
Boom Boom Dollars King Kong & D'Jungle Girls 21 95670 2025-03-26 00:15:43
Bumble Bee Bambee 20 97516 2024-05-26 20:07:14
Coming Out Playmaker feat. Robina 19 98097 2025-03-25 23:14:10
Hero Miss Papaya 20 94974 2024-05-26 20:46:51
Typical Tropical Bambee 19 96081 2025-03-25 23:39:08
Move It Groove It KaW feat. Sam-I-Am 22 92265 2023-07-04 19:39:38
Pink Dinosaur Miss Papaya 19 96529 2025-03-09 19:35:25
Anubis Banzai 20 94827 2025-02-27 02:36:51
Dam Dariram Joga 20 93125 2025-03-09 19:39:01
So Deep Silvertear 21 68786 2023-07-04 21:20:20
My Generation Captain Jack 20 93956 2023-07-04 19:44:38
Cartoon Heroes Barbie Young 21 88906 2025-03-25 23:52:45
Operator Miss Papaya 19 97608 2025-02-27 00:52:12
Kick It Man KaW feat. DAZ 19 99318 2025-03-25 23:21:51
If You Can Say Goodbye Kate Project 19 98121 2025-03-25 23:16:39
Say Na Na Na Serhat 19 96993 2024-05-26 19:31:00
TURBO Tokyo Machine 21 90650 2023-06-24 17:51:54
Right Into You The Tech Team 20 85567 2023-06-24 18:11:18
Get Busy KOYOTIE 22 91942 2023-07-04 20:03:34
Bambole (Ole) Papa Gonzalez 20 93107 2024-12-29 22:23:01
Northern Lights Saxsquatch 21 96405 2024-05-26 20:49:33
Every Little Thing Conro 21 93343 2023-07-04 19:41:18
The 7 Jump Ken-D 19 96614 2025-02-27 02:33:50
Elysium Scott Brown 21 97511 2025-03-26 00:21:52
DJ Party BB Hayes 20 93528 2025-03-09 19:24:43
Remember Me Leslie Parrish 21 90955 2025-05-17 19:04:09
  BENCHMARKS  
Loading Time: Base Classes  0.0028
Controller Execution Time ( Main / Scores )  0.0141
Total Execution Time  0.0171
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,581,312 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/10545
  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.0057 seconds)  (Hide)
0.0024   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` = '10545'
GROUP BY `gs`.`grade
0.0031   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` = '10545'
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` = '10545'
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)