Announcement

Collapse
No announcement yet.

Getting Error Can't seem to figure out

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Getting Error Can't seem to figure out

    Hello and sorry in advanced for posting becuse im shure it is something stupid im doing wrong but I can't seem to figure out what?

    But when I publish my page then I try to view it on explorer I get this message
    Parse error: syntax error, unexpected T_STRING in /home/ssyxmkh/public_html/protect/gruulsrun.php on line 15

    This is the page link http://www.thewarriorselite.com/protect/gruulsrun.php


    Can someone please help page loads up fine if I remove forum and republish it I have watch all tuturals and checked everything I can think of Thanks for all the help

  • #2
    Re: Getting Error Can't seem to figure out

    Which folder did you publish it too? It should be published in your public_html folder.
    Reguards
    Ed
    www.dsondesigns.com
    www.marseillesyouthsports.com
    www.300hitter.com
    www.bigjk.net
    How to add JAlbum to your site

    Comment


    • #3
      Re: Getting Error Can't seem to figure out

      The above problem has nothing to do with folders. It is a problem with the php code in your page, probably some ";" missing or a forgotten closing tag ">"

      Without seing the code i can't tell more
      Navaldesign
      Logger Lite: Low Cost, Customizable, multifeatured Login script
      Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
      DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
      Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!

      Comment


      • #4
        Re: Getting Error Can't seem to figure out

        Sorry here is the code

        <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
        <html>
        <head>
        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
        <title>Gruul's Lair Run</title>
        <meta name="GENERATOR" content="Created by BlueVoda">
        <script language="JavaScript" type="text/javascript">
        <!--
        function ValidateGrullRun(theForm)
        {
        if (theForm.Editbox1.value == "")
        {
        alert("Please enter a value for the \"Character Name\" field.");
        theForm.Editbox1.focus();
        return false;
        }
        if (theForm.Editbox1.value.length < 1)
        {
        alert("Please enter at least 1 characters in the \"Character Name\" field.");
        theForm.Editbox1.focus();
        return false;
        }
        if (theForm.Editbox1.value.length > 100)
        {
        alert("Please enter at most 100 characters in the \"Character Name\" field.");
        theForm.Editbox1.focus();
        return false;
        }
        if (theForm.Editbox2.value == "")
        {
        alert("Please enter a value for the \"Class\" field.");
        theForm.Editbox2.focus();
        return false;
        }
        if (theForm.Editbox2.value.length < 1)
        {
        alert("Please enter at least 1 characters in the \"Class\" field.");
        theForm.Editbox2.focus();
        return false;
        }
        if (theForm.Editbox2.value.length > 100)
        {
        alert("Please enter at most 100 characters in the \"Class\" field.");
        theForm.Editbox2.focus();
        return false;
        }
        if (theForm.Editbox3.value == "")
        {
        alert("Please enter a value for the \"Talent Spec\" field.");
        theForm.Editbox3.focus();
        return false;
        }
        if (theForm.Editbox3.value.length < 1)
        {
        alert("Please enter at least 1 characters in the \"Talent Spec\" field.");
        theForm.Editbox3.focus();
        return false;
        }
        if (theForm.Editbox3.value.length > 100)
        {
        alert("Please enter at most 100 characters in the \"Talent Spec\" field.");
        theForm.Editbox3.focus();
        return false;
        }
        if (theForm.Combobox1.selectedIndex < 0)
        {
        alert("Please select one of the \"Combobox1\" options.");
        theForm.Combobox1.focus();
        return false;
        }
        if (theForm.Combobox2.selectedIndex < 0)
        {
        alert("Please select one of the \"Combobox2\" options.");
        theForm.Combobox2.focus();
        return false;
        }
        if (theForm.Combobox3.selectedIndex < 0)
        {
        alert("Please select one of the \"Combobox3\" options.");
        theForm.Combobox3.focus();
        return false;
        }
        if (theForm.Editbox4.value == "")
        {
        alert("Please enter a value for the \"Times & Day's Avalable\" field.");
        theForm.Editbox4.focus();
        return false;
        }
        if (theForm.Editbox4.value.length < 1)
        {
        alert("Please enter at least 1 characters in the \"Times & Day's Avalable\" field.");
        theForm.Editbox4.focus();
        return false;
        }
        if (theForm.Editbox4.value.length > 1000)
        {
        alert("Please enter at most 1000 characters in the \"Times & Day's Avalable\" field.");
        theForm.Editbox4.focus();
        return false;
        }
        if (theForm.Editbox5.value == "")
        {
        alert("Please enter a value for the \"Why you wanna run gruul's lair\" field.");
        theForm.Editbox5.focus();
        return false;
        }
        if (theForm.Editbox5.value.length < 1)
        {
        alert("Please enter at least 1 characters in the \"Why you wanna run gruul's lair\" field.");
        theForm.Editbox5.focus();
        return false;
        }
        if (theForm.Editbox5.value.length > 1500)
        {
        alert("Please enter at most 1500 characters in the \"Why you wanna run gruul's lair\" field.");
        theForm.Editbox5.focus();
        return false;
        }
        return true;
        }
        //-->
        </script>
        </head>
        <body background="guild_logo.bmp" bgcolor="#FFFFFF" text="#000000">
        <div id="bv_Text2" style="position:absolute;left:335px;top:37px;width :328px;height:57px;z-index:17" align="center">
        <font style="font-size:48px" color="#FF0000" face="Monotype Corsiva"><b>Warriors Elite</b></font></div>
        <div id="bv_NavigationBar1" style="position:absolute;left:187px;top:89px;width :630px;height:31px;z-index:18" align="left">
        <table border="0" cellpadding="0" cellspacing="0" id="NavigationBar1">
        <tr>
        <td align="left" valign="top" width="118" height="31"><a href="http://www.thewarriorselite.com/protect/home.php"><img id="bv01136" src="bv01136.gif" alt="Home" title="Home" align="top" border="0" width="118" height="31"></a></td>
        <td width="10"></td><td align="left" valign="top" width="118" height="31"><a href="http://www.thewarriorselite.com/protect/pics.html"><img id="bv01137" src="bv01137.gif" alt="Guild Pictures" title="Guild Pictures" align="top" border="0" width="118" height="31"></a></td>
        <td width="10"></td><td align="left" valign="top" width="118" height="31"><a href="http://www.thewarriorselite.com/protect/rules.html"><img id="bv01138" src="bv01138.gif" alt="Guild Rules" title="Guild Rules" align="top" border="0" width="118" height="31"></a></td>
        <td width="10"></td><td align="left" valign="top" width="118" height="31"><a href="http://www.thewarriorselite.com/protect/downloads.html"><img id="bv01139" src="bv01139.gif" alt="Downloads" title="Downloads" align="top" border="0" width="118" height="31"></a></td>
        <td width="10"></td><td align="left" valign="top" width="118" height="31"><a href="http://www.thewarriorselite.com/index.php"><img id="bv01140" src="bv01140.gif" alt="Forums" title="Forums" align="top" border="0" width="118" height="31"></a></td>
        </tr>
        </table>
        </div>
        <div id="bv_Text19" style="position:absolute;left:185px;top:200px;widt h:631px;height:459px;background-color:#FFFFE0;z-index:19" align="center">
        <font style="font-size:24px" color="#000000" face="Arial">If you are interested in running Gruul's please fill out the forum at the bottom of this page.&nbsp; This dose not mean you are automatically placed in a group but it dose let us no you want to run.&nbsp; When a group is being formed or a spot needs filled you will be placed in a group if you meet all the requirements. <br>
        The requirements are as followed. You must have voice chat that means a head set as communication is vital in Kara, you will also be expected to have omen threat meter installed and up to date.&nbsp; We also would like you to have ventrilo voice installed as it is a much better voice system then Blizzard currently offers. You must also be geared for Gruul's, Unfortanatly once you make it to 70 there is a lot of gear upgrades you will need be for running Gruul's. A good spot to find this out is <a href="http://be.imba.hu/?zone=US&realm=Quel'dorei">here</font><font style="font-size:13px" color="#000000" face="Arial"></a> </font><font style="font-size:24px" color="#000000" face="Arial">.&nbsp; I will also post what I can at the bottom for minimum requirements.&nbsp; Thank you for your patients and good luck in Gruul's Lair.</font></div>
        <div id="bv_Text20" style="position:absolute;left:180px;top:1126px;wid th:641px;height:889px;background-color:#FFFFE0;z-index:20" align="left">
        <font style="font-size:16px" color="#000000" face="Times New Roman">Gear Requirements <br>
        General Gear for starting Gruul's Lair: <br>
        <br>
        <b>Druid </b><br>
        Boomkin: HP: 8,000 MP: 8,000 Other: +750 Spell Dmg, 18% Spell Crit in Caster form, 9% Spell Hit <br>
        Healing: HP: 8,000 MP: 8,500 Other: +1,400 Healing, +120 MP5 <br>
        Tank: HP: 16,000 MP: N/A Other: 25,000 Armor, 415 Defense with points in survival of the fittest, 25% Dodge, 1,100 AP, 20% Crit <br>
        Melee: HP: 8,000 MP: N/A, Other: 2,500 AP, 25% Crit <br>
        <b><br>
        Hunter</b> <br>
        Beast Master: HP: 8,000 MP: 7,500 Other: 1900 AP, 20% Crit, 8% to hit <br>
        Marksman: HP: 8,000 MP: 8,000 Other: 1900 AP, 20% Crit, 8% to hit <br>
        <b><br>
        Mage</b> <br>
        All: HP: 8,000 MP: Other: +800 spell Damage, %20 spell crit, 9% Spell Hit <br>
        <b><br>
        Paladin</b> <br>
        Retribution HP: 8,000 MP: 6,000 Other: 1600 AP, +400 Spell Damage, 20% Crit <br>
        Healing: HP: 8,000 MP: 9,000 Other: +1,500 Healing, +80 MP5, 15% Holy Spell Crit. <br>
        Tank: HP: 12,500 MP: 5,000 Other: 490 Defense, 14,000 armor, 102.4% avoidance (while HS is up add dodge/parry/block and miss), +200 spell damage. <br>
        <b><br>
        Priest</b> <br>
        Shadow HP: 8,000 MP: 7,500 Other: +850 Damage <br>
        Healing HP: 8,000 MP: 8,500 Other: +1,500 Healing, +130 MP5 <br>
        <b><br>
        Rogue</b> <br>
        Combat Swords: HP: 9,000 Other: 1500 AP, 20% Crit, +185 to Hit <br>
        Combat Daggers: HP: 9,000 Other: 1500 AP, 26% Crit, +115 to Hit <br>
        Assassination: HP: 9,000 Other: 1500 AP, 26% Crit, +115 to Hit <br>
        <b><br>
        Shaman</b> <br>
        Melee: HP: 8,000 MP: 6,500 Other: 1,300 AP, +9% to hit, 20% Crit <br>
        Healing: HP: 8,000 MP: 9,000 Other: +1,400 Healing, +120 MP5, 20% Spell crit <br>
        Caster DPS: HP: 8,000 MP: 8,500 Other: +800 Spell Damage, 18% Spell Crit <br>
        <b><br>
        Warlock</b> <br>
        Affliction: HP: 8,000 MP: 7,000 Other: +850 Spell Damage, +80 Spell Hit <br>
        Demonology/Destruction: HP: 8,000 MP: 8,000 Other: +1,000 Spell Damage, +80 Spell Hit <br>
        <b><br>
        Warrior</b> <br>
        DPS HP: 9,000 MP: N/A Other: 1,700 AP, +12% to Hit, 30% Crit. <br>
        Tank: HP: 13,500 MP: N/A Other: +500 Defense, 16,000 armor, % Avoidance (20 Dodge / 17 Parry / 30 Block) <br>
        <br>
        </font></div>
        <div id="bv_Image1" style="overflow:hidden;position:absolute;left:251p x;top:685px;z-index:21" align="left">
        <img src="Gruul's Lair.jpg" id="Image1" alt="" align="top" border="0" style="width:500px;height:375px;"></div>
        <div id="bv_Form1" style="position:absolute;left:269px;top:2117px;wid th:461px;height:298px;background-color:#FFFFE0;z-index:22" align="left">
        <form name="GrullRun" method="POST" action="<? echo($_SERVER['PHP_SELF']);?>" enctype="application/x-www-form-urlencoded" id="Form1" onsubmit="return ValidateGrullRun(this)">
        <div id="bv_Text1" style="position:absolute;left:10px;top:15px;width: 193px;height:16px;z-index:0" align="left">
        <font style="font-size:13px" color="#000000" face="Arial">Character Name</font></div>
        <input type="text" id="Editbox1" style="position:absolute;left:213px;top:15px;width :200px;font-family:Courier New;font-size:16px;z-index:1" size="20" name="Character Name" value="">
        <div id="bv_Text3" style="position:absolute;left:10px;top:44px;width: 193px;height:16px;z-index:2" align="left">
        <font style="font-size:13px" color="#000000" face="Arial">Class</font></div>
        <input type="text" id="Editbox2" style="position:absolute;left:213px;top:44px;width :200px;font-family:Courier New;font-size:16px;z-index:3" size="20" name="Class" value="">
        <div id="bv_Text4" style="position:absolute;left:10px;top:73px;width: 193px;height:16px;z-index:4" align="left">
        <font style="font-size:13px" color="#000000" face="Arial">Talent Spec</font></div>
        <input type="text" id="Editbox3" style="position:absolute;left:213px;top:73px;width :200px;font-family:Courier New;font-size:16px;z-index:5" size="20" name="Talent Spec" value="">
        <div id="bv_Text5" style="position:absolute;left:10px;top:102px;width :193px;height:16px;z-index:6" align="left">
        <font style="font-size:13px" color="#000000" face="Arial">Do you have voice chat?</font></div>
        <select name="Do you have voice chat" size="1" id="Combobox1" style="position:absolute;left:213px;top:102px;widt h:200px;font-family:Courier New;font-size:16px;z-index:7">
        <option value="Yes I have Voice">Yes</option>
        <option selected value="I don't have vent">No</option>
        </select>
        <div id="bv_Text6" style="position:absolute;left:10px;top:131px;width :193px;height:16px;z-index:8" align="left">
        <font style="font-size:13px" color="#000000" face="Arial">Do you have vent?</font></div>
        <select name="Do you have vent?" size="1" id="Combobox2" style="position:absolute;left:213px;top:131px;widt h:200px;font-family:Courier New;font-size:16px;z-index:9">
        <option value="Yes I have vent">Yes</option>
        <option selected value="I don't have vent">No</option>
        </select>
        <div id="bv_Text7" style="position:absolute;left:10px;top:160px;width :193px;height:16px;z-index:10" align="left">
        <font style="font-size:13px" color="#000000" face="Arial">Do you have omen threat meter?</font></div>
        <select name="Do you have omen threat meter" size="1" id="Combobox3" style="position:absolute;left:213px;top:160px;widt h:200px;font-family:Courier New;font-size:16px;z-index:11">
        <option value="Yes I have Omen">Yes</option>
        <option selected value="No I don't have Omen">No</option>
        </select>
        <div id="bv_Text8" style="position:absolute;left:10px;top:189px;width :193px;height:16px;z-index:12" align="left">
        <font style="font-size:13px" color="#000000" face="Arial">Times &amp; Days Avalable</font></div>
        <input type="text" id="Editbox4" style="position:absolute;left:213px;top:189px;widt h:230px;font-family:Courier New;font-size:16px;z-index:13" size="23" name="Times & Days Avalable" value="Please Use Server Times">
        <div id="bv_Text9" style="position:absolute;left:10px;top:218px;width :193px;height:16px;z-index:14" align="left">
        <font style="font-size:13px" color="#000000" face="Arial">Why you wanna run Gruul's Lair</font></div>
        <input type="text" id="Editbox5" style="position:absolute;left:213px;top:218px;widt h:230px;font-family:Courier New;font-size:16px;z-index:15" size="23" name="Why you wanna run gruul's Lair" value="">
        <input type="submit" id="Button1"" name="Submit" value="Submit" style="position:absolute;left:196px;top:264px;widt h:75px;height:24px;z-index:16">
        </form>
        </div>
        </body>
        </html>

        Comment


        • #5
          Re: Getting Error Can't seem to figure out

          This is the form page code, the problem is in the thank you page, where you have the processing script. In the code you posted there is no php code, so the error simply can't be in this page.

          Use the new form wizard (BV10.12) and you will solve your problems.
          Navaldesign
          Logger Lite: Low Cost, Customizable, multifeatured Login script
          Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
          DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
          Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!

          Comment


          • #6
            Re: Getting Error Can't seem to figure out

            Ok I have downloaded the new Bv forum thing just did today and used to to create the forum saved published and same error I am trying to use the same thank you for 3 differnt forums on 3 differnt page's will that work?

            here is the code from my ty page



            <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
            <html>
            <head>
            <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
            <title>Raid Thanks</title>
            <meta name="GENERATOR" content="Created by BlueVoda">
            </head>
            <body background="guild_logo.bmp" bgcolor="#FFFFFF" text="#000000">
            <?PHP
            $mailto = "robert317********.com";
            $email = $HTTP_POST_VARS['email'];
            if ($email == "") {
            $email = $mailto;
            }
            $mailsubj = "Event Idea's";
            $mailhead = "From: $email\n";
            reset ($HTTP_POST_VARS);
            $mailbody = "Values submitted from web site form :\n";
            while (list ($key, $val) = each ($HTTP_POST_VARS))
            {
            if ($key!="submit")
            {
            $mailbody .= "$key : $val\n";
            }
            }
            mail($mailto, $mailsubj, $mailbody, $mailhead);
            mail('', $mailsubj,$mailbody,$mailhead0;
            ?>
            <div id="bv_Text2" style="position:absolute;left:335px;top:37px;width :328px;height:57px;z-index:0" align="center">
            <font style="font-size:48px" color="#FF0000" face="Monotype Corsiva"><b>Warriors Elite</b></font></div>
            <div id="bv_Text1" style="position:absolute;left:336px;top:177px;widt h:329px;height:160px;background-color:#FFFFE0;z-index:1" align="center">
            <font style="font-size:27px" color="#000000" face="Arial">Thank you for your interest in running this raid. A group coordinator will be getting in contact with you soon</font></div>
            <div id="bv_NavigationBar2" style="position:absolute;left:186px;top:117px;widt h:630px;height:31px;z-index:2" align="left">
            <table border="0" cellpadding="0" cellspacing="0" id="NavigationBar2">
            <tr>
            <td align="left" valign="top" width="118" height="31"><a href="http://www.thewarriorselite.com/protect/home.php"><img id="bv01141" src="bv01141.gif" alt="Home" title="Home" align="top" border="0" width="118" height="31"></a></td>
            <td width="10"></td><td align="left" valign="top" width="118" height="31"><a href="http://www.thewarriorselite.com/protect/pics.html"><img id="bv01142" src="bv01142.gif" alt="Guild Pictures" title="Guild Pictures" align="top" border="0" width="118" height="31"></a></td>
            <td width="10"></td><td align="left" valign="top" width="118" height="31"><a href="http://www.thewarriorselite.com/protect/rules.html"><img id="bv01143" src="bv01143.gif" alt="Guild Rules" title="Guild Rules" align="top" border="0" width="118" height="31"></a></td>
            <td width="10"></td><td align="left" valign="top" width="118" height="31"><a href="http://www.thewarriorselite.com/protect/downloads.html"><img id="bv01144" src="bv01144.gif" alt="Downloads" title="Downloads" align="top" border="0" width="118" height="31"></a></td>
            <td width="10"></td><td align="left" valign="top" width="118" height="31"><a href="http://www.thewarriorselite.com/index.php"><img id="bv01145" src="bv01145.gif" alt="Forums" title="Forums" align="top" border="0" width="118" height="31"></a></td>
            </tr>
            </table>
            </div>
            </body>
            </html>


            Thanks again for all the help

            Comment


            • #7
              Re: Getting Error Can't seem to figure out

              You can use the same thank you page. The script in the page is wrong: here is the correct one:

              <?PHP
              $mailto = "robert317********.com";
              $email = $HTTP_POST_VARS['email'];
              if ($email == "") {
              $email = $mailto;
              }
              $mailsubj = "Event Idea's";
              $mailhead = "From: $email\n";
              reset ($HTTP_POST_VARS);
              $mailbody = "Values submitted from web site form :\n";
              while (list ($key, $val) = each ($HTTP_POST_VARS))
              {
              if ($key!="submit")
              {
              $mailbody .= "$key : $val\n";
              }
              }
              mail($mailto, $mailsubj, $mailbody, $mailhead);
              ?>
              Navaldesign
              Logger Lite: Low Cost, Customizable, multifeatured Login script
              Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
              DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
              Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!

              Comment


              • #8
                Re: Getting Error Can't seem to figure out

                Ok I put that code in the beging of the body saved and republished still getting save error this is the new html for the Thankyou page

                <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                <html>
                <head>
                <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
                <title>Raid Thanks</title>
                <meta name="GENERATOR" content="Created by BlueVoda">
                </head>
                <body background="guild_logo.bmp" bgcolor="#FFFFFF" text="#000000">
                <?PHP
                $mailto = "robert317********.com.com";
                $email = $HTTP_POST_VARS['email'];
                if ($email == "") {
                $email = $mailto;
                }
                $mailsubj = "Raid sign up";
                $mailhead = "From: $email\n";
                reset ($HTTP_POST_VARS);
                $mailbody = "Values submitted from web site form :\n";
                while (list ($key, $val) = each ($HTTP_POST_VARS))
                {
                if ($key!="submit")
                {
                $mailbody .= "$key : $val\n";
                }
                }
                mail($mailto, $mailsubj, $mailbody, $mailhead);
                ?>
                <div id="bv_Text2" style="position:absolute;left:335px;top:37px;width :328px;height:57px;z-index:0" align="center">
                <font style="font-size:48px" color="#FF0000" face="Monotype Corsiva"><b>Warriors Elite</b></font></div>
                <div id="bv_Text1" style="position:absolute;left:336px;top:177px;widt h:329px;height:160px;background-color:#FFFFE0;z-index:1" align="center">
                <font style="font-size:27px" color="#000000" face="Arial">Thank you for your interest in running this raid. A group coordinator will be getting in contact with you soon</font></div>
                <div id="bv_NavigationBar2" style="position:absolute;left:186px;top:117px;widt h:630px;height:31px;z-index:2" align="left">
                <table border="0" cellpadding="0" cellspacing="0" id="NavigationBar2">
                <tr>
                <td align="left" valign="top" width="118" height="31"><a href="http://www.thewarriorselite.com/protect/home.php"><img id="bv01141" src="bv01141.gif" alt="Home" title="Home" align="top" border="0" width="118" height="31"></a></td>
                <td width="10"></td><td align="left" valign="top" width="118" height="31"><a href="http://www.thewarriorselite.com/protect/pics.html"><img id="bv01142" src="bv01142.gif" alt="Guild Pictures" title="Guild Pictures" align="top" border="0" width="118" height="31"></a></td>
                <td width="10"></td><td align="left" valign="top" width="118" height="31"><a href="http://www.thewarriorselite.com/protect/rules.html"><img id="bv01143" src="bv01143.gif" alt="Guild Rules" title="Guild Rules" align="top" border="0" width="118" height="31"></a></td>
                <td width="10"></td><td align="left" valign="top" width="118" height="31"><a href="http://www.thewarriorselite.com/protect/downloads.html"><img id="bv01144" src="bv01144.gif" alt="Downloads" title="Downloads" align="top" border="0" width="118" height="31"></a></td>
                <td width="10"></td><td align="left" valign="top" width="118" height="31"><a href="http://www.thewarriorselite.com/index.php"><img id="bv01145" src="bv01145.gif" alt="Forums" title="Forums" align="top" border="0" width="118" height="31"></a></td>
                </tr>
                </table>
                </div>
                </body>
                </html>


                also like i said i am using the ty page for other page this is one of my other page's and it works fin but it is using the old way of makeing forums

                <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                <html>
                <head>
                <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
                <title>Kara Run</title>
                <meta name="GENERATOR" content="Created by BlueVoda">
                <script language="JavaScript" type="text/javascript">
                <!--
                function ValidateKaraRun(theForm)
                {
                if (theForm.Editbox1.value == "")
                {
                alert("Please enter a value for the \"Editbox1\" field.");
                theForm.Editbox1.focus();
                return false;
                }
                if (theForm.Editbox1.value.length < 2)
                {
                alert("Please enter at least 2 characters in the \"Editbox1\" field.");
                theForm.Editbox1.focus();
                return false;
                }
                if (theForm.Editbox1.value.length > 25)
                {
                alert("Please enter at most 25 characters in the \"Editbox1\" field.");
                theForm.Editbox1.focus();
                return false;
                }
                var strValue = theForm.Editbox2.value;
                var strFilter = /^([0-9a-z]([-.\w]*[0-9a-z])*@(([0-9a-z])+([-\w]*[0-9a-z])*\.)+[a-z]{2,6})$/i;
                if (!strFilter.test(strValue))
                {
                alert("Please enter a valid email address.");
                return false;
                }
                if (theForm.Editbox2.value == "")
                {
                alert("Please enter a value for the \"Editbox2\" field.");
                theForm.Editbox2.focus();
                return false;
                }
                if (theForm.Editbox2.value.length < 1)
                {
                alert("Please enter at least 1 characters in the \"Editbox2\" field.");
                theForm.Editbox2.focus();
                return false;
                }
                if (theForm.Editbox2.value.length > 50)
                {
                alert("Please enter at most 50 characters in the \"Editbox2\" field.");
                theForm.Editbox2.focus();
                return false;
                }
                if (theForm.Editbox3.value == "")
                {
                alert("Please enter a value for the \"Editbox3\" field.");
                theForm.Editbox3.focus();
                return false;
                }
                if (theForm.Editbox3.value.length < 1)
                {
                alert("Please enter at least 1 characters in the \"Editbox3\" field.");
                theForm.Editbox3.focus();
                return false;
                }
                if (theForm.Editbox3.value.length > 25)
                {
                alert("Please enter at most 25 characters in the \"Editbox3\" field.");
                theForm.Editbox3.focus();
                return false;
                }
                if (theForm.Editbox5.value == "")
                {
                alert("Please enter a value for the \"Editbox5\" field.");
                theForm.Editbox5.focus();
                return false;
                }
                if (theForm.Editbox5.value.length < 1)
                {
                alert("Please enter at least 1 characters in the \"Editbox5\" field.");
                theForm.Editbox5.focus();
                return false;
                }
                if (theForm.Editbox5.value.length > 500)
                {
                alert("Please enter at most 500 characters in the \"Editbox5\" field.");
                theForm.Editbox5.focus();
                return false;
                }
                if (theForm.Editbox6.value == "")
                {
                alert("Please enter a value for the \"Editbox6\" field.");
                theForm.Editbox6.focus();
                return false;
                }
                if (theForm.Editbox6.value.length < 1)
                {
                alert("Please enter at least 1 characters in the \"Editbox6\" field.");
                theForm.Editbox6.focus();
                return false;
                }
                if (theForm.Editbox6.value.length > 500)
                {
                alert("Please enter at most 500 characters in the \"Editbox6\" field.");
                theForm.Editbox6.focus();
                return false;
                }
                return true;
                }
                //-->
                </script>
                </head>
                <body background="guild_logo.bmp" bgcolor="#FFFFFF" text="#000000">
                <div id="bv_Text2" style="position:absolute;left:335px;top:37px;width :328px;height:57px;z-index:30" align="center">
                <font style="font-size:48px" color="#FF0000" face="Monotype Corsiva"><b>Warriors Elite</b></font></div>
                <div id="bv_NavigationBar1" style="position:absolute;left:187px;top:89px;width :630px;height:31px;z-index:31" align="left">
                <table border="0" cellpadding="0" cellspacing="0" id="NavigationBar1">
                <tr>
                <td align="left" valign="top" width="118" height="31"><a href="http://www.thewarriorselite.com/protect/home.php"><img id="bv01136" src="bv01136.gif" alt="Home" title="Home" align="top" border="0" width="118" height="31"></a></td>
                <td width="10"></td><td align="left" valign="top" width="118" height="31"><a href="http://www.thewarriorselite.com/protect/pics.html"><img id="bv01137" src="bv01137.gif" alt="Guild Pictures" title="Guild Pictures" align="top" border="0" width="118" height="31"></a></td>
                <td width="10"></td><td align="left" valign="top" width="118" height="31"><a href="http://www.thewarriorselite.com/protect/rules.html"><img id="bv01138" src="bv01138.gif" alt="Guild Rules" title="Guild Rules" align="top" border="0" width="118" height="31"></a></td>
                <td width="10"></td><td align="left" valign="top" width="118" height="31"><a href="http://www.thewarriorselite.com/protect/downloads.html"><img id="bv01139" src="bv01139.gif" alt="Downloads" title="Downloads" align="top" border="0" width="118" height="31"></a></td>
                <td width="10"></td><td align="left" valign="top" width="118" height="31"><a href="http://www.thewarriorselite.com/index.php"><img id="bv01140" src="bv01140.gif" alt="Forums" title="Forums" align="top" border="0" width="118" height="31"></a></td>
                </tr>
                </table>
                </div>
                <div id="bv_Form1" style="position:absolute;left:196px;top:1827px;wid th:610px;height:607px;background-color:#FFFFE0;z-index:32" align="left">
                <form name="KaraRun" method="POST" action="<? echo($_SERVER['PHP_SELF']);?>" enctype="multipart/form-data" id="Form1" onsubmit="return ValidateKaraRun(this)">
                <div id="bv_Text1" style="position:absolute;left:248px;top:25px;width :111px;height:16px;z-index:0" align="center">
                <font style="font-size:13px" color="#000000" face="Arial">Character Name</font></div>
                <div id="bv_Text3" style="position:absolute;left:285px;top:79px;width :39px;height:16px;z-index:1" align="left">
                <font style="font-size:13px" color="#000000" face="Arial">e-mail</font></div>
                <div id="bv_Text4" style="position:absolute;left:285px;top:126px;widt h:39px;height:16px;z-index:2" align="left">
                <font style="font-size:13px" color="#000000" face="Arial">Class</font></div>
                <div id="bv_Text5" style="position:absolute;left:266px;top:173px;widt h:75px;height:16px;z-index:3" align="left">
                <font style="font-size:13px" color="#000000" face="Arial">Talent Spec</font></div>
                <div id="bv_Text6" style="position:absolute;left:233px;top:424px;widt h:140px;height:16px;z-index:4" align="left">
                <font style="font-size:13px" color="#000000" face="Arial">Time &amp; Day's Available</font></div>
                <div id="bv_Text7" style="position:absolute;left:168px;top:498px;widt h:268px;height:16px;z-index:5" align="left">
                <font style="font-size:13px" color="#000000" face="Arial">A brief description of why you wanna run kara </font></div>
                <div id="bv_Text8" style="position:absolute;left:230px;top:236px;widt h:150px;height:16px;z-index:6" align="left">
                <font style="font-size:13px" color="#000000" face="Arial">Do you have voice chat</font></div>
                <div id="bv_Text9" style="position:absolute;left:209px;top:368px;widt h:186px;height:16px;z-index:7" align="left">
                <font style="font-size:13px" color="#000000" face="Arial">Do you have omen threat meter</font></div>
                <div id="bv_Text10" style="position:absolute;left:218px;top:300px;widt h:171px;height:16px;z-index:8" align="left">
                <font style="font-size:13px" color="#000000" face="Arial">Do you have vent voice chat</font></div>
                <input type="text" id="Editbox1" style="position:absolute;left:221px;top:49px;width :162px;font-family:Courier;font-size:19px;z-index:9" size="18" name="Character Name" value="">
                <input type="text" id="Editbox2" style="position:absolute;left:221px;top:96px;width :162px;font-family:Courier;font-size:19px;z-index:10" size="18" name="email" value="">
                <input type="text" id="Editbox3" style="position:absolute;left:221px;top:145px;widt h:162px;font-family:Courier;font-size:19px;z-index:11" size="18" name="Class" value="">
                <input type="text" id="Editbox4" style="position:absolute;left:221px;top:197px;widt h:162px;font-family:Courier;font-size:19px;z-index:12" size="18" name="Editbox4" value="">
                <div id="bv_Text11" style="position:absolute;left:407px;top:202px;widt h:140px;height:16px;z-index:13" align="left">
                <font style="font-size:13px" color="#000000" face="Arial">Example--Protect,Tank</font></div>
                <input type="radio" id="RadioButton1"" name="Yes I have voice chat" value="" style="position:absolute;left:271px;top:271px;z-index:14">
                <input type="radio" id="RadioButton2"" name="No I don't have Voice" value="" style="position:absolute;left:348px;top:270px;z-index:15">
                <div id="bv_Text12" style="position:absolute;left:221px;top:271px;widt h:32px;height:16px;z-index:16" align="left">
                <font style="font-size:13px" color="#000000" face="Arial">Yes</font></div>
                <div id="bv_Text13" style="position:absolute;left:308px;top:271px;widt h:26px;height:16px;z-index:17" align="left">
                <font style="font-size:13px" color="#000000" face="Arial">No</font></div>
                <input type="radio" id="RadioButton4"" name="Yes I have Vent" value="" style="position:absolute;left:265px;top:333px;z-index:18">
                <input type="radio" id="RadioButton5"" name="No I don't have vent" value="" style="position:absolute;left:349px;top:332px;z-index:19">
                <div id="bv_Text15" style="position:absolute;left:307px;top:334px;widt h:27px;height:16px;z-index:20" align="left">
                <font style="font-size:13px" color="#000000" face="Arial">No</font></div>
                <div id="bv_Text14" style="position:absolute;left:222px;top:334px;widt h:28px;height:16px;z-index:21" align="left">
                <font style="font-size:13px" color="#000000" face="Arial">Yes</font></div>
                <input type="radio" id="RadioButton6"" name="Yes I have omen" value="" style="position:absolute;left:264px;top:395px;z-index:22">
                <input type="radio" id="RadioButton3"" name="No I don't have omen" value="" style="position:absolute;left:349px;top:393px;z-index:23">
                <div id="bv_Text16" style="position:absolute;left:220px;top:395px;widt h:28px;height:16px;z-index:24" align="left">
                <font style="font-size:13px" color="#000000" face="Arial">Yes</font></div>
                <div id="bv_Text17" style="position:absolute;left:308px;top:395px;widt h:27px;height:16px;z-index:25" align="left">
                <font style="font-size:13px" color="#000000" face="Arial">No</font></div>
                <input type="text" id="Editbox5" style="position:absolute;left:200px;top:455px;widt h:198px;font-family:Courier;font-size:19px;z-index:26" size="22" name="Date's & Time's Avalable" value="">
                <div id="bv_Text18" style="position:absolute;left:419px;top:455px;widt h:150px;height:16px;z-index:27" align="left">
                <font style="font-size:13px" color="#000000" face="Arial">Please use server time's</font></div>
                <input type="text" id="Editbox6" style="position:absolute;left:139px;top:529px;widt h:324px;font-family:Courier;font-size:19px;z-index:28" size="36" name="Why I want to run Kara" value="">
                <input type="submit" id="Button1"" name="Submit" value="Submit" style="position:absolute;left:268px;top:566px;widt h:75px;height:24px;z-index:29">
                </form>
                </div>
                <div id="bv_Text19" style="position:absolute;left:185px;top:200px;widt h:631px;height:459px;background-color:#FFFFE0;z-index:33" align="center">
                <font style="font-size:24px" color="#000000" face="Arial">If you are interested in running Kara please fill out the forum at the bottom of this page.&nbsp; This does not mean you are automatically placed in a group but it dose let us no you want to run.&nbsp; When a group is being formed or a spot needs filled you will be placed in a group if you meet all the requirements. <br>
                The requirements are as followed. You must have voice chat that means a head set as communication is vital in Kara, you will also be expected to have omen threat meter installed and up to date.&nbsp; We also would like you to have ventrilo voice installed as it is a much better voice system then Blizzard currently offers. You must also be geared for Kara, </font><font style="font-size:24px" color="#000000" face="Arial">Unfortunately</font><font style="font-size:16px" color="#000000" face="Times New Roman"> </font><font style="font-size:24px" color="#000000" face="Arial">once you make it to 70 there is a lot of gear upgrades you will need be for running Kara. A good spot to find this out is <a href="http://be.imba.hu/?zone=US&realm=Quel'dorei">here</font><font style="font-size:13px" color="#000000" face="Arial"></a> </font><font style="font-size:24px" color="#000000" face="Arial">.&nbsp; I will also post what I can at the bottom for minimum requirements.&nbsp; Thank you for your patients and good luck in Kara.</font></div>
                <div id="bv_Text20" style="position:absolute;left:178px;top:1194px;wid th:641px;height:585px;background-color:#FFFFE0;z-index:34" align="left">
                <font style="font-size:16px" color="#000000" face="Times New Roman">Gear Requirements <br>
                General Gear for starting Karazhan: <br>
                <br>
                Tanks: <br>
                490 defense for Paladin and Warrior tanks, 420 defense for druid tanks <br>
                10,000 unbuffed health<br>
                <br>
                Healers: <br>
                +1250 Healing (buffed or otherwise), +1650 Healing for solo healing <br>
                100 MP5 in combat <br>
                7000 buffed health is just fine, though you should swap out into stamina gear during the Shade of Aran fight <br>
                <br>
                Casters: <br>
                +650 Spell Damage <br>
                7000 buffed health is just fine, though you should swap out into stamina gear during the Shade of Aran fight <br>
                <br>
                Hunters: <br>
                1300 Ranged Attack Power <br>
                20% Critical Strike Chance <br>
                If you're survival, 500 agility should suffice <br>
                7000 buffed health is just fine, though you should swap out into stamina gear during the Shade of Aran fight <br>
                <br>
                Melee: <br>
                1500 Attack Power <br>
                25% Critical Strike Chance <br>
                7000 buffed health is just fine, though you should swap out into stamina gear during the Shade of Aran fight<br>
                </font></div>
                <div id="bv_Image1" style="overflow:hidden;position:absolute;left:201p x;top:678px;z-index:35" align="left">
                <img src="139.jpg" id="Image1" alt="" align="top" border="0" style="width:600px;height:450px;"></div>
                </body>
                </html>


                and just incase you need this is the html for the page with the form wizard built forum that i am trying to get work

                <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                <html>
                <head>
                <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
                <title>Gruul's Lair Run</title>
                <meta name="GENERATOR" content="Created by BlueVoda">
                <script language="JavaScript" type="text/javascript">
                <!--
                function ValidateGruul's(theForm)
                {
                if (theForm.Editbox1.value == "")
                {
                alert("Please enter a value for the \"Editbox1\" field.");
                theForm.Editbox1.focus();
                return false;
                }
                var strValue = theForm.Editbox2.value;
                var strFilter = /^([0-9a-z]([-.\w]*[0-9a-z])*@(([0-9a-z])+([-\w]*[0-9a-z])*\.)+[a-z]{2,6})$/i;
                if (!strFilter.test(strValue))
                {
                alert("Please enter a valid email address.");
                return false;
                }
                if (theForm.Editbox2.value == "")
                {
                alert("Please enter a value for the \"Editbox2\" field.");
                theForm.Editbox2.focus();
                return false;
                }
                if (theForm.Editbox3.value == "")
                {
                alert("Please enter a value for the \"Editbox3\" field.");
                theForm.Editbox3.focus();
                return false;
                }
                if (theForm.Editbox4.value == "")
                {
                alert("Please enter a value for the \"Editbox4\" field.");
                theForm.Editbox4.focus();
                return false;
                }
                if (theForm.Editbox5.value == "")
                {
                alert("Please enter a value for the \"Editbox5\" field.");
                theForm.Editbox5.focus();
                return false;
                }
                if (theForm.Editbox6.value == "")
                {
                alert("Please enter a value for the \"Editbox6\" field.");
                theForm.Editbox6.focus();
                return false;
                }
                return true;
                }
                //-->
                </script>
                </head>
                <body background="guild_logo.bmp" bgcolor="#FFFFFF" text="#000000">
                <div id="bv_Text2" style="position:absolute;left:335px;top:37px;width :328px;height:57px;z-index:19" align="center">
                <font style="font-size:48px" color="#FF0000" face="Monotype Corsiva"><b>Warriors Elite</b></font></div>
                <div id="bv_NavigationBar1" style="position:absolute;left:187px;top:89px;width :630px;height:31px;z-index:20" align="left">
                <table border="0" cellpadding="0" cellspacing="0" id="NavigationBar1">
                <tr>
                <td align="left" valign="top" width="118" height="31"><a href="http://www.thewarriorselite.com/protect/home.php"><img id="bv01136" src="bv01136.gif" alt="Home" title="Home" align="top" border="0" width="118" height="31"></a></td>
                <td width="10"></td><td align="left" valign="top" width="118" height="31"><a href="http://www.thewarriorselite.com/protect/pics.html"><img id="bv01137" src="bv01137.gif" alt="Guild Pictures" title="Guild Pictures" align="top" border="0" width="118" height="31"></a></td>
                <td width="10"></td><td align="left" valign="top" width="118" height="31"><a href="http://www.thewarriorselite.com/protect/rules.html"><img id="bv01138" src="bv01138.gif" alt="Guild Rules" title="Guild Rules" align="top" border="0" width="118" height="31"></a></td>
                <td width="10"></td><td align="left" valign="top" width="118" height="31"><a href="http://www.thewarriorselite.com/protect/downloads.html"><img id="bv01139" src="bv01139.gif" alt="Downloads" title="Downloads" align="top" border="0" width="118" height="31"></a></td>
                <td width="10"></td><td align="left" valign="top" width="118" height="31"><a href="http://www.thewarriorselite.com/index.php"><img id="bv01140" src="bv01140.gif" alt="Forums" title="Forums" align="top" border="0" width="118" height="31"></a></td>
                </tr>
                </table>
                </div>
                <div id="bv_Text19" style="position:absolute;left:185px;top:200px;widt h:631px;height:459px;background-color:#FFFFE0;z-index:21" align="center">
                <font style="font-size:24px" color="#000000" face="Arial">If you are interested in running Gruul's please fill out the forum at the bottom of this page.&nbsp; This dose not mean you are automatically placed in a group but it dose let us no you want to run.&nbsp; When a group is being formed or a spot needs filled you will be placed in a group if you meet all the requirements. <br>
                The requirements are as followed. You must have voice chat that means a head set as communication is vital in Kara, you will also be expected to have omen threat meter installed and up to date.&nbsp; We also would like you to have ventrilo voice installed as it is a much better voice system then Blizzard currently offers. You must also be geared for Gruul's, Unfortanatly once you make it to 70 there is a lot of gear upgrades you will need be for running Gruul's. A good spot to find this out is <a href="http://be.imba.hu/?zone=US&realm=Quel'dorei">here</font><font style="font-size:13px" color="#000000" face="Arial"></a> </font><font style="font-size:24px" color="#000000" face="Arial">.&nbsp; I will also post what I can at the bottom for minimum requirements.&nbsp; Thank you for your patients and good luck in Gruul's Lair.</font></div>
                <div id="bv_Text20" style="position:absolute;left:180px;top:1126px;wid th:641px;height:889px;background-color:#FFFFE0;z-index:22" align="left">
                <font style="font-size:16px" color="#000000" face="Times New Roman">Gear Requirements <br>
                General Gear for starting Gruul's Lair: <br>
                <br>
                <b>Druid </b><br>
                Boomkin: HP: 8,000 MP: 8,000 Other: +750 Spell Dmg, 18% Spell Crit in Caster form, 9% Spell Hit <br>
                Healing: HP: 8,000 MP: 8,500 Other: +1,400 Healing, +120 MP5 <br>
                Tank: HP: 16,000 MP: N/A Other: 25,000 Armor, 415 Defense with points in survival of the fittest, 25% Dodge, 1,100 AP, 20% Crit <br>
                Melee: HP: 8,000 MP: N/A, Other: 2,500 AP, 25% Crit <br>
                <b><br>
                Hunter</b> <br>
                Beast Master: HP: 8,000 MP: 7,500 Other: 1900 AP, 20% Crit, 8% to hit <br>
                Marksman: HP: 8,000 MP: 8,000 Other: 1900 AP, 20% Crit, 8% to hit <br>
                <b><br>
                Mage</b> <br>
                All: HP: 8,000 MP: Other: +800 spell Damage, %20 spell crit, 9% Spell Hit <br>
                <b><br>
                Paladin</b> <br>
                Retribution HP: 8,000 MP: 6,000 Other: 1600 AP, +400 Spell Damage, 20% Crit <br>
                Healing: HP: 8,000 MP: 9,000 Other: +1,500 Healing, +80 MP5, 15% Holy Spell Crit. <br>
                Tank: HP: 12,500 MP: 5,000 Other: 490 Defense, 14,000 armor, 102.4% avoidance (while HS is up add dodge/parry/block and miss), +200 spell damage. <br>
                <b><br>
                Priest</b> <br>
                Shadow HP: 8,000 MP: 7,500 Other: +850 Damage <br>
                Healing HP: 8,000 MP: 8,500 Other: +1,500 Healing, +130 MP5 <br>
                <b><br>
                Rogue</b> <br>
                Combat Swords: HP: 9,000 Other: 1500 AP, 20% Crit, +185 to Hit <br>
                Combat Daggers: HP: 9,000 Other: 1500 AP, 26% Crit, +115 to Hit <br>
                Assassination: HP: 9,000 Other: 1500 AP, 26% Crit, +115 to Hit <br>
                <b><br>
                Shaman</b> <br>
                Melee: HP: 8,000 MP: 6,500 Other: 1,300 AP, +9% to hit, 20% Crit <br>
                Healing: HP: 8,000 MP: 9,000 Other: +1,400 Healing, +120 MP5, 20% Spell crit <br>
                Caster DPS: HP: 8,000 MP: 8,500 Other: +800 Spell Damage, 18% Spell Crit <br>
                <b><br>
                Warlock</b> <br>
                Affliction: HP: 8,000 MP: 7,000 Other: +850 Spell Damage, +80 Spell Hit <br>
                Demonology/Destruction: HP: 8,000 MP: 8,000 Other: +1,000 Spell Damage, +80 Spell Hit <br>
                <b><br>
                Warrior</b> <br>
                DPS HP: 9,000 MP: N/A Other: 1,700 AP, +12% to Hit, 30% Crit. <br>
                Tank: HP: 13,500 MP: N/A Other: +500 Defense, 16,000 armor, % Avoidance (20 Dodge / 17 Parry / 30 Block) <br>
                <br>
                </font></div>
                <div id="bv_Image1" style="overflow:hidden;position:absolute;left:251p x;top:685px;z-index:23" align="left">
                <img src="Gruul's Lair.jpg" id="Image1" alt="" align="top" border="0" style="width:500px;height:375px;"></div>
                <div id="bv_Form1" style="position:absolute;left:227px;top:2033px;wid th:553px;height:321px;background-color:#FFFFE0;z-index:24" align="left">
                <form name="Gruul's" method="POST" action="<? echo($_SERVER['PHP_SELF']);?>" enctype="multipart/form-data" id="Form1" onsubmit="return ValidateGruul's(this)">
                <div id="bv_Text1" style="position:absolute;left:10px;top:15px;width: 207px;height:16px;z-index:0" align="left">
                <font style="font-size:13px" color="#000000" face="Arial">Character Name</font></div>
                <input type="text" id="Editbox1" style="position:absolute;left:227px;top:15px;width :200px;font-family:Courier New;font-size:16px;z-index:1" size="20" name="Character Name" value="Character Name">
                <div id="bv_Text3" style="position:absolute;left:10px;top:44px;width: 207px;height:16px;z-index:2" align="left">
                <font style="font-size:13px" color="#000000" face="Arial">email</font></div>
                <input type="text" id="Editbox2" style="position:absolute;left:227px;top:44px;width :200px;font-family:Courier New;font-size:16px;z-index:3" size="20" name="email" value="">
                <div id="bv_Text4" style="position:absolute;left:10px;top:73px;width: 207px;height:16px;z-index:4" align="left">
                <font style="font-size:13px" color="#000000" face="Arial">Class</font></div>
                <input type="text" id="Editbox3" style="position:absolute;left:227px;top:73px;width :200px;font-family:Courier New;font-size:16px;z-index:5" size="20" name="Class" value="Class">
                <div id="bv_Text5" style="position:absolute;left:10px;top:102px;width :207px;height:16px;z-index:6" align="left">
                <font style="font-size:13px" color="#000000" face="Arial">Talent Spec</font></div>
                <input type="text" id="Editbox4" style="position:absolute;left:227px;top:102px;widt h:240px;font-family:Courier New;font-size:16px;z-index:7" size="24" name="Talent Sped" value="Example Tank warrior">
                <div id="bv_Text6" style="position:absolute;left:10px;top:131px;width :207px;height:16px;z-index:8" align="left">
                <font style="font-size:13px" color="#000000" face="Arial">Time's And Date's Available</font></div>
                <input type="text" id="Editbox5" style="position:absolute;left:227px;top:131px;widt h:240px;font-family:Courier New;font-size:16px;z-index:9" size="24" name="Time's and Date's abailable" value="Please use server times">
                <div id="bv_Text7" style="position:absolute;left:10px;top:160px;width :207px;height:16px;z-index:10" align="left">
                <font style="font-size:13px" color="#000000" face="Arial">Do you have voice chat?</font></div>
                <select name="Do you have voice chat?" size="1" id="Combobox1" style="position:absolute;left:227px;top:160px;widt h:57px;font-family:Courier New;font-size:16px;z-index:11">
                <option value="Yes">Yes</option>
                <option selected value="No">No</option>
                </select>
                <div id="bv_Text8" style="position:absolute;left:10px;top:189px;width :207px;height:16px;z-index:12" align="left">
                <font style="font-size:13px" color="#000000" face="Arial">Do you have Ventrilo?</font></div>
                <select name="Do you have Ventrilo?" size="1" id="Combobox2" style="position:absolute;left:227px;top:189px;widt h:56px;font-family:Courier New;font-size:16px;z-index:13">
                <option value="Yes">Yes</option>
                <option selected value="No">No</option>
                </select>
                <div id="bv_Text9" style="position:absolute;left:10px;top:218px;width :207px;height:16px;z-index:14" align="left">
                <font style="font-size:13px" color="#000000" face="Arial">Do you have Omen threat meter?</font></div>
                <select name="Do you have Omen threat meter?" size="1" id="Combobox3" style="position:absolute;left:225px;top:218px;widt h:58px;font-family:Courier New;font-size:16px;z-index:15">
                <option value="Yes">Yes</option>
                <option selected value="No">No</option>
                </select>
                <div id="bv_Text10" style="position:absolute;left:10px;top:247px;width :207px;height:16px;z-index:16" align="left">
                <font style="font-size:13px" color="#000000" face="Arial">Why do you wanna run Gruul's Lair</font></div>
                <input type="text" id="Editbox6" style="position:absolute;left:227px;top:247px;widt h:240px;font-family:Courier New;font-size:16px;z-index:17" size="24" name="Why do you wanna run Gruul's Lair" value="">
                <input type="submit" id="Button1"" name="Submit" value="Submit" style="position:absolute;left:227px;top:276px;widt h:96px;height:25px;z-index:18">
                </form>
                </div>
                </body>
                </html>

                Thanks again for all the help and sorry for being a newb :0

                Comment


                • #9
                  Re: Getting Error Can't seem to figure out

                  A link to the form and the thank you page please ?
                  Navaldesign
                  Logger Lite: Low Cost, Customizable, multifeatured Login script
                  Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
                  DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
                  Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!

                  Comment


                  • #10
                    Re: Getting Error Can't seem to figure out

                    this is the ty page



                    this is the page that im trying to get to work



                    this is the one that works with the old way of doing forums




                    You can use user name helper and password helper

                    thanks again

                    Comment


                    • #11
                      Re: Getting Error Can't seem to figure out

                      Is the code of the page http://www.thewarriorselite.com/protect/gruulsrun.php the one you posted above ?

                      If yes, there is nothing in line 15 that would cause this error.
                      If the code belongs to another page, please clarify.

                      Also i don't understand why you have added the php code in the same page as the form... . You could do it, but with another script, not this one.
                      Navaldesign
                      Logger Lite: Low Cost, Customizable, multifeatured Login script
                      Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
                      DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
                      Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!

                      Comment


                      • #12
                        Re: Getting Error Can't seem to figure out

                        Yes the code is posted above all three pages are also i don't really no what you are talking about with the php thing the forum wizard tutural said to make shure to publish the page as a php not and html I will post the code for that page again here for you


                        <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                        <html>
                        <head>
                        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
                        <title>Gruul's Lair Run</title>
                        <meta name="GENERATOR" content="Created by BlueVoda">
                        <script language="JavaScript" type="text/javascript">
                        <!--
                        function ValidateGruul's(theForm)
                        {
                        if (theForm.Editbox1.value == "")
                        {
                        alert("Please enter a value for the \"Editbox1\" field.");
                        theForm.Editbox1.focus();
                        return false;
                        }
                        var strValue = theForm.Editbox2.value;
                        var strFilter = /^([0-9a-z]([-.\w]*[0-9a-z])*@(([0-9a-z])+([-\w]*[0-9a-z])*\.)+[a-z]{2,6})$/i;
                        if (!strFilter.test(strValue))
                        {
                        alert("Please enter a valid email address.");
                        return false;
                        }
                        if (theForm.Editbox2.value == "")
                        {
                        alert("Please enter a value for the \"Editbox2\" field.");
                        theForm.Editbox2.focus();
                        return false;
                        }
                        if (theForm.Editbox3.value == "")
                        {
                        alert("Please enter a value for the \"Editbox3\" field.");
                        theForm.Editbox3.focus();
                        return false;
                        }
                        if (theForm.Editbox4.value == "")
                        {
                        alert("Please enter a value for the \"Editbox4\" field.");
                        theForm.Editbox4.focus();
                        return false;
                        }
                        if (theForm.Editbox5.value == "")
                        {
                        alert("Please enter a value for the \"Editbox5\" field.");
                        theForm.Editbox5.focus();
                        return false;
                        }
                        if (theForm.Editbox6.value == "")
                        {
                        alert("Please enter a value for the \"Editbox6\" field.");
                        theForm.Editbox6.focus();
                        return false;
                        }
                        return true;
                        }
                        //-->
                        </script>
                        </head>
                        <body background="guild_logo.bmp" bgcolor="#FFFFFF" text="#000000">
                        <div id="bv_Text2" style="position:absolute;left:335px;top:37px;width :328px;height:57px;z-index:19" align="center">
                        <font style="font-size:48px" color="#FF0000" face="Monotype Corsiva"><b>Warriors Elite</b></font></div>
                        <div id="bv_NavigationBar1" style="position:absolute;left:187px;top:89px;width :630px;height:31px;z-index:20" align="left">
                        <table border="0" cellpadding="0" cellspacing="0" id="NavigationBar1">
                        <tr>
                        <td align="left" valign="top" width="118" height="31"><a href="http://www.thewarriorselite.com/protect/home.php"><img id="bv01136" src="bv01136.gif" alt="Home" title="Home" align="top" border="0" width="118" height="31"></a></td>
                        <td width="10"></td><td align="left" valign="top" width="118" height="31"><a href="http://www.thewarriorselite.com/protect/pics.html"><img id="bv01137" src="bv01137.gif" alt="Guild Pictures" title="Guild Pictures" align="top" border="0" width="118" height="31"></a></td>
                        <td width="10"></td><td align="left" valign="top" width="118" height="31"><a href="http://www.thewarriorselite.com/protect/rules.html"><img id="bv01138" src="bv01138.gif" alt="Guild Rules" title="Guild Rules" align="top" border="0" width="118" height="31"></a></td>
                        <td width="10"></td><td align="left" valign="top" width="118" height="31"><a href="http://www.thewarriorselite.com/protect/downloads.html"><img id="bv01139" src="bv01139.gif" alt="Downloads" title="Downloads" align="top" border="0" width="118" height="31"></a></td>
                        <td width="10"></td><td align="left" valign="top" width="118" height="31"><a href="http://www.thewarriorselite.com/index.php"><img id="bv01140" src="bv01140.gif" alt="Forums" title="Forums" align="top" border="0" width="118" height="31"></a></td>
                        </tr>
                        </table>
                        </div>
                        <div id="bv_Text19" style="position:absolute;left:185px;top:200px;widt h:631px;height:459px;background-color:#FFFFE0;z-index:21" align="center">
                        <font style="font-size:24px" color="#000000" face="Arial">If you are interested in running Gruul's please fill out the forum at the bottom of this page.&nbsp; This dose not mean you are automatically placed in a group but it dose let us no you want to run.&nbsp; When a group is being formed or a spot needs filled you will be placed in a group if you meet all the requirements. <br>
                        The requirements are as followed. You must have voice chat that means a head set as communication is vital in Kara, you will also be expected to have omen threat meter installed and up to date.&nbsp; We also would like you to have ventrilo voice installed as it is a much better voice system then Blizzard currently offers. You must also be geared for Gruul's, Unfortanatly once you make it to 70 there is a lot of gear upgrades you will need be for running Gruul's. A good spot to find this out is <a href="http://be.imba.hu/?zone=US&realm=Quel'dorei">here</font><font style="font-size:13px" color="#000000" face="Arial"></a> </font><font style="font-size:24px" color="#000000" face="Arial">.&nbsp; I will also post what I can at the bottom for minimum requirements.&nbsp; Thank you for your patients and good luck in Gruul's Lair.</font></div>
                        <div id="bv_Text20" style="position:absolute;left:180px;top:1126px;wid th:641px;height:889px;background-color:#FFFFE0;z-index:22" align="left">
                        <font style="font-size:16px" color="#000000" face="Times New Roman">Gear Requirements <br>
                        General Gear for starting Gruul's Lair: <br>
                        <br>
                        <b>Druid </b><br>
                        Boomkin: HP: 8,000 MP: 8,000 Other: +750 Spell Dmg, 18% Spell Crit in Caster form, 9% Spell Hit <br>
                        Healing: HP: 8,000 MP: 8,500 Other: +1,400 Healing, +120 MP5 <br>
                        Tank: HP: 16,000 MP: N/A Other: 25,000 Armor, 415 Defense with points in survival of the fittest, 25% Dodge, 1,100 AP, 20% Crit <br>
                        Melee: HP: 8,000 MP: N/A, Other: 2,500 AP, 25% Crit <br>
                        <b><br>
                        Hunter</b> <br>
                        Beast Master: HP: 8,000 MP: 7,500 Other: 1900 AP, 20% Crit, 8% to hit <br>
                        Marksman: HP: 8,000 MP: 8,000 Other: 1900 AP, 20% Crit, 8% to hit <br>
                        <b><br>
                        Mage</b> <br>
                        All: HP: 8,000 MP: Other: +800 spell Damage, %20 spell crit, 9% Spell Hit <br>
                        <b><br>
                        Paladin</b> <br>
                        Retribution HP: 8,000 MP: 6,000 Other: 1600 AP, +400 Spell Damage, 20% Crit <br>
                        Healing: HP: 8,000 MP: 9,000 Other: +1,500 Healing, +80 MP5, 15% Holy Spell Crit. <br>
                        Tank: HP: 12,500 MP: 5,000 Other: 490 Defense, 14,000 armor, 102.4% avoidance (while HS is up add dodge/parry/block and miss), +200 spell damage. <br>
                        <b><br>
                        Priest</b> <br>
                        Shadow HP: 8,000 MP: 7,500 Other: +850 Damage <br>
                        Healing HP: 8,000 MP: 8,500 Other: +1,500 Healing, +130 MP5 <br>
                        <b><br>
                        Rogue</b> <br>
                        Combat Swords: HP: 9,000 Other: 1500 AP, 20% Crit, +185 to Hit <br>
                        Combat Daggers: HP: 9,000 Other: 1500 AP, 26% Crit, +115 to Hit <br>
                        Assassination: HP: 9,000 Other: 1500 AP, 26% Crit, +115 to Hit <br>
                        <b><br>
                        Shaman</b> <br>
                        Melee: HP: 8,000 MP: 6,500 Other: 1,300 AP, +9% to hit, 20% Crit <br>
                        Healing: HP: 8,000 MP: 9,000 Other: +1,400 Healing, +120 MP5, 20% Spell crit <br>
                        Caster DPS: HP: 8,000 MP: 8,500 Other: +800 Spell Damage, 18% Spell Crit <br>
                        <b><br>
                        Warlock</b> <br>
                        Affliction: HP: 8,000 MP: 7,000 Other: +850 Spell Damage, +80 Spell Hit <br>
                        Demonology/Destruction: HP: 8,000 MP: 8,000 Other: +1,000 Spell Damage, +80 Spell Hit <br>
                        <b><br>
                        Warrior</b> <br>
                        DPS HP: 9,000 MP: N/A Other: 1,700 AP, +12% to Hit, 30% Crit. <br>
                        Tank: HP: 13,500 MP: N/A Other: +500 Defense, 16,000 armor, % Avoidance (20 Dodge / 17 Parry / 30 Block) <br>
                        <br>
                        </font></div>
                        <div id="bv_Image1" style="overflow:hidden;position:absolute;left:251p x;top:685px;z-index:23" align="left">
                        <img src="Gruul's Lair.jpg" id="Image1" alt="" align="top" border="0" style="width:500px;height:375px;"></div>
                        <div id="bv_Form1" style="position:absolute;left:227px;top:2033px;wid th:553px;height:321px;background-color:#FFFFE0;z-index:24" align="left">
                        <form name="Gruul's" method="POST" action="<? echo($_SERVER['PHP_SELF']);?>" enctype="multipart/form-data" id="Form1" onsubmit="return ValidateGruul's(this)">
                        <div id="bv_Text1" style="position:absolute;left:10px;top:15px;width: 207px;height:16px;z-index:0" align="left">
                        <font style="font-size:13px" color="#000000" face="Arial">Character Name</font></div>
                        <input type="text" id="Editbox1" style="position:absolute;left:227px;top:15px;width :200px;font-family:Courier New;font-size:16px;z-index:1" size="20" name="Character Name" value="Character Name">
                        <div id="bv_Text3" style="position:absolute;left:10px;top:44px;width: 207px;height:16px;z-index:2" align="left">
                        <font style="font-size:13px" color="#000000" face="Arial">email</font></div>
                        <input type="text" id="Editbox2" style="position:absolute;left:227px;top:44px;width :200px;font-family:Courier New;font-size:16px;z-index:3" size="20" name="email" value="">
                        <div id="bv_Text4" style="position:absolute;left:10px;top:73px;width: 207px;height:16px;z-index:4" align="left">
                        <font style="font-size:13px" color="#000000" face="Arial">Class</font></div>
                        <input type="text" id="Editbox3" style="position:absolute;left:227px;top:73px;width :200px;font-family:Courier New;font-size:16px;z-index:5" size="20" name="Class" value="Class">
                        <div id="bv_Text5" style="position:absolute;left:10px;top:102px;width :207px;height:16px;z-index:6" align="left">
                        <font style="font-size:13px" color="#000000" face="Arial">Talent Spec</font></div>
                        <input type="text" id="Editbox4" style="position:absolute;left:227px;top:102px;widt h:240px;font-family:Courier New;font-size:16px;z-index:7" size="24" name="Talent Sped" value="Example Tank warrior">
                        <div id="bv_Text6" style="position:absolute;left:10px;top:131px;width :207px;height:16px;z-index:8" align="left">
                        <font style="font-size:13px" color="#000000" face="Arial">Time's And Date's Available</font></div>
                        <input type="text" id="Editbox5" style="position:absolute;left:227px;top:131px;widt h:240px;font-family:Courier New;font-size:16px;z-index:9" size="24" name="Time's and Date's abailable" value="Please use server times">
                        <div id="bv_Text7" style="position:absolute;left:10px;top:160px;width :207px;height:16px;z-index:10" align="left">
                        <font style="font-size:13px" color="#000000" face="Arial">Do you have voice chat?</font></div>
                        <select name="Do you have voice chat?" size="1" id="Combobox1" style="position:absolute;left:227px;top:160px;widt h:57px;font-family:Courier New;font-size:16px;z-index:11">
                        <option value="Yes">Yes</option>
                        <option selected value="No">No</option>
                        </select>
                        <div id="bv_Text8" style="position:absolute;left:10px;top:189px;width :207px;height:16px;z-index:12" align="left">
                        <font style="font-size:13px" color="#000000" face="Arial">Do you have Ventrilo?</font></div>
                        <select name="Do you have Ventrilo?" size="1" id="Combobox2" style="position:absolute;left:227px;top:189px;widt h:56px;font-family:Courier New;font-size:16px;z-index:13">
                        <option value="Yes">Yes</option>
                        <option selected value="No">No</option>
                        </select>
                        <div id="bv_Text9" style="position:absolute;left:10px;top:218px;width :207px;height:16px;z-index:14" align="left">
                        <font style="font-size:13px" color="#000000" face="Arial">Do you have Omen threat meter?</font></div>
                        <select name="Do you have Omen threat meter?" size="1" id="Combobox3" style="position:absolute;left:225px;top:218px;widt h:58px;font-family:Courier New;font-size:16px;z-index:15">
                        <option value="Yes">Yes</option>
                        <option selected value="No">No</option>
                        </select>
                        <div id="bv_Text10" style="position:absolute;left:10px;top:247px;width :207px;height:16px;z-index:16" align="left">
                        <font style="font-size:13px" color="#000000" face="Arial">Why do you wanna run Gruul's Lair</font></div>
                        <input type="text" id="Editbox6" style="position:absolute;left:227px;top:247px;widt h:240px;font-family:Courier New;font-size:16px;z-index:17" size="24" name="Why do you wanna run Gruul's Lair" value="">
                        <input type="submit" id="Button1"" name="Submit" value="Submit" style="position:absolute;left:227px;top:276px;widt h:96px;height:25px;z-index:18">
                        </form>
                        </div>
                        </body>
                        </html>

                        Thanks again

                        Comment


                        • #13
                          Re: Getting Error Can't seem to figure out

                          Bobby,

                          I am sorry to say that, buti got confused.
                          1. Your form , IF you use the new Form Wizard with the built in PHP Form Processor, does NOT need any kinf of code to be pasted in the page html. The form wizard will automatically add the necessary code in the correct position and without mistakes.
                          Open your form page in BV10.12, double click the form, and in the dialog box that opens, check the "Use Built in php Form processor" checkbox. Provide the necessary details (email address, success and error page URLs) and you are done. Your Thank you page and Error page can be simple pages.
                          Navaldesign
                          Logger Lite: Low Cost, Customizable, multifeatured Login script
                          Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
                          DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
                          Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!

                          Comment

                          Working...
                          X