KAMISLUG


Country: US

Stars Earned
30
13
4
1

Wild Mode Embed Generic Embed

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

Total Score Count: 48

Song Title Artist Level Score Grade Date
Dynamo Oscillator X 19 96941 2022-06-12 19:58:33
In The Hall Of The Mountain King KaW 22 74885 2022-01-23 21:08:46
Party All Night KaW feat. Sam-I-Am 20 95909 2022-06-12 21:48:59
Start & Paws Oscillator X 19 82826 2022-01-23 23:24:32
Party People Andy Stroke 19 93026 2022-07-03 19:42:36
Burning Tonight Krystal 22 82726 2022-02-20 19:55:15
Dabbi Doo Ni-Ni 20 87939 2022-01-23 21:43:26
Don't Stop My Music Tonight David Dima 22 77501 2022-02-20 19:43:17
The 7th Element Vitas 19 88508 2022-01-23 22:58:38
Bounce Crew 7 19 91368 2022-06-12 19:36:53
Sun Goes Down Landomania 20 90510 2022-06-12 19:58:33
Crazy Baby Fantasy Project 20 90378 2022-01-23 23:24:32
Disconnected Disco Kid Whatever 20 89279 2022-01-23 21:43:26
Sweet World Omega Men 22 84610 2022-05-07 18:57:08
Click Bait S3RL feat. GL!TCH 20 96440 2022-05-07 18:37:58
Gargoyle Sanxion7 24 84158 2022-06-12 19:27:15
Utopia Smiley 22 52300 2022-05-07 18:57:08
Xuxa Smiley 23 82005 2022-05-07 18:42:18
Feels Just Like That Night Eskimo & Icebird feat. Maria Merete 19 94588 2022-06-12 19:36:53
Beautiful Man Radiorama 21 89852 2022-06-12 19:36:53
Bumble Bee Bambee 20 2188 2022-05-07 18:37:57
Typical Tropical Bambee 19 93355 2022-07-03 19:47:36
Move It Groove It KaW feat. Sam-I-Am 22 73713 2022-05-07 18:57:08
Anubis Banzai 20 88391 2022-02-20 19:23:40
So Deep Silvertear 21 91492 2022-05-07 18:37:58
In My Dreams Rebecca 20 93724 2022-06-12 19:08:52
Speed Over Beethoven Rose 22 88849 2022-05-29 02:10:14
Dam Dadi Doo Fantasy Project 22 42693 2022-02-20 19:43:17
Classic Madness Fracus & Darwin 21 19149 2022-01-23 21:43:26
I Want Your Balalaika The Royal Eurobeat Orchestra of Bazookistan 22 82159 2022-01-23 22:44:13
Sky High Lucyfer 20 94357 2022-06-12 21:48:59
Hypnosis Colin Kiddy 21 91347 2022-06-12 19:08:52
I'm Crazy For Your Love Black Eva 21 86559 2022-01-23 22:44:13
Megalovania Toby Fox 21 91866 2022-07-03 19:45:56
My Generation Captain Jack 20 96320 2022-06-12 22:21:37
Delirium Smiley 23 85600 2022-07-03 20:24:26
Take Me Away Fracus & Darwin 23 87625 2022-06-12 20:13:24
Baby Love Me Judy Crystal 21 81920 2022-01-23 22:44:13
Forever Schustin 21 92021 2022-02-20 19:18:17
Summer Smiley 25 59883 2022-06-12 20:13:24
Destiny Smiley 23 79764 2022-07-03 20:22:46
Cartoon Heroes Barbie Young 21 82980 2022-01-23 23:24:32
Operator Miss Papaya 19 94716 2022-06-12 20:00:45
Step Up Amadeus BanYa 22 87443 2022-05-07 18:57:08
Never Ending Story DJ AC-DC 20 96600 2022-06-12 21:48:59
Follow My Pamp Andrea Damante feat. Adam Clay 20 93724 2022-06-12 22:21:37
Lay It Down Tchorta & Gui Boratto 19 97505 2022-06-12 19:58:33
Silent Movie Little Violet 19 96201 2022-06-12 20:13:24
  BENCHMARKS  
Loading Time: Base Classes  0.0036
Controller Execution Time ( Main / Scores )  0.1644
Total Execution Time  0.1683
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,587,424 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/6137
  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.1549 seconds)  (Hide)
0.1475   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` = '6137'
GROUP BY `gs`.`grade
0.0070   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` = '6137'
AND `ghs`.`private` = 
0.0004   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` = '6137'
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)