happyf333tz


Total World Records: ??
Country: US

Stars Earned
3
2
21
10
1

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

World mode enabled - Comparing scores to current world records.

Song Title Artist Level Score Delta Ranking Gap Grade WR Date
Dance Vibrations Elpis 19 100000 0 0 100000 2018-08-20 22:50:08
Dynamo Oscillator X 19 99891 -109 -39 100000 2018-08-20 05:37:10
Emotion Smiley 22 100000 0 0 100000 2018-08-20 23:20:13
Flight Of The Bumble Bee MonstDeath 25 99535 -465 -291 100000 2018-08-20 23:41:14
In The Hall Of The Mountain King KaW 22 98350 -1650 -799 100000 2018-08-20 05:47:02
Land Of The Lost Banzai 19 99593 -407 -147 100000 2018-08-20 05:55:06
Party All Night KaW feat. Sam-I-Am 20 99682 -318 -127 100000 2018-08-19 23:41:44
Remember December Smiley 22 99675 -325 -157 100000 2018-08-19 23:03:55
Revenge MonstDeath 21 94978 -5022 -2215 100000 2018-08-19 23:41:44
Can't Get Enough Miradey 20 99272 -728 -291 100000 2018-08-20 00:44:17
Bagpipe A-Moe 20 99011 -989 -396 100000 2018-08-20 00:39:25
Birdie Doolittle 19 99512 -488 -176 100000 2018-08-20 00:31:10
Burning Tonight Krystal 22 92472 -7528 -3644 100000 2018-08-20 00:39:25
Cowbell Rock Pyramyth 23 92490 -7510 -3973 100000 2018-08-20 05:29:32
Dabbi Doo Ni-Ni 20 98460 -1540 -616 100000 2018-08-20 05:29:32
Dream A Dream Captain Jack 20 100000 0 0 100000 2018-08-20 23:08:35
Dreaming Rameses B feat. Holly Drummond 21 97730 -2270 -1001 100000 2018-08-20 05:42:14
Joanna Crazy Loop 19 98240 -1760 -635 100000 2018-08-20 00:59:18
Licky Licky Crispy 20 99901 -99 -40 100000 2018-08-19 23:49:46
The 7th Element Vitas 19 98578 -1422 -513 100000 2018-08-20 00:31:10
Y Don't U Deeper Territory 22 17597 -82403 -39883 100000 2018-08-21 01:16:45
I Love You Baby Pandera 21 97949 -2051 -904 100000 2018-08-20 05:55:06
Zodiac Banzai 21 98015 -1985 -875 100000 2018-08-20 00:31:10
Big Blue Bouncy Ball Mr. Blue 22 99631 -369 -179 100000 2018-08-21 01:04:33
Made In China Vitas & Sergey Pudovkin 20 97469 -2531 -1012 100000 2018-08-20 05:47:02
Monody TheFatRat feat. Laura Brehm 22 99358 -642 -311 100000 2018-08-21 01:16:45
Reminds Me Of Home Eagle | Stallian 21 97959 -2041 -900 100000 2018-08-20 01:10:14
Surf Hyper Potions 22 96133 -3867 -1872 100000 2018-08-19 23:49:46
Unity TheFatRat 21 99040 -960 -423 100000 2018-08-19 23:59:26
Bloodrush TechnoDred 26 97292 -2708 -1831 100000 2018-08-20 01:03:55
Determinator Dust Devil 26 96092 -3908 -2642 100000 2018-08-20 01:24:20
I Feel Sun Gyrlie 21 98077 -1923 -848 100000 2018-08-20 05:42:14
I Think I Like That Sound Kid Whatever 20 99580 -420 -168 100000 2018-08-21 00:42:18
Paradise Smiley 24 99647 -353 -203 100000 2018-08-21 00:48:41
ROM-eo & Juli8 Nina 19 98897 -1103 -398 100000 2018-08-19 23:49:46
Temple Of Boom Yannis Kamarinos 23 98295 -1705 -902 100000 2018-08-20 00:16:31
While Tha Rekkid Spinz DJ Zombie 22 98997 -1003 -485 100000 2018-08-20 00:16:31
  BENCHMARKS  
Loading Time: Base Classes  0.0038
Controller Execution Time ( Main / Rival )  2.8664
Total Execution Time  2.8705
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,941,304 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/420/compare/world/3
  CLASS/METHOD  
main/rival
  DATABASE:  statmani_devel (Main:$db)   QUERIES: 0 (0.0000 seconds)  (Hide)
No queries were run
  DATABASE:  stepmani_db (Data_smx:$smx)   QUERIES: 4 (2.8546 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` = '420'
GROUP BY `gs`.`grade
0.0028   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` = '420'
AND `ghs`.`private` = 
0.0003   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` = '420'
AND `r`.`name` = 'total' 
2.8487   SELECT max(ghs.score) as score, `ghs`.`song_chart_id`, `s`.`id` as `song_id`, `sc`.`id` as `song_chart_id`, `s`.`title`, `s`.`artist`, `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`
WHERE `sc`.`game_difficulty_id` = 3
AND `sc`.`is_enabled` = 1
AND `ghs`.`private` = 0
GROUP BY 
`ghs`.`song_chart_id
  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)