solarium


Country: US

Stars Earned
27
4
10
2

Wild Mode Embed Generic Embed

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

Total Score Count: 43

Song Title Artist Level Score Grade Date
In The Hall Of The Mountain King KaW 22 81360 2024-07-21 00:11:21
Lucky Star Miradey 20 85659 2024-07-21 02:43:29
Party People Andy Stroke 19 69358 2024-07-14 03:35:54
The Rainmaker Doug Laurent 20 82631 2024-07-21 00:19:12
Birdie Doolittle 19 88687 2024-07-14 03:22:03
Who KaW 21 83496 2024-08-03 23:25:43
Reactor Jason Creasey 19 88741 2024-07-21 00:49:42
Mellow Rikki & Daz 20 63944 2024-07-14 02:59:54
July Smiley 20 82700 2024-08-04 00:06:53
Be Alive Stian K 20 89699 2024-07-21 02:58:47
Feels Just Like That Night Eskimo & Icebird feat. Maria Merete 19 78233 2024-07-14 03:11:27
Never Gonna Make Morgana 21 90977 2024-08-03 23:54:46
Come On Now Miss Amani 20 81775 2024-08-04 01:23:09
Life Ride Pyramyth 22 82950 2024-07-21 02:17:30
Nightmare FSJ feat. Tara Louise 21 83410 2024-08-03 23:52:43
Bring Your Lovin Back Fracus 20 86058 2024-07-21 01:08:03
My Generation Captain Jack 20 81681 2024-07-14 02:54:15
Delirium Smiley 23 79416 2024-08-18 00:42:58
On My Own Anamanaguchi feat. HANA 21 73362 2024-07-21 01:02:40
The Judgement Day Naoki feat. Riyu Kosaka 19 89532 2024-08-03 23:33:24
If You Can Say Goodbye Kate Project 19 93133 2024-07-21 03:12:32
Follow My Pamp Andrea Damante feat. Adam Clay 20 78767 2024-08-04 01:17:49
Don't Stop S & K 22 76838 2025-05-04 00:50:39
Everybody 2 the Sun Ultimate Heights 20 83889 2025-05-04 00:45:38
Outbreak Feint feat. MYLK 23 72461 2024-07-21 02:46:14
The Shrimps Vertigini 20 86508 2024-08-04 01:20:38
Cosmic Drive Quiqman 22 78837 2024-07-14 03:38:43
Energizer ZiGZaG 23 24856 2024-07-21 02:09:07
WYGD Bishu 19 74522 2024-07-14 03:08:36
Perks Bibi Gold 21 81813 2025-01-04 23:57:43
Make It Tonight Fracus & Darwin feat. Jake 21 78422 2024-08-04 00:09:25
Samurai Rameses B 22 10930 2024-08-03 23:16:03
Techno World NAOKI underground 22 77996 2024-08-18 00:35:15
Candy Pop Luv Limited -NM- 21 74217 2024-07-21 01:04:57
The 7 Jump Ken-D 19 75255 2024-07-14 02:31:43
Keep On Dancing BEAUZ feat. Heleen 20 78330 2024-08-18 00:21:46
Truth or Dare PIXY 19 82375 2024-07-14 03:19:25
Electronic City Pops TOKYO twilight scene 21 58963 2024-07-14 02:48:48
What Ya Gonna Do Scott Brown 21 78014 2024-08-03 23:23:43
Rock Me Forever Nevada 21 88096 2024-08-18 00:29:40
Dancing In The Dark HELLO GLOOM 21 88099 2024-07-21 00:52:37
Everybody Get Up Tempo feat. Manola 19 92769 2024-07-21 02:29:25
My Heart Is Ticking Like A Bomb E-Rotic 20 84668 2025-04-27 02:00:51
  BENCHMARKS  
Loading Time: Base Classes  0.0043
Controller Execution Time ( Main / Scores )  0.0409
Total Execution Time  0.0454
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,570,880 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/17452
  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.0299 seconds)  (Hide)
0.0253   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` = '17452'
GROUP BY `gs`.`grade
0.0037   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` = '17452'
AND `ghs`.`private` = 
0.0008   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` = '17452'
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)