PCPINBALL


Total World Records: ??
Country: US

Stars Earned
23
7
4
1

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

World mode enabled - Comparing scores to current world records.

Song Title Artist Level Score Delta Ranking Gap Grade WR Date
Party People Andy Stroke 19 79155 -20845 -7525 100000 2023-03-16 16:10:16
Birdie Doolittle 19 82785 -17215 -6215 100000 2023-03-23 19:30:53
Change The World Nathalie & Kim Lukas 19 88104 -11896 -4294 100000 2023-03-25 14:08:32
Dream A Dream Captain Jack 20 80854 -19146 -7658 100000 2023-06-18 15:10:14
Dreaming Rameses B feat. Holly Drummond 21 53550 -46450 -20484 100000 2023-08-24 14:44:13
Moonstone Virgill 19 89886 -10114 -3651 100000 2023-04-20 14:18:26
Blow My Mind Alphadelta 19 82758 -17242 -6224 100000 2023-03-24 14:05:12
Bounce Crew 7 19 83522 -16478 -5949 100000 2023-09-06 14:04:03
Girlz Night Out Jenna Drey 20 80460 -19540 -7816 100000 2023-09-11 14:30:49
Sun Goes Down Landomania 20 74352 -25648 -10259 100000 2023-05-18 14:06:28
Everything Is Changing Rikah 19 51157 -48843 -17632 100000 2023-03-26 14:59:12
Ignition Starts KaW 21 78140 -21860 -9640 100000 2023-09-10 00:20:22
Gallecode NoVus 20 74385 -25615 -10246 100000 2023-08-23 15:02:12
Dies Irae Jason Creasey 19 82413 -17587 -6349 100000 2023-05-14 14:37:50
Ghosts Tenth Planet 20 83785 -16215 -6486 100000 2023-06-15 14:43:07
The Saint Goes Marching The Saint 21 21177 -78823 -34761 100000 2023-06-13 12:27:03
Anubis Banzai 20 83946 -16054 -6422 100000 2023-09-06 14:07:53
So Deep Silvertear 21 81115 -18885 -8328 100000 2023-08-28 16:01:53
Devil Inside CRMNL 19 75071 -24929 -8999 100000 2023-03-25 14:11:16
Classic Madness Fracus & Darwin 21 78355 -21645 -9545 100000 2023-05-14 15:05:57
Equinox Mage 21 81548 -18452 -8137 100000 2023-09-06 14:27:42
Bring Your Lovin Back Fracus 20 86821 -13179 -5272 100000 2023-09-09 14:24:55
Megalovania Toby Fox 21 63281 -36719 -16193 100000 2023-06-12 14:36:15
Kick It Man KaW feat. DAZ 19 83219 -16781 -6058 100000 2023-04-10 13:28:28
Never Ending Story DJ AC-DC 20 86653 -13347 -5339 100000 2023-05-14 14:55:16
403 NAOKI underground 23 4656 -95344 -50437 100000 2023-03-10 17:17:12
Follow My Pamp Andrea Damante feat. Adam Clay 20 79152 -20848 -8339 100000 2023-08-23 14:59:34
Here For You PIXL feat. Q'AILA 19 82250 -17750 -6408 100000 2023-03-25 14:18:54
We Got The Moves Electric Callboy 20 84390 -15610 -6244 100000 2023-05-18 14:09:53
Crab Rave Noisestorm 20 88137 -11863 -4745 100000 2023-09-06 14:14:13
Born to Run Red Parker 19 75037 -24963 -9012 100000 2023-03-24 14:08:12
Down Low Hr. Troels x Felix Schorn 20 91310 -8690 -3476 100000 2023-09-06 14:19:44
Work Stella Mwangi 21 79542 -20458 -9022 100000 2023-05-14 14:58:44
Every Little Thing Conro 21 88138 -11862 -5231 100000 2023-09-06 14:31:04
All Starts Now Laurell 19 82697 -17303 -6246 100000 2023-09-20 15:01:18
  BENCHMARKS  
Loading Time: Base Classes  0.0037
Controller Execution Time ( Main / Rival )  4.5102
Total Execution Time  4.5141
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,939,864 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/8976/compare/world/3
  CLASS/METHOD  
main/rival
  DATABASE:  statmani_devel (Main:$db)   QUERIES: 0 (0.0000 seconds)  (Hide)
No queries were run
  DATABASE:  stepmani_db (Data_smx:$smx)   QUERIES: 4 (4.4626 seconds)  (Hide)
0.0693   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` = '8976'
GROUP BY `gs`.`grade
0.0094   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` = '8976'
AND `ghs`.`private` = 
0.0069   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` = '8976'
AND `r`.`name` = 'total' 
4.3769   SELECT max(ghs.score) as score, `ghs`.`song_chart_id`, `s`.`id` as `song_id`, `sc`.`id` as `song_chart_id`, `s`.`title`, `s`.`artist`, `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`
WHERE `sc`.`game_difficulty_id` = 3
AND `sc`.`is_enabled` = 1
AND `ghs`.`private` = 0
GROUP BY 
`ghs`.`song_chart_id
  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)