Knallharter


Country: US

Stars Earned
11
6
27
6

Wild Mode Embed Generic Embed

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

Total Score Count: 50

Song Title Artist Level Score Grade Date
Dynamo Oscillator X 19 87065 2023-05-05 00:34:24
Start & Paws Oscillator X 19 64835 2024-09-26 19:05:43
Party People Andy Stroke 19 85979 2024-09-28 20:02:35
Birdie Doolittle 19 87709 2024-11-08 22:54:16
Joanna Crazy Loop 19 84612 2023-05-24 22:19:57
Million Feelings Chriss Floren 19 86804 2024-11-08 22:59:56
Blow My Mind Alphadelta 19 71052 2023-06-24 03:26:08
ROM-eo & Juli8 Nina 19 51226 2024-10-11 22:52:06
Dies Irae Jason Creasey 19 88115 2024-11-08 22:57:24
Ladybug Coconut 19 85203 2023-05-06 02:07:29
Paranormal Inspector K 20 20924 2023-05-28 21:29:31
Click Bait S3RL feat. GL!TCH 20 81274 2024-09-27 22:39:29
Feel The Melody S3RL feat. Sara 20 82416 2025-04-06 02:11:21
Mellow Rikki & Daz 20 83369 2024-11-08 23:09:33
Ari Oh Jenny Kee 20 19295 2023-05-25 23:55:51
Pink Dinosaur Miss Papaya 19 80229 2023-05-18 03:05:08
Bandito Remorse Code 21 60148 2025-01-09 02:24:58
Music & Police CJ Crew & KaW feat. Christian D. 21 37332 2025-01-17 02:11:00
No Princess Lynn 19 80160 2024-11-14 23:33:03
Nightmare FSJ feat. Tara Louise 21 77948 2024-11-14 23:31:04
What Love Feels Like Leonail 20 86790 2025-01-09 02:21:59
Twelve Riyu Kosaka 20 78151 2024-12-27 15:28:20
The Judgement Day Naoki feat. Riyu Kosaka 19 87051 2024-11-08 23:04:59
In The Heat Of The Night E-Rotic 20 83378 2023-05-14 02:40:30
Butterfly Swingrowers 19 86370 2023-09-03 04:18:54
Kick It Man KaW feat. DAZ 19 89740 2023-05-06 02:05:18
Paradox Naoki feat. Riyu Kosaka 20 81290 2023-05-28 21:33:10
Grab It While We Can FantastixX 19 79568 2023-05-24 22:17:29
Robot World Oscillator X 19 87651 2023-05-28 03:41:00
High On Your Love Safura 19 83636 2023-05-06 02:42:13
Silent Movie Little Violet 19 72004 2023-04-29 21:04:00
Here For You PIXL feat. Q'AILA 19 84719 2023-09-03 04:15:38
We Got The Moves Electric Callboy 20 78765 2024-11-26 20:17:10
Have Fun Rameses B 21 21619 2023-04-29 20:35:03
Pump It Electric Callboy 21 72042 2024-12-09 20:27:42
Space Boy Rameses B, Feint & Veela 22 76506 2024-11-03 03:44:57
Only You DEXTER KING feat. Alexis Donn 19 85947 2023-10-08 15:25:01
WYGD Bishu 19 73541 2023-05-03 23:59:51
Orbit Ellis 19 77946 2023-05-04 16:31:56
Make It Tonight Fracus & Darwin feat. Jake 21 68190 2024-12-24 16:29:17
Down Low Hr. Troels x Felix Schorn 20 75970 2023-05-19 03:13:24
Nothing Else Matters Katya Ocean 19 86567 2023-04-25 22:39:32
Stockholm to Bombay Dr. Bombay 21 81335 2025-05-05 22:47:27
UFO Little Sis Nora & S3RL 20 87456 2024-12-27 15:26:43
All Starts Now Laurell 19 87345 2024-11-08 22:52:15
Definition of a Badboy Scott Brown 20 86388 2025-01-17 02:09:06
Big Boss Big Boss 21 75880 2024-12-24 16:38:35
GOAT 2BT3K 22 17378 2024-11-03 03:51:17
Be Alright Red Parker 20 83769 2025-03-09 17:57:44
I Don't Wanna Fall Jakka-B & Macks Wolf feat. Angel Lane 21 80705 2025-04-19 02:50:22
  BENCHMARKS  
Loading Time: Base Classes  0.0027
Controller Execution Time ( Main / Scores )  0.0197
Total Execution Time  0.0226
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,600,184 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/9473
  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.0119 seconds)  (Hide)
0.0067   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` = '9473'
GROUP BY `gs`.`grade
0.0051   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` = '9473'
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` = '9473'
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)