Tdash


Country: US

Stars Earned
28
5
12
6

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
Can't Get Enough Miradey 20 76947 2020-12-31 02:44:33
Firewalker Xenon 19 81821 2021-03-20 06:18:06
Be My Hero Freezer 21 44606 2021-04-15 10:28:47
Change The World Nathalie & Kim Lukas 19 91761 2021-01-21 01:36:51
Dream A Dream Captain Jack 20 81341 2021-09-04 12:48:40
Licky Licky Crispy 20 79345 2021-01-21 00:58:30
Lights Go Down Less Affair 20 69309 2021-02-28 06:12:22
Moonstone Virgill 19 91322 2022-10-06 01:39:21
Bounce Crew 7 19 84673 2021-09-01 11:28:50
Endless Day Verona 19 88099 2021-03-14 05:21:16
Girlz Night Out Jenna Drey 20 76910 2021-02-07 05:17:16
I Love You Baby Pandera 21 85184 2021-09-01 11:44:26
Crazy Baby Fantasy Project 20 76896 2021-04-23 07:05:08
Everything Is Changing Rikah 19 50073 2020-12-15 05:56:30
Monody TheFatRat feat. Laura Brehm 22 77910 2021-01-12 05:36:26
Drifting Away Filo Bedo 20 77549 2021-03-01 03:19:41
ROM-eo & Juli8 Nina 19 85006 2021-08-22 12:55:27
This Is Rock And Roll DJ Zombie 19 75692 2020-12-16 03:38:38
Bad 4 My Health Bassmonkeys & Soulshaker feat. J.D. ROX 20 76020 2021-08-12 10:50:23
Dies Irae Jason Creasey 19 78981 2021-08-01 12:38:59
Paranormal Inspector K 20 77337 2021-02-07 04:06:03
Click Bait S3RL feat. GL!TCH 20 88550 2021-02-07 05:08:49
EternuS Sanxion7 20 76663 2021-01-13 04:27:42
Feel The Melody S3RL feat. Sara 20 82141 2021-02-03 05:31:12
July Smiley 20 71987 2021-08-19 07:19:03
Feels Just Like That Night Eskimo & Icebird feat. Maria Merete 19 71478 2020-11-30 03:42:11
Bumble Bee Bambee 20 82305 2021-09-04 11:03:22
Dizzy Balduin & Wolfgang Lohr feat. Alanna 20 87698 2021-09-23 08:04:22
Hero Miss Papaya 20 78436 2021-03-20 07:17:39
Typical Tropical Bambee 19 77583 2021-01-16 03:09:26
Ghosts Tenth Planet 20 35426 2021-01-31 05:15:25
Pink Dinosaur Miss Papaya 19 87012 2020-12-27 05:59:09
Anubis Banzai 20 86665 2021-08-31 11:51:47
No Princess Lynn 19 90371 2021-09-09 07:13:10
Get Lifted HOT KICKS 21 65601 2020-11-23 02:26:18
In My Dreams Rebecca 20 79648 2020-12-31 05:07:02
Devil Inside CRMNL 19 87585 2021-01-14 05:27:43
Riddimino Philstep 23 4531 2020-12-16 03:38:38
Arcade Run Perfect Sphere 22 71808 2021-08-17 10:45:53
Bazookistan The Royal Eurobeat Orchestra of Bazookistan 21 78851 2021-04-15 09:42:36
Megalovania Toby Fox 21 78018 2021-06-07 10:34:41
Ma Huggies FIG & Nico Sleator 20 77121 2021-01-30 05:58:51
Beethoven Virus BanYa 22 46042 2021-08-05 08:00:27
BU-44 Naoki 21 58835 2021-02-27 06:19:05
Kick It Man KaW feat. DAZ 19 87602 2021-09-23 07:43:48
Kinky Boots Daz Sampson & Nona 19 85902 2021-08-05 07:08:02
Turn Me On E-Rotic 20 76445 2021-08-19 08:57:46
Closer To Heaven Nëonne 21 86212 2021-09-09 06:50:40
Grab It While We Can FantastixX 19 86825 2021-09-04 12:48:40
Follow My Pamp Andrea Damante feat. Adam Clay 20 80522 2021-10-10 05:46:13
Robot World Oscillator X 19 89167 2021-10-10 05:46:13
  BENCHMARKS  
Loading Time: Base Classes  0.0026
Controller Execution Time ( Main / Scores )  0.0196
Total Execution Time  0.0224
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,601,968 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/3113
  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.0118 seconds)  (Hide)
0.0054   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` = '3113'
GROUP BY `gs`.`grade
0.0061   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` = '3113'
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` = '3113'
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)