FlyingMagikarp


Country: CA

Stars Earned
19
25
4
1

Wild Mode Embed Generic Embed

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

Total Score Count: 49

Song Title Artist Level Score Grade Date
Bagpipe A-Moe 20 93549 2026-03-11 00:52:08
Burning Tonight Krystal 22 75738 2026-03-11 00:34:12
Unity TheFatRat 21 82559 2025-12-05 22:34:37
Da Roots Mind Reflection 20 84399 2025-12-05 21:42:17
Temple Of Boom Yannis Kamarinos 23 35900 2026-03-11 00:11:03
I'll Show You Loving Bassmonkeys feat. Natasha Anderson 20 85949 2025-12-05 21:42:17
Dies Irae Jason Creasey 19 90833 2025-12-05 21:42:17
EternuS Sanxion7 20 91928 2026-03-11 00:24:27
Rainspark Sanxion7 21 83050 2025-12-05 21:42:17
Beautiful Man Radiorama 21 86283 2025-12-05 22:41:30
Coming Out Playmaker feat. Robina 19 88094 2025-12-05 21:42:17
NightMoves Playmaker 20 92691 2026-03-10 23:55:10
Anubis Banzai 20 86608 2025-12-05 22:45:56
Equinox Mage 21 81156 2025-12-05 21:42:17
Nightmare FSJ feat. Tara Louise 21 85794 2026-03-11 00:19:22
No Nobody's Love Joga 20 72657 2025-12-05 21:42:17
Megalovania Toby Fox 21 84810 2025-12-05 21:42:17
Nori Nori Nori Judy Crystal 21 86804 2026-03-11 00:58:23
Kagami KaW 21 75621 2025-12-05 21:42:17
Katana Fighter Electron 22 87607 2026-03-10 23:35:46
Paradox Naoki feat. Riyu Kosaka 20 87726 2026-03-11 00:01:48
Give You Love Daz Sampson & Katya Ocean 21 88597 2025-12-05 21:42:17
Disco High Ultimate Heights 21 93160 2026-03-10 23:44:19
Get Up'n Move S & K 20 90244 2026-03-11 00:55:41
Lay It Down Tchorta & Gui Boratto 19 92049 2025-12-05 21:42:17
Outbreak Feint feat. MYLK 23 29629 2026-03-10 23:59:27
The Shrimps Vertigini 20 81471 2025-12-05 22:31:21
Cosmic Drive Quiqman 22 88110 2026-03-11 00:36:52
Have Fun Rameses B 21 79563 2026-03-10 23:24:21
Right Into You The Tech Team 20 85705 2025-12-05 21:42:17
Crab Rave Noisestorm 20 84784 2026-03-10 23:20:35
Born to Run Red Parker 19 95578 2026-03-11 00:30:06
Samurai Rameses B 22 78937 2026-03-11 00:07:05
2NITE nanobii 21 70517 2025-12-05 21:42:17
Under The Bed Macks Wolf X Tatsunoshin 21 82975 2025-12-05 21:42:17
Kibo Dion Timmer 22 80311 2026-03-10 23:38:17
Never Let You Down BEAUZ, Miles Away, & RYYZN 22 84340 2026-03-10 23:48:03
Electronic City Pops TOKYO twilight scene 21 86264 2025-12-05 21:42:17
Big Boss Big Boss 21 92748 2026-03-11 00:27:37
Fly Me High @pple & Pie 20 78277 2025-12-05 21:42:17
Where Did You Go Tatsunoshin 21 85039 2026-03-11 00:49:46
DJ Party BB Hayes 20 93796 2026-03-10 23:41:56
Falling In Love No Hero & Nino Rivera 22 74257 2025-12-05 21:42:17
Be Alright Red Parker 20 81075 2025-12-05 22:13:54
Total Nuclear Annihilation Scott Danesi 22 83613 2026-03-11 00:14:05
I Don't Wanna Fall Jakka-B & Macks Wolf feat. Angel Lane 21 87227 2025-12-05 21:42:17
In The Echo Koven 22 16816 2026-03-10 23:27:15
Forever Now peak divide 22 87489 2026-03-11 00:42:50
Death By Glamour Toby Fox 23 4366 2026-03-11 00:46:00
  BENCHMARKS  
Loading Time: Base Classes  0.0027
Controller Execution Time ( Main / Scores )  0.0168
Total Execution Time  0.0196
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,658,616 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/21449/3
  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.0029   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` = '21449'
GROUP BY `gs`.`grade
0.0035   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` = '21449'
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` = '21449'
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)