GOLDRAMM


Country: US

Stars Earned
15
17
15
3

Wild Mode Embed Generic Embed

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

Total Score Count: 50

Song Title Artist Level Score Grade Date
Dance Vibrations Elpis 19 92764 2026-02-05 01:16:41
In The Hall Of The Mountain King KaW 22 15530 2026-01-20 23:37:51
Land Of The Lost Banzai 19 92741 2026-02-05 00:43:55
Remember December Smiley 22 24099 2026-02-09 01:25:09
Be My Hero Freezer 21 79944 2026-02-05 00:36:59
Birdie Doolittle 19 95214 2026-02-09 01:25:08
Licky Licky Crispy 20 79417 2026-02-09 01:25:09
That Night Eskimo & Icebird 21 37723 2026-01-20 23:56:57
The Last Time Zariis 23 5971 2026-01-22 22:42:24
Ba Be Loo Be La Kristeen 20 84549 2026-02-05 00:27:33
Blow My Mind Alphadelta 19 84538 2026-02-05 00:21:40
Who KaW 21 12462 2026-01-28 19:42:20
Crazy Baby Fantasy Project 20 93792 2026-02-02 00:42:21
Crazyloop Crazy Loop 22 81840 2026-02-09 01:25:09
Fleadh Uncut Ian Parker 21 84114 2026-01-22 21:22:15
ROM-eo & Juli8 Nina 19 94021 2026-01-28 20:00:04
Feels Just Like That Night Eskimo & Icebird feat. Maria Merete 19 82123 2026-01-20 23:34:54
Never Gonna Make Morgana 21 71195 2026-02-05 01:19:46
Typical Tropical Bambee 19 84050 2026-01-20 23:59:26
Anubis Banzai 20 82852 2026-01-28 19:12:17
Magic Mystery Tour KaW feat. Paula Terry 19 82741 2026-02-05 00:47:13
I'm Crazy For Your Love Black Eva 21 67580 2026-02-01 23:53:02
Spaceman Bambee & Lynn 20 85564 2026-02-09 01:25:09
Cartoon Heroes Barbie Young 21 33326 2026-01-28 19:25:44
Liquify Toby Emerson 21 5966 2026-01-22 21:42:50
Queen Of Light E-Rotic 21 28973 2026-01-20 23:19:53
The Naughty Song Oscillator X 19 97943 2026-02-01 23:34:21
Here For You PIXL feat. Q'AILA 19 95099 2026-02-02 01:04:57
Art City Virgill 20 13405 2026-01-28 19:35:27
How We Win FWLR 21 82799 2026-01-22 21:55:32
Demon's World CJ Crew 22 44342 2026-02-09 01:25:09
Only You DEXTER KING feat. Alexis Donn 19 88774 2026-01-20 23:15:52
Right Into You The Tech Team 20 80894 2026-02-09 01:25:09
WYGD Bishu 19 94946 2026-02-02 00:29:38
Ievan Polkka Quiqman feat. Chihiro Kawakami 23 70528 2026-02-02 01:08:05
Lemmings On The Run E-Rotic 21 55390 2026-02-02 00:10:00
Crab Rave Noisestorm 20 84602 2026-02-09 03:42:19
Born to Run Red Parker 19 87102 2026-02-05 00:55:03
Therapy Conro 20 12569 2026-02-02 00:23:49
Northern Lights Saxsquatch 21 85338 2026-02-02 01:02:34
Down Low Hr. Troels x Felix Schorn 20 89693 2026-02-05 01:13:17
Sirens RENOLD X Scarlett 19 92238 2026-01-22 22:16:02
Love Ari Dayan 20 88723 2026-02-09 01:25:09
What Ya Gonna Do Scott Brown 21 87656 2026-02-02 00:27:10
Where Did You Go Tatsunoshin 21 27109 2026-01-21 00:15:20
Running In The 90s Max Coveri 23 6702 2026-02-09 01:25:09
Redshift F.O.O.L 23 49064 2026-02-09 01:25:09
Boogie Shoes AronChupa & Little Sis Nora 20 90585 2026-02-02 00:39:34
Bella Ciao BEAUZ & XYSM 20 36115 2026-01-22 22:39:03
Waiting KUURO feat. Bianca 20 1564 2026-01-22 22:13:29
  BENCHMARKS  
Loading Time: Base Classes  0.0028
Controller Execution Time ( Main / Scores )  0.1352
Total Execution Time  0.1382
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,661,024 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/26476
  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.1249 seconds)  (Hide)
0.1210   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` = '26476'
GROUP BY `gs`.`grade
0.0017   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` = '26476'
AND `ghs`.`private` = 
0.0022   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` = '26476'
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)