How to secure lavalair ALL versions

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

    #61
    Hey I am getting this error !!!!!

    Warning: strtoupper() expects parameter 1 to be string, array given in \core.php on line 224 ==

    if (in_array(strtoupper($char), $badchars))

    Comment


      #62
      Means $char is an array bt strtoupper works with strings only.

      Comment


        #63
        Originally posted by CreativityKills View Post
        Means $char is an array bt strtoupper works with strings only.
        hmmm.........
        Last edited by BioBeo; 06.11.10, 06:57.

        Comment


          #64
          Lol $_SESSION is not cookie and it is secured because it doesnt create file like cookie in your computer.

          Comment


            #65
            ...But it creates a file in the servers HDD which means on shared hosting theres possibility of hijacking, or fixing.

            Comment


              #66
              Yes use $_SESSION to secure ur lava sid
              have connected with http://adexchat.com ?
              Fun up with
              http://forum.adexchat.com

              Comment


                #67
                No if you set cookies on server its the best idea to use system cookies

                $load_cookie_folder = cookie("tmp/$_COOKIE['sid']");

                if you like to hide the cookie and make it 2x harder ( may can lose info on users ) that make _tmp before www or public_html folders then place * folder in there and load

                Get users ip and browser

                $load_cookie_folder_hidden = cookie("_tmp/$_LOAD['ip']-$_LOAD['browser']/$_REQUEST['cookie']");

                Now this will pick up users that used this and paypal has this and ebay

                and this will not show in brower cookie list or it can be downloaded.
                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

                Working...
                X