This keeps bothering me...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • XCV
    has nice tits
    • Nov 2008
    • 744

    #1

    This keeps bothering me...

    The method of unlocking EHHS v2 is indeed ace, but shouldn't it be taken out of levelranks after you've gotten it?

    It can't be any harder than changing a few lines of code, can it?
  • Patashu
    FFR Simfile Author
    FFR Simfile Author
    • Apr 2006
    • 8609

    #2
    Re: This keeps bothering me...

    It'd require making a query (Hello SQL database, has user X unlocked EHHS v2?) every time you load the page, which means more server load.
    Same thing for the token on ffrthegame, for that matter
    Patashu makes Chiptunes in Famitracker:
    http://soundcloud.com/patashu/8bit-progressive-metal-fading-world
    http://img.photobucket.com/albums/v216/Mechadragon/smallpackbanner.png
    Best non-AAAs: ERx8 v2 (14-1-0-4), Hajnal (3-0-0-0), RunnyMorning (8-0-0-4), Xeno-Flow (1-0-0-3), Blue Rose (35-2-0-20), Ketsarku (14-0-0-0), Silence (1-0-0-0), Lolo (14-1-0-1)
    http://i231.photobucket.com/albums/ee301/xiaoven/solorulzsig.png

    Comment

    • [TeRa]
      FFR Player
      • May 2007
      • 9922

      #3
      Re: This keeps bothering me...

      It doesn't appear on my levelranks anymore, I can see it when I look at other peoples levelranks though.

      Comment

      • One Winged Angel
        Anime Avatars ( ◜◡^)っ✂╰⋃╯
        FFR Simfile Author
        • Mar 2007
        • 10837

        #4
        Re: This keeps bothering me...

        oh man, you have no idea how badly I want that gone lmao (I'm a huge nitpicker for **** like that but I can imagine a large percentage of the ffr userbase is as well lmao)


        Originally posted by ilikexd
        i want to be cucked by cirno

        Comment

        • Izzy
          Snek
          FFR Simfile Author
          • Jan 2003
          • 9195

          #5
          Re: This keeps bothering me...

          I don't understand what exactly we are token about here. Is it that Token 9 thing int the level ranks?

          Comment

          • One Winged Angel
            Anime Avatars ( ◜◡^)っ✂╰⋃╯
            FFR Simfile Author
            • Mar 2007
            • 10837

            #6
            Re: This keeps bothering me...

            oh izzy, so punny~


            Originally posted by ilikexd
            i want to be cucked by cirno

            Comment

            • XCV
              has nice tits
              • Nov 2008
              • 744

              #7
              Re: This keeps bothering me...

              B-b-bump since I haven't read this yet

              I'm familiar with SQL, just not sure how fast that would run, but:

              Since no more than 500 users at the maximum are normally on at the present time, check whether they're logged in to begin with. Then check those 500 for the token. I don't believe you can query within a query, but it's an idea.

              Another option: Ajax. A little tedious to code, but probably a bit faster and it'll probably work. While we're at it, that could make the sorting thingamajig (url editing, all those ampersands) a lot faster, too.

              Comment

              Working...