W warezboy Active Member 380 2010 0 10 Jul 30, 2010 #1 i need fileserve uploading php code where I can set my user name & password store like hotfile ( Im talking abt rapid lech)
i need fileserve uploading php code where I can set my user name & password store like hotfile ( Im talking abt rapid lech)
RT Active Member 5,314 2009 1,571 85 Jul 30, 2010 #2 Search the forum before posting please. http://www.wjunction.com/showthread.php?t=37077
W warezboy Active Member 380 2010 0 10 Jul 30, 2010 #3 But RT I need uploading php code of fileserve not downloading...
RT Active Member 5,314 2009 1,571 85 Jul 30, 2010 #5 Copied the wrong link -_- again, SEARCH! http://www.wjunction.com/showthread.php?t=36508
W warezboy Active Member 380 2010 0 10 Jul 30, 2010 #6 echo "<table border=1 style='width: 540px;' cellspacing=0 align=center>"; echo " <form method=post><input type=hidden name=action value='FORM' />"; echo " "; echo " <tr >"; echo " <td colspan=4 align=center height=25px ><b>Enter Account</b> </td>"; echo " </tr>"; echo " <tr>"; echo " <td nowrap> Login "; echo " <td> <input name=my_login value='' style='width: 160px;' /> "; echo " <td nowrap> Password "; echo " <td> <input type=password name=my_pass value='' style='width: 160px;' /> "; echo " </tr> "; echo " <tr><td colspan=4 align=center><input type=submit value='Upload' /></tr> "; echo "</table>"; echo "</form>"; die;
echo "<table border=1 style='width: 540px;' cellspacing=0 align=center>"; echo " <form method=post><input type=hidden name=action value='FORM' />"; echo " "; echo " <tr >"; echo " <td colspan=4 align=center height=25px ><b>Enter Account</b> </td>"; echo " </tr>"; echo " <tr>"; echo " <td nowrap> Login "; echo " <td> <input name=my_login value='' style='width: 160px;' /> "; echo " <td nowrap> Password "; echo " <td> <input type=password name=my_pass value='' style='width: 160px;' /> "; echo " </tr> "; echo " <tr><td colspan=4 align=center><input type=submit value='Upload' /></tr> "; echo "</table>"; echo "</form>"; die;