Wintran


Total World Records: ??
Country: SE

Stars Earned
8
7
20

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
Blow My Mind Alphadelta 19 87836 -12164 -4391 100000 2024-07-04 17:36:08
Big Blue Bouncy Ball Mr. Blue 22 23016 -76984 -37260 100000 2024-07-04 19:03:27
Disconnected Disco Kid Whatever 20 84178 -15822 -6329 100000 2024-07-04 18:31:04
This Is Rock And Roll DJ Zombie 19 84368 -15632 -5643 100000 2024-07-04 17:47:09
Bad 4 My Health Bassmonkeys & Soulshaker feat. J.D. ROX 20 1708 -98292 -39317 100000 2024-05-25 16:28:49
Click Bait S3RL feat. GL!TCH 20 87605 -12395 -4958 100000 2024-10-14 12:55:57
July Smiley 20 80540 -19460 -7784 100000 2024-07-09 12:12:12
Become Astral Ash Astral 22 14966 -85034 -41156 100000 2024-07-04 19:05:44
Bumble Bee Bambee 20 77528 -22472 -8989 100000 2024-07-16 18:57:16
Ghosts Tenth Planet 20 74170 -25830 -10332 100000 2024-07-27 17:40:25
The Saint Goes Marching The Saint 21 21836 -78164 -34470 100000 2025-07-22 13:46:46
Pink Dinosaur Miss Papaya 19 83478 -16522 -5964 100000 2025-07-22 15:50:34
Bandito Remorse Code 21 79651 -20349 -8974 100000 2024-06-18 19:51:55
Classic Madness Fracus & Darwin 21 84299 -15701 -6924 100000 2024-07-24 16:05:31
Ma Huggies FIG & Nico Sleator 20 22223 -77777 -31111 100000 2024-10-14 12:07:03
BU-44 Naoki 21 78606 -21394 -9435 100000 2024-07-08 15:35:58
Critical Hit MDK 25 13339 -86661 -54163 100000 2024-05-30 18:13:25
Butterfly Swingrowers 19 83836 -16164 -5835 100000 2024-07-24 14:45:37
Operator Miss Papaya 19 88345 -11655 -4207 100000 2024-07-08 15:32:44
Ring The Alarm M-Project & Signal 22 78161 -21839 -10570 100000 2024-07-04 18:56:01
Say Na Na Na Serhat 19 90328 -9672 -3492 100000 2024-07-04 17:50:24
Insane Niko Noise 20 83165 -16835 -6734 100000 2024-07-09 12:09:33
Moonlight PIXY 20 88720 -11280 -4512 100000 2024-07-27 17:43:29
Have Fun Rameses B 21 73199 -26801 -11819 100000 2024-07-04 18:50:24
How We Win FWLR 21 80821 -19179 -8458 100000 2024-07-04 18:47:35
Demon's World CJ Crew 22 48085 -51915 -25127 100000 2024-10-14 15:28:50
Right Into You The Tech Team 20 76802 -23198 -9279 100000 2025-07-22 15:54:11
WYGD Bishu 19 91845 -8155 -2944 100000 2024-06-25 19:35:44
Lemmings On The Run E-Rotic 21 87120 -12880 -5680 100000 2024-07-04 18:40:42
Bambole (Ole) Papa Gonzalez 20 77049 -22951 -9180 100000 2024-06-18 19:48:35
Do My Thing PRTY ANML 20 84950 -15050 -6020 100000 2024-05-30 18:58:19
The Bass & the Melody S3RL 22 72549 -27451 -13286 100000 2024-07-04 18:59:04
Definition of a Badboy Scott Brown 20 89793 -10207 -4083 100000 2024-07-04 18:28:46
Let's Remember N.M.R 21 81850 -18150 -8004 100000 2024-07-04 18:43:54
The Banana Song SIPPY 19 86112 -13888 -5014 100000 2025-07-22 13:43:45
  BENCHMARKS  
Loading Time: Base Classes  0.0034
Controller Execution Time ( Main / Rival )  1.8812
Total Execution Time  1.8848
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,939,480 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/15596/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.8713 seconds)  (Hide)
0.0036   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` = '15596'
GROUP BY `gs`.`grade
0.0023   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` = '15596'
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` = '15596'
AND `r`.`name` = 'total' 
1.8651   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)