Highflyer


Country: GB

Stars Earned
14
26
3

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
Dynamo Oscillator X 19 99651 2025-01-26 19:15:11
Million Feelings Chriss Floren 19 98500 2022-07-14 15:42:16
Mexi Mexi Mozquito 20 98770 2025-01-26 20:03:06
Psalm Pilot Jason Creasey 20 98808 2025-01-26 19:19:50
Spin Chicken Freebie & The Bean 21 98850 2025-01-26 20:10:28
While Tha Rekkid Spinz DJ Zombie 22 97988 2025-01-26 20:35:50
Click Bait S3RL feat. GL!TCH 20 97165 2023-09-20 15:12:11
Feels Just Like That Night Eskimo & Icebird feat. Maria Merete 19 96166 2024-01-12 19:09:31
Coming Out Playmaker feat. Robina 19 99747 2022-07-14 15:46:00
Young Forever Rebecca 20 98498 2022-07-14 17:56:43
Justify My Love Tess 21 96422 2022-07-09 09:16:47
Move It Groove It KaW feat. Sam-I-Am 22 96378 2025-01-26 20:05:52
Pink Dinosaur Miss Papaya 19 98536 2022-08-20 18:42:11
No Princess Lynn 19 98488 2022-07-14 15:39:08
So Deep Silvertear 21 92082 2022-07-08 20:59:42
Get Lifted HOT KICKS 21 96869 2025-01-26 17:17:02
Bring Your Lovin Back Fracus 20 96584 2025-01-26 18:56:36
On My Own Anamanaguchi feat. HANA 21 95029 2022-07-14 17:59:49
Do It All Night E-Rotic 20 97711 2024-01-12 19:16:29
Temple Of Love E-Rotic 21 94577 2024-02-17 22:58:50
In The Heat Of The Night E-Rotic 20 97547 2022-07-14 17:53:49
Sky High DJ Miko 20 97100 2022-07-08 19:05:20
Never Ending Story DJ AC-DC 20 94095 2022-07-14 15:36:27
Watch Out Victoria 21 97944 2025-01-26 20:30:36
Don't Stop S & K 22 89342 2022-07-08 19:01:34
Recovery JMCX 19 99803 2025-01-26 19:35:52
Moonlight PIXY 20 96713 2025-01-26 16:40:18
Villain PIXY 20 94044 2025-01-26 16:37:25
Midnight Train More Plastic & Tylah Winyard 22 96563 2025-01-26 18:58:51
Lemmings On The Run E-Rotic 21 97026 2025-01-26 20:00:14
Northern Lights Saxsquatch 21 98467 2025-01-26 17:23:41
Work Stella Mwangi 21 98971 2025-01-26 19:41:36
Stars James Landino 24 86830 2024-03-31 11:40:14
BLEEP BLOOP Tokyo Machine 24 92483 2025-01-26 18:05:38
Never Let You Down BEAUZ, Miles Away, & RYYZN 22 96558 2025-01-26 19:00:52
Tick Tock Technikore 20 98687 2025-01-26 19:38:57
Music Is Moving Tatsunoshin 23 98196 2025-01-26 17:45:21
My Salsa Carlito 20 99175 2025-01-26 19:17:42
Big Boss Big Boss 21 97022 2025-01-26 18:00:53
Mothership F.O.O.L & SKUM 24 94515 2025-01-26 17:47:59
Way To Rio Tony T 20 99548 2025-01-26 20:33:13
Hero of the Night David Kane 23 97404 2025-01-26 17:20:03
Dreaming Conro 20 99847 2025-01-26 20:14:35
  BENCHMARKS  
Loading Time: Base Classes  0.0027
Controller Execution Time ( Main / Scores )  0.0135
Total Execution Time  0.0164
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,568,984 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/6808
  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.0057 seconds)  (Hide)
0.0013   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` = '6808'
GROUP BY `gs`.`grade
0.0042   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` = '6808'
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` = '6808'
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)