Free Games Forum
Free Games Games Forums Music Forums TV Forums

  Free Games Forum Home FORUM
HOME
Search Posts SEARCH
POSTS
Who's Online WHO'S
ONLINE
Log in LOG
IN
Rules & FAQ RULES / FAQ
REPORT SPAM

Free Games Forum: Game Technology: PHP Forum:
transload script

 

 


kidd rune3
Enthusiast


Sep 11, 2007, 8:14 AM

Post #1 of 1 (355 views)
Shortcut
transload script Can't Post


Code
<?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.


 
 
 


Search for (options) Web Design by Web Ideas - Page loaded in: 0.11 s on (CGI/1.1)