Anyone here from Hexus??

Discussion in 'General' started by Bogomip, 16 Jan 2003.

  1. Bogomip

    Bogomip ... Yo Momma

    Joined:
    15 Jun 2002
    Posts:
    5,161
    Likes Received:
    39
    Juts noticed this, when a user adds a comment on user.hexus.net, a ` becomes a /` or \` or osmmat.

    You can overcome this by intead of just

    Code:
    print $variable;
    
    you can
    Code:
    stripslashes($variable);
    print $variable;
    
    just incase anyone can be bothered to fix this. It just annoys me when slashes arent stripped :) i need ot redo my site too (before anyone else notcied :D)
     
  2. Moreland

    Moreland banned

    Joined:
    16 Jan 2003
    Posts:
    896
    Likes Received:
    0
    i kinda know the owner, ill pm him on irc a link to this thread
     
  3. Bogomip

    Bogomip ... Yo Momma

    Joined:
    15 Jun 2002
    Posts:
    5,161
    Likes Received:
    39
    lol, excellent :) i hate to be picky, but it makes me feel kinda clever :))). And, ahem

    I just made that up, but hey!... Im done with all this BS :)

    /me runs
     
  4. Moreland

    Moreland banned

    Joined:
    16 Jan 2003
    Posts:
    896
    Likes Received:
    0
  5. Bogomip

    Bogomip ... Yo Momma

    Joined:
    15 Jun 2002
    Posts:
    5,161
    Likes Received:
    39
    excellent, done, and fixed :) and several othe rproblems being solved, as we speak/post :)
     

Share This Page