RubyElf69


Country: US

Stars Earned
29
7
6
4

Wild Mode Embed Generic Embed

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

Total Score Count: 46

Song Title Artist Level Score Grade Date
In The Hall Of The Mountain King KaW 22 78791 2026-01-08 03:38:50
The 7th Element Vitas 19 79113 2026-01-03 04:21:54
I Love You Baby Pandera 21 12405 2026-01-04 00:54:26
Who KaW 21 75199 2026-02-03 01:44:44
Surf Hyper Potions 22 78895 2026-02-03 02:25:06
Agent Blatant Ernest + Julio 21 77360 2026-01-08 03:33:20
I Think I Like That Sound Kid Whatever 20 81295 2026-01-04 02:39:42
ROM-eo & Juli8 Nina 19 78545 2026-01-15 01:14:40
Spin Chicken Freebie & The Bean 21 79635 2026-01-08 03:36:09
This Is Rock And Roll DJ Zombie 19 63614 2026-01-08 01:15:40
While Tha Rekkid Spinz DJ Zombie 22 70498 2026-02-03 02:31:29
Bad 4 My Health Bassmonkeys & Soulshaker feat. J.D. ROX 20 989 2026-01-02 01:04:03
Click Bait S3RL feat. GL!TCH 20 76127 2025-12-04 02:43:09
Darkness Sanxion7 22 74543 2026-02-17 03:28:17
Mellow Rikki & Daz 20 75338 2026-01-26 00:54:09
July Smiley 20 76388 2026-01-03 02:32:03
Xuxa Smiley 23 46842 2025-12-04 03:37:23
Dizzy Balduin & Wolfgang Lohr feat. Alanna 20 60580 2025-12-04 02:07:19
Megalovania Toby Fox 21 79071 2026-01-04 01:16:04
Beethoven Virus BanYa 22 79188 2026-02-12 23:04:38
Hip Hop Jam Indiggo 20 77907 2026-01-03 02:38:07
In The Heat Of The Night E-Rotic 20 84695 2026-01-03 02:34:43
Kinky Boots Daz Sampson & Nona 19 89682 2026-01-04 00:51:36
Follow My Pamp Andrea Damante feat. Adam Clay 20 79588 2026-01-14 23:45:17
Insane Niko Noise 20 80188 2026-02-03 01:47:15
Lay It Down Tchorta & Gui Boratto 19 86301 2026-01-26 01:00:47
BUBBLES Tokyo Machine 22 72376 2026-02-03 02:22:38
Energizer ZiGZaG 23 18103 2026-02-03 02:28:49
Right Into You The Tech Team 20 82922 2026-01-04 02:08:43
Ievan Polkka Quiqman feat. Chihiro Kawakami 23 58848 2026-01-04 02:42:40
Breathe Me Back To Life Stonebank feat. Lena Sue 20 88415 2026-01-04 02:11:17
Elysium Scott Brown 21 86707 2026-02-17 03:31:26
Definition of a Badboy Scott Brown 20 82739 2026-01-08 01:18:16
Kibo Dion Timmer 22 41587 2026-02-03 01:28:25
Let's Remember N.M.R 21 82923 2026-02-17 03:11:35
Heaven On Earth HELLO GLOOM 22 76422 2026-02-03 02:17:08
Need You Nostalgix 22 75855 2026-02-03 02:19:52
Love Toxic FACTOR-X 21 70828 2026-02-03 01:40:33
Lunatic BLACK HOLE 23 25744 2026-02-17 03:14:51
戦国 Re-venG 21 83517 2026-02-03 01:26:00
Running In The 90s Max Coveri 23 10231 2026-02-17 03:35:10
Ping Pong AronChupa & Little Sis Nora 20 80577 2026-01-03 04:03:32
Every Time I Close My Eyes Scott Brown & Gillian Tennant 20 81342 2026-01-29 00:37:19
Bella Ciao BEAUZ & XYSM 20 84855 2026-01-26 00:56:54
When I Lose Control Desire 21 92031 2026-01-08 01:21:10
Death By Glamour Toby Fox 23 74067 2026-01-29 00:40:17
  BENCHMARKS  
Loading Time: Base Classes  0.0027
Controller Execution Time ( Main / Scores )  0.0165
Total Execution Time  0.0193
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,645,880 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/25752
  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.0070 seconds)  (Hide)
0.0027   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` = '25752'
GROUP BY `gs`.`grade
0.0040   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` = '25752'
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` = '25752'
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)