Jump to content

Help with _IEAction pressing on a IE button


Recommended Posts

Hello all,

I am currently have issues with _IEAction trying to press on submit button on a web forum in a portal. The portal is PostNuke and the forum is PNphpBB2. I obviously can't use _IEFormSubmit as its not a standard submit button (I used it for my first version)

Here is the HTML for the button I am trying to push:

<input type="submit" accesskey="s" tabindex="6" name="post" class="mainoption" value="Submit" />

Here is my autoit3 Code:

;Open IE and website
$oIE = _IECreate ("www.sunlitgames.net/index.php?name=PNphpBB2&file=posting&mode=newtopic&f=50", 1)
$oForms = _IEFormGetCollection ($oIE)
            
;Sumbit page
$oForm = _IEFormGetObjByName ($oIE, "Post")
$oSubject = _IEFormElementGetObjByName ($oForm, "subject")
$oMessage = _IEFormElementGetObjByName ($oForm, "message")
$oPost = _IEGetObjByName ($oForm, "post")
;$oPreview = _IEGetObjByName ($oForm, "preview")
_IEFormElementSetValue ($oSubject, GUICtrlRead($postSubject))
_IEFormElementSetValue ($oMessage, GUICtrlRead($postMessageBody))
_IEAction ($oPost, "click")
;_IEAction ($oPreview, "click")
_IELoadWait($oIE)

I have tried a great many things and spent half the day searching the forums for help. You can see a commented out lines to click on the preview button and this works. But doing this for the button next to it named "post" but labeled "Submit" won't work

Here is the HTML for the preview button:

<input type="submit" tabindex="5" name="preview" class="mainoption" value="Preview" />

I also get the following warning from SciTE with just pressing preview or trying to press submit:

>"C:\Program Files\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.exe" /run /prod /ErrorStdOut /in "E:\~ Personal\Development\Scripting\DoD Source Match Calculator\Program\submitSLDL.au3" /autoit3dir "C:\Program Files\AutoIt3" /UserParams

+>16:48:17 Starting AutoIt3Wrapper v.1.9.2

>Running AU3Check (1.54.7.0) from:C:\Program Files\AutoIt3

+>16:48:18 AU3Check ended.rc:0

>Running:(3.2.4.9):C:\Program Files\AutoIt3\autoit3.exe "E:\~ Personal\Development\Scripting\DoD Source Match Calculator\Program\submitSLDL.au3"

--> IE.au3 Warning from function _IEAttach, $_IEStatus_NoMatch

+>16:48:36 AutoIT3.exe ended.rc:0

+>16:48:37 AutoIt3Wrapper Finished

>Exit code: 0 Time: 20.379

Any help would be great. Thanks

chris

Edited by cshorey

...

Link to comment
Share on other sites

Could you attach the entire source for the page?

IE Dev ToolbarMSDN: InternetExplorer ObjectMSDN: HTML/DHTML Reference Guide[quote]It is surprising what a man can do when he has to, and how little most men will do when they don't have to. - Walter Linn[/quote]--------------------[font="Franklin Gothic Medium"]Post a reproducer with less than 100 lines of code.[/font]
Link to comment
Share on other sites

Untested, but maybe this would work better:

;Open IE and website
$oIE = _IECreate ("www.sunlitgames.net/index.php?name=PNphpBB2&file=posting&mode=newtopic&f=50", 1)
$oForms = _IEFormGetCollection ($oIE)
           
;Sumbit page
$oForm = _IEFormGetObjByName ($oIE, "Post")
$oSubject = _IEFormElementGetObjByName ($oForm, "subject")
$oMessage = _IEFormElementGetObjByName ($oForm, "message")
$oPost = _IEFormElementGetObjByName ($oForm, "post")
;$oPreview = _IEFormElementGetObjByName ($oForm, "preview")
_IEFormElementSetValue ($oSubject, GUICtrlRead($postSubject))
_IEFormElementSetValue ($oMessage, GUICtrlRead($postMessageBody))
_IEAction ($oPost, "click")
;_IEAction ($oPreview, "click")
_IELoadWait($oIE)
Link to comment
Share on other sites

Could you attach the entire source for the page?

