KingkongTX


Country: US

Stars Earned
14
30
5

Wild Mode Embed Generic Embed

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

Total Score Count: 49

Song Title Artist Level Score Grade Date
Party All Night KaW feat. Sam-I-Am 20 74453 2025-07-19 04:03:35
Start & Paws Oscillator X 19 75153 2025-05-05 02:15:28
Dabbi Doo Ni-Ni 20 877 2025-05-24 01:29:48
Joanna Crazy Loop 19 34172 2025-05-24 03:49:45
Show Me Your Moves Auvic 20 23112 2025-07-19 04:38:51
I Love You Baby Pandera 21 81885 2025-06-08 02:54:15
Crazy Baby Fantasy Project 20 25062 2025-07-26 02:55:03
One Step Further Jenna Drey 20 79129 2025-07-04 02:48:00
Drifting Away Filo Bedo 20 29489 2025-07-04 02:48:00
Flying High Filo Bedo 21 75039 2025-05-24 03:43:46
I'll Show You Loving Bassmonkeys feat. Natasha Anderson 20 73980 2025-05-24 02:48:21
Gargoyle Sanxion7 24 22541 2025-05-24 03:05:10
Rainspark Sanxion7 21 12112 2025-05-24 01:11:41
July Smiley 20 9541 2025-05-24 01:24:35
Hero Miss Papaya 20 77760 2025-06-08 02:54:15
Ghosts Tenth Planet 20 4583 2025-05-24 01:11:41
Pink Dinosaur Miss Papaya 19 75907 2025-07-19 04:03:35
Dam Dariram Joga 20 18321 2025-05-24 01:16:13
Music & Police CJ Crew & KaW feat. Christian D. 21 2566 2025-05-24 01:33:13
In My Dreams Rebecca 20 25244 2025-05-24 02:44:08
Equinox Mage 21 5272 2025-05-24 01:11:41
Nothing Gonna Stop Micky 20 41916 2024-12-28 04:07:17
Bring Your Lovin Back Fracus 20 47729 2025-07-16 02:54:35
My Generation Captain Jack 20 11296 2025-05-24 01:35:43
Nori Nori Nori Judy Crystal 21 9883 2024-12-28 04:04:52
On My Own Anamanaguchi feat. HANA 21 4698 2025-07-04 02:48:00
Operator Miss Papaya 19 56955 2025-06-21 00:28:24
If You Can Say Goodbye Kate Project 19 62650 2025-05-24 02:46:13
Queen Of Light E-Rotic 21 45912 2025-07-04 02:48:00
op13 riddle 22 25958 2025-06-08 04:06:23
Give You Love Daz Sampson & Katya Ocean 21 76871 2025-05-24 03:02:45
Watch Out Victoria 21 74209 2025-01-04 05:42:59
Insane Niko Noise 20 53935 2025-06-08 02:54:15
Sing It Again Kirk Monteux 19 38247 2025-07-26 02:50:04
Pump It Electric Callboy 21 8844 2025-07-04 02:48:00
Stop Me Natsume Oki 21 10260 2025-05-24 01:11:41
Rainbow Rave Parade Chime 24 15417 2025-06-08 04:06:23
Crab Rave Noisestorm 20 25394 2025-07-26 02:52:52
Northern Lights Saxsquatch 21 73694 2025-06-21 00:30:37
2NITE nanobii 21 79893 2025-01-04 05:44:39
Sirens RENOLD X Scarlett 19 72216 2025-05-24 02:54:21
Elysium Scott Brown 21 74352 2025-01-04 05:46:19
Party ChildsPlay 19 12848 2025-05-05 01:52:41
What Ya Gonna Do Scott Brown 21 78837 2025-06-08 04:06:23
Where Did You Go Tatsunoshin 21 29587 2025-01-13 03:25:44
Falling In Love No Hero & Nino Rivera 22 70642 2025-05-24 03:46:53
Running In The 90s Max Coveri 23 5882 2025-01-04 05:48:47
I Don't Wanna Fall Jakka-B & Macks Wolf feat. Angel Lane 21 68514 2025-05-24 02:57:28
Remember Me Leslie Parrish 21 51195 2025-06-08 02:59:06
  BENCHMARKS  
Loading Time: Base Classes  0.0026
Controller Execution Time ( Main / Scores )  0.0144
Total Execution Time  0.0172
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,598,736 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/20332
  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.0058 seconds)  (Hide)
0.0029   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` = '20332'
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` = '20332'
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` = '20332'
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)