Terrakun


Country: US

Stars Earned
4
6
17
22
2

Wild Mode Embed Generic Embed

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

Total Score Count: 51

Song Title Artist Level Score Grade Date
Remember December Smiley 22 63336 2024-03-30 01:27:22
Revenge MonstDeath 21 33643 2024-04-19 23:49:10
Start & Paws Oscillator X 19 76659 2024-04-17 23:44:48
Million Feelings Chriss Floren 19 92885 2024-07-02 22:49:34
Moonstone Virgill 19 98450 2024-04-21 20:25:00
Zodiac Banzai 21 33907 2024-03-09 22:44:29
Funny Love Dan Balan 19 90091 2024-04-02 00:26:02
Unity TheFatRat 21 82287 2024-03-30 01:18:38
Disconnected Disco Kid Whatever 20 85626 2024-07-02 22:55:36
Pop4 Vibes & Wishdokta 22 38252 2024-03-09 22:10:49
ROM-eo & Juli8 Nina 19 54456 2024-03-09 00:02:52
While Tha Rekkid Spinz DJ Zombie 22 77307 2024-06-19 21:54:51
Bad 4 My Health Bassmonkeys & Soulshaker feat. J.D. ROX 20 71097 2024-10-01 21:15:28
Dizzy Balduin & Wolfgang Lohr feat. Alanna 20 90035 2024-05-21 23:08:53
Anubis Banzai 20 91555 2024-06-08 00:22:06
So Deep Silvertear 21 70383 2024-05-27 00:47:59
India's Glitch Kirill Gramada 21 95227 2024-05-25 22:42:40
Life Ride Pyramyth 22 79927 2024-03-25 22:53:56
Warrior Kirill Gramada 21 82230 2024-04-19 23:17:37
Bring Your Lovin Back Fracus 20 86602 2024-03-19 18:30:31
Butterfly Swingrowers 19 91970 2024-05-27 00:53:00
Give You Love Daz Sampson & Katya Ocean 21 85886 2024-04-02 22:41:08
Robot World Oscillator X 19 93620 2024-03-19 18:03:08
Get Up'n Move S & K 20 92476 2024-05-27 00:28:53
Lay It Down Tchorta & Gui Boratto 19 95318 2024-03-25 22:52:01
The Shrimps Vertigini 20 89010 2024-04-19 23:10:45
Fade Out Bensley 21 82893 2024-10-01 21:23:58
Just Do It Swingrowers 21 78859 2024-04-21 02:41:13
Have Fun Rameses B 21 40637 2024-03-09 23:44:19
TURBO Tokyo Machine 21 98109 2024-04-09 00:12:29
Only You DEXTER KING feat. Alexis Donn 19 95115 2024-04-19 23:01:46
Right Into You The Tech Team 20 88650 2024-05-29 20:48:57
Get Busy KOYOTIE 22 72239 2024-04-02 00:22:59
Crab Rave Noisestorm 20 92614 2024-07-02 22:53:21
Bassline Shatter M-Project & S2i8 23 75810 2024-04-19 23:38:42
Down Low Hr. Troels x Felix Schorn 20 95872 2024-05-25 22:40:36
Work Stella Mwangi 21 96240 2025-03-21 17:24:45
Poco Loco Carlito 21 86289 2024-03-30 01:24:31
Sirens RENOLD X Scarlett 19 93633 2024-05-21 22:44:04
Night In Motion Cubic 22 21 82021 2024-04-19 23:05:45
Breathe Me Back To Life Stonebank feat. Lena Sue 20 89717 2024-03-19 18:28:32
Stars James Landino 24 18207 2024-03-30 01:32:52
Under The Bed Macks Wolf X Tatsunoshin 21 87807 2024-04-17 23:41:48
Elysium Scott Brown 21 84774 2024-03-09 22:33:59
Definition of a Badboy Scott Brown 20 86684 2024-04-19 23:43:11
Tick Tock Technikore 20 84991 2024-04-27 22:11:56
Burbank Nights Dirtyphonics 22 78483 2024-10-01 21:11:30
DJ Party BB Hayes 20 91888 2024-10-01 20:51:29
Need You Nostalgix 22 86197 2024-10-01 20:48:16
Daydream Danny Leax 21 90529 2024-10-01 20:46:04
Be Alright Red Parker 20 86251 2025-03-22 22:09:11
  BENCHMARKS  
Loading Time: Base Classes  0.0038
Controller Execution Time ( Main / Scores )  0.2363
Total Execution Time  0.2403
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,601,488 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/14815
  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.2257 seconds)  (Hide)
0.0210   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` = '14815'
GROUP BY `gs`.`grade
0.2044   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` = '14815'
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` = '14815'
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)