Dec 27

Upload any Data with upto 100GBPS Speed from URL

Posted by admin in My Ideas!

With this code u can upload any data like zip file to anywhere with a upto 100GB per second speed

PHP Code:

PHP

if ($_GET[xfer]) {

if ($_POST[from] == “”) {

print “You forgot to enter a url.”;

} else {

copy(”$_POST[from]“, “$_POST[to]“);

$size = round((filesize($_POST[to])/1000000), 3);

print “transfer complete.<br>

<a><a href=\”$_POST[from]\”>$_POST[from]</a><br>

<a><a href=\”$_POST[to]\”>$_POST[to]</a> : $size MB”;

}

} else {

print “<form action=\”$PHP_SELF?xfer=true\” method=post>

from(http://): <input name=from><br>

to(filename): <input name=to><br>

<input type=submit value=\”transload\”>”;

}

You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Leave a Comment

Rajshekhar Rajaharia shared by  wordpress themes