Rammm


Country: US

Stars Earned
35
5
8
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
Start & Paws Oscillator X 19 90101 2025-02-01 04:07:56
The Last Time Zariis 23 92995 2025-01-19 05:49:13
Surf Hyper Potions 22 89575 2023-10-07 05:11:18
Fleadh Uncut Ian Parker 21 96301 2023-10-07 02:26:30
Pop4 Vibes & Wishdokta 22 92147 2024-07-27 17:52:10
Movin On Ellen Gee 20 72633 2025-01-19 05:57:33
The Saint Goes Marching The Saint 21 89645 2024-11-02 23:32:02
Speed Over Beethoven Rose 22 91749 2025-01-04 05:12:40
India's Glitch Kirill Gramada 21 94924 2023-10-07 02:28:51
Nightmare FSJ feat. Tara Louise 21 89193 2025-01-01 01:24:39
I'm Crazy For Your Love Black Eva 21 98852 2025-05-23 16:10:36
Megalovania Toby Fox 21 96759 2025-01-01 01:37:20
Csikos Post BanYa 22 76924 2023-10-07 03:05:08
On My Own Anamanaguchi feat. HANA 21 85850 2025-01-01 03:38:46
Beethoven Virus BanYa 22 95496 2025-01-01 05:47:05
Charlene Missing Heart 22 95395 2025-05-23 16:04:48
Kagami KaW 21 92350 2023-10-07 05:27:11
Give You Love Daz Sampson & Katya Ocean 21 92567 2023-10-07 05:22:29
Follow My Pamp Andrea Damante feat. Adam Clay 20 98111 2025-05-23 16:07:27
Shiawase Dion Timmer 23 91070 2025-01-01 05:53:46
Just Do It Swingrowers 21 92622 2023-10-07 05:24:40
We Got The Moves Electric Callboy 20 96188 2024-10-10 02:17:33
Have Fun Rameses B 21 93426 2025-01-01 01:30:51
Rainbow Rave Parade Chime 24 86006 2025-01-01 06:01:18
Space Boy Rameses B, Feint & Veela 22 92727 2025-02-01 04:13:18
TURBO Tokyo Machine 21 91478 2023-10-07 04:32:13
Only You DEXTER KING feat. Alexis Donn 19 98264 2025-05-23 16:01:46
Midnight Train More Plastic & Tylah Winyard 22 98070 2025-01-12 05:30:13
Right Into You The Tech Team 20 97376 2024-11-02 23:38:07
Ievan Polkka Quiqman feat. Chihiro Kawakami 23 88143 2025-01-01 03:47:24
Lemmings On The Run E-Rotic 21 92776 2024-07-27 19:22:11
Crab Rave Noisestorm 20 94570 2025-01-01 03:41:46
Therapy Conro 20 96987 2024-07-27 19:27:30
Just Dance Bad Computer 20 97238 2025-01-01 01:34:51
Northern Lights Saxsquatch 21 95471 2025-01-01 01:21:45
Samurai Rameses B 22 64314 2025-01-01 03:44:32
Love Arcade Bending Grid 21 98475 2025-01-19 05:43:45
Every Little Thing Conro 21 98029 2023-10-07 01:54:45
GALACTICAL Tokyo Machine 23 93084 2025-01-01 05:50:47
Candy Pop Luv Limited -NM- 21 97358 2025-01-01 03:53:37
Do It Like That Mad Circuit, LG (Team Genius), Sereda 20 97526 2025-05-23 14:38:06
Keep On Dancing BEAUZ feat. Heleen 20 85085 2024-07-27 17:28:17
Party ChildsPlay 19 98520 2024-07-27 17:33:43
Supernova Laszlo 22 97876 2025-01-19 05:46:17
Big Boss Big Boss 21 96670 2025-01-19 05:15:40
Mothership F.O.O.L & SKUM 24 94963 2025-01-12 05:33:07
Where Did You Go Tatsunoshin 21 93989 2025-01-19 05:07:14
Need You Nostalgix 22 98375 2025-01-01 05:57:45
Hero of the Night David Kane 23 97681 2025-01-19 05:40:08
  BENCHMARKS  
Loading Time: Base Classes  0.0027
Controller Execution Time ( Main / Scores )  0.0191
Total Execution Time  0.0221
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,596,296 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/9662
  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.0068 seconds)  (Hide)
0.0021   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` = '9662'
GROUP BY `gs`.`grade
0.0045   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` = '9662'
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` = '9662'
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)