sev0


Country: US

Stars Earned
25
23
2
2

Wild Mode Embed Generic Embed

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

Total Score Count: 52

Song Title Artist Level Score Grade Date
Dream A Dream Captain Jack 20 88118 2026-05-05 20:00:55
Zodiac Banzai 21 85431 2026-05-04 18:10:55
Land Of The Rising Sun Spacekatz 21 83496 2026-05-07 01:03:38
Click Bait S3RL feat. GL!TCH 20 93007 2026-05-09 05:29:51
Gargoyle Sanxion7 24 79935 2026-05-09 06:17:24
Utopia Smiley 22 83182 2026-05-05 19:40:40
Xuxa Smiley 23 88722 2026-05-09 06:06:27
Bumble Bee Bambee 20 93620 2026-05-05 19:51:58
Waka Laka Jenny Rom vs. The Zippers 21 85253 2026-05-05 19:46:07
Flash In The Night Flashman 22 80290 2026-05-05 19:57:30
Hero Miss Papaya 20 85889 2026-05-04 18:04:16
Bye Bye Baby Balloon Joga 21 85246 2026-05-05 19:53:55
So Deep Silvertear 21 80118 2026-05-05 19:32:19
Stay Tess 20 88859 2026-05-09 06:14:47
Fantasy Melissa 21 85783 2026-05-08 04:04:35
Speed Over Beethoven Rose 22 91433 2026-05-09 06:01:06
I Want Your Balalaika The Royal Eurobeat Orchestra of Bazookistan 22 90266 2026-05-07 01:13:31
I'm Crazy For Your Love Black Eva 21 89624 2026-05-07 01:17:44
Bazookistan The Royal Eurobeat Orchestra of Bazookistan 21 91745 2026-05-07 01:20:06
Nori Nori Nori Judy Crystal 21 83757 2026-05-05 20:10:37
Beethoven Virus BanYa 22 75640 2026-05-07 01:24:28
SubZero Donk Terrorist vs. 204 22 60351 2026-05-08 03:57:55
Baby Love Me Judy Crystal 21 86117 2026-05-08 04:36:45
Paradox Naoki feat. Riyu Kosaka 20 92661 2026-05-07 01:35:53
op13 riddle 22 84676 2026-05-09 05:51:30
403 NAOKI underground 23 82932 2026-05-08 04:44:04
SaberDance Quiqman 22 943 2026-05-09 06:11:56
Business Wars Quiqman feat. Eternal JK Yoripi-chan 23 70310 2026-05-07 01:27:06
Dark Fenix DE-SIRE 22 78734 2026-05-08 04:24:58
Cosmic Drive Quiqman 22 86128 2026-05-09 05:32:01
Stop Me Natsume Oki 21 89023 2026-05-08 04:01:47
Demon's World CJ Crew 22 88787 2026-05-08 04:22:45
Energizer ZiGZaG 23 77775 2026-05-09 05:56:15
TURBO Tokyo Machine 21 94487 2026-05-09 05:58:48
Vodka The Royal Eurobeat Orchestra of Bazookistan 21 91757 2026-05-07 01:44:08
2NITE nanobii 21 85463 2026-05-09 05:45:02
Candy Pop Luv Limited -NM- 21 55874 2026-05-09 05:25:50
The Bass & the Melody S3RL 22 90677 2026-05-09 06:03:16
Elysium Scott Brown 21 90785 2026-05-09 05:39:27
Supernova Laszlo 22 81476 2026-05-08 04:34:05
Zen Re-venG 22 88838 2026-05-09 05:47:02
Big Boss Big Boss 21 86777 2026-05-08 04:41:33
Take Me Away Dougal 22 80677 2026-05-08 04:32:03
戦国 Re-venG 21 81409 2026-05-05 19:35:02
When The Sun Goes Down Ken Blast 22 92945 2026-05-07 01:48:36
You Can Win Luke 22 90078 2026-05-04 18:17:13
Remember Me Leslie Parrish 21 88518 2026-05-08 04:17:39
Go! Rocky Joe Maximum Power 20 90136 2026-05-07 01:41:50
Worn Out Tapes peak divide 23 86694 2026-05-07 01:56:08
King Of Fire Max Casanova 21 85816 2026-05-05 20:07:31
Love Goes On JMCX 21 96552 2026-05-09 06:09:31
Tribal Style KaW 21 92660 2026-05-05 19:43:34
  BENCHMARKS  
Loading Time: Base Classes  0.0026
Controller Execution Time ( Main / Scores )  0.0162
Total Execution Time  0.0190
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,665,688 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/28197/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.0081 seconds)  (Hide)
0.0052   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` = '28197'
GROUP BY `gs`.`grade
0.0027   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` = '28197'
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` = '28197'
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)