<img src="images/PvPRank04.jpg" width="16" height="16"/> <font color="red">Master Sergeant</font>
</td>
</tr>
<tr>
<td bgcolor="black" align="left" width="10%"> </td>
<td bgcolor="black" align="left" width="40%">
<input type="radio" name="rank" value="Sergeant Major" /> <img src="images/PvPRank05.jpg" width="16" height="16"/> <font color="red">Sergeant Major</font>
</td>
<td bgcolor="black" align="left" width="40%">
<input type="radio" name="rank" value="Knight" /> <img src="images/PvPRank06.jpg" width="16" height="16"/> <font color="red">Knight</font>
</td>
</tr>
<tr>
<td bgcolor="black" align="left" width="10%"> </td>
<td bgcolor="black" align="left" width="40%">
<input type="radio" name="rank" value="Knight-Lieutenant" /> <img src="images/PvPRank07.jpg" width="16" height="16"/> <font color="red">Knight-Lieutenant</font>
</td>
<td bgcolor="black" align="left" width="40%">
<input type="radio" name="rank" value="Knight-Captian" /> <img src="images/PvPRank08.jpg" width="16" height="16"/> <font color="red">Knight-Captian</font>
</td>
</tr>
<tr>
<td bgcolor="black" align="left" width="10%"> </td>
<td bgcolor="black" align="left" width="40%">
<input type="radio" name="rank" value="Knight-Champion" /> <img src="images/PvPRank09.jpg" width="16" height="16"/> <font color="red">Knight-Champion</font>
</td>
<td bgcolor="black" align="left" width="40%">
<input type="radio" name="rank" value="Lieutenant Commander"/> <img src="images/PvPRank10.jpg" width="16" height="16"/> <font color="red">Lt. Commander</font>
</td>
</tr>
<tr>
<td bgcolor="black" align="left" width="10%"> </td>
<td bgcolor="black" align="left" width="40%">
<input type="radio" name="rank" value="Commander" /> <img src="images/PvPRank11.jpg" width="16" height="16"/> <font color="red">Commander</font>
</td>
<td bgcolor="black" align="left" width="40%">
<input type="radio" name="rank" value="Marshal" /> <img src="images/PvPRank12.jpg" width="16" height="16"/> <font color="red">Marshal</font>
</td>
</tr>
<tr>
<td bgcolor="black" align="left" width="10%"> </td>
<td bgcolor="black" align="left" width="40%">
<input type="radio" name="rank" value="Field-Marshal" /> <img src="images/PvPRank13.jpg" width="16" height="16"/> <font color="red">Field-Marshal</font>
</td>
<td bgcolor="black" align="left" width="40%">
<input type="radio" name="rank" value="Grand-Marshal" /> <img src="images/PvPRank14.jpg" width="16" height="16"/> <font color="red">Grand-Marshal</font>
</td>
</tr>
</table>
</td>
</tr>
<!-- raiding xp -->
<tr>
<td bgcolor="black" width="30%" align="left" valign="top">
<font color="red">What End game Raids have you done?</font>
</td>
<td bgcolor="black" width="70%" align="left">
<input type="text" name="raids" size="40"/>
</td>
</tr>
<!-- Why Join -->
<tr>
<td bgcolor="black" width="30%" align="left" valign="top">
<font color="red">Why do you want to join? </font>
</td>
<td bgcolor="black" width="70%" align="left">
<input type="text" name="why_join" size="40" value="How can you help this guild."/>
</td>
</tr>
<!-- What to expect -->
<tr>
<td bgcolor="black" width="30%" align="left" valign="top">
<font color="red">what do you expect of us? </font>
</td>
<td bgcolor="black" width="70%" align="left">
<input type="text" name="expect" size="40" value="what you expect from us."/>
</td>
</tr>
<!-- personal information -->
<tr>
<td bgcolor="black" height="10"> </td>
</tr>
<tr>
<td bgcolor="black" width="30%" align="left">
<font color="red">Email: </font>
</td>
<td bgcolor="black" width="70%">
<input type="text" name="email" value="email" size="40"/>
</td>
</tr>
<tr>
<td bgcolor="black" width="30%" align="left">
<font color="red">In real life name</font>
</td>
<td bgcolor="black" width="70%">
<input type="text" name="irl_name" value="your first name" size="40"/>
</td>
</tr>
<tr>
<td bg color="black">
</td>
</tr>
<!-- SUBMIT FORM -->
<tr>
<td bgcolor="black" width="30%">
</td>
<td bgcolor="black" width="70%">
<input type="Submit" value="Submit"/>
<input type="Reset" value="Reset"/>
<br>
</tr>
<tr>
<td colspan="2" align="center">
<font color="red">:: <a href="http://www.mindimaging.com/RDF/modules.php?name=Guild_Official_rules">Rules and Regs</a> :: <a href="http://www.mindimaging.com/RDF/modules.php?name=guild_ranks">Rank Structure</a> :: <a href="http://www.mindimaging.com/RDF/modules.php?name=roster16">Roster</a> ::</font>
</td>
</tr>
</table>
</form>
<!---- MAIN AREA FOR CONTENT ---->
</font>
</td>
</tr>
</table>
</td>
<!--end content here-->
<td background="images/rt_GEM.gif" width="50"></td>
</tr>
<!-- First row of images -->
<tr>
<td background="images/gem_corner_bl.gif" width="50" height="50"></td>
<td background="images/bot_GEM.gif" ></td>
<td background="images/gem_corner_br.gif" width="50"></td>
</tr>
</table>
</td></table>
</body>
<?php
CloseTable();
include("footer.php");
?>
[/code]
which when the user hits the submit button there it's supposed to change the op value to rdfsubmit and then have index.php include the submission.php code which is here
<?php
if (!defined('RDF_SUBMIT')) {
die("You can't access this file directly...");
}
include('header.php');
chmod("application.txt", 0666);
$fp = fopen("application.txt", "a+");
if ($fp !== false) {
echo "Adding ".$_POST["toon_name"]." toons information to the applications file, an email has been sent with the following information:<br>\n";
fwrite($fp, "toon_Name='".$_POST["toon_name"]."'\n toon_level='".$_POST["toon_level"]."'\n class='".$_POST["class"]."'\n race='".$_POST["race"]."'\n rank='".$_POST["rank"]."'\n raids='".$_POST["raids"]."'\n why_join='".$_POST["why_join"]."'\n expect='".$_POST["expect"]."'\n IRL_name='".$_POST["irl_name"]."'\n email='".$_POST["email"]."'\r\n");
fclose($fp);
} else {
echo "couldn't create test file";
}
?>
<?PHP
echo"toon name:";
print_r($_POST["toon_name"]);
echo"<br>toon Level:";
print_r($_POST["toon_level"]);
echo"<br>toon class:";
print_r($_POST["class"]);
echo"<br>toon race:";
print_r($_POST["race"]);
echo"<br>toon pvp rank:";
print_r($_POST["rank"]);
echo"<br>End Game Raid xp:";
print_r($_POST["raids"]);
echo"<br>Why join:";
print_r($_POST["why_join"]);
echo"<br>what expectations:";
print_r($_POST["expect"]);
echo"<br>IRL FNAME:";
print_r($_POST["irl_name"]);
echo"<br>Email Address:";
print_r($_POST["email"]);
echo"<br>";
echo"an email has been sent to the guild's leadership <br>You should be contacted within a few days.";
include("footer.php");
?>
but when the user hits the submit button it generates a 404 error on the browser, so i think it's in the URL structure of the generated directory. but for the life of me i can't find it.