Printable Version of Topic

Click here to view this topic in its original format

HTMLHelp Forums _ Markup (HTML, XHTML, XML) _ save forum

Posted by: scorpy Nov 17 2009, 01:28 PM

this is ment for my CZ clan. and im gonna make a plugin that allows the player to go on the HTML file and fill it out and click report.

this is my code

CODE

<html>
<body>
<h1>Report a Player</h1>
<p>How to get the STEAM ID? <br>
go to console and enter: STATUS <br></p></span>

<span class="formSpan"><label for="02 - Your name<br>">YOUR name<br></label>
<input class="fw-textarea" id="02 - Your name<br>" name="02 - Your name<br>" value="" size="20" type="input"></span>
<script type="text/javascript">reqArr[reqArr.length] = "02 - Your name<br>"</script>
<br />
<span class="formSpan"><label for="03 - STEAM ID <br>">STEAM ID</label> <br />
<input class="fw-textarea" id="03 - STEAM ID <br>" name="03 - STEAM ID <br>" value="" size="20" type="input"></span>
<script type="text/javascript">reqArr[reqArr.length] = "03 - STEAM ID"</script>
<br />
<span class="formSpan"><label for="04 - HIS name <br>">HIS name <br></label>
<input class="fw-textarea" id="04 - HIS name <br>" name="04 - HIS name <br>" value="" size="20" type="input"></span>
<script type="text/javascript">reqArr[reqArr.length] = "04 - HIS name <br>"</script>
<br />
<span class="formSpan"><label for="05 - HIS steam ID <br>">HIS steam ID</label><br />
<input class="fw-textarea" id="05 - HIS steam ID <br>" name="05 - HIS steam ID <br>" value="" size="20" type="input"></span>
<script type="text/javascript">reqArr[reqArr.length] = "05 - HIS steam ID <br>"</script>

<span class="formSpan"><br><input name="06 - " value="Cheater" type="checkbox">Cheater<br>
<input name="06 - " value="Hacker" type="checkbox">Hacker<br>
<input name="06 - " value="Wallhacker" type="checkbox">Wallhacker<br>
<input name="06 - " value="Spammer" type="checkbox">Spammer<br><input name="06 - "value="Glitcher" type="checkbox">Glitcher<br>
<input name="06 - " value="Admin abuse" type="checkbox">Admin abuse<br>
<input name="06 - " value="" type="hidden"></span>

<script type="text/javascript">reqArr[reqArr.length] = "06 - "</script>
<span class="formSpan"><label for="07 - Add comment">Add comment</label><br>
<textarea id="07 - Add comment" name="07 - Add comment" rows="20" cols="50"></textarea></span><br />
<span class="formSpan"><left><input name="08 - Submit" value="Report" type="submit"></center></span></form>
</body>
</html>


so i want all that information to be saved to a txt fil (like sent as an e-mai but to a txt file) in the same folder as the html file is in... is this possible? PLZ help me...
one more thing this does not work with PHP in my case... i have tryed that...

Posted by: Darin McGrew Nov 17 2009, 02:39 PM

What kind of server-side programs (e.g., CGI, PHP) can you run?

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)