<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Parse Error in Image Verification-modded Advanced Guestbook"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Parse Error in Image Verification-modded Advanced Guestbook"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Parse Error in Image Verification-modded Advanced Guestbook</title>
				<description><![CDATA[ Hi. I've added Carbonize's Image verification script to Advanced Guestbook 2.3.1 - when I go to addentry.php I get the following error: <br /> <br /> Parse error: parse error, unexpected $ in /home/********/public_html/guestbook/addentry.php on line 40 <br /> <br /> The code for this file is: <br /> <br /> &lt;?php <br /> include("verify.php"); <br /> $include_path = dirname(__FILE__); <br /> include_once $include_path."/admin/config.inc.php"; <br /> include_once $include_path."/lib/$DB_CLASS"; <br /> include_once $include_path."/lib/image.class.php"; <br /> include_once $include_path."/lib/template.class.php"; <br /> <br /> include_once $include_path."/lib/vars.class.php"; <br /> include_once $include_path."/lib/add.class.php"; <br /> <br /> $gb_post = new addentry($include_path); <br /> <br /> if (isset($HTTP_POST_VARS["gb_action"])) { <br /> if (isset($HTTP_POST_VARS["gb_action"])) { <br /> if (strtoupper($_POST["keycode"])!=$Vword) <br /> { <br /> echo ("The &lt;strong&gt;Image Verication&lt;/strong&gt; code you supplied is incorrect.&lt;br /&gt;\nPlease enter the 8 characters that appear in the image."); <br /> echo $gb_post-&gt;process(); <br /> die(); <br /> } <br /> $gb_post-&gt;Vrand = $Vrand; <br /> $gb_post-&gt;name = (isset($HTTP_POST_VARS["gb_name"])) ? $HTTP_POST_VARS["gb_name"] : ''; <br /> $gb_post-&gt;email = (isset($HTTP_POST_VARS["gb_email"])) ? $HTTP_POST_VARS["gb_email"] : ''; <br /> $gb_post-&gt;url = (isset($HTTP_POST_VARS["gb_url"])) ? $HTTP_POST_VARS["gb_url"] : ''; <br /> $gb_post-&gt;comment = (isset($HTTP_POST_VARS["gb_comment"])) ? $HTTP_POST_VARS["gb_comment"] : ''; <br /> $gb_post-&gt;location = (isset($HTTP_POST_VARS["gb_location"])) ? $HTTP_POST_VARS["gb_location"] : ''; <br /> $gb_post-&gt;icq = (isset($HTTP_POST_VARS["gb_icq"])) ? $HTTP_POST_VARS["gb_icq"] : ''; <br /> $gb_post-&gt;aim = (isset($HTTP_POST_VARS["gb_aim"])) ? $HTTP_POST_VARS["gb_aim"] : ''; <br /> $gb_post-&gt;gender = (isset($HTTP_POST_VARS["gb_gender"])) ? $HTTP_POST_VARS["gb_gender"] : ''; <br /> $gb_post-&gt;userfile = (isset($HTTP_POST_FILES["userfile"]["tmp_name"]) &amp;&amp; $HTTP_POST_FILES["userfile"]["tmp_name"] != "") ? $HTTP_POST_FILES : ''; <br /> $gb_post-&gt;user_img = (isset($HTTP_POST_VARS["gb_user_img"])) ? $HTTP_POST_VARS["gb_user_img"] : ''; <br /> $gb_post-&gt;preview = (isset($HTTP_POST_VARS["gb_preview"])) ? 1 : 0; <br /> $gb_post-&gt;private = (isset($HTTP_POST_VARS["gb_private"])) ? 1 : 0; <br /> echo $gb_post-&gt;process($HTTP_POST_VARS["gb_action"]); <br /> } else { <br /> echo $gb_post-&gt;process(); <br /> } <br /> <br /> ?&gt;]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4024/12575.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4024/12575.php</link>
				<pubDate><![CDATA[Tue, 21 Dec 2004 16:51:24]]> GMT</pubDate>
				<author><![CDATA[ Funky Monk]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Quick guess[code]if &#40;isset&#40;$HTTP_POST_VARS&#91;&quot;gb_action&quot;&#93;&#41;&#41; &#123;<br /> if &#40;isset&#40;$HTTP_POST_VARS&#91;&quot;gb_action&quot;&#93;&#41;&#41; &#123; [/code]You've doubled that up.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4024/12576.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4024/12576.php</link>
				<pubDate><![CDATA[Tue, 21 Dec 2004 17:00:09]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Thanks for spotting that one! Works a treat now.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4024/12578.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4024/12578.php</link>
				<pubDate><![CDATA[Tue, 21 Dec 2004 17:17:32]]> GMT</pubDate>
				<author><![CDATA[ Funky Monk]]></author>
			</item>
	</channel>
</rss>