The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> save forum, how do i save my html forum to a txt file?
scorpy
post Nov 17 2009, 01:28 PM
Post #1





Group: Members
Posts: 1
Joined: 17-November 09
Member No.: 10,356



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...

This post has been edited by scorpy: Nov 17 2009, 02:10 PM
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Darin McGrew
post Nov 17 2009, 02:39 PM
Post #2


WDG Member
********

Group: Root Admin
Posts: 8,365
Joined: 4-August 06
From: Mountain View, CA
Member No.: 3



What kind of server-side programs (e.g., CGI, PHP) can you run?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 29th March 2024 - 12:09 AM