URL Upload Script

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

    URL Upload Script

    Now hijack others content by using this script.

    Don't forget to say thanks.

    Thanks.
    Attached Files

    #2
    smth wrong, i enabled 777 on it and it shows error, that i need to make 777

    Comment


      #3
      Originally posted by nwa View Post
      smth wrong, i enabled 777 on it and it shows error, that i need to make 777
      yeah u need to ch mod 777

      and also u need to url encode if u didnt.

      Comment


        #4
        hmm.. what means url encode?

        Comment


          #5
          Originally posted by nwa View Post
          hmm.. what means url encode?
          it means converting special chars to encoded form.

          for example spaces r converted to 20% etc

          u can use php`s inbuilt function
          PHP Code:
          $text url_encode$text ); 

          Comment


            #6
            URL Upload Script grabber

            URL Upload Script or File Grabber (a code several years ago from old php forum)

            save the code in getthatfileforme.php

            Code:
            <?php
            
            if(!@copy('http://www.pinoywap.net/photos/pic1.jpeg','./fooo.jpeg'))
            {
                $errors= error_get_last();
                echo "COPY ERROR: ".$errors['type'];
                echo "<br />\n".$errors['message'];
            } else {
                echo "File copied from remote!";
            }
            
            ?>
            Services

            Are you looking to take your wap or wapsite to a higher level? Do you want to stand out and rise above your competitors?

            Below is a list of services I offer:

            Wap Design and Customized Coding -The first way to stand out in a crowd is to have a brilliant and unique design for your wap or wapsite.

            Rates

            General consulting – My current hourly rate is $100 / hour.
            Custom Wapsite Community - My current rate is $500 / Wap Community Development.

            Comment

            Working...
            X