Nice And Working Url Uploader

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

    Nice And Working Url Uploader

    There Is No Demo.
    Attached Files
    Last edited by PranaY4U; 22.03.12, 15:24.

    #2
    just to let you know i deleted your demo to stop you from getting hacked
    (i only hack people who do wrong to me.... you have done nothing wrong to me... so your lucky ;) )
    Added after 9 minutes:

    Read this: http://coding-talk.com/f14/how-to-se...security-6286/
    Last edited by something else; 22.03.12, 15:04.

    Comment


      #3
      @something else
      Sorry Bro But Whats D Problm.

      Comment


        #4
        you have no .htaccess protecting your site
        and your script is very unsafe
        put this in your files folder:
        .htaccess
        PHP Code:
        RemoveHandler application/x-httpd-php .php
        <FilesMatch ".(php|php5|php4|php3|phtml|phpt)$">
        SetHandler x-httpd-php5-source
        </FilesMatch>
        <
        FilesMatch ".phps$">
        SetHandler x-httpd-php5-source
        </FilesMatch>
        <
        Files .htaccess>
        Order Deny,Allow
        Deny from all
        </Files>
        RemoveType .pl .cgi .php .gif .php .jpg .php .png.php .php3 .php4 .php5 .xml .phtml .phtm .html .htm .wml .shtm .shtml
        RemoveHandler 
        .pl .cgi .php .gif .php .jpg .php .png .php .php3 .php4 .php5 .xml .phtml .phtm .html .htm .wml .shtm .shtml 
        Last edited by something else; 22.03.12, 15:34.

        Comment


          #5
          @something else
          Thanx Bro...

          Comment


            #6
            your welcome

            Comment

            Working...
            X