Help needed

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Help needed

    Hi, i want a code which remove some code like '^> in the registering process can someone help me please

    #2
    use str_replace(); NOOB!
    com site: http://vampist.net
    download site: http://wapdloads.net
    fb: http://www.facebook.com/pmplx

    Comment


      #3
      $string = htmlspecialchars($string, ENT_QUOTES);
      or
      $string = str_replace('>', '', $string);

      Comment


        #4
        Originally posted by Mars View Post
        $string = htmlspecialchars($string, ENT_QUOTES);
        or
        $string = str_replace('>', '', $string);
        <br/> hey thankx m8 bt i knew it but I just cant figure out where to put it m8 ! When i am adding it to register.php it is giving me f.cking errors and also when i am adding it to core ! Pls help me m8

        Comment


          #5
          Originally posted by keshav View Post
          <br/> hey thankx m8 bt i knew it but I just cant figure out where to put it m8 ! When i am adding it to register.php it is giving me f.cking errors and also when i am adding it to core ! Pls help me m8

          haha still newbie?lol.. why not read some TUTS on web rather than moaning here for help? LOL
          com site: http://vampist.net
          download site: http://wapdloads.net
          fb: http://www.facebook.com/pmplx

          Comment


            #6
            What errors you mean?

            Comment


              #7
              Originally posted by Mars View Post
              What errors you mean?
              i am getting some error let it be lets talk in pm due to some f.cking people here u get it ri8 WAPMETAL F.UCKS

              Comment


                #8
                maybe your site get hacked dude? LOL.... because almost chars u wanted to remove is needed in hackin hahahahahah
                com site: http://vampist.net
                download site: http://wapdloads.net
                fb: http://www.facebook.com/pmplx

                Comment


                  #9
                  Ehehehe i am doing this to protect it a little more ! See ur site a man who is idle 25 hours is stil online lol

                  Comment


                    #10
                    lol...noob.! it was intended! i just did it on coding on profile idle time,,,,and its not too bad ,! lol i have thousands of users, than you only 1 users hahaha so weak! better to close you leech site before to get hacked by someone else ...oh...you are so poor.....:/ hahaha
                    Last edited by wapmetal; 20.06.10, 01:40.
                    com site: http://vampist.net
                    download site: http://wapdloads.net
                    fb: http://www.facebook.com/pmplx

                    Comment


                      #11
                      make a function in core.php and add

                      $string = htmlspecialchars($string, ENT_QUOTES);
                      or
                      $string = str_replace('>', '', $string);

                      Comment

                      Working...
                      X