Anti Hacker script

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

    #16
    function anti_hack($text)
    {
    $text = stripslashes($text);
    $text = mysql_real_escape_string($text);
    return $text;
    }
    My Blog: http://jhommark.blogspot.com
    My Facebook: http://www.facebook.com/jhommark
    My Official Site: http://www.undergroundweb.tk
    My Community Site: http://undergroundwap.xtreemhost.com

    Comment


      #17
      here is the script i tryed to post here it changed what it meant not to do...

      Download this also with drwap code...

      Code:
      $text = anti_hack($text);

      { and } and $ and % showed how they are not the code so here is the scriptlet that will give you what it meant to be....
      Attached Files
      Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
      Visit: WapMasterz Coming Back Soon!
      _______
      SCRIPTS FOR SALE BY SUBZERO
      Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
      FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
      _______
      Info & Tips
      php.net
      w3schools.com

      Comment


        #18
        the problem is when i use this it dont show the smileys in private or room

        Comment


          #19
          it replace the < of the smiley <img src so the smiley does not load

          Comment


            #20
            $replace = anti_hack($text);
            $text = getsmilies($replace);

            Havent tested it but something like this should work

            PHP Code:
            foreach ($_SERVER as $server => $value)
            {
            echo 
            "$server is $value<br />";

            Comment


              #21
              how can i use ths script??
              must to put like ths??
              echo "include()"; ????

              Comment


                #22
                Lool.not too interesting ,,,Thank

                Comment

                Working...
                X