Samael


Total World Records: ??
Country: GT

Stars Earned
16
6
5
3

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 82204 -17796 -6424 100000 2023-07-25 23:55:02
In The Hall Of The Mountain King KaW 22 13927 -86073 -41659 100000 2023-09-16 17:18:40
Bagpipe A-Moe 20 90702 -9298 -3719 100000 2023-09-16 17:06:03
Birdie Doolittle 19 86111 -13889 -5014 100000 2023-07-15 00:41:26
The 7th Element Vitas 19 80447 -19553 -7059 100000 2023-07-22 20:59:32
Ba Be Loo Be La Kristeen 20 71792 -28208 -11283 100000 2023-07-15 00:44:49
Mexi Mexi Mozquito 20 84787 -15213 -6085 100000 2023-07-26 00:00:29
Zodiac Banzai 21 85967 -14033 -6189 100000 2023-07-12 00:50:09
Fleadh Uncut Ian Parker 21 75851 -24149 -10650 100000 2023-09-16 17:13:49
Ra Banzai 21 87664 -12336 -5440 100000 2023-07-22 21:03:07
ROM-eo & Juli8 Nina 19 87945 -12055 -4352 100000 2023-09-16 17:03:36
Dies Irae Jason Creasey 19 94770 -5230 -1888 100000 2023-09-16 17:01:13
Rainspark Sanxion7 21 71412 -28588 -12607 100000 2023-07-12 00:57:27
Do U Love Me DJ Doo 21 14676 -85324 -37628 100000 2023-07-22 21:23:14
Feels Just Like That Night Eskimo & Icebird feat. Maria Merete 19 80402 -19598 -7075 100000 2023-07-25 23:52:21
Bumble Bee Bambee 20 77400 -22600 -9040 100000 2023-09-16 16:58:45
Anubis Banzai 20 87687 -12313 -4925 100000 2023-07-12 00:45:44
Spaceman Bambee & Lynn 20 81174 -18826 -7530 100000 2023-07-12 00:29:53
Beethoven Virus BanYa 22 28783 -71217 -34469 100000 2023-07-12 00:52:22
Charlene Missing Heart 22 46079 -53921 -26098 100000 2023-07-15 00:55:44
Temple Of Love E-Rotic 21 78702 -21298 -9392 100000 2023-11-15 23:42:19
Destiny Smiley 23 50286 -49714 -26299 100000 2023-07-15 00:53:16
Step Up Amadeus BanYa 22 75780 -24220 -11722 100000 2023-11-15 23:48:29
Queen Of Light E-Rotic 21 31786 -68214 -30082 100000 2023-07-09 17:27:29
Ring The Alarm M-Project & Signal 22 75977 -24023 -11627 100000 2023-11-15 23:45:49
Closer To Heaven Nëonne 21 84495 -15505 -6838 100000 2023-07-22 21:15:17
We Do This Dance Victoria 22 75947 -24053 -11642 100000 2023-09-16 17:08:28
The Call of Wilderness Electron 22 84430 -15570 -7536 100000 2023-09-16 17:11:30
Lemmings On The Run E-Rotic 21 70451 -29549 -13031 100000 2023-07-09 17:12:40
Make It Tonight Fracus & Darwin feat. Jake 21 77513 -22487 -9917 100000 2023-07-22 21:20:49
  BENCHMARKS  
Loading Time: Base Classes  0.0026
Controller Execution Time ( Main / Rival )  1.8259
Total Execution Time  1.8287
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,921,368 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/10802/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.8181 seconds)  (Hide)
0.0024   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` = '10802'
GROUP BY `gs`.`grade
0.0022   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` = '10802'
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` = '10802'
AND `r`.`name` = 'total' 
1.8134   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)