Now hijack others content by using this script.
Don't forget to say thanks.
Thanks.
Don't forget to say thanks.
Thanks.
<?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!";
}
?>
Comment