Biogeron


Country: US

Stars Earned
8
11
27

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
Dance Vibrations Elpis 19 62367 2024-06-07 04:46:53
Birdie Doolittle 19 75917 2024-02-28 04:27:58
Joanna Crazy Loop 19 47652 2024-07-14 02:47:10
The 7th Element Vitas 19 82995 2024-03-12 03:44:08
Think Thousand Thoughts Auvic 20 62690 2024-06-23 02:18:11
Ba Be Loo Be La Kristeen 20 18748 2024-02-23 04:14:01
Blow My Mind Alphadelta 19 6482 2024-02-28 04:30:04
Bounce Crew 7 19 15432 2024-03-11 04:25:51
Crazy Baby Fantasy Project 20 77819 2024-09-16 02:04:01
Everything Is Changing Rikah 19 5114 2024-02-23 04:21:25
Funny Love Dan Balan 19 73049 2024-02-26 05:34:40
Ignition Starts KaW 21 9470 2024-08-06 04:31:39
Reactor Jason Creasey 19 17411 2024-02-23 04:06:50
Bad 4 My Health Bassmonkeys & Soulshaker feat. J.D. ROX 20 491 2024-07-13 05:18:12
Dies Irae Jason Creasey 19 17618 2024-02-28 04:56:50
Ladybug Coconut 19 64943 2024-02-25 04:13:17
Coming Out Playmaker feat. Robina 19 73531 2024-02-23 03:50:33
Never Gonna Make Morgana 21 2924 2024-08-06 03:51:25
Hero Miss Papaya 20 70558 2024-09-07 05:23:54
Movin On Ellen Gee 20 24043 2024-03-12 03:14:15
Pink Dinosaur Miss Papaya 19 64409 2024-06-16 19:00:54
In My Dreams Rebecca 20 20966 2024-03-12 03:23:32
Devil Inside CRMNL 19 199 2024-02-28 04:55:10
Crime Time CJ Crew & KaW feat. Sedge 22 8166 2024-09-16 01:23:44
Magic Mystery Tour KaW feat. Paula Terry 19 36897 2024-03-18 03:26:23
Cryosleep Machinae Supremacy 20 46919 2024-09-16 01:27:44
Butterfly Swingrowers 19 21928 2024-06-07 04:44:35
Kick It Man KaW feat. DAZ 19 73656 2024-06-13 04:03:58
If You Can Say Goodbye Kate Project 19 5867 2024-03-12 03:04:18
Kinky Boots Daz Sampson & Nona 19 8911 2024-06-13 04:05:47
Turn Me On E-Rotic 20 5355 2024-06-23 02:14:05
Grab It While We Can FantastixX 19 2704 2024-03-14 03:26:52
High On Your Love Safura 19 84827 2024-03-14 03:26:52
Silent Movie Little Violet 19 82601 2024-04-20 03:19:57
Here For You PIXL feat. Q'AILA 19 46412 2024-02-23 03:48:05
Lemmings On The Run E-Rotic 21 22567 2024-08-06 04:29:12
Orbit Ellis 19 15827 2024-06-16 18:58:55
Just Dance Bad Computer 20 73556 2024-03-12 03:21:33
UFO Little Sis Nora & S3RL 20 26958 2024-06-23 01:47:55
All Starts Now Laurell 19 77031 2024-02-28 04:26:01
The 7 Jump Ken-D 19 83271 2024-03-12 03:19:22
Under The Bed Macks Wolf X Tatsunoshin 21 65444 2024-06-02 05:47:52
Party ChildsPlay 19 69658 2024-06-16 19:03:04
Definition of a Badboy Scott Brown 20 70313 2024-09-16 02:01:50
Tick Tock Technikore 20 27883 2024-06-23 02:16:22
Truth or Dare PIXY 19 310 2024-03-14 04:42:16
  BENCHMARKS  
Loading Time: Base Classes  0.0031
Controller Execution Time ( Main / Scores )  0.0153
Total Execution Time  0.0186
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,585,456 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/14287/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.0056 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` = '14287'
GROUP BY `gs`.`grade
0.0024   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` = '14287'
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` = '14287'
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)