
April 27th, 2003, 01:22 PM
|
|
Contributing User
|
|
Join Date: Mar 2003
Posts: 189
Time spent in forums: 1 Day 23 h 24 m 11 sec
Reputation Power: 6
|
|
Ok I have made most of it, and it does work.. Just slow..
I have one mod, that I cannot fiqure out.
Quote: <table width="41%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td width="11%">
<div align="right"><u><b>Ip : </b></u></div>
</td>
<td width="89%">
<input type="text" name="ip" size="15" value="">
</td>
</tr>
<tr>
<td width="11%">
<div align="right"><u><b>Path :</b></u></div>
</td>
<td width="89%">
<input type="text" name="rep" size="30" value="/">
</td>
</tr>
<tr>
<td width="11%">
<div align="right"><u><b>Login : </b></u></div>
</td>
<td width="89%">
<input type="text" name="login" size="20" value="anonymous">
</td>
</tr>
<tr>
<td width="11%">
<div align="right"><u><b>Pwd : </b></u></div>
</td>
<td width="89%">
<input type="text" name="pwd" size="20" value="anonymous">
</td>
</tr>
<tr>
<td width="11%">
<div align="right"><u><b>Port : </b></u></div>
</td>
<td width="89%">
<input type="text" name="port" size="6" maxlength="6" value="21">
<input type="submit" name="Submit" value="Index!">
</td>
</tr>
</table> |
I have that code but, I don't know how to when you copy paste a link like this "ftp://user  ***@127.0.0.1:21" it will just seperate itself so user in that string goes in user, pass goes in the pass field etc...
Thanks , Josh
|