ok so i made a webpage big deal right well it is beacuse this one happens to email whoever you put as recipient a game object request. This is a great way for donors to make game objects or anything like that because it emails the dev directly and it also shows them text but when its sent to you it send the id numbers needed to put into the db
here is what it includes so far
name--name of object duh
type -- type of object
they can pick from
banner
door
quest item
usable
display
forge/anvil/fire
mailbox
flag
display id
too many to list
where or not its lootable
Six diff areas to make it play sounds
it will send you the corresponding id
it dont look good but it is a work in progress
this has to be launched on a FRONTPAGE enabled site
also you have to change my email in the code to the one
where you want it sent to
other then that feel free to edit as needed i used frontpage so
that would work best
Code:
<%
' FP_ASP ASP Automatically generated by a Frontpage Component. Do not Edit.
On Error Resume Next
Session("FP_OldCodePage") = Session.CodePage
Session("FP_OldLCID") = Session.LCID
Session.CodePage = 1252
Session.LCID = 1033
Err.Clear
strErrorUrl = ""
If Request.ServerVariables("REQUEST_METHOD") = "POST" Then
If Request.Form("VTI-GROUP") = "0" Then
Err.Clear
Set fp_conn = Server.CreateObject("ADODB.Connection")
FP_DumpError strErrorUrl, "Cannot create connection"
Set fp_rs = Server.CreateObject("ADODB.Recordset")
FP_DumpError strErrorUrl, "Cannot create record set"
fp_conn.Open Application("gameobjects_ConnectionString")
FP_DumpError strErrorUrl, "Cannot open database"
fp_rs.Open "Results", fp_conn, 1, 3, 2 ' adOpenKeySet, adLockOptimistic, adCmdTable
FP_DumpError strErrorUrl, "Cannot open record set"
fp_rs.AddNew
FP_DumpError strErrorUrl, "Cannot add new record set to the database"
Dim arFormFields0(13)
Dim arFormDBFields0(13)
Dim arFormValues0(13)
arFormFields0(0) = "R1"
arFormDBFields0(0) = "R1"
arFormValues0(0) = Request("R1")
arFormFields0(1) = "sound1"
arFormDBFields0(1) = "sound1"
arFormValues0(1) = Request("sound1")
arFormFields0(2) = "sound2"
arFormDBFields0(2) = "sound2"
arFormValues0(2) = Request("sound2")
arFormFields0(3) = "sound3"
arFormDBFields0(3) = "sound3"
arFormValues0(3) = Request("sound3")
arFormFields0(4) = "loot"
arFormDBFields0(4) = "loot"
arFormValues0(4) = Request("loot")
arFormFields0(5) = "sound4"
arFormDBFields0(5) = "sound4"
arFormValues0(5) = Request("sound4")
arFormFields0(6) = "displat"
arFormDBFields0(6) = "displat"
arFormValues0(6) = Request("displat")
arFormFields0(7) = "sound5"
arFormDBFields0(7) = "sound5"
arFormValues0(7) = Request("sound5")
arFormFields0(8) = "sound6"
arFormDBFields0(8) = "sound6"
arFormValues0(8) = Request("sound6")
arFormFields0(9) = "type"
arFormDBFields0(9) = "type"
arFormValues0(9) = Request("type")
arFormFields0(10) = "display"
arFormDBFields0(10) = "display"
arFormValues0(10) = Request("display")
arFormFields0(11) = "Custom"
arFormDBFields0(11) = "Custom"
arFormValues0(11) = Request("Custom")
arFormFields0(12) = "T1"
arFormDBFields0(12) = "T1"
arFormValues0(12) = Request("T1")
FP_SaveFormFields fp_rs, arFormFields0, arFormDBFields0
FP_SaveFieldToDB fp_rs, Now, "Timestamp"
fp_rs.Update
FP_DumpError strErrorUrl, "Cannot update the database"
fp_rs.Close
fp_conn.Close
FP_FormConfirmation "text/html; charset=windows-1252",_
"Form Confirmation",_
"Thank you for submitting the following information:",_
"gameobjects.htm",_
"Return to the form."
End If
End If
Session.CodePage = Session("FP_OldCodePage")
Session.LCID = Session("FP_OldLCID")
%>
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Name of the game object</title>
</head>
<body>
<p> </p>
<form method="POST" name="Go" target="I1" action="--WEBBOT-SELF--" onSubmit="location.href='../_derived/nortbots.htm';return false;" webbot-onSubmit>
<!--webbot bot="SaveResults" U-File="../fpdb/gameobjects.mdb" S-Format S-Email-Address="[email protected]" S-Email-Format="TEXT/PRE" --><p align="center">
<b><font size="7">Name of the game object</font></b></p>
<p align="center">
<input type="text" name="Name" size="20" value="Name of game object"></p>
<p align="center"><b><font size="7">Type of game object to use</font></b></p>
<p align="left"><input type="radio" CHECKED value="0" name="type">Door-note I
have not made keys for looks only</p>
<p align="left"><input type="radio" value="15" name="type">Banner</p>
<p align="left"><input type="radio" value="27" name="type">Quest item</p>
<p align="left"><input type="radio" value="3" name="type">Usable</p>
<p align="left"><input type="radio" value="5" name="type">You can see the name</p>
<p align="left"><input type="radio" value="8" name="type">Fire/forge/anvil</p>
<p align="left"><input type="radio" value="16" name="type">Mailbox </p>
<p align="left"><input type="radio" value="28" name="type">Flag </p>
<p align="center"> </p>
<p align="center"> </p>
<p align="center"><b><font size="7">Display ID</font></b></p>
<p align="left"><input type="radio" value="768" name="display" checked>
Hologram void walker</p>
<p align="left"><input type="radio" value="1948" name="display">Box</p>
<p align="left"><input type="radio" value="1949" name="display">Mailbox</p>
<p align="left"><input type="radio" value="357" name="display">Chair</p>
<p align="left"><input type="radio" value="1950" name="display">Anvil</p>
<p align="left"><input type="radio" value="623" name="display">Forge</p>
<p align="left"><input type="radio" value="1951" name="display">Book</p>
<p align="left"><input type="radio" value="1952" name="display">Campfire</p>
<p align="left"><input type="radio" value="769" name="display">Ooze covered
vein</p>
<p align="left"><input type="radio" value="770" name="display">Lamp</p>
<p align="left"><input type="radio" value="907" name="display">Door</p>
<p align="left"><input type="radio" value="358" name="display">Silver vein</p>
<p align="left"><input type="radio" value="V13" name="R1">Sign</p>
<p align="left"><input type="radio" value="1953" name="display">Nether rift</p>
<p align="left"><input type="radio" value="359" name="display">Machine thingy</p>
<p align="left"><input type="radio" value="624" name="display">Bench</p>
<p align="left"><input type="radio" value="5654" name="display">Meeting stone</p>
<p align="left"><input type="radio" value="5655" name="display">Ally banner</p>
<p align="left"><input type="radio" value="5656" name="display">Horde banner</p>
<p align="left"><input type="radio" value="5657" name="display">Contested
banner</p>
<p align="left"><input type="radio" value="360" name="display">Wanted sign</p>
<p align="left"><input type="radio" value="custom" name="display">Custom
display id</p>
<p align="center">
<input name="Custom" size="54" value="Insert custom game object display id" style="float: left"></p>
<p align="center"> </p>
<p align="center"><b><font size="5">is it loot able?</font></b></p>
<p align="left"><input type="radio" value="0" checked name="loot">no</p>
<p align="left"><input type="radio" name="loot" value="1">yes</p>
<p align="left"><b><font size="5">if you would like a sound please enter one
to six</font></b></p>
<p align="left"><b><font size="5">
<input type="text" name="sound1" size="20" value="none"><input type="text" name="sound2" size="20" value="none"></font></b></p>
<p align="left"><b><font size="5">
<input type="text" name="sound3" size="20" value="none"><input type="text" name="sound4" size="20" value="none"></font></b></p>
<p align="left"><b><font size="5">
<input type="text" name="sound5" size="20" value="none"><input type="text" name="sound6" size="20" value="none"></font></b></p>
<p align="center"> </p>
<p align="center">Script done by Runiker of
<a href="<A href="http://legionwow.net/1/index.html">wowlegion</a></p">http://legionwow.net/1/index.html">wowlegion</a></p>
<p align="center">Email him at <a href="mailto:[email protected]">
[email protected]</a> for requests</p>
<p align="center">Thank you for using this guide!</p>
<p align="center"><input type="submit" value="Submit" name="B1"><input type="reset" value="Reset" name="B2"></p>
</form>
</body>
</html>
for those who dont know anything about html
please just copy and past into notepad
then save as blah.html and upload to site
--updates will be here when modifyed--