SIKO


Country: US

Stars Earned
24
4
15
5

Wild Mode Embed Generic Embed

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

Total Score Count: 48

Song Title Artist Level Score Grade Date
Party All Night KaW feat. Sam-I-Am 20 79760 2026-01-11 02:48:42
Birdie Doolittle 19 89097 2025-12-28 02:27:53
Dream A Dream Captain Jack 20 76359 2026-02-01 03:31:32
The 7th Element Vitas 19 79740 2026-03-03 05:57:51
Blow My Mind Alphadelta 19 83655 2026-01-04 02:32:27
Bounce Crew 7 19 19582 2025-12-20 03:52:17
Zodiac Banzai 21 29581 2026-02-25 03:31:54
Drifting Away Filo Bedo 20 25696 2026-01-17 06:00:13
Ize Pie Headtwist & Pump 19 31742 2026-01-05 01:39:49
ROM-eo & Juli8 Nina 19 88512 2026-01-13 01:45:02
This Is Rock And Roll DJ Zombie 19 77048 2026-02-24 03:04:47
Mellow Rikki & Daz 20 73362 2026-01-21 04:57:57
Xuxa Smiley 23 6908 2026-01-03 03:17:50
Bumble Bee Bambee 20 83309 2026-01-21 04:51:32
Waka Laka Jenny Rom vs. The Zippers 21 17335 2026-02-24 03:02:33
Hero Miss Papaya 20 75505 2025-12-29 02:09:09
NightMoves Playmaker 20 58038 2026-02-25 03:37:19
Typical Tropical Bambee 19 76747 2026-02-25 03:29:43
Anubis Banzai 20 80920 2026-01-12 02:15:46
Dam Dariram Joga 20 82362 2026-01-10 02:57:37
So Deep Silvertear 21 21029 2026-01-11 02:46:24
Fantasy Melissa 21 62398 2026-01-21 05:09:26
Dam Dadi Doo Fantasy Project 22 40371 2026-01-16 03:50:12
Sky High Lucyfer 20 81562 2026-01-12 02:31:28
My Generation Captain Jack 20 83178 2026-01-21 04:55:43
Spaceman Bambee & Lynn 20 84933 2026-02-24 03:07:10
Forever Schustin 21 72671 2026-01-13 02:08:57
Cryosleep Machinae Supremacy 20 20672 2025-12-27 03:38:54
Kick It Man KaW feat. DAZ 19 81642 2025-12-27 03:16:07
Never Ending Story DJ AC-DC 20 83840 2026-01-10 03:12:29
High On Your Love Safura 19 89399 2025-12-03 03:23:55
Katyusha Schustin 21 78129 2026-01-07 02:26:56
The Shrimps Vertigini 20 44920 2026-03-03 05:55:34
Have Fun Rameses B 21 25871 2026-01-16 03:32:52
Ooh La La La E-Rotic 21 79245 2026-02-01 03:04:07
Energizer ZiGZaG 23 8839 2025-12-28 01:43:52
Crab Rave Noisestorm 20 87408 2026-01-12 01:43:48
Down Low Hr. Troels x Felix Schorn 20 76863 2026-01-21 05:18:37
Definition of a Badboy Scott Brown 20 60843 2026-01-21 05:14:44
Daydream Danny Leax 21 39827 2026-01-31 02:39:21
Ori Ori MANNTRA 21 70589 2026-01-31 02:00:55
Boogie Shoes AronChupa & Little Sis Nora 20 82582 2026-01-12 02:26:27
Every Time I Close My Eyes Scott Brown & Gillian Tennant 20 60067 2026-03-01 05:41:46
Bella Ciao BEAUZ & XYSM 20 80434 2026-02-01 03:35:57
Daydream Therapy Joe Bermudez feat. Dana Mckeon 20 82035 2026-01-31 02:03:27
Waiting KUURO feat. Bianca 20 37215 2026-03-03 05:52:40
Death By Glamour Toby Fox 23 4084 2026-01-12 02:34:19
Hands Up, Touch The Sky NAOKI feat. NOVA 19 84250 2026-03-01 05:13:36
  BENCHMARKS  
Loading Time: Base Classes  0.0027
Controller Execution Time ( Main / Scores )  0.0492
Total Execution Time  0.0522
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,650,064 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/25679
  CLASS/METHOD  
main/scores
  DATABASE:  statmani_devel (Main:$db)   QUERIES: 0 (0.0000 seconds)  (Hide)
No queries were run
  DATABASE:  stepmani_db (Data_smx:$smx)   QUERIES: 3 (0.0405 seconds)  (Hide)
0.0295   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` = '25679'
GROUP BY `gs`.`grade
0.0107   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` = '25679'
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` = '25679'
AND `r`.`name` = 'total' 
  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)