Wanelo, Solving the "No input file specified." err

Rivalary

Dalayan Beginner
Hey guys, had this problem for a while, Wanelo wouldn't show me any character who's name I'd type into the box. Instead it would come up with "No input file specified."
I searched the boards here for an answer, and I couldn't find anything. Here's what I did to fix it.
I saved the Wanelo page to my hard drive, then changed the HTML code to read:

<p> <strong>The
Wanelo, by Wany.</strong><br>
<img src="www.wintersroar.com/images/horizoline.gif" width="530" height="1"><br>
Enter a character's name and press enter to view profile.
</p>
</p>
<table width="436" height="241" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="241" background="http://www.wintersroar.com/images/wanelobak.jpg"> <form method="post" action="http://www.wintersroar.com/wanelo/charlist.php">
<p align="left">
<input type="Text" name="charname">
</p>
</form> &nbsp;</td>
</tr>
</table>

See, when it was trying to find charlist.php, it was looking at http://www.wintersroar.com/wanelo/wanelo/charlist.php.... which has one too many /wanelo's

It works fine for me loading it off the page I run off my desktop, but doesn't if I use the www.wintersroar.com/wanelo page.
 
Back
Top Bottom