shadowskillet14


Country: US

Stars Earned
28
8
9

Wild Mode Embed Generic Embed

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

Total Score Count: 45

Song Title Artist Level Score Grade Date
Time is Ticking Elpis feat. Black Elway 19 86299 2021-05-27 02:44:28
Can't Get Enough Miradey 20 82879 2021-06-11 07:29:00
Firewalker Xenon 19 83861 2021-05-17 05:51:43
Birdie Doolittle 19 87653 2021-04-10 05:31:59
Can't Let Go Jenna Drey 19 80603 2021-05-04 03:15:53
Dreaming Rameses B feat. Holly Drummond 21 14954 2023-01-30 02:02:16
The 7th Element Vitas 19 89033 2021-05-27 02:38:23
What Happened To Love Denine 19 80799 2021-04-13 03:17:56
Bounce Crew 7 19 82776 2022-03-15 01:16:19
My Freedom Rayman Rave & Nika Lenina 19 85498 2021-05-27 02:21:42
Funny Love Dan Balan 19 78795 2021-05-07 03:13:07
Disconnected Disco Kid Whatever 20 12128 2023-01-30 02:08:03
Drifting Away Filo Bedo 20 79532 2021-06-15 04:24:48
Bad 4 My Health Bassmonkeys & Soulshaker feat. J.D. ROX 20 79204 2021-05-27 03:13:26
Paranormal Inspector K 20 78656 2021-05-14 03:05:08
Click Bait S3RL feat. GL!TCH 20 82129 2021-06-15 03:49:41
Boom Boom Dollars King Kong & D'Jungle Girls 21 82405 2021-06-28 09:53:46
Be Alive Stian K 20 76483 2021-05-27 03:20:22
Bumble Bee Bambee 20 83791 2021-06-11 07:17:57
Dizzy Balduin & Wolfgang Lohr feat. Alanna 20 87520 2022-03-15 01:28:19
Flash In The Night Flashman 22 87135 2023-01-30 02:21:58
Typical Tropical Bambee 19 83528 2023-01-30 02:46:05
Pink Dinosaur Miss Papaya 19 83293 2021-05-27 02:26:57
Bye Bye Baby Balloon Joga 21 34021 2023-01-30 02:04:37
Dam Dariram Joga 20 82959 2021-06-15 03:56:06
So Deep Silvertear 21 25431 2021-06-28 10:13:54
Get Lifted HOT KICKS 21 75944 2021-06-28 09:59:16
Come On Now Miss Amani 20 83042 2021-06-15 03:44:24
Devil Inside CRMNL 19 81431 2021-04-10 05:03:29
Doh! Tale & Dutch 20 86639 2022-03-15 01:30:38
Spaceman Bambee & Lynn 20 82412 2021-06-11 07:12:09
Baby Love Me Judy Crystal 21 73182 2021-06-15 04:37:40
The Judgement Day Naoki feat. Riyu Kosaka 19 82821 2021-05-23 11:14:29
Lay It Down Tchorta & Gui Boratto 19 31443 2023-01-27 20:12:41
Cyber-Kyoto- Re-venG 20 83575 2022-03-15 01:25:14
I Met You DJ Cosmin, Ole Bott, Ammagin feat. Simon Eric 19 88497 2022-03-15 00:50:11
Sing It Again Kirk Monteux 19 86850 2023-01-27 20:07:55
BUBBLES Tokyo Machine 22 24181 2023-01-30 01:56:14
The Shrimps Vertigini 20 51467 2022-03-15 01:05:21
Cosmic Drive Quiqman 22 81218 2023-01-27 19:58:55
How We Win FWLR 21 54772 2023-01-27 19:43:11
TURBO Tokyo Machine 21 83515 2023-01-27 19:29:20
Only You DEXTER KING feat. Alexis Donn 19 88481 2023-01-27 19:26:58
STOP! & Go Onyx 21 29190 2023-01-27 19:24:39
Orbit Ellis 19 79667 2023-01-30 02:42:50
  BENCHMARKS  
Loading Time: Base Classes  0.0027
Controller Execution Time ( Main / Scores )  0.0231
Total Execution Time  0.0260
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,582,784 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/3948
  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.0155 seconds)  (Hide)
0.0093   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` = '3948'
GROUP BY `gs`.`grade
0.0059   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` = '3948'
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` = '3948'
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)