Game object webpage menu

User Tag List

Results 1 to 5 of 5
  1. #1
    runiker's Avatar Contributor
    Reputation
    105
    Join Date
    Nov 2007
    Posts
    501
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Game object webpage

    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>&nbsp;</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">&nbsp;</p>
      <p align="center">&nbsp;</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">&nbsp;</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">&nbsp;</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--

    Game object webpage
  2. #2
    runiker's Avatar Contributor
    Reputation
    105
    Join Date
    Nov 2007
    Posts
    501
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Keeping this open in case of overflow

    also i am looking for some help if interested pm me or even
    contat me thru msn
    [email protected]

    thank you

  3. #3
    runiker's Avatar Contributor
    Reputation
    105
    Join Date
    Nov 2007
    Posts
    501
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Input or else i wont be making any mroe and im working on a few atm

  4. #4
    Spartansp's Avatar Member
    Reputation
    644
    Join Date
    Sep 2007
    Posts
    1,803
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    lol looking forward for it.. i dont have time to check it right now but looks good

  5. #5
    runiker's Avatar Contributor
    Reputation
    105
    Join Date
    Nov 2007
    Posts
    501
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    if there is any bugs please let me know also most website hosting places that do a frontpage email forward are nto free if you find a free one ill post the link here

Similar Threads

  1. How To: Add Game Objects anywhere, everywhere!
    By CSOM in forum WoW EMU Guides & Tutorials
    Replies: 5
    Last Post: 09-05-2024, 04:07 AM
  2. Game object ids.
    By Xx Killjoy xX in forum World of Warcraft Emulator Servers
    Replies: 7
    Last Post: 08-30-2010, 09:54 PM
  3. How to make a Game Object teleport u some were with out a spell
    By Illidan1 in forum WoW EMU Guides & Tutorials
    Replies: 29
    Last Post: 01-01-2008, 06:46 PM
  4. How do I keep game objects forever. PLZ HELP!
    By chocodog in forum World of Warcraft Emulator Servers
    Replies: 6
    Last Post: 10-01-2007, 09:20 PM
  5. Custom Game objects
    By Possum in forum World of Warcraft Emulator Servers
    Replies: 1
    Last Post: 09-27-2007, 10:53 PM
All times are GMT -5. The time now is 04:02 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search