Help - Search - Members - Calendar
Full Version: save forum
HTMLHelp Forums > Web Authoring > Markup (HTML, XHTML, XML)
scorpy
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...
Darin McGrew
What kind of server-side programs (e.g., CGI, PHP) can you run?
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2024 Invision Power Services, Inc.