Daniel2802


Country: US

Stars Earned
22
11
12
5

Wild Mode Embed Generic Embed

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

Total Score Count: 50

Song Title Artist Level Score Grade Date
Million Feelings Chriss Floren 19 95314 2023-06-03 22:56:49
The 7th Element Vitas 19 89786 2023-09-02 00:02:28
Blow My Mind Alphadelta 19 94121 2023-06-04 00:06:16
Made In China Vitas & Sergey Pudovkin 20 10700 2022-11-12 23:08:18
Surf Hyper Potions 22 84892 2023-12-13 01:14:34
Unity TheFatRat 21 88150 2023-09-02 00:48:56
Agent Blatant Ernest + Julio 21 75898 2023-09-02 00:07:57
Crazyloop Crazy Loop 22 88164 2023-08-23 23:15:28
Da Roots Mind Reflection 20 94200 2023-09-02 00:31:16
Ladybug Coconut 19 68282 2022-11-12 22:07:47
Sweet World Omega Men 22 18206 2023-06-03 22:48:55
Zenith Sanxion7 24 35944 2023-05-20 23:15:53
The Beginning DJ Doo 26 28912 2023-09-02 00:45:58
Ari Oh Jenny Kee 20 4991 2023-09-02 00:56:54
Beautiful Man Radiorama 21 88156 2023-08-24 00:05:43
Bumble Bee Bambee 20 89960 2023-04-14 01:14:37
Whoopsy Daisy Wolfgang Lohr & Balduin feat. Sebastian Daws 21 64703 2022-11-13 00:23:00
Ghosts Tenth Planet 20 88612 2023-09-02 00:34:01
Move It Groove It KaW feat. Sam-I-Am 22 8400 2022-11-12 22:48:06
Speed Over Beethoven Rose 22 87113 2023-09-02 00:58:57
MAX428 Omega 27 418 2023-09-02 00:52:07
Nori Nori Nori Judy Crystal 21 55823 2023-02-18 23:45:39
Russian Roulette Darwin 22 51038 2022-11-12 23:00:35
Ma Huggies FIG & Nico Sleator 20 91073 2023-09-13 23:25:36
Summer Smiley 25 65286 2023-09-02 01:24:51
The Judgement Day Naoki feat. Riyu Kosaka 19 81383 2023-09-02 00:04:52
Glowing In The Night Schustin 23 81837 2023-09-02 01:04:29
Paradox Naoki feat. Riyu Kosaka 20 89853 2023-08-23 23:20:10
Jukebox Swingrowers 21 88722 2023-09-13 23:32:26
Canon D.2 Yahpp 23 82552 2023-09-02 01:21:59
403 NAOKI underground 23 84322 2023-09-02 00:10:27
Cyber-Kyoto- Re-venG 20 87751 2023-11-11 23:59:56
High On Your Love Safura 19 91392 2023-09-13 23:27:58
BUBBLES Tokyo Machine 22 35777 2022-11-13 00:04:25
Moonlight PIXY 20 77633 2022-11-13 00:17:03
VTubers Never Die! NAOKI & Eternal JK Yoripi-chan feat. Riyu Kos 23 80212 2023-09-02 00:37:27
Para-Symptoms 165 23 83873 2023-06-04 00:11:42
Space Boy Rameses B, Feint & Veela 22 76453 2023-12-13 01:12:28
Bust It Out FWLR 24 83408 2023-06-03 22:59:29
Energizer ZiGZaG 23 57907 2023-09-02 01:19:31
TURBO Tokyo Machine 21 72005 2022-11-13 00:06:43
Dance Sophon 23 84563 2023-04-14 01:12:10
INEEDU Teddy Killerz 22 87542 2023-06-03 22:44:13
Right Into You The Tech Team 20 87019 2022-11-12 23:04:05
Orbit Ellis 19 89828 2023-02-18 23:43:33
Crab Rave Noisestorm 20 94935 2023-11-22 23:43:19
Bambole (Ole) Papa Gonzalez 20 94585 2023-08-24 00:03:31
2NITE nanobii 21 89735 2023-09-02 01:02:07
Arsene's Bazaar James Landino 25 3650 2023-09-02 00:42:25
Do It Like That Mad Circuit, LG (Team Genius), Sereda 20 93809 2023-11-11 23:53:31
  BENCHMARKS  
Loading Time: Base Classes  0.0037
Controller Execution Time ( Main / Scores )  0.1376
Total Execution Time  0.1416
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,600,008 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/7874
  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.1272 seconds)  (Hide)
0.1230   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` = '7874'
GROUP BY `gs`.`grade
0.0040   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` = '7874'
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` = '7874'
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)