PumpkinManey


Country: US

Stars Earned
7
25
6
8

Wild Mode Embed Generic Embed

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

Total Score Count: 46

Song Title Artist Level Score Grade Date
Land Of The Lost Banzai 19 55876 2022-10-08 23:48:19
Million Feelings Chriss Floren 19 76405 2022-10-09 02:34:52
I Love You Baby Pandera 21 74655 2022-11-05 23:57:45
Look Into My Eyes Rabih 20 72085 2022-10-09 01:30:57
Made In China Vitas & Sergey Pudovkin 20 4565 2022-10-09 01:27:53
Surf Hyper Potions 22 79544 2024-05-27 20:04:36
Fleadh Uncut Ian Parker 21 91277 2024-02-01 00:16:34
Spin Chicken Freebie & The Bean 21 86991 2024-12-04 18:36:39
Click Bait S3RL feat. GL!TCH 20 84479 2022-12-11 00:37:27
Feel The Melody S3RL feat. Sara 20 84914 2022-11-22 21:15:18
Mellow Rikki & Daz 20 83647 2023-09-09 02:58:18
Dizzy Balduin & Wolfgang Lohr feat. Alanna 20 57910 2022-10-01 20:32:04
Ghosts Tenth Planet 20 77353 2024-01-19 22:49:21
India's Glitch Kirill Gramada 21 88555 2022-12-11 04:07:29
I'm Crazy For Your Love Black Eva 21 62180 2022-11-06 00:00:38
Megalovania Toby Fox 21 80251 2023-04-19 23:41:26
Nori Nori Nori Judy Crystal 21 57459 2023-09-09 03:15:32
Russian Roulette Darwin 22 77743 2024-01-19 22:43:47
Twelve Riyu Kosaka 20 81842 2024-12-04 18:20:11
Beethoven Virus BanYa 22 49461 2023-09-09 03:01:03
Hip Hop Jam Indiggo 20 22444 2023-09-09 03:17:48
Forever Schustin 21 82247 2022-10-08 23:50:37
The Judgement Day Naoki feat. Riyu Kosaka 19 88078 2022-12-11 01:27:44
Butterfly Swingrowers 19 75045 2022-10-01 20:27:11
Paradox Naoki feat. Riyu Kosaka 20 84439 2024-01-19 22:46:51
Ring The Alarm M-Project & Signal 22 41976 2022-10-08 23:58:43
Say What Cut Capers 21 77037 2022-12-10 23:19:27
Robot World Oscillator X 19 84816 2022-12-11 01:25:27
Get Up'n Move S & K 20 61932 2023-09-09 03:53:07
Lay It Down Tchorta & Gui Boratto 19 90895 2022-11-21 01:20:40
Here For You PIXL feat. Q'AILA 19 92129 2022-12-11 02:24:08
How We Win FWLR 21 85455 2024-01-19 22:51:58
Ooh La La La E-Rotic 21 84963 2022-12-11 04:05:15
Rainbow Rave Parade Chime 24 11883 2022-12-11 02:26:53
TURBO Tokyo Machine 21 91035 2022-12-10 22:25:28
Only You DEXTER KING feat. Alexis Donn 19 86215 2022-10-01 21:35:21
STOP! & Go Onyx 21 32001 2022-10-09 00:32:06
Vodka The Royal Eurobeat Orchestra of Bazookistan 21 74734 2023-06-22 20:26:26
Midnight Train More Plastic & Tylah Winyard 22 73956 2023-09-05 22:09:34
WYGD Bishu 19 84283 2022-10-30 00:01:34
Ievan Polkka Quiqman feat. Chihiro Kawakami 23 74465 2024-07-15 00:00:09
Hava Nagila Quiqman 23 74375 2024-07-14 22:37:54
Therapy Conro 20 80557 2023-09-02 02:57:41
Just Dance Bad Computer 20 89312 2024-01-19 23:25:42
Techno World NAOKI underground 22 71591 2023-12-09 08:42:56
Y2Z Affinity 22 76119 2023-12-09 08:40:41
  BENCHMARKS  
Loading Time: Base Classes  0.0032
Controller Execution Time ( Main / Scores )  0.0157
Total Execution Time  0.0191
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,584,984 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/7457
  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.0066 seconds)  (Hide)
0.0051   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` = '7457'
GROUP BY `gs`.`grade
0.0013   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` = '7457'
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` = '7457'
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)