Sniper257


Country: CA

Stars Earned
14
27
5
3

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
Hyper Hyper Smiley 22 80502 2025-07-24 02:16:28
Bagpipe A-Moe 20 87081 2025-07-20 21:17:09
The 7th Element Vitas 19 88130 2025-07-20 21:34:16
Who KaW 21 43494 2025-07-20 19:39:58
Ignition Starts KaW 21 63117 2025-07-20 23:36:03
Surf Hyper Potions 22 91229 2025-07-24 02:33:46
Crazyloop Crazy Loop 22 87378 2025-07-24 02:13:45
I Think I Like That Sound Kid Whatever 20 84737 2025-07-20 21:42:45
ROM-eo & Juli8 Nina 19 86556 2025-07-20 20:28:14
Spin Chicken Freebie & The Bean 21 89139 2025-07-24 02:31:29
Ladybug Coconut 19 93919 2025-07-20 22:44:06
Sweet World Omega Men 22 59415 2025-07-24 02:11:22
Click Bait S3RL feat. GL!TCH 20 94127 2025-07-24 01:40:36
Darkness Sanxion7 22 74118 2025-07-24 02:42:39
EternuS Sanxion7 20 91661 2025-07-20 22:06:29
Feel The Melody S3RL feat. Sara 20 90334 2025-07-24 01:30:18
Mellow Rikki & Daz 20 90572 2025-07-20 23:18:51
Be Alive Stian K 20 91344 2025-07-24 01:32:57
Feels Just Like That Night Eskimo & Icebird feat. Maria Merete 19 23164 2025-07-20 19:24:53
Bumble Bee Bambee 20 82832 2025-07-20 21:08:47
Dance Boom Boom Tipsy & Tipsy 23 61843 2025-07-24 00:12:19
Flash In The Night Flashman 22 77997 2025-07-24 00:35:20
Hero Miss Papaya 20 87103 2025-07-20 22:03:26
Typical Tropical Bambee 19 90911 2025-07-20 22:29:21
Esperanza KaW 22 76742 2025-07-24 01:48:25
Move It Groove It KaW feat. Sam-I-Am 22 83226 2025-07-23 23:53:34
Music & Police CJ Crew & KaW feat. Christian D. 21 84101 2025-07-20 23:20:57
No Princess Lynn 19 90648 2025-07-20 20:10:39
So Deep Silvertear 21 25104 2025-07-20 19:07:06
I Want Your Balalaika The Royal Eurobeat Orchestra of Bazookistan 22 14304 2025-07-20 20:41:27
Megalovania Toby Fox 21 83533 2025-07-24 00:27:51
My Generation Captain Jack 20 91988 2025-07-24 01:38:02
Russian Roulette Darwin 22 84352 2025-07-23 23:50:35
Spaceman Bambee & Lynn 20 93053 2025-07-24 01:45:38
Show U Love Entity 22 82991 2025-07-24 00:32:33
Baby Love Me Judy Crystal 21 89954 2025-07-24 00:44:54
Cartoon Heroes Barbie Young 21 86956 2025-07-20 21:19:51
Kalinka Quiqman 20 92497 2025-07-24 01:35:40
Have Fun Rameses B 21 92417 2025-07-23 23:47:22
STOP! & Go Onyx 21 84417 2025-07-20 22:40:46
INEEDU Teddy Killerz 22 44144 2025-07-24 01:25:08
Crab Rave Noisestorm 20 93600 2025-07-24 01:42:34
Candy Pop Luv Limited -NM- 21 85234 2025-07-24 00:14:29
Under The Bed Macks Wolf X Tatsunoshin 21 93094 2025-07-24 00:42:10
Elysium Scott Brown 21 89364 2025-07-20 22:38:27
Supernova Laszlo 22 91749 2025-07-24 02:09:24
What Ya Gonna Do Scott Brown 21 84954 2025-07-23 23:44:53
Polarised Koven, ÆON:MODE, Blanke 22 93601 2025-07-24 00:30:02
The Banana Song SIPPY 19 87142 2025-07-20 23:40:45
  BENCHMARKS  
Loading Time: Base Classes  0.0037
Controller Execution Time ( Main / Scores )  0.0150
Total Execution Time  0.0189
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,597,344 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/23589
  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.0049 seconds)  (Hide)
0.0025   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` = '23589'
GROUP BY `gs`.`grade
0.0022   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` = '23589'
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` = '23589'
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)