PKPeepo


Country: US

Stars Earned
28
16
5
1

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
Revenge MonstDeath 21 72646 2024-02-24 00:37:54
Be My Hero Freezer 21 84536 2024-02-27 06:39:33
Get Down Kairo Kingdom 22 82323 2024-02-24 00:12:54
Think Thousand Thoughts Auvic 20 85671 2024-04-26 00:55:43
Mexi Mexi Mozquito 20 91376 2024-04-26 00:45:25
Monody TheFatRat feat. Laura Brehm 22 2931 2024-08-04 22:40:00
Feel The Melody S3RL feat. Sara 20 90186 2024-02-24 01:59:25
Gargoyle Sanxion7 24 4025 2024-02-23 23:55:17
July Smiley 20 86030 2024-02-27 06:36:51
Be Alive Stian K 20 85045 2024-02-24 01:10:03
Ari Oh Jenny Kee 20 73937 2024-02-24 03:56:23
Flash In The Night Flashman 22 87270 2024-02-29 04:03:54
Electric The DNC feat. Miss Amani 22 74004 2024-10-11 19:07:27
So Deep Silvertear 21 92641 2024-03-24 23:31:53
Stay Tess 20 85649 2024-03-06 01:57:10
July ReduX Entity 23 85096 2024-08-10 02:08:42
Silence Fracus & Darwin 22 80340 2024-02-27 06:57:57
Arcade Run Perfect Sphere 22 79701 2024-02-27 06:41:57
Into My Dream Lagoona 23 81550 2024-04-22 02:54:14
Delirium Smiley 23 84438 2024-02-27 07:16:54
Katana Fighter Electron 22 85055 2024-03-06 02:01:50
Sky High DJ Miko 20 89226 2024-04-26 00:51:59
Ring The Alarm M-Project & Signal 22 85122 2024-02-24 02:02:47
Canon D.2 Yahpp 23 59258 2024-04-15 00:35:36
Closer To Heaven Nëonne 21 85138 2024-02-27 07:10:51
Give You Love Daz Sampson & Katya Ocean 21 86438 2024-03-15 03:56:52
Get Up'n Move S & K 20 77808 2024-02-24 23:29:37
Outbreak Feint feat. MYLK 23 84661 2024-08-10 02:11:14
Dystopia 2077 F.O.O.L & The Forgotten 23 38820 2024-04-15 00:38:21
Press Start MDK 23 77271 2024-02-24 00:34:46
Liberar Vida Scorccia 22 72958 2024-09-07 02:09:57
Have Fun Rameses B 21 90133 2024-04-17 03:23:03
How We Win FWLR 21 89996 2024-02-27 07:14:06
Bust It Out FWLR 24 30244 2024-04-11 02:15:53
TURBO Tokyo Machine 21 87328 2024-02-24 02:06:26
Dance Sophon 23 82539 2024-04-11 02:10:47
Forever and a Day Dy5on feat. Silver Angelina 22 90369 2024-04-11 02:08:00
Northern Lights Saxsquatch 21 90912 2024-04-19 01:34:15
Nothing Else Matters Katya Ocean 19 85335 2024-02-24 03:58:34
Every Little Thing Conro 21 88463 2024-04-17 03:21:03
Swipe Felix Schorn 21 86976 2024-04-22 02:52:08
Candy Pop Luv Limited -NM- 21 84725 2024-02-27 06:53:42
Y2Z Affinity 22 19127 2024-02-24 01:03:36
Under The Bed Macks Wolf X Tatsunoshin 21 88799 2024-04-19 01:36:59
Elysium Scott Brown 21 94247 2024-02-27 06:55:53
Definition of a Badboy Scott Brown 20 89823 2024-02-24 00:15:58
Let's Remember N.M.R 21 90468 2024-03-28 04:31:48
Never Let You Down BEAUZ, Miles Away, & RYYZN 22 86073 2024-10-11 19:10:06
Electronic City Pops TOKYO twilight scene 21 86363 2024-04-19 01:31:47
Need You Nostalgix 22 82515 2024-09-07 02:11:55
  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,599,568 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/14310
  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.0057 seconds)  (Hide)
0.0039   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` = '14310'
GROUP BY `gs`.`grade
0.0016   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` = '14310'
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` = '14310'
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)