Jamm


Country: US

Stars Earned
7
8
33
3

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
Frozen Fire Kbit 23 35944 2021-12-10 21:40:02
Dream A Dream Captain Jack 20 70309 2021-06-16 06:29:15
Think Thousand Thoughts Auvic 20 78212 2021-06-16 04:40:02
Ba Be Loo Be La Kristeen 20 82926 2021-12-10 21:58:47
I Love You Baby Pandera 21 72883 2021-06-16 07:08:49
Mexi Mexi Mozquito 20 74745 2021-06-16 06:19:30
Ignition Starts KaW 21 85765 2024-06-19 22:28:41
Surf Hyper Potions 22 76909 2021-06-16 04:40:02
Disconnected Disco Kid Whatever 20 74933 2024-07-11 03:39:20
Dies Irae Jason Creasey 19 44221 2022-03-12 22:19:07
Click Bait S3RL feat. GL!TCH 20 78648 2022-03-12 22:17:07
EternuS Sanxion7 20 53228 2021-06-16 06:29:15
Feel The Melody S3RL feat. Sara 20 79720 2021-06-16 07:18:14
Zenith Sanxion7 24 47363 2021-12-10 22:20:52
Utopia Smiley 22 75249 2024-09-18 23:05:05
Xuxa Smiley 23 71973 2021-06-16 05:25:24
Boom Boom Dollars King Kong & D'Jungle Girls 21 76945 2021-06-16 05:50:48
Feels Just Like That Night Eskimo & Icebird feat. Maria Merete 19 84724 2024-07-11 03:42:44
Coming Out Playmaker feat. Robina 19 84300 2021-06-14 03:55:21
Waka Laka Jenny Rom vs. The Zippers 21 80381 2021-06-16 04:33:21
Pink Dinosaur Miss Papaya 19 84757 2021-12-10 21:49:27
Anubis Banzai 20 78192 2021-06-16 05:50:48
Bye Bye Baby Balloon Joga 21 73667 2021-06-16 05:13:41
Dam Dariram Joga 20 69579 2021-06-16 07:18:14
Music & Police CJ Crew & KaW feat. Christian D. 21 79663 2022-04-25 23:19:23
India's Glitch Kirill Gramada 21 85985 2021-12-10 22:53:43
Bring Your Lovin Back Fracus 20 84229 2021-12-10 21:49:27
Bazookistan The Royal Eurobeat Orchestra of Bazookistan 21 72695 2021-06-16 05:25:24
Megalovania Toby Fox 21 83773 2022-03-24 23:07:52
My Generation Captain Jack 20 89192 2021-12-10 21:58:47
Nori Nori Nori Judy Crystal 21 75635 2021-06-16 05:59:50
Russian Roulette Darwin 22 71733 2021-06-16 05:59:50
Beethoven Virus BanYa 22 79770 2021-12-10 21:49:27
BU-44 Naoki 21 84398 2024-07-11 03:24:20
Summer Smiley 25 19869 2024-06-19 22:26:16
Sky High DJ Miko 20 79865 2021-12-10 22:32:24
Cartoon Heroes Barbie Young 21 76493 2022-04-25 23:19:23
Operator Miss Papaya 19 82905 2021-12-10 21:40:02
Step Up Amadeus BanYa 22 77482 2021-12-10 21:11:56
Paradox Naoki feat. Riyu Kosaka 20 77586 2021-12-10 21:20:33
Jukebox Swingrowers 21 84089 2022-04-25 22:21:07
403 NAOKI underground 23 57478 2022-04-25 23:01:07
Robot World Oscillator X 19 86593 2021-12-10 22:43:22
Cyber-Kyoto- Re-venG 20 69924 2022-04-25 23:01:07
Silent Movie Little Violet 19 89093 2022-03-12 21:41:55
Shiawase Dion Timmer 23 47843 2022-04-25 23:01:07
The Shrimps Vertigini 20 58512 2022-03-12 21:34:48
Fade Out Bensley 21 78876 2022-04-25 22:21:07
Energizer ZiGZaG 23 45127 2024-07-11 03:45:04
Candy Pop Luv Limited -NM- 21 62829 2024-09-18 22:52:49
Supernova Laszlo 22 85192 2024-07-11 03:20:53
  BENCHMARKS  
Loading Time: Base Classes  0.0026
Controller Execution Time ( Main / Scores )  0.2058
Total Execution Time  0.2086
  GET DATA  
No GET data exists
  MEMORY USAGE  
2,602,512 bytes
  POST DATA  
No POST data exists
  URI STRING  
player/4291
  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.1968 seconds)  (Hide)
0.0985   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` = '4291'
GROUP BY `gs`.`grade
0.0979   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` = '4291'
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` = '4291'
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)