Ellison


Country: US

Stars Earned
1
2
30
18

Wild Mode Embed Generic Embed

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

Total Score Count: 51

Song Title Artist Level Score Grade Date
In The Hall Of The Mountain King KaW 22 71555 2025-07-19 01:43:31
I Love You Baby Pandera 21 55830 2025-03-08 02:08:11
I Feel Sun Gyrlie 21 78851 2025-03-08 02:04:53
I Think I Like That Sound Kid Whatever 20 83366 2025-03-08 02:52:04
I'll Show You Loving Bassmonkeys feat. Natasha Anderson 20 88241 2025-03-08 02:55:53
EternuS Sanxion7 20 83805 2025-03-15 01:19:45
Feel The Melody S3RL feat. Sara 20 85212 2025-03-15 01:28:02
In My Dreams Rebecca 20 88801 2025-03-08 03:00:49
Come On Now Miss Amani 20 81170 2025-03-08 03:05:37
My Baby Mama Anquette 21 81254 2025-07-05 22:15:56
Silence Fracus & Darwin 22 79827 2025-05-18 22:15:20
Sky High Lucyfer 20 88317 2025-03-15 00:03:39
Doh! Tale & Dutch 20 82921 2025-03-15 01:14:36
Spaceman Bambee & Lynn 20 88910 2025-03-15 00:06:30
Ma Huggies FIG & Nico Sleator 20 76832 2025-03-15 01:30:19
In The Heat Of The Night E-Rotic 20 89005 2025-03-08 03:03:11
If You Can Say Goodbye Kate Project 19 91118 2025-03-08 02:58:30
Everybody 2 the Sun Ultimate Heights 20 79729 2025-03-15 01:23:11
I Met You DJ Cosmin, Ole Bott, Ammagin feat. Simon Eric 19 82112 2025-03-08 02:49:54
Perks Bibi Gold 21 81272 2025-03-15 00:39:19
Love Arcade Bending Grid 21 89073 2025-03-15 00:01:35
Love Ari Dayan 20 88796 2025-03-15 00:41:29
Let's Remember N.M.R 21 81536 2025-03-14 23:59:26
Truth or Dare PIXY 19 84732 2025-03-15 00:16:40
Falling In Love No Hero & Nino Rivera 22 84388 2025-06-27 22:07:14
Need You Nostalgix 22 89598 2025-06-27 22:05:10
戦国 Re-venG 21 81735 2025-03-15 01:58:52
Be Alright Red Parker 20 82257 2025-07-03 01:17:18
Set My Heart On Fire Rocket Man 22 82066 2025-07-06 00:22:48
Running In The 90s Max Coveri 23 85786 2025-07-05 22:19:17
I Don't Wanna Fall Jakka-B & Macks Wolf feat. Angel Lane 21 89556 2025-03-08 03:11:02
My Heart Is Ticking Like A Bomb E-Rotic 20 86430 2025-03-08 03:08:44
Night In Tokyo N.M.R 24 52618 2025-03-01 03:31:28
You Can Win Luke 22 84500 2025-03-15 01:54:28
MEANT 2 BE THIRST & nuphory 23 79140 2025-06-06 23:10:49
No Rules Foxela & Britt Lari 19 88271 2025-06-06 23:13:03
Polarised Koven, ÆON:MODE, Blanke 22 91413 2025-06-06 23:16:50
Remember Me Leslie Parrish 21 89665 2025-06-06 23:21:58
Halley's Comet Jenna Drey & Joe Bermudez 19 86604 2025-06-06 23:24:36
Over The Top M-Project & Vau Boy 23 85856 2025-06-06 23:26:40
Rain Dance MUZZ 21 82547 2025-06-06 23:28:45
Redshift F.O.O.L 23 90017 2025-06-06 23:31:11
Ekstasis d-complex 23 85384 2025-08-02 20:52:52
Falling In Love Again Naoki feat. Paula Terry 20 79692 2025-06-07 00:31:57
In The Echo Koven 22 76199 2025-07-05 22:22:12
Letting Go Bensley & Voicians 19 89770 2025-08-02 21:40:05
Ori Ori MANNTRA 21 88057 2025-07-05 21:00:39
Pure Ecstasy M-Project 25 81973 2025-07-03 01:32:32
Running Ninja Eurofunk 21 82068 2025-07-05 20:58:36
Vegas NAOKI underground feat. Bobby 24 77444 2025-07-03 01:20:41
Proper Rhythm peak divide 21 92564 2025-08-02 21:35:01
  BENCHMARKS  
Loading Time: Base Classes  0.0030
Controller Execution Time ( Main / Scores )  0.0161
Total Execution Time  0.0193
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,601,400 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/21060/3
  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.0062 seconds)  (Hide)
0.0030   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` = '21060'
GROUP BY `gs`.`grade
0.0030   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` = '21060'
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` = '21060'
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)