darknight306


Total World Records: ??
Country: US

Stars Earned
22
3
6

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

World mode enabled - Comparing scores to current world records.

Song Title Artist Level Score Delta Ranking Gap Grade WR Date
Dynamo Oscillator X 19 97959 -2041 -737 100000 2025-07-09 00:48:08
Can't Let Go Jenna Drey 19 96652 -3348 -1209 100000 2025-05-14 22:13:52
What Happened To Love Denine 19 97938 -2062 -744 100000 2025-04-29 23:57:35
Blow My Mind Alphadelta 19 97933 -2067 -746 100000 2025-05-14 22:11:22
One Step Further Jenna Drey 20 89916 -10084 -4034 100000 2025-04-29 23:32:25
I Think I Like That Sound Kid Whatever 20 94792 -5208 -2083 100000 2025-05-30 23:40:22
I'll Show You Loving Bassmonkeys feat. Natasha Anderson 20 95753 -4247 -1699 100000 2025-05-27 23:48:29
Bumble Bee Bambee 20 92700 -7300 -2920 100000 2025-04-25 00:34:17
Justify My Love Tess 21 90852 -9148 -4034 100000 2025-04-30 00:05:21
Pink Dinosaur Miss Papaya 19 93586 -6414 -2315 100000 2025-05-19 22:37:51
Dam Dariram Joga 20 93086 -6914 -2766 100000 2025-04-14 23:53:12
Summer Night In Seattle Jenna Drey 20 85636 -14364 -5746 100000 2025-04-25 00:37:33
In My Dreams Rebecca 20 91942 -8058 -3223 100000 2025-07-22 22:56:01
My Baby Mama Anquette 21 89826 -10174 -4487 100000 2025-04-05 00:58:29
Pretty Ugly Yenn 20 96968 -3032 -1213 100000 2025-07-22 22:39:50
What Love Feels Like Leonail 20 95578 -4422 -1769 100000 2025-06-12 00:06:30
Operator Miss Papaya 19 96639 -3361 -1213 100000 2025-08-01 22:29:41
Kick It Man KaW feat. DAZ 19 98381 -1619 -584 100000 2025-05-02 23:32:57
Watch Out Victoria 21 87229 -12771 -5632 100000 2025-04-15 00:04:54
Get Up'n Move S & K 20 86125 -13875 -5550 100000 2025-03-31 23:19:48
High On Your Love Safura 19 99225 -775 -280 100000 2025-07-09 00:28:28
Take Take Miss V 20 93953 -6047 -2419 100000 2025-06-12 00:04:13
Everybody Dance X-Rated 22 83594 -16406 -7941 100000 2025-05-14 22:20:55
Only You DEXTER KING feat. Alexis Donn 19 99329 -671 -242 100000 2025-07-09 01:10:49
Orbit Ellis 19 95420 -4580 -1653 100000 2025-05-30 23:37:14
Crab Rave Noisestorm 20 98029 -1971 -788 100000 2025-04-14 23:38:58
Born to Run Red Parker 19 87553 -12447 -4493 100000 2025-05-19 22:51:12
Northern Lights Saxsquatch 21 99042 -958 -422 100000 2025-07-09 00:59:10
All Starts Now Laurell 19 99582 -418 -151 100000 2025-07-22 22:53:26
Breathe Me Back To Life Stonebank feat. Lena Sue 20 92926 -7074 -2830 100000 2025-07-22 22:41:48
Letting Go Bensley & Voicians 19 92793 -7207 -2602 100000 2025-07-09 00:38:41
  BENCHMARKS  
Loading Time: Base Classes  0.0028
Controller Execution Time ( Main / Rival )  3.1170
Total Execution Time  3.1201
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,921,224 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/21566/compare/world/3
  CLASS/METHOD  
main/rival
  DATABASE:  statmani_devel (Main:$db)   QUERIES: 0 (0.0000 seconds)  (Hide)
No queries were run
  DATABASE:  stepmani_db (Data_smx:$smx)   QUERIES: 4 (3.1002 seconds)  (Hide)
0.0082   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` = '21566'
GROUP BY `gs`.`grade
0.0069   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` = '21566'
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` = '21566'
AND `r`.`name` = 'total' 
3.0850   SELECT max(ghs.score) as score, `ghs`.`song_chart_id`, `s`.`id` as `song_id`, `sc`.`id` as `song_chart_id`, `s`.`title`, `s`.`artist`, `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`
WHERE `sc`.`game_difficulty_id` = 3
AND `sc`.`is_enabled` = 1
AND `ghs`.`private` = 0
GROUP BY 
`ghs`.`song_chart_id
  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)