NeeviPanda


Country: US

Stars Earned
12
29
3
2

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
Dynamo Oscillator X 19 60898 2024-10-12 01:00:11
Party All Night KaW feat. Sam-I-Am 20 74803 2024-10-26 01:52:49
Start & Paws Oscillator X 19 59438 2025-05-10 19:24:46
Birdie Doolittle 19 85463 2024-10-12 01:22:41
Dream A Dream Captain Jack 20 73945 2024-10-26 01:44:12
Joanna Crazy Loop 19 80640 2025-01-09 19:16:30
Licky Licky Crispy 20 81423 2025-02-01 21:59:24
Think Thousand Thoughts Auvic 20 78344 2025-05-10 19:10:03
I Love You Baby Pandera 21 72561 2025-04-27 20:09:54
Surf Hyper Potions 22 22009 2025-07-20 19:15:04
Land Of The Rising Sun Spacekatz 21 68286 2024-10-06 22:43:13
This Is Rock And Roll DJ Zombie 19 66137 2024-10-15 00:17:56
Ari Oh Jenny Kee 20 75341 2024-10-15 00:20:06
Bumble Bee Bambee 20 45506 2024-10-15 00:15:04
Coming Out Playmaker feat. Robina 19 89412 2024-10-12 01:27:27
Typical Tropical Bambee 19 70350 2024-10-13 22:12:24
The Saint Goes Marching The Saint 21 19403 2024-10-26 01:38:49
Pink Dinosaur Miss Papaya 19 85675 2024-10-19 23:38:57
Dam Dariram Joga 20 64090 2024-10-13 22:08:48
No Princess Lynn 19 75074 2024-10-12 01:49:16
Magic Mystery Tour KaW feat. Paula Terry 19 61931 2024-10-12 01:47:26
Bazookistan The Royal Eurobeat Orchestra of Bazookistan 21 80306 2025-03-15 00:05:26
My Generation Captain Jack 20 82136 2024-10-26 01:50:53
Sky High DJ Miko 20 76590 2025-01-09 19:28:17
Operator Miss Papaya 19 72290 2024-10-19 23:33:47
Kick It Man KaW feat. DAZ 19 70706 2024-10-12 01:41:10
Kinky Boots Daz Sampson & Nona 19 79028 2024-10-12 01:43:06
Grab It While We Can FantastixX 19 79776 2024-10-12 01:30:07
Watch Out Victoria 21 74029 2024-10-26 01:36:24
High On Your Love Safura 19 79569 2024-10-12 01:32:08
Silent Movie Little Violet 19 79390 2024-10-19 23:41:10
The Naughty Song Oscillator X 19 88498 2024-10-15 00:12:38
I Met You DJ Cosmin, Ole Bott, Ammagin feat. Simon Eric 19 79136 2024-10-12 01:36:42
Lemmings On The Run E-Rotic 21 85499 2025-04-27 20:34:14
Orbit Ellis 19 79837 2025-05-10 19:07:17
Crab Rave Noisestorm 20 71069 2024-10-26 01:41:53
Do My Thing PRTY ANML 20 78056 2024-10-13 22:06:36
Work Stella Mwangi 21 78479 2025-05-10 18:40:05
UFO Little Sis Nora & S3RL 20 82890 2025-05-10 19:03:10
All Starts Now Laurell 19 80461 2024-10-12 01:20:40
The 7 Jump Ken-D 19 81101 2025-05-10 19:22:04
Party ChildsPlay 19 65719 2024-10-19 23:35:46
Color My Love Fun Fun 21 81610 2025-04-27 20:17:20
Dancing In The Dark HELLO GLOOM 21 78373 2025-04-27 20:14:58
Everybody Get Up Tempo feat. Manola 19 79522 2024-10-12 01:02:10
Baila Bolero Fun Fun 20 70351 2025-04-27 20:12:03
  BENCHMARKS  
Loading Time: Base Classes  0.0027
Controller Execution Time ( Main / Scores )  0.0182
Total Execution Time  0.0211
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,584,248 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/18781
  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.0099 seconds)  (Hide)
0.0038   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` = '18781'
GROUP BY `gs`.`grade
0.0057   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` = '18781'
AND `ghs`.`private` = 
0.0004   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` = '18781'
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)