1stTiger


Total World Records: ??
Country: US

Stars Earned
1
3
21
1
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
Burning Tonight Krystal 22 25537 -74463 -36040 100000 2023-10-02 05:05:14
Licky Licky Crispy 20 98452 -1548 -619 100000 2022-12-29 21:22:03
Da Roots Mind Reflection 20 94462 -5538 -2215 100000 2022-12-13 04:32:50
Beautiful Man Radiorama 21 95950 -4050 -1786 100000 2022-05-01 22:49:48
Bumble Bee Bambee 20 98062 -1938 -775 100000 2022-12-29 22:19:03
Flash In The Night Flashman 22 70075 -29925 -14484 100000 2022-05-01 22:35:34
Typical Tropical Bambee 19 97033 -2967 -1071 100000 2022-05-01 22:42:23
Young Forever Rebecca 20 96443 -3557 -1423 100000 2022-05-01 22:46:08
Ghosts Tenth Planet 20 94265 -5735 -2294 100000 2023-11-26 23:51:07
Movin On Ellen Gee 20 96745 -3255 -1302 100000 2022-12-29 21:07:00
Pink Dinosaur Miss Papaya 19 98376 -1624 -586 100000 2022-12-29 20:59:39
Dam Dariram Joga 20 96658 -3342 -1337 100000 2023-11-27 00:26:54
So Deep Silvertear 21 93586 -6414 -2829 100000 2022-12-29 20:55:45
Mozart Is Back Rose 24 79011 -20989 -12090 100000 2022-03-14 02:37:00
Sky High Lucyfer 20 97699 -2301 -920 100000 2022-03-14 02:29:45
I'm Crazy For Your Love Black Eva 21 93411 -6589 -2906 100000 2022-05-01 23:04:32
My Generation Captain Jack 20 97338 -2662 -1065 100000 2022-05-01 22:28:05
Nori Nori Nori Judy Crystal 21 95792 -4208 -1856 100000 2022-05-01 23:08:19
Charlene Missing Heart 22 90318 -9682 -4686 100000 2023-10-02 05:07:40
In The Heat Of The Night E-Rotic 20 97996 -2004 -802 100000 2022-12-29 22:24:24
If You Can Say Goodbye Kate Project 19 97796 -2204 -796 100000 2023-11-26 23:05:50
Queen Of Light E-Rotic 21 95231 -4769 -2103 100000 2022-12-29 21:38:24
Lemmings On The Run E-Rotic 21 94631 -5369 -2368 100000 2022-12-13 04:45:11
Night In Motion Cubic 22 21 94301 -5699 -2513 100000 2023-11-27 00:08:06
The 7 Jump Ken-D 19 91347 -8653 -3124 100000 2023-11-26 23:47:26
Elysium Scott Brown 21 97489 -2511 -1107 100000 2023-11-26 23:44:17
Big Boss Big Boss 21 88234 -11766 -5189 100000 2024-07-18 01:32:02
  BENCHMARKS  
Loading Time: Base Classes  0.0027
Controller Execution Time ( Main / Rival )  2.0081
Total Execution Time  2.0110
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,907,008 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/6355/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 (1.9986 seconds)  (Hide)
0.0018   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` = '6355'
GROUP BY `gs`.`grade
0.0025   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` = '6355'
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` = '6355'
AND `r`.`name` = 'total' 
1.9941   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)