I am assuming you want all the HTML code. I have attached a codebox with it.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html lang="en_US"><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><meta name="DESCRIPTION" content=""><meta name="ROBOTS" content="INDEX,FOLLOW"><meta name="resource-type" content="document"><meta http-equiv="expires" content="0"><meta name="author" content="Unknown"><meta name="copyright" content="Copyright © 2004 by SunLit Games"><meta name="revisit-after" content="1 days"><meta name="distribution" content="Global"><meta name="generator" content="PostNuke 0.7.6.4"><meta name="rating" content="General"><meta name="KEYWORDS" content="Half-Life, Half-Life 2, Half-Life Deathmatch, Day of Defeat, DoD, Call of Duty, CoD, Natural Selection, NS, Custom Maps, Custom Skins, DoD Servers, CoD Servers, Public Servers, DoD League, Day of Defeat Source, DoD Source, DOD:S, DODS"><link rel="alternate" type="application/rss+xml" href="http://tu_web.com/backend.php" title="Título de tu web - Noticias"><!--Marcador dinámico para Firefox--><title>Post a new topic :: SunLit Games :: </title><link rel="StyleSheet" href="themes/SunLit/style/styleNN.css" type="text/css"><link rel="icon" href="themes/SunLit/images/icon.png" type="image/png"><link rel="shortcut icon" href="themes/SunLit/images/favicon.ico"><link rel="stylesheet" href="modules/Admin/pnstyle/admin.css" type="text/css" /><link rel="StyleSheet" href="./modules/PNphpBB2/templates/PNTheme/styles/SunLit.css" type="text/css"><link rel="stylesheet" href="themes/SunLit/style/styleNN.css" type="text/css" /><style type="text/css">@import url("themes/SunLit/style/style.css");</style></head><body><table cellspacing="0" cellpadding="0" class="ancho_100">    <tr>        <td class="borde_izq"></td>     <td>            <table cellspacing="0" cellpadding="0" class="principal">               <tr>                    <td>                        <table cellspacing="0" cellpadding="0" class="cabecera2">                           <tr>                                <td class="ancho_100" height="100"></td>                            </tr>                           <tr>                                <td class="bajo_cab"><div class="slogan">  SunLit Games - </div><div class="derecha"><form class="theme-searchinput" action="index.php" method="post"> <div>  <input type="hidden" name="name" value="Search" />  <input type="hidden" name="action" value="search" />  <input type="hidden" name="overview" value="1" />  <input type="hidden" name="bool" value="AND" />  <input type="hidden" name="active_comments" value="1" />  <input type="hidden" name="active_downloads" value="1" />  <input type="hidden" name="active_faqs" value="1" />  <input type="hidden" name="active_reviews" value="1" />  <input type="hidden" name="active_sections" value="1" />  <input type="hidden" name="active_stories" value="1" />  <input type="hidden" name="active_users" value="1" />  <input type="hidden" name="active_weblinks" value="1" />  <label for="search_xte_plugin">Search</label>  <input id="search_xte_plugin" type="text" name="q" value="" size="12" tabindex="0"  /> </div></form>  </div></td>                            </tr>                       </table>                    </td>               </tr>               <tr>                    <td>                        <table class="cuerpo">                          <tr>                                <td><table border="0" cellpadding="0" cellspacing="0" width="200">  <tr>        <td class="boxtitle-left"></td>     <td class="title-box-l">Main Menu <a href="http://www.sunlitgames.net/index.php?module=Blocks&func=changestatus&bid=1&authid=c32c2ce463b7b8ffb47f54245b6a6b9b"><img src="images/global/upb.gif" alt="" /></a></td>  </tr></table><table width="200" class="bloques_l">  <tr>        <td align="left"><ul><li><a href="index.php" title="Back to the home page..">Home</a></li><li><a href="user.php" title="Administer your personal account..">My Account</a></li><li><a href="aboutus.php" title="Sunlits and Admins">About Us</a></li><li><a href="index.php?name=PNphpBB2" title="Forums">Forums</a></li><li><a href="sldl_main.php" title="SunLit DODS League">SLDLeague</a></li><li><a href="user.php?module=NS-User&op=logout" title="Logout of your account..">Logout</a></li><li><a href="index.php?name=FAQ" title="Frequently Asked Questions.">FAQ</a></li><li><a href="index.php?module=Members_List&func=viewcurrentonline" title="Who is currently online.">Who's Online</a></li><li style="list-style:none"><br />Game Servers<br /></li><li><a href="serverstatus_public.php" title="Live Server Data and IPs">Public Server Status</a></li><li><a href="serverstatus_match.php" title="Live Server Data and IPs">Match Server Status</a></li><li><a href="allstats.php" title="Game Server Statistics"> Game Stats</a></li><li style="list-style:none"><br /></li><li><a href="camp.php" title="CAMP Map Pack">CAMP</a></li><li><a href="index.php?name=ExDownloads" title="Download maps and other files">Downloads</a></li><li><a href="http://dayofdefeat.com/stats/maps.html" title="">War Report</a></li></ul></td>  </tr></table><br /><table border="0" cellpadding="0" cellspacing="0" width="200">   <tr>        <td class="boxtitle-left"></td>     <td class="title-box-l">SLDL <a href="http://www.sunlitgames.net/index.php?module=Blocks&func=changestatus&bid=32&authid=c32c2ce463b7b8ffb47f54245b6a6b9b"><img src="images/global/upb.gif" alt="" /></a></td>  </tr></table><table width="200" class="bloques_l">  <tr>        <td align="left"><center><a href="./sldl_main.php"><img src="./images/sldl_link.jpg" border="0"></a><BR><a href="./sldl9_main.php">SunLit Day of Defeat League</a><center></td> </tr></table><br /><table border="0" cellpadding="0" cellspacing="0" width="200">   <tr>        <td class="boxtitle-left"></td>     <td class="title-box-l">SunVent <a href="http://www.sunlitgames.net/index.php?module=Blocks&func=changestatus&bid=31&authid=c32c2ce463b7b8ffb47f54245b6a6b9b"><img src="images/global/upb.gif" alt="" /></a></td>   </tr></table><table width="200" class="bloques_l">  <tr>        <td align="left"><br><center><table width="95%" border="0">  <tr>    <td align="left" bgcolor="#B1B78B"><font color="#000000"><strong>Lobby</strong></font>      <table width="95%" border="0" align="right">      <tr>        <td align="left" bgcolor="#FFFFFF">Hellfish  </td>      </tr>      <tr>        <td align="left" bgcolor="#FFFFFF">Rosie  </td>      </tr>      <tr>        <td align="left" bgcolor="#FFFFFF">Monty  </td>      </tr>  <tr>    <td align="left" bgcolor="#F6F7EB"><font color="#000000"><strong>Futurama</strong></font>      <table width="95%" border="0" align="right">      </table>    </td>  </tr>  <tr>    <td align="left" bgcolor="#E1E4CE"><font color="#000000"><strong>Admin</strong></font>      <table width="95%" border="0" align="right">      </table>    </td>  </tr>  <tr>    <td align="left" bgcolor="#E1E4CE"><font color="#000000"><strong>Enforcers</strong></font>      <table width="95%" border="0" align="right">      </table>    </td>  </tr>  <tr>    <td align="left" bgcolor="#F6F7EB"><font color="#000000"><strong>SLDL</strong></font>      <table width="95%" border="0" align="right">      </table>    </td>  </tr>  <tr>    <td align="left" bgcolor="#F6F7EB"><font color="#000000"><strong>Fishbowl</strong></font>      <table width="95%" border="0" align="right">      </table>    </td>  </tr>  <tr>    <td align="left" bgcolor="#F6F7EB"><font color="#000000"><strong>SL Pickup Game</strong></font>      <table width="95%" border="0" align="right">  <tr>    <td align="left" bgcolor="#B1B78B"><font color="#000000"><strong>PUG 1</strong></font>      <table width="95%" border="0" align="right">  <tr>    <td align="left" bgcolor="#F6F7EB"><font color="#000000"><strong>Team 2</strong></font>      <table width="95%" border="0" align="right">      </table>    </td>  </tr>  <tr>    <td align="left" bgcolor="#F6F7EB"><font color="#000000"><strong>Team 1</strong></font>      <table width="95%" border="0" align="right">      </table>    </td>  </tr>      </table>    </td>  </tr>  <tr>    <td align="left" bgcolor="#B1B78B"><font color="#000000"><strong>PUG 2</strong></font>      <table width="95%" border="0" align="right">  <tr>    <td align="left" bgcolor="#F6F7EB"><font color="#000000"><strong>Team 2</strong></font>      <table width="95%" border="0" align="right">      </table>    </td>  </tr>  <tr>    <td align="left" bgcolor="#F6F7EB"><font color="#000000"><strong>Team 1</strong></font>      <table width="95%" border="0" align="right">      </table>    </td>  </tr>      </table>    </td>  </tr>      </table>    </td>  </tr>  <tr>    <td align="left" bgcolor="#F6F7EB"><font color="#000000"><strong>Annex</strong></font>      <table width="95%" border="0" align="right">      </table>    </td>  </tr>  <tr>    <td align="left" bgcolor="#F6F7EB"><font color="#000000"><strong>Trackmania</strong></font>      <table width="95%" border="0" align="right">      </table>    </td>  </tr>  <tr>    <td align="left" bgcolor="#F6F7EB"><font color="#000000"><strong>Horrors</strong></font>      <table width="95%" border="0" align="right">      </table>    </td>  </tr>  <tr>    <td align="left" bgcolor="#E1E4CE"><font color="#000000"><strong>Test Group</strong></font>      <table width="95%" border="0" align="right">      </table>    </td>  </tr>  <tr>    <td align="left" bgcolor="#F6F7EB"><font color="#000000"><strong>Insurgency</strong></font>      <table width="95%" border="0" align="right">      </table>    </td>  </tr>      </table>    </td>  </tr></table></center><center><a href="ventrilo://www.sunlitgames.net:3784/servername=SunVent&serverpassword=ihatevalve">Connect Now</a></center><center><a href="venthelp.php">Help</a></center></td>  </tr></table><br /><table border="0" cellpadding="0" cellspacing="0" width="200">   <tr>        <td class="boxtitle-left"></td>     <td class="title-box-l">Chat <a href="http://www.sunlitgames.net/index.php?module=Blocks&func=changestatus&bid=41&authid=c32c2ce463b7b8ffb47f54245b6a6b9b"><img src="images/global/upb.gif" alt="" /></a></td>  </tr></table><table width="200" class="bloques_l">  <tr>        <td align="left"><center><table width="180" height="350" border="0px" cellpadding="0px" cellspacing="0px"><tr><td><iframe src="modules/TagIt/pager/bvshouts.php" name="shouts" width="180'" height="350" frameborder="0"></iframe>  <hr></td></tr></table><iframe src="modules/TagIt/pager/bpost.php" width="180" height="75px" frameborder="0" scrolling="no"></iframe></center></td>  </tr></table><br /><table border="0" cellpadding="0" cellspacing="0" width="200">   <tr>        <td class="boxtitle-left"></td>     <td class="title-box-l">Forums <a href="http://www.sunlitgames.net/index.php?module=Blocks&func=changestatus&bid=59&authid=c32c2ce463b7b8ffb47f54245b6a6b9b"><img src="images/global/upb.gif" alt="" /></a></td>    </tr></table><table width="200" class="bloques_l">  <tr>        <td align="left"><table align="center" width="98%" cellpadding="1" cellspacing="0" border="0"><style><!--.underline{border-bottom: 1px solid #; padding: 1px 3px 1px 3px; margin: 1px 1px 1px 1px;}//--></style><tr><td colspan="30" height="5" valign="top" align="center"></td></tr><tr><td colspan="30" height="1" valign="top" align="center" bgcolor="#"></td></tr><tr><td colspan="30" height="5" valign="top" align="center"></td></tr><tr><td colspan="30" align="center" valign="top"><span class="pn-normal"><strong>LAST FORUM POSTS</strong></span></td></tr><tr><td colspan="30" height="5" valign="top" align="center"></td></tr><tr><td align="left"><span class="pn-normal"><a class="pn-normal" href="modules.php?op=modload&name=PNphpBB2&file=viewtopic&p=34222#34222" title="goto Post"><img src="./modules/PNphpBB2/pnimages/icon_newest_reply.gif" border=0 alt="goto Post"></a></span></td><td width="100%" valign="top"><span class="pn-normal"><a class="pn-normal" href="modules.php?op=modload&name=PNphpBB2&file=viewtopic&p=34222#34222" title="General Discussion/Most Things Considered/Fishstock 2007  - Round Trip Miles of Travel">Fishstock 2007  - Round T...</a></span></td><td align="center" valign="top"><span class="pn-normal">(1)</span></td></tr><tr><td> </td><td colspan="2"><span class="pn-normal"><strong>by</strong> <a class="pn-normal" href="modules.php?op=modload&name=PNphpBB2&file=profile&mode=viewprofile&u=28" title="Sux">Sux</a></span></td></tr><tr><td> </td><td colspan="2"><span class="pn-normal"><strong>on</strong> 11. Jul <strong>at</strong> 11:41<tr><td align="left"><span class="pn-normal"><a class="pn-normal" href="modules.php?op=modload&name=PNphpBB2&file=viewtopic&p=34221#34221" title="goto Post"><img src="./modules/PNphpBB2/pnimages/icon_newest_reply.gif" border=0 alt="goto Post"></a></span></td><td width="100%" valign="top"><span class="pn-normal"><a class="pn-normal" href="modules.php?op=modload&name=PNphpBB2&file=viewtopic&p=34221#34221" title="SLG| Teams/SLG| DODS Team/Rosie about what is required on the server">Rosie about what is requi...</a></span></td><td align="center" valign="top"><span class="pn-normal">(3)</span></td></tr><tr><td> </td><td colspan="2"><span class="pn-normal"><strong>by</strong> <a class="pn-normal" href="modules.php?op=modload&name=PNphpBB2&file=profile&mode=viewprofile&u=2" title="Pvt_John">Pvt_John</a></span></td></tr><tr><td> </td><td colspan="2"><span class="pn-normal"><strong>on</strong> 11. Jul <strong>at</strong> 11:34<tr><td align="left"><span class="pn-normal"><a class="pn-normal" href="modules.php?op=modload&name=PNphpBB2&file=viewtopic&p=34219#34219" title="goto Post"><img src="./modules/PNphpBB2/pnimages/icon_newest_reply.gif" border=0 alt="goto Post"></a></span></td><td width="100%" valign="top"><span class="pn-normal"><a class="pn-normal" href="modules.php?op=modload&name=PNphpBB2&file=viewtopic&p=34219#34219" title="General Discussion/All About Maps/Vote for Furyo and Dijon">Vote for Furyo and Dijon</a></span></td><td align="center" valign="top"><span class="pn-normal">(2)</span></td></tr><tr><td> </td><td colspan="2"><span class="pn-normal"><strong>by</strong> <a class="pn-normal" href="modules.php?op=modload&name=PNphpBB2&file=profile&mode=viewprofile&u=3914" title="SlackAlice">SlackAlice</a></span></td></tr><tr><td> </td><td colspan="2"><span class="pn-normal"><strong>on</strong> 11. Jul <strong>at</strong> 08:24<tr><td align="left"><span class="pn-normal"><a class="pn-normal" href="modules.php?op=modload&name=PNphpBB2&file=viewtopic&p=34217#34217" title="goto Post"><img src="./modules/PNphpBB2/pnimages/icon_latest_reply.gif" border=0 alt="goto Post"></a></span></td><td width="100%" valign="top"><span class="pn-normal"><a class="pn-normal" href="modules.php?op=modload&name=PNphpBB2&file=viewtopic&p=34217#34217" title="General Discussion/Most Things Considered/Fishstock 2007 Pics">Fishstock 2007 Pics</a></span></td><td align="center" valign="top"><span class="pn-normal">(30)</span></td></tr><tr><td> </td><td colspan="2"><span class="pn-normal"><strong>by</strong> <a class="pn-normal" href="modules.php?op=modload&name=PNphpBB2&file=profile&mode=viewprofile&u=11" title="FireFly">FireFly</a></span></td></tr><tr><td> </td><td colspan="2"><span class="pn-normal"><strong>on</strong> 10. Jul <strong>at</strong> 21:36<tr><td align="left"><span class="pn-normal"><a class="pn-normal" href="modules.php?op=modload&name=PNphpBB2&file=viewtopic&p=34215#34215" title="goto Post"><img src="./modules/PNphpBB2/pnimages/icon_latest_reply.gif" border=0 alt="goto Post"></a></span></td><td width="100%" valign="top"><span class="pn-normal"><a class="pn-normal" href="modules.php?op=modload&name=PNphpBB2&file=viewtopic&p=34215#34215" title="Books, Movies, TV and Music/Movies and TV/Heroes">Heroes</a></span></td><td align="center" valign="top"><span class="pn-normal">(9)</span></td></tr><tr><td> </td><td colspan="2"><span class="pn-normal"><strong>by</strong> <a class="pn-normal" href="modules.php?op=modload&name=PNphpBB2&file=profile&mode=viewprofile&u=2" title="Pvt_John">Pvt_John</a></span></td></tr><tr><td> </td><td colspan="2"><span class="pn-normal"><strong>on</strong> 10. Jul <strong>at</strong> 20:34<tr><td align="left"><span class="pn-normal"><a class="pn-normal" href="modules.php?op=modload&name=PNphpBB2&file=viewtopic&p=34212#34212" title="goto Post"><img src="./modules/PNphpBB2/pnimages/icon_latest_reply.gif" border=0 alt="goto Post"></a></span></td><td width="100%" valign="top"><span class="pn-normal"><a class="pn-normal" href="modules.php?op=modload&name=PNphpBB2&file=viewtopic&p=34212#34212" title="General Discussion/Most Things Considered/Thought some might like to see this.........">Thought some might like t...</a></span></td><td align="center" valign="top"><span class="pn-normal">(0)</span></td></tr><tr><td> </td><td colspan="2"><span class="pn-normal"><strong>by</strong> <a class="pn-normal" href="modules.php?op=modload&name=PNphpBB2&file=profile&mode=viewprofile&u=169" title="lascivious1">lascivious1</a></span></td></tr><tr><td> </td><td colspan="2"><span class="pn-normal"><strong>on</strong> 10. Jul <strong>at</strong> 18:28<tr><td align="left"><span class="pn-normal"><a class="pn-normal" href="modules.php?op=modload&name=PNphpBB2&file=viewtopic&p=34207#34207" title="goto Post"><img src="./modules/PNphpBB2/pnimages/icon_latest_reply.gif" border=0 alt="goto Post"></a></span></td><td width="100%" valign="top"><span class="pn-normal"><a class="pn-normal" href="modules.php?op=modload&name=PNphpBB2&file=viewtopic&p=34207#34207" title="Games/Insurgency/Things I've noticed,">Things I've noticed,</a></span></td><td align="center" valign="top"><span class="pn-normal">(1)</span></td></tr><tr><td> </td><td colspan="2"><span class="pn-normal"><strong>by</strong> <a class="pn-normal" href="modules.php?op=modload&name=PNphpBB2&file=profile&mode=viewprofile&u=2925" title="DETHsDoor">DETHsDoor</a></span></td></tr><tr><td> </td><td colspan="2"><span class="pn-normal"><strong>on</strong> 10. Jul <strong>at</strong> 15:48<tr><td align="left"><span class="pn-normal"><a class="pn-normal" href="modules.php?op=modload&name=PNphpBB2&file=viewtopic&p=34205#34205" title="goto Post"><img src="./modules/PNphpBB2/pnimages/icon_latest_reply.gif" border=0 alt="goto Post"></a></span></td><td width="100%" valign="top"><span class="pn-normal"><a class="pn-normal" href="modules.php?op=modload&name=PNphpBB2&file=viewtopic&p=34205#34205" title="Tech Corner/Hot Hardware Deal/Canadians...G15 keyboard">Canadians...G15 keyboard</a></span></td><td align="center" valign="top"><span class="pn-normal">(1)</span></td></tr><tr><td> </td><td colspan="2"><span class="pn-normal"><strong>by</strong> <a class="pn-normal" href="modules.php?op=modload&name=PNphpBB2&file=profile&mode=viewprofile&u=2925" title="DETHsDoor">DETHsDoor</a></span></td></tr><tr><td> </td><td colspan="2"><span class="pn-normal"><strong>on</strong> 10. Jul <strong>at</strong> 14:18</table><p style="text-align:center; margin:0.5em" class="pn-normal" align="center"><a class="pn-normal" href="modules.php?op=modload&name=PNphpBB2&file=index"><strong>[Access Forum]</strong></a></p><table align="center" width="98%" cellpadding="0" cellspacing="0" border="0"><tr><td colspan="10" height="5" valign="top" align="center"></td></tr><tr><td colspan="10" height="1" valign="top" align="center" bgcolor="#"></td></tr><tr><td colspan="10" height="5" valign="top" align="center"></td></tr><tr><td colspan="10" align="center" valign="top"><span class="pn-normal"><strong>MEMBERS ONLINE</strong></span></td></tr><tr><td colspan="10" height="5" valign="top" align="center"></td></tr><tr><td><table align="center" border="0" width="98%" cellpadding="0" cellspacing="1"><tr><td><img src="./modules/PNphpBB2/pnimages/arrow_rs.gif" alt=""></td><td align="left"><a href="user.php?op=userinfo&uname=cshorey" title="cshorey">cshorey</a></td><td align="right">(<a href="modules.php?op=modload&name=Messages&file=index" title=" Unread private message(s)!"><font size=1><b>0</font></b></a><font size=1>|</font><a href="modules.php?op=modload&name=Messages&file=index" title="Amount of private message(s)!"><font size=1><b>15</b></font></a>)</td><td align="right"><a href="modules.php?op=modload&name=Messages&file=index" title=" Unread private message(s)!"><img src="./modules/PNphpBB2/pnimages/pm.gif" title="Send a private message !" align=middle" border="0"></a></td></tr><tr><td><img src="./modules/PNphpBB2/pnimages/arrow_rs.gif" alt=""></td><td align="left"><a href="user.php?op=userinfo&uname=frank" title="frank">frank</a></td><td></td><td align="right"><a href="modules.php?op=modload&name=Messages&file=index" title=" Unread private message(s)!"><img src="./modules/PNphpBB2/pnimages/pm.gif" title="Send a private message !" align=middle" border="0"></a></td></tr><tr><td><img src="./modules/PNphpBB2/pnimages/arrow_rs.gif" alt=""></td><td align="left"><a href="user.php?op=userinfo&uname=General_Prilla" title="General_Prilla">General_Prilla</a></td><td></td><td align="right"><a href="modules.php?op=modload&name=Messages&file=index" title=" Unread private message(s)!"><img src="./modules/PNphpBB2/pnimages/pm.gif" title="Send a private message !" align=middle" border="0"></a></td></tr><tr><td><img src="./modules/PNphpBB2/pnimages/arrow_rs.gif" alt=""></td><td align="left"><a href="user.php?op=userinfo&uname=Mig" title="Mig">Mig</a></td><td></td><td align="right"><a href="modules.php?op=modload&name=Messages&file=index" title=" Unread private message(s)!"><img src="./modules/PNphpBB2/pnimages/pm.gif" title="Send a private message !" align=middle" border="0"></a></td></tr><tr><td><img src="./modules/PNphpBB2/pnimages/arrow_rs.gif" alt=""></td><td align="left"><a href="user.php?op=userinfo&uname=PiMP" title="PiMP">PiMP</a></td><td></td><td align="right"><a href="modules.php?op=modload&name=Messages&file=index" title=" Unread private message(s)!"><img src="./modules/PNphpBB2/pnimages/pm.gif" title="Send a private message !" align=middle" border="0"></a></td></tr><tr><td><img src="./modules/PNphpBB2/pnimages/arrow_rs.gif" alt=""></td><td align="left"><a href="user.php?op=userinfo&uname=Pvt_John" title="Pvt_John">Pvt_John</a></td><td></td><td align="right"><a href="modules.php?op=modload&name=Messages&file=index" title=" Unread private message(s)!"><img src="./modules/PNphpBB2/pnimages/pm.gif" title="Send a private message !" align=middle" border="0"></a></td></tr><tr><td><img src="./modules/PNphpBB2/pnimages/arrow_rs.gif" alt=""></td><td align="left"><a href="user.php?op=userinfo&uname=Sux" title="Sux">Sux</a></td><td></td><td align="right"><a href="modules.php?op=modload&name=Messages&file=index" title=" Unread private message(s)!"><img src="./modules/PNphpBB2/pnimages/pm.gif" title="Send a private message !" align=middle" border="0"></a></td></tr></table><tr><td align="center">There are 11 unlogged users and 7 registered users online</td></tr></table></td> </tr></table><br /><table border="0" cellpadding="0" cellspacing="0" width="200">   <tr>        <td class="boxtitle-left"></td>     <td class="title-box-l">Categories Menu <a href="http://www.sunlitgames.net/index.php?module=Blocks&func=changestatus&bid=9&authid=c32c2ce463b7b8ffb47f54245b6a6b9b"><img src="images/global/upb.gif" alt="" /></a></td>    </tr></table><table width="200" class="bloques_l">  <tr>        <td align="left"><ul><li><a href="index.php?name=News&catid=8&topic=">BF2</a> <span class="pn-sub">(Jul 29, 2005)</span></li><li><a href="index.php?name=News&catid=12&topic=">CAMP</a> <span class="pn-sub">(Jun 20, 2007)</span></li><li><a href="index.php?name=News&catid=4&topic=">DOD</a> <span class="pn-sub">(Dec 19, 2006)</span></li><li><a href="index.php?name=News&catid=9&topic=">DOD:S</a> <span class="pn-sub">(Jun 12, 2007)</span></li><li><a href="index.php?name=News&catid=6&topic=">HL2</a> <span class="pn-sub">(Apr 17, 2007)</span></li><li><a href="index.php?name=News&catid=2&topic=">HLDM</a> <span class="pn-sub">(Aug 08, 2005)</span></li><li><a href="index.php?name=News&catid=5&topic=">HLRR</a> <span class="pn-sub">(Jul 19, 2004)</span></li><li><a href="index.php?name=News&catid=13&topic=">INS</a> <span class="pn-sub">(Jul 03, 2007)</span></li><li><a href="index.php?name=News&catid=10&topic=">ProDOD</a> <span class="pn-sub">(Jan 10, 2007)</span></li><li><a href="index.php?name=News&catid=11&topic=">PVK</a> <span class="pn-sub">(Jan 03, 2007)</span></li><li><a href="index.php?name=News&catid=1&topic=">SLDL</a> <span class="pn-sub">(Jun 25, 2007)</span></li></ul></td>    </tr></table><br /><table border="0" cellpadding="0" cellspacing="0" width="200">   <tr>        <td class="boxtitle-left"></td>     <td class="title-box-l">Past Articles <a href="http://www.sunlitgames.net/index.php?module=Blocks&func=changestatus&bid=14&authid=c32c2ce463b7b8ffb47f54245b6a6b9b"><img src="images/global/upb.gif" alt="" /></a></td> </tr></table><table width="200" class="bloques_l">  <tr>        <td align="left"><ul><li style="list-style:none">Tuesday, June 05</li><li><a href="index.php?name=News&file=article&sid=546">Deluge_b2</a> (0)</li><li style="list-style:none">Sunday, June 03</li><li><a href="index.php?name=News&file=article&sid=545">SLDL Quarter Finals</a> (2)</li><li style="list-style:none">Monday, May 28</li><li><a href="index.php?name=News&file=article&sid=544">Strasbourg_b1</a> (0)</li><li style="list-style:none">Tuesday, May 22</li><li><a href="index.php?name=News&file=article&sid=543">SLDL - QF on June 3</a> (0)</li><li style="list-style:none">Monday, May 21</li><li><a href="index.php?name=News&file=article&sid=542">SunLit Monday Night Pickup Game #7</a> (0)</li><li style="list-style:none">Tuesday, May 15</li><li><a href="index.php?name=News&file=article&sid=541">Playtest on Deluge_a10e</a> (0)</li><li><a href="index.php?name=News&file=article&sid=540">Week 7 -  Kleihne out Epicentre in</a> (0)</li><li style="list-style:none">Monday, May 14</li><li><a href="index.php?name=News&file=article&sid=539">SunLit Monday Night Pickup Game #6</a> (0)</li><li style="list-style:none">Monday, May 07</li><li><a href="index.php?name=News&file=article&sid=537">SunLit Monday Night Pickup Game #5</a> (0)</li><li style="list-style:none">Tuesday, May 01</li><li><a href="index.php?name=News&file=article&sid=535">Coire Makes it to Top Ten Custom</a> (7)</li></ul><a href="index.php?name=Search&action=search&overview=1&active_stories=1"><strong>Older articles</strong></a><br /></td>  </tr></table><br /></td>                                <td class="colum_central">                                  <table class="ancho_100">                                       <tr>                                            <td class="center_100"> </td>                                       </tr>                                       <tr>                                            <td><script language="javascript" type="text/javascript"><!--   if ( 0 )    {       window.open('index.php?name=PNphpBB2&file=privmsg&mode=newpm', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');; }//--></script><a name="top" id="top"></a><table class="bodyline" width="100%" cellspacing="0" cellpadding="0" border="0">  <tr>    <td align="center" valign="top">      <table class="navb script:emoticon('<img src='http://www.autoitscript.com/forum/public/style_emoticons/<#EMO_DIR#>/biggrin.png' class='bbc_emoticon' alt=':D' />')"><img src="./modules/PNphpBB2/images/smiles/icon_biggrin.gif" border="0" alt="Very Happy" title="Very Happy" width="15" height="15" /></a></td><td><a href="java script:emoticon('<img src='http://www.autoitscript.com/forum/public/style_emoticons/<#EMO_DIR#>/tongue.png' class='bbc_emoticon' alt=':P' />')"><img src="./modules/PNphpBB2/images/smiles/icon_smile.gif" border="0" alt="Smile" title="Smile" width="15" height="15" /></a></td><td><a href="java script:emoticon('<img src='http://www.autoitscript.com/forum/public/style_emoticons/<#EMO_DIR#>/tongue.png' class='bbc_emoticon' alt=':P' />')"><img src="./modules/PNphpBB2/images/smiles/icon_sad.gif" border="0" alt="Sad" title="Sad" width="15" height="15" /></a></td><td><a href="java script:emoticon('<img src='http://www.autoitscript.com/forum/public/style_emoticons/<#EMO_DIR#>/sad.png' class='bbc_emoticon' alt=':(' />')"><img src="./modules/PNphpBB2/images/smiles/icon_surprised.gif" border="0" alt="Surprised" title="Surprised" width="15" height="15" /></a></td></tr><tr align="center" valign="middle"><td><a href="java script:emoticon(':shock:')"><img src="./modules/PNphpBB2/images/smiles/icon_eek.gif" border="0" alt="Shocked" title="Shocked" width="15" height="15" /></a></td><td><a href="java script:emoticon(':?')"><img src="./modules/PNphpBB2/images/smiles/icon_confused.gif" border="0" alt="Confused" title="Confused" width="15" height="15" /></a></td><td><a href="java script:emoticon('8)')"><img src="./modules/PNphpBB2/images/smiles/icon_cool.gif" border="0" alt="Cool" title="Cool" width="15" height="15" /></a></td><td><a href="java script:emoticon('<img src='http://www.autoitscript.com/forum/public/style_emoticons/<#EMO_DIR#>/tongue.png' class='bbc_emoticon' alt=':P' />')"><img src="./modules/PNphpBB2/images/smiles/icon_lol.gif" border="0" alt="Laughing" title="Laughing" width="15" height="15" /></a></td></tr><tr align="center" valign="middle"><td><a href="java script:emoticon('<img src='http://www.autoitscript.com/forum/public/style_emoticons/<#EMO_DIR#>/sick.gif' class='bbc_emoticon' alt=':x' />')"><img src="./modules/PNphpBB2/images/smiles/icon_mad.gif" border="0" alt="Mad" title="Mad" width="15" height="15" /></a></td><td><a href="java script:emoticon('<img src='http://www.autoitscript.com/forum/public/style_emoticons/<#EMO_DIR#>/tongue.png' class='bbc_emoticon' alt=':P' />')"><img src="./modules/PNphpBB2/images/smiles/icon_razz.gif" border="0" alt="Razz" title="Razz" width="15" height="15" /></a></td><td><a href="java script:emoticon('<img src='http://www.autoitscript.com/forum/public/style_emoticons/<#EMO_DIR#>/wink.png' class='bbc_emoticon' alt=';)' />')"><img src="./modules/PNphpBB2/images/smiles/icon_redface.gif" border="0" alt="Embarassed" title="Embarassed" width="15" height="15" /></a></td><td><a href="java script:emoticon(':cry:')"><img src="./modules/PNphpBB2/images/smiles/cry.gif" border="0" alt="Cry" title="Cry" width="15" height="15" /></a></td></tr><tr align="center" valign="middle"><td><a href="java script:emoticon('<img src='http://www.autoitscript.com/forum/public/style_emoticons/<#EMO_DIR#>/whistle.gif' class='bbc_emoticon' alt=':whistle:' />')"><img src="./modules/PNphpBB2/images/smiles/icon_evil.gif" border="0" alt="Evil or Very Mad" title="Evil or Very Mad" width="15" height="15" /></a></td><td><a href="java script:emoticon(':twisted:')"><img src="./modules/PNphpBB2/images/smiles/icon_twisted.gif" border="0" alt="Twisted Evil" title="Twisted Evil" width="15" height="15" /></a></td><td><a href="java script:emoticon(':roll:')"><img src="./modules/PNphpBB2/images/smiles/icon_rolleyes.gif" border="0" alt="Rolling Eyes" title="Rolling Eyes" width="15" height="15" /></a></td><td><a href="java script:emoticon(':wink:')"><img src="./modules/PNphpBB2/images/smiles/icon_wink.gif" border="0" alt="Wink" title="Wink" width="15" height="15" /></a></td></tr><tr align="center" valign="middle"><td><a href="java script:emoticon(':!:')"><img src="./modules/PNphpBB2/images/smiles/icon_exclaim.gif" border="0" alt="Exclamation" title="Exclamation" width="15" height="15" /></a></td><td><a href="java script:emoticon(':?:')"><img src="./modules/PNphpBB2/images/smiles/icon_question.gif" border="0" alt="Question" title="Question" width="15" height="15" /></a></td><td><a href="java script:emoticon('<img src='http://www.autoitscript.com/forum/public/style_emoticons/<#EMO_DIR#>/lmao.gif' class='bbc_emoticon' alt=':lmao:' />')"><img src="./modules/PNphpBB2/images/smiles/icon_idea.gif" border="0" alt="Idea" title="Idea" width="15" height="15" /></a></td><td><a href="java script:emoticon(':arrow:')"><img src="./modules/PNphpBB2/images/smiles/icon_arrow.gif" border="0" alt="Arrow" title="Arrow" width="15" height="15" /></a></td></tr><tr align="center"><td colspan="4" ><a href="index.php?name=PNphpBB2&file=posting&mode=smilies" onclick="window.open('index.php?name=PNphpBB2&file=posting&mode=smilies', '_phpbbsmilies', 'HEIGHT=250,resizable=yes,scrollbars=yes,WIDTH=300');return false;" target="_phpbbsmilies">View more Emoticons</a></td></tr></table></td></tr></table></td><td class="row2" valign="top"><table width="450" border="0" cellspacing="0" cellpadding="2"><tr align="center"><td><input type="button" class="button" accesskey="b" name="addbbcode0" value=" B " style="font-weight:bold; width: 30px" onclick="bbstyle(0)" onmouseover="helpline('b')" /></td><td><input type="button" class="button" accesskey="i" name="addbbcode2" value=" i " style="font-style:italic; width: 30px" onclick="bbstyle(2)" onmouseover="helpline('i')" /></td><td><input type="button" class="button" accesskey="u" name="addbbcode4" value=" u " style="text-decoration: underline; width: 30px" onclick="bbstyle(4)" onmouseover="helpline('u')" /></td><td><input type="button" class="button" accesskey="q" name="addbbcode6" value="Quote" style="width: 50px" onclick="bbstyle(6)" onmouseover="helpline('q')" /></td><td><input type="button" class="button" accesskey="c" name="addbbcode8" value="Code" style="width: 40px" onclick="bbstyle(8)" onmouseover="helpline('c')" /></td><td><input type="button" class="button" accesskey="l" name="addbbcode10" value="List" style="width: 40px" onclick="bbstyle(10)" onmouseover="helpline('l')" /></td><td><input type="button" class="button" accesskey="o" name="addbbcode12" value="List=" style="width: 40px" onclick="bbstyle(12)" onmouseover="helpline('o')" /></td><td><input type="button" class="button" accesskey="p" name="addbbcode14" value="Img" style="width: 40px"  onclick="bbstyle(14)" onmouseover="helpline('p')" /></td><td><input type="button" class="button" accesskey="w" name="addbbcode16" value="URL" style="width: 40px" onclick="bbstyle(16)" onmouseover="helpline('w')" /></td></tr><tr><td colspan="9"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td><span class="genmed">  Font colour:<select name="addbbcode18" onchange="bbfontstyle('.value + ']', '');this.selectedIndex=0;" onmouseover="helpline('s')"><option style="color:black; background-color: #FAFAFA" value="#444444" class="genmed">Default</option><option style="color:darkred; background-color: #FAFAFA" value="darkred" class="genmed">Dark Red</option><option style="color:red; background-color: #FAFAFA" value="red" class="genmed">Red</option><option style="color:orange; background-color: #FAFAFA" value="orange" class="genmed">Orange</option><option style="color:brown; background-color: #FAFAFA" value="brown" class="genmed">Brown</option><option style="color:yellow; background-color: #FAFAFA" value="yellow" class="genmed">Yellow</option><option style="color:green; background-color: #FAFAFA" value="green" class="genmed">Green</option><option style="color:olive; background-color: #FAFAFA" value="olive" class="genmed">Olive</option><option style="color:cyan; background-color: #FAFAFA" value="cyan" class="genmed">Cyan</option><option style="color:blue; background-color: #FAFAFA" value="blue" class="genmed">Blue</option><option style="color:darkblue; background-color: #FAFAFA" value="darkblue" class="genmed">Dark Blue</option><option style="color:indigo; background-color: #FAFAFA" value="indigo" class="genmed">Indigo</option><option style="color:violet; background-color: #FAFAFA" value="violet" class="genmed">Violet</option><option style="color:white; background-color: #FAFAFA" value="white" class="genmed">White</option><option style="color:black; background-color: #FAFAFA" value="black" class="genmed">Black</option></select>  Font size:<select name="addbbcode20" onchange="bbfontstyle('.value + ']', '');this.selectedIndex=0;" onmouseover="helpline('f')"><option value="7" class="genmed">Tiny</option><option value="9" class="genmed">Small</option><option value="12" selected class="genmed">Normal</option><option value="18" class="genmed">Large</option><option  value="24" class="genmed">Huge</option></select></span></td><td nowrap="nowrap" align="right"><span class="gensmall"><a href="java script:bbstyle(-1)" class="genmed" onmouseover="helpline('a')">Close Tags</a></span></td></tr></table></td></tr><tr><td colspan="9"> <span class="gensmall"><input type="text" name="helpbox" size="45" maxlength="100" style="width:450px; font-size:10px" class="helpline" value="Tip: Styles can be applied quickly to selected text." /></span></td></tr><tr><td colspan="9"><span class="gen"><textarea name="message" rows="15" cols="35" wrap="virtual" style="width:450px" tabindex="3" class="post" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);"></textarea></span></td></tr></table></td></tr><tr><td class="row1" valign="top"><strong>Options</strong><br /><span class="gensmall">HTML is <u>OFF</u><br /><a href="index.php?name=PNphpBB2&file=faq&mode=bbcode" target="_phpbbcode">BBCode</a> is <u>ON</u><br />Smilies are <u>ON</u></span></td><td class="row2"><table cellspacing="0" cellpadding="1" border="0"><tr><td><input type="checkbox" name="disable_bbcode"  /></td><td>Disable BBCode in this post</td></tr><tr><td><input type="checkbox" name="disable_smilies"  /></td><td>Disable Smilies in this post</td></tr><tr><td><input type="checkbox" name="notify"  /></td><td>Notify me when a reply is posted</td></tr><tr><td></td><td><strong></strong></td></tr></table></td></tr><!-- Begin PNphpBB2 Attachment Mod --><!-- End PNphpBB2 Attachment Mod --><tr><th colspan="2">Add a Poll</th></tr><tr><td class="row1" colspan="2"><span class="gensmall">If you do not want to add a poll to your topic, leave the fields blank.</span></td></tr><tr><td class="row1"><strong>Poll question</strong></td><td class="row2"><input type="text" name="poll_title" size="50" maxlength="255" class="post" value="" /></td></tr><tr><td class="row1"><strong>Poll option</strong></td><td class="row2"><span class="genmed"><input type="text" name="add_poll_option_text" size="50" maxlength="255" class="post" value="" /></span>  <input type="submit" name="add_poll_option" value="Add option" class="button" /></td></tr><tr><td class="row1"><strong>Run poll for</strong></td><td class="row2"><table border="0" cellspacing="0" cellpadding="0"><tr><td><input type="text" name="poll_length" size="3" maxlength="3" class="post" value="" /></td><td> <strong>Days</strong></td><td class="gensmall">  [ Enter 0 or leave blank for a never-ending poll ]</td></tr></table></td></tr><tr><td class="cat" colspan="2" align="center" height="28"><input type="hidden" name="mode" value="newtopic" /><input type="hidden" name="sid" value="f62a94986b182099d2095a9f26302b6b" /><input type="hidden" name="f" value="50" /><input type="submit" tabindex="5" name="preview" class="mainoption" value="Preview" />  <input type="submit" accesskey="s" tabindex="6" name="post" class="mainoption" value="Submit" /></td></tr></table></form><table width="100%" cellspacing="2" cellpadding="2" border="0"><tr><td ><a href="index.php?name=PNphpBB2&file=index">SunLit Games Forum Index</a> » <a href="index.php?name=PNphpBB2&file=index&c=6" class="nav">SunLit DOD:S League</a> » <a href="index.php?name=PNphpBB2&file=viewforum&f=50" >Report Scores</a></td></tr></table><br clear="all" /><div align="left"><form method="post" name="jumpbox" action="index.php?name=PNphpBB2&file=viewforum" onsubmit="if(document.jumpbox.f.value == -1){return false;}"><table cellspacing="0" cellpadding="0" border="0" align="center">  <tr align="center">     <td nowrap="nowrap">      <span class="gensmall">        Jump to: <select name="f" onchange="if(this.options[this.selectedIndex].value != -1){ forms['jumpbox'].submit() }"><option value="-1">Select a forum</option><option value="-1"> </option><option value="-1">Forum index</option><option value="-1">|--[Announcements]</option><option value="2">|   |-- Announcements and News</option><option value="-1">|--[General Discussion]</option><option value="3">|   |-- Most Things Considered</option><option value="4">|   |-- All About Maps</option><option value="7">|   |-- Clan Corner</option><option value="8">|   |-- Suggestion Box</option><option value="5">|   |-- All About Skins</option><option value="6">|   |-- All About Stats</option><option value="-1">|--[Games]</option><option value="10">|   |-- Day of Defeat</option><option value="27">|   |-- DOD:CSI</option><option value="9">|   |-- Half-Life</option><option value="53">|   |-- Insurgency</option><option value="13">|   |-- Mods , PC and Video Games</option><option value="51">|   |-- Fantasy Baseball</option><option value="22">|   |-- Fantasy Football</option><option value="-1">|--[SunLit DOD:S League]</option><option value="35">|   |-- Announcements</option><option value="41">|   |-- Team Registration</option><option value="26">|   |-- Talk the Talk</option><option value="50">|   |-- Report Scores</option><option value="42">|   |-- Team Rosters</option><option value="33">|   |-- Scrims</option><option value="52">|   |-- Monday Night Pickup Game</option><option value="-1">|--[SLG| Teams]</option><option value="45">|   |-- SLG| DODS Team</option><option value="47">|   |-- SLG| CSS Team</option><option value="-1">|--[Tech Corner]</option><option value="14">|   |-- Geeks, Tweaks and FPS Freaks</option><option value="29">|   |-- Hot Hardware Deal</option><option value="16">|   |-- Ventrilo</option><option value="15">|   |-- Steamed</option><option value="49">|   |-- mIRC</option><option value="-1">|--[Books, Movies, TV and Music]</option><option value="37">|   |-- Books - Fiction</option><option value="38">|   |-- Books - Non-fiction</option><option value="39">|   |-- Movies and TV</option><option value="40">|   |-- Music</option></select><input type="hidden" name="sid" value="f62a94986b182099d2095a9f26302b6b" /><input type="hidden" name="op" value="modload" /><input type="hidden" name="name" value=PNphpBB2 /><input type="hidden" name="file" value="viewforum" /><input type="hidden" name="sid" value="" />         <input type="submit" value="Go" class="liteoption" />      </span>    </td>   </tr></table></form></div><table width="100%" cellpadding="3" cellspacing="1" border="0"><tr><td align="center" class="gensmall" style="text-align:center">Powered by <a style="text-decoration:none;" href="http://www.pnphpbb.com" target="_blank"><font color="ff6600"><b><i>PN</i></b></font><font color="0001f0"><b>phpBB2</b></font></a> © 2003-2007 The PNphpBB Group<br/><a href="./modules/PNphpBB2/docs/copyrite.html" onclick="window.open('./modules/PNphpBB2/docs/copyrite.html', '_pnphpbb2_credits', 'HEIGHT=250,WIDTH=450,scrollbars=yes');return false;" target="_pnphpbb2_credits">Credits</a> </td></tr></table><a name="bot" id="bot"></a>                 </td>               </tr>           </table>        </td>   </tr></table></td>                                      </tr>                                   </table>                                </td>                           </tr>                       </table>                    </td>               </tr>               <tr>                    <td>                        <table class="ancho_100">                           <tr>                                <td class="pie_footer"><br /><a href="http://www.postnuke.com" target="_blank"><img src="images/powered/postnuke.butn.gif" border="0" alt="Web site powered by PostNuke" hspace="10" /></a> <a href="http://php.weblogs.com/ADODB" target="_blank"><img src="images/powered/adodb2.gif" alt="ADODB database library" border="0" hspace="10" /></a><a href="http://www.php.net" target="_blank"><img src="images/powered/php2.gif" alt="PHP Language" border="0" hspace="10" /></a><br /><br />All logos and trademarks in this site are property of their respective owner. The comments are property of their posters, all the rest © 2003 by me<br />This web site was made with <a href="http://www.postnuke.com" target="_blank">PostNuke</a>, a web portal system written in PHP. PostNuke is Free Software released under the <a href="http://www.gnu.org" target="_blank">GNU/GPL license</a>.<br />You can syndicate our news using the file <a href="backend.php">backend.php</a></td>                            </tr>                           <tr>                                <td><span class="pn-sub"><center>Theme creado por <a href="http://www.dev-postnuke.com" target="new">dev-postnuke.com</a></center></span></td>                          </tr>                       </table>                    </td>               </tr>           </table>        </td>       <td class="borde_der"></td> </tr></table></body></html>

