<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Cannot send comments"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Cannot send comments"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Cannot send comments</title>
				<description><![CDATA[ Problem:<br /> I try to send comment, but database wont accept it.<br /> <br /> Sollution:<br /> browser field in database is omited on 70 chars. Some browsers (Mozilla firefox 0.9.2) generate string with more than 70 chars so Insert script get error.<br /> open include/class_pollcomment.php<br /> search for string $agent<br /> replace line<br /> $agent=@getenv("HTTP_USER_AGENT");<br /> with<br /> $agentAll=@getenv("HTTP_USER_AGENT");<br /> $agent=substr($agent,0.6<img src="https://proxy2.de/forum//images/smilies/b2eb59423fbf5fa39342041237025880.gif"  />;<br /> This will trim string to 69 characters]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3708/10900.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3708/10900.php</link>
				<pubDate><![CDATA[Tue, 12 Oct 2004 14:12:09]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>I hited smiley code</title>
				<description><![CDATA[ ...<br /> $agent=substr($agentAll, 0 , 69 );]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3708/10901.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3708/10901.php</link>
				<pubDate><![CDATA[Tue, 12 Oct 2004 14:15:24]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>