rocopltx


Total World Records: ??
Country: US

Stars Earned
16
3
2
4

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
The 7th Element Vitas 19 97211 -2789 -1007 100000 2024-04-11 23:08:43
Bloodrush TechnoDred 26 31970 -68030 -45988 100000 2024-09-28 18:04:48
Da Roots Mind Reflection 20 98428 -1572 -629 100000 2023-07-08 20:59:52
Determinator Dust Devil 26 54535 -45465 -30734 100000 2024-09-28 18:07:59
Gallecode NoVus 20 96917 -3083 -1233 100000 2024-09-28 18:14:13
Waka Laka Jenny Rom vs. The Zippers 21 93914 -6086 -2684 100000 2024-04-11 23:58:14
The Saint Goes Marching The Saint 21 31029 -68971 -30416 100000 2023-08-05 19:06:46
Anubis Banzai 20 93046 -6954 -2782 100000 2024-04-11 23:12:06
Bye Bye Baby Balloon Joga 21 92439 -7561 -3334 100000 2023-08-05 19:13:42
Music & Police CJ Crew & KaW feat. Christian D. 21 95120 -4880 -2152 100000 2023-07-08 21:14:02
Living In America Rose & John 22 92133 -7867 -3808 100000 2023-07-08 21:06:42
Mozart Is Back Rose 24 85895 -14105 -8124 100000 2023-07-08 21:11:28
Bazookistan The Royal Eurobeat Orchestra of Bazookistan 21 94483 -5517 -2433 100000 2023-08-05 19:11:04
Summer Smiley 25 80771 -19229 -12018 100000 2023-07-08 21:44:41
Winter BanYa 25 72767 -27233 -17021 100000 2024-04-11 23:35:13
Cartoon Heroes Barbie Young 21 97668 -2332 -1028 100000 2023-07-08 21:39:12
Kick It Man KaW feat. DAZ 19 98497 -1503 -543 100000 2023-07-08 21:03:52
Canon D.2 Yahpp 23 95457 -4543 -2403 100000 2024-04-11 23:21:50
Shiawase Dion Timmer 23 85550 -14450 -7644 100000 2024-04-11 23:31:29
Have Fun Rameses B 21 94077 -5923 -2612 100000 2024-04-11 23:28:51
Energizer ZiGZaG 23 86775 -13225 -6996 100000 2024-09-28 18:11:13
Only You DEXTER KING feat. Alexis Donn 19 96986 -3014 -1088 100000 2024-04-11 23:05:27
STOP! & Go Onyx 21 95337 -4663 -2056 100000 2024-09-28 18:20:06
Every Little Thing Conro 21 97138 -2862 -1262 100000 2024-04-11 23:26:14
Candy Pop Luv Limited -NM- 21 95128 -4872 -2149 100000 2024-04-11 23:18:14
  BENCHMARKS  
Loading Time: Base Classes  0.0028
Controller Execution Time ( Main / Rival )  3.2214
Total Execution Time  3.2245
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,903,536 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/10781/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 (3.2128 seconds)  (Hide)
0.0822   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` = '10781'
GROUP BY `gs`.`grade
0.0038   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` = '10781'
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` = '10781'
AND `r`.`name` = 'total' 
3.1265   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)