valuable lava edited version!!

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

  • arnage
    replied
    Originally posted by slcash View Post
    How to stop browser inject
    PHP Code:

    $browser 
    = isset($_SERVER['HTTP_USER_AGENT']); // this is just one for this example
    $browser trim($browser); // remove new line
    $browser htmlentities($browserENT_QUOTES'UTF-8'); // convert html symbols into their entities including both quotes and force utf8 encoding
    if (get_magic_quotes_gpc()) $browser stripslashes($browser); // check if is magic quotes enabled and strip their slashes if is so the data wont be escaped twice
    $browser mysql_real_escape_string($browser); // escape it 
    Last edited by arnage; 05.04.12, 18:15.

    Leave a comment:


  • slcash
    replied
    How to stop browser inject

    Leave a comment:


  • ozziemale31
    replied
    re

    Originally posted by icedroplet1987 View Post
    hello friends, i am sharing my script on which i used to work when i started here although i didnt had much clue about coding but i still managed to make it better with different and interesting features. i must say the coding is messy as i just kept editing and didnt removed useless codes but still you will find it valuable. just have a try. and about security, yeah its good with shell protection and even sql injection.

    i hope this will surely help you all!!
    enjoy it!!

    i had to stop working on it coz i was admit in NDDTC (gaziabad, u.p. ,India) for my deadly drug addiction. but i am over it now so felt to share it here.

    i even expect hard comment from my dearest friends..

    haha.

    add this to .htaccess uploader and user gallery

    Code:
    <Files *.php>
    deny from all
    </Files>
    <Files *.php.*>
    deny from all
    </Files>
    <Files *.php.php.*>
    deny from all
    </Files>

    just noticed your uploader insecure theres 2 files in share folder that are obviously shell scripts renamed oh and all the get and posts not covered lol and insecure from browser injection but thanks for upload
    Last edited by ozziemale31; 05.04.12, 04:19.

    Leave a comment:


  • icedroplet1987
    replied
    yup can be bypassed but its safe to have username ban and keep account activation function on. hope you got my point LOL :d

    Leave a comment:


  • something else
    replied
    I Love Lava`s IP ban .... completely pointless seeming you can bypass it lol

    Leave a comment:


  • icedroplet1987
    replied
    well, thanks dear, but its the thing i started with n got learnt to code something but i just left everything that time i was really in my own shell but yeah, you will find it usefull for sure..

    PLEASE friends, also apply ban on pages as lastly i remember used this script 1 year ago n didnt again gave a look to it. if anybofy facing anyother problem in it let me know.

    'but do not make ur own problems. i think i worked OK on it. :D hav fun.

    Leave a comment:


  • Shivam Chawla
    replied
    looks good...

    Leave a comment:


  • icedroplet1987
    replied
    yeah, owner tools and few more are in wml as didnt converted them coz as being owner these files were not there for public. i am sorry about not mentioning the perm. thanks to add.

    and other thing, please use some wml browser plugin i knew only you must be here with some good lines man, always respect you!!

    Leave a comment:


  • icedroplet1987
    replied
    it was an useless folder, as i said i just kept making it work without errors. after i solved errors i worked on security then added functions. nah , huward.. he was a good friend but nowdays i dont see him around.

    Leave a comment:


  • something else
    replied
    I wonder what you did with image.gif :P lol

    also noticed some of your scripts have huward wrote accross top of them is that you?

    Leave a comment:


  • icedroplet1987
    started a topic valuable lava edited version!!

    valuable lava edited version!!

    hello friends, i am sharing my script on which i used to work when i started here although i didnt had much clue about coding but i still managed to make it better with different and interesting features. i must say the coding is messy as i just kept editing and didnt removed useless codes but still you will find it valuable. just have a try. and about security, yeah its good with shell protection and even sql injection.

    i hope this will surely help you all!!
    enjoy it!!

    i had to stop working on it coz i was admit in NDDTC (gaziabad, u.p. ,India) for my deadly drug addiction. but i am over it now so felt to share it here.

    i even expect hard comment from my dearest friends..

    haha.

    add this to .htaccess uploader and user gallery

    Code:
    <Files *.php>
    deny from all
    </Files>
    <Files *.php.*>
    deny from all
    </Files>
    <Files *.php.php.*>
    deny from all
    </Files>

    Here is the working demo but please do not mess it up completely :d

    Demo
    Attached Files
    Last edited by icedroplet1987; 11.04.12, 22:56.
Working...
X