
kidd rune3
Enthusiast

Sep 11, 2007, 8:14 AM
Post #1 of 1
(355 views)
Shortcut
|
|
transload script
|
Can't Post
|
|
<?php if ($_GET[xfer]) { if ($_POST[from] == "") { print "You forgot to enter a url, you stupid faggot."; } else { copy("$_POST[from]", "$_POST[to]"); $size = round((filesize($_POST[to])/1000000), 3); print "Transload Completed. Made by Zar.<br> Original File:<a><a href=\"$_POST[from]\">$_POST[from]</a><br> New File: <a><a href=\"$_POST[to]\">$_POST[to]</a><br> Size: $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\">"; } ?>
Mix a pancake, Stir a pancake, Pop it in the pan; Fry the pancake; Toss the pancake, Catch it if you can.
|