Thanks for the interest in helping :lmao:

chris

Edited by cshorey

...

Link to comment
Share on other sites

Untested, but maybe this would work better:

;Open IE and website
$oIE = _IECreate ("www.sunlitgames.net/index.php?name=PNphpBB2&file=posting&mode=newtopic&f=50", 1)
$oForms = _IEFormGetCollection ($oIE)
           
;Sumbit page
$oForm = _IEFormGetObjByName ($oIE, "Post")
$oSubject = _IEFormElementGetObjByName ($oForm, "subject")
$oMessage = _IEFormElementGetObjByName ($oForm, "message")
$oPost = _IEFormElementGetObjByName ($oForm, "post")
;$oPreview = _IEFormElementGetObjByName ($oForm, "preview")
_IEFormElementSetValue ($oSubject, GUICtrlRead($postSubject))
_IEFormElementSetValue ($oMessage, GUICtrlRead($postMessageBody))
_IEAction ($oPost, "click")
;_IEAction ($oPreview, "click")
_IELoadWait($oIE)
Thanks GMK! That worked. Looking at the change you made, made me realize I should have tried that, being the first time working with IE in autoit I never would have guessed to do that. So thanks a ton. Now on to the next challenge. I gotta detect of the page loads or give me a login page instead.

chris

...

Link to comment
Share on other sites

Thanks GMK! That worked. Looking at the change you made, made me realize I should have tried that, being the first time working with IE in autoit I never would have guessed to do that. So thanks a ton. Now on to the next challenge. I gotta detect of the page loads or give me a login page instead.

chris

You're welcome. You can probably check for form names. If you go to the desired page, and to the login page separately, the forms should be named differently. Get a form by name and use @error (If @error Then...) to see whether or not the page loads or the login loads.
Link to comment
Share on other sites

You're welcome. You can probably check for form names. If you go to the desired page, and to the login page separately, the forms should be named differently. Get a form by name and use @error (If @error Then...) to see whether or not the page loads or the login loads.

Thanks for the suggestion GMK. I ended up using it and it worked out nicely. I ended up using it again a little while look for the case wen you had to login first. There was a delay and an intrim page the loaded. so I looked for the forum for the final page that would load and let it look (with a backdoor timeout so it wouldn't be infinite) looking for my form. It worked out ok.

Thanks Again! I think I got the majority of my core functionality now. Just time to clean up the code. :whistle:

chris

...

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...