K.K-OTL


Country: JP

Stars Earned
43
6
2
1

Wild Mode Embed Generic Embed

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

Total Score Count: 52

Song Title Artist Level Score Grade Date
Party All Night KaW feat. Sam-I-Am 20 97489 2023-12-16 10:57:12
Start & Paws Oscillator X 19 95069 2023-12-16 10:53:31
Joanna Crazy Loop 19 95281 2023-12-16 11:42:46
Link Line Asterisk 25 76496 2024-04-07 12:33:06
Think Thousand Thoughts Auvic 20 92905 2023-12-16 11:00:42
Sweet World Omega Men 22 84383 2022-10-02 11:23:36
Rainspark Sanxion7 21 93916 2023-12-16 10:31:31
Flash In The Night Flashman 22 97331 2023-09-03 11:15:32
Typical Tropical Bambee 19 94657 2023-12-16 11:07:01
Ghosts Tenth Planet 20 93488 2023-09-03 11:26:45
Pink Dinosaur Miss Papaya 19 98078 2023-09-03 11:31:31
Bye Bye Baby Balloon Joga 21 90777 2023-09-03 11:18:39
Dam Dariram Joga 20 95812 2023-09-03 11:21:24
So Deep Silvertear 21 92545 2023-09-03 11:09:59
Stay Tess 20 94767 2024-04-07 12:04:58
Your Own Destiny Entity & Darwin 24 84996 2022-10-02 10:38:13
My Baby Mama Anquette 21 92562 2023-09-03 11:29:08
Nightmare FSJ feat. Tara Louise 21 91710 2023-12-16 11:35:48
Sky High Lucyfer 20 95960 2023-09-03 11:12:51
Nori Nori Nori Judy Crystal 21 94920 2023-09-18 10:32:33
BU-44 Naoki 21 90514 2021-06-26 20:56:04
Get Up'n Move S & K 20 94087 2023-09-03 11:24:34
Cyber-Kyoto- Re-venG 20 94294 2023-09-18 10:16:39
Fade Out Bensley 21 92415 2022-12-25 11:30:27
Para-Symptoms 165 23 88315 2022-12-25 11:33:48
Rainbow Rave Parade Chime 24 31881 2023-12-16 10:34:38
Born to Run Red Parker 19 97423 2023-01-22 10:40:57
Forever and a Day Dy5on feat. Silver Angelina 22 95007 2023-01-22 10:43:32
Samurai Rameses B 22 96243 2023-09-03 11:42:18
Candy Pop Luv Limited -NM- 21 93205 2023-09-09 10:44:05
The 7 Jump Ken-D 19 97645 2023-09-09 10:46:23
Low Workout Fracus & Darwin 23 86272 2023-12-16 11:26:27
Heaven On Earth HELLO GLOOM 22 90813 2024-04-07 11:48:00
Baila Bolero Fun Fun 20 97674 2025-01-02 12:47:35
Be Alright Red Parker 20 94976 2025-01-02 12:42:33
Set My Heart On Fire Rocket Man 22 93454 2025-01-02 12:34:43
Total Nuclear Annihilation Scott Danesi 22 89840 2025-01-02 12:32:35
Happy Holiday Luv Limited -NM- 21 95230 2025-01-02 12:30:29
Running In The 90s Max Coveri 23 93434 2025-01-02 12:25:53
My Heart Is Ticking Like A Bomb E-Rotic 20 96540 2025-04-13 12:34:52
Remember Me Leslie Parrish 21 96085 2025-04-13 12:28:00
Ekstasis d-complex 23 91094 2025-06-08 12:16:44
Falling In Love Again Naoki feat. Paula Terry 20 98255 2025-06-08 12:38:46
Go! Rocky Joe Maximum Power 20 92003 2025-06-08 11:39:35
In The Echo Koven 22 94764 2025-06-08 11:44:21
Letting Go Bensley & Voicians 19 96962 2025-06-08 11:46:57
Ori Ori MANNTRA 21 93955 2025-07-06 11:56:47
Ping Pong AronChupa & Little Sis Nora 20 96637 2025-07-06 11:54:41
Pure Ecstasy M-Project 25 85614 2025-07-06 12:05:26
Running Ninja Eurofunk 21 92634 2025-07-06 11:50:16
The Banana Song SIPPY 19 96005 2025-07-06 11:47:45
Vegas NAOKI underground feat. Bobby 24 84453 2025-07-06 12:02:01
  BENCHMARKS  
Loading Time: Base Classes  0.0029
Controller Execution Time ( Main / Scores )  0.0196
Total Execution Time  0.0227
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,601,552 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/4500
  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.0105 seconds)  (Hide)
0.0044   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` = '4500'
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` = '4500'
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` = '4500'
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)