FurryLovePup


Country: US

Stars Earned
42
9

Wild Mode Embed Generic Embed

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

Total Score Count: 51

Song Title Artist Level Score Grade Date
Birdie Doolittle 19 95189 2025-07-30 15:52:36
Change The World Nathalie & Kim Lukas 19 96285 2025-07-30 16:46:45
The 7th Element Vitas 19 95023 2025-07-23 17:04:32
Zodiac Banzai 21 93167 2025-07-30 15:40:48
Crazy Baby Fantasy Project 20 90412 2025-07-01 17:19:10
Surf Hyper Potions 22 81073 2025-07-30 16:42:34
Da Roots Mind Reflection 20 89906 2024-05-02 17:12:00
Land Of The Rising Sun Spacekatz 21 88633 2025-07-30 17:29:27
Psalm Pilot Jason Creasey 20 88812 2024-08-05 19:25:18
Ra Banzai 21 91734 2025-07-23 16:38:15
Reactor Jason Creasey 19 95324 2025-02-16 18:38:02
ROM-eo & Juli8 Nina 19 90761 2024-08-05 19:31:23
Spin Chicken Freebie & The Bean 21 92972 2025-07-23 16:13:55
Utopia Smiley 22 85376 2025-02-16 18:25:20
Feels Just Like That Night Eskimo & Icebird feat. Maria Merete 19 93489 2024-05-02 16:36:12
Bumble Bee Bambee 20 93537 2024-08-05 19:14:11
Bang Bang Bang DCX 21 83521 2025-07-23 15:42:41
Typical Tropical Bambee 19 88008 2024-05-02 16:59:10
Young Forever Rebecca 20 93793 2025-07-23 15:35:11
Ghosts Tenth Planet 20 89062 2025-07-09 15:44:04
Justify My Love Tess 21 89459 2025-07-23 15:50:42
The Saint Goes Marching The Saint 21 85883 2025-07-23 16:46:51
Pink Dinosaur Miss Papaya 19 94635 2025-07-30 15:34:17
Anubis Banzai 20 89315 2024-05-02 17:08:47
Dam Dariram Joga 20 91783 2024-05-02 17:15:33
No Princess Lynn 19 96041 2025-07-01 17:30:27
Stay Tess 20 91021 2025-07-30 16:09:13
Summer Night In Seattle Jenna Drey 20 88479 2025-07-09 15:47:49
Living In America Rose & John 22 76039 2025-07-30 16:24:39
Speed Over Beethoven Rose 22 76872 2025-07-30 17:04:32
Arcade Run Perfect Sphere 22 79535 2025-07-09 15:35:20
Megalovania Toby Fox 21 89160 2025-07-23 16:30:31
Baby Love Me Judy Crystal 21 88946 2025-07-23 15:38:52
Cryosleep Machinae Supremacy 20 89594 2025-07-09 16:07:22
Sky High DJ Miko 20 91849 2024-12-01 21:07:03
Operator Miss Papaya 19 89788 2025-07-23 16:54:41
Test My Best E-Rotic 21 87133 2025-02-16 18:34:36
Kick It Man KaW feat. DAZ 19 91310 2024-08-05 19:35:14
If You Can Say Goodbye Kate Project 19 89684 2024-05-02 16:51:01
Queen Of Light E-Rotic 21 91792 2025-07-23 17:12:36
Never Ending Story DJ AC-DC 20 94516 2025-07-01 17:23:46
Dark Fenix DE-SIRE 22 85271 2025-07-09 17:01:12
Lemmings On The Run E-Rotic 21 91974 2025-07-23 15:54:40
Crab Rave Noisestorm 20 93528 2025-02-16 18:21:48
Therapy Conro 20 85480 2024-08-05 19:57:52
Sirens RENOLD X Scarlett 19 95186 2025-02-16 18:18:16
Swipe Felix Schorn 21 90420 2025-07-23 16:50:50
UFO Little Sis Nora & S3RL 20 95207 2024-08-05 19:54:02
All Starts Now Laurell 19 95899 2025-07-09 15:51:19
The 7 Jump Ken-D 19 94783 2024-05-02 16:27:39
Boogeyman Wizardz of Oz 19 94479 2025-07-30 17:25:20
  BENCHMARKS  
Loading Time: Base Classes  0.0037
Controller Execution Time ( Main / Scores )  0.0150
Total Execution Time  0.0190
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,598,432 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/15987
  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.0047 seconds)  (Hide)
0.0017   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` = '15987'
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` = '15987'
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` = '15987'
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)