<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "can't give a comment"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "can't give a comment"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>can't give a comment</title>
				<description><![CDATA[ Nice advanced guestboook 2.3.1<br /> <br /> When the comment is working to me it should be better. At my webpage [url]www.nutri-shop.nl[/url] the comment doesn't work. When i will give a comment i'll got linked to my homepage, instead the comment page. Whe i delete the ?gb_id=xxx from the url i'll got the message: [code]Warning&#58; Cannot modify header information - headers already sent by &#40;output started at /var/www/html/includes/templates/template_default/common/html_header.php&#58;29&#41; in /var/www/html/guestbook/lib/comment.class.php on line 182[/code]<br /> <br /> What is the problem?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4088/12982.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4088/12982.php</link>
				<pubDate><![CDATA[Mon, 10 Jan 2005 19:54:41]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Re: can't give a comment</title>
				<description><![CDATA[ [code]Warning&#58; Cannot modify header information - headers already sent by &#40;output started at /var/www/html/includes/templates/template_default/common/html_header.php&#58;29&#41; in /var/www/html/guestbook/lib/comment.class.php on line 182[/code]<br /> <br /> &gt;&gt;&gt; What is the problem? &lt;&lt;&lt;<br /> <br /> Its above.<br /> <br /> Do a search on...<br /> <br /> [code]Warning&#58; Cannot modify header information - headers already sent by[/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4088/12983.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4088/12983.php</link>
				<pubDate><![CDATA[Mon, 10 Jan 2005 20:33:45]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ i did.......never got a good answer<br /> <br /> for xample "no white space before and after &lt;php ...?&gt;<br /> <br /> there is no white space <img src="https://proxy2.de/forum//images/smilies/9d71f0541cff0a302a0309c5079e8dee.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4088/12986.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4088/12986.php</link>
				<pubDate><![CDATA[Mon, 10 Jan 2005 22:00:03]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ The comments are posting fine. I just made one which you should delete. The problem is that it is not returning you to the guestbook after commenting. I will look into it.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4088/12987.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4088/12987.php</link>
				<pubDate><![CDATA[Mon, 10 Jan 2005 22:21:09]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ right...thats after i made a change in the gd.class.php in line 156 i made the chanege <br /> [code]GB_COMMENT = &#40;IS_MODULE &amp;&amp; eregi&#40;&quot;\?&quot;,$GB_PG&#91;&quot;comment&quot;&#93;&#41;&#41; ? &quot;$GB_PG&#91;comment&#93;?gb_id=$row&#91;id&#93;&quot; &#58; <br /> &quot;$GB_PG&#91;comment&#93;?gb_id=$row&#91;id&#93;&quot;; [/code]<br />  <br /> to<br /> <br /> [code]GB_COMMENT = &#40;IS_MODULE &amp;&amp; eregi&#40;&quot;\?&quot;,$GB_PG&#91;&quot;comment&quot;&#93;&#41;&#41; ? &quot;$GB_PG&#91;comment&#93;&amp;gb_id=$row&#91;id&#93;&quot; &#58; &quot;$GB_PG&#91;comment&#93;&amp;gb_id=$row&#91;id&#93;&quot;; [/code]<br /> <br /> and i also exclude the <br /> [code]           // header&#40;&quot;Location&#58; $GB_PG&#91;index&#93;&quot;&#41;;[/code]<br /> in the comment.class.php<br /> <br /> because otherwise i'll got these [list]Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/includes/templates/template_default/common/html_header.php:29) in /var/www/html/guestbook/lib/comment.class.php on line 175[/list]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4088/12989.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4088/12989.php</link>
				<pubDate><![CDATA[Mon, 10 Jan 2005 22:45:16]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ The problem lies in the way you have integrated the guestbook into your site. You have HTML being sent to the visitor before the guestbook gets called and so it cannot send the header as the HTML has already been started.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4088/12990.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4088/12990.php</link>
				<pubDate><![CDATA[Mon, 10 Jan 2005 22:50:25]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Yes, thats whats the error reporting.....but in the other files it's going great.....is there a sloution to set this off ( not in my main html of course)?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4088/12991.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4088/12991.php</link>
				<pubDate><![CDATA[Mon, 10 Jan 2005 23:11:14]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="Anonymous"]and i also exclude the <br /> [code]           // header&#40;&quot;Location&#58; $GB_PG&#91;index&#93;&quot;&#41;;[/code]<br /> in the comment.class.php[/quote]<br /> <br /> maybe its not going anywhere after posting because this is commented out? ^^^ - the header bit]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4088/12992.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4088/12992.php</link>
				<pubDate><![CDATA[Mon, 10 Jan 2005 23:36:17]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Yes I know that thats the reason why its not going anywhere after posting . But if i'll  don't commented this out i'll got the header -error.<br /> <br /> I dont undeerstand it. why?????????<br /> <br /> Í'll tried everything....putting the file or path (index.php) because thats what the variable says......got to the guestbook]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4088/12993.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4088/12993.php</link>
				<pubDate><![CDATA[Mon, 10 Jan 2005 23:46:22]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I need to know how you integrated the guestbook into your site.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4088/12994.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4088/12994.php</link>
				<pubDate><![CDATA[Mon, 10 Jan 2005 23:49:48]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I have an idea but I need to look into it. Did you set module true in config.inc.php?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4088/12995.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4088/12995.php</link>
				<pubDate><![CDATA[Mon, 10 Jan 2005 23:52:23]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [code]&lt;?php<br /> /* database settings */<br /> <br /> $GB_DB&#91;&quot;dbName&quot;&#93; = &quot;xxxxxxxxxxx&quot;;<br /> $GB_DB&#91;&quot;host&quot;&#93;   = &quot;xxxxxxxxx&quot;;<br /> $GB_DB&#91;&quot;user&quot;&#93;   = &quot;xxxxxxxxxxx&quot;;<br /> $GB_DB&#91;&quot;pass&quot;&#93;   = &quot;xxxxxx&quot;;<br /> <br /> /* tables */<br /> <br /> $GB_TBL&#91;&quot;data&quot;&#93;  = &quot;book_data&quot;;<br /> $GB_TBL&#91;&quot;auth&quot;&#93;  = &quot;book_auth&quot;;<br /> $GB_TBL&#91;&quot;cfg&quot;&#93;   = &quot;book_config&quot;;<br /> $GB_TBL&#91;&quot;com&quot;&#93;   = &quot;book_com&quot;;<br /> $GB_TBL&#91;&quot;ip&quot;&#93;    = &quot;book_ip&quot;;<br /> $GB_TBL&#91;&quot;words&quot;&#93; = &quot;book_words&quot;;<br /> $GB_TBL&#91;&quot;ban&quot;&#93;   = &quot;book_ban&quot;;<br /> $GB_TBL&#91;&quot;priv&quot;&#93;  = &quot;book_private&quot;;<br /> $GB_TBL&#91;&quot;smile&quot;&#93; = &quot;book_smilies&quot;;<br /> $GB_TBL&#91;&quot;pics&quot;&#93;  = &quot;book_pics&quot;;<br /> <br /> /* guestbook pages */<br /> <br /> $GB_PG&#91;&quot;index&quot;&#93;    = 'index.php?main_page=page_4'  . '';<br /> $GB_PG&#91;&quot;admin&quot;&#93;    = &quot;admin.php&quot;;<br /> $GB_PG&#91;&quot;comment&quot;&#93;  = 'index.php?main_page=page_7'  . '';<br /> $GB_PG&#91;&quot;addentry&quot;&#93; = 'index.php?main_page=page_5'  . '';<br /> <br /> <br /> /* guestbook templates */<br /> <br /> $GB_TPL&#91;&quot;adm_enter&quot;&#93;  = &quot;admin_enter.php&quot;;<br /> $GB_TPL&#91;&quot;body&quot;&#93;       = &quot;body.php&quot;;<br /> $GB_TPL&#91;&quot;entry&quot;&#93;      = &quot;entry.php&quot;;<br /> $GB_TPL&#91;&quot;error&quot;&#93;      = &quot;error.php&quot;;<br /> $GB_TPL&#91;&quot;form&quot;&#93;       = &quot;form.php&quot;;<br /> $GB_TPL&#91;&quot;preview&quot;&#93;    = &quot;preview.php&quot;;<br /> $GB_TPL&#91;&quot;prev_entry&quot;&#93; = &quot;preview_entry.php&quot;;<br /> $GB_TPL&#91;&quot;header&quot;&#93;     = &quot;header.php&quot;;<br /> $GB_TPL&#91;&quot;footer&quot;&#93;     = &quot;footer.php&quot;;<br /> $GB_TPL&#91;&quot;icq&quot;&#93;        = &quot;icq.php&quot;;<br /> $GB_TPL&#91;&quot;url&quot;&#93;        = &quot;url.php&quot;;<br /> $GB_TPL&#91;&quot;aim&quot;&#93;        = &quot;aim.php&quot;;<br /> $GB_TPL&#91;&quot;com&quot;&#93;        = &quot;com.php&quot;;<br /> $GB_TPL&#91;&quot;email&quot;&#93;      = &quot;email.php&quot;;<br /> $GB_TPL&#91;&quot;success&quot;&#93;    = &quot;success.php&quot;;<br /> $GB_TPL&#91;&quot;frm_icq&quot;&#93;    = &quot;form_icq.php&quot;;<br /> $GB_TPL&#91;&quot;frm_aim&quot;&#93;    = &quot;form_aim.php&quot;;<br /> $GB_TPL&#91;&quot;frm_gender&quot;&#93; = &quot;form_gender.php&quot;;<br /> $GB_TPL&#91;&quot;frm_image&quot;&#93;  = &quot;form_image.php&quot;;<br /> $GB_TPL&#91;&quot;com_pass&quot;&#93;   = &quot;com_pass.php&quot;;<br /> $GB_TPL&#91;&quot;com_form&quot;&#93;   = &quot;comment.php&quot;;<br /> $GB_TPL&#91;&quot;image&quot;&#93;      = &quot;user_pic.php&quot;;<br /> <br /> /* misc */<br /> <br /> define&#40;'IS_MODULE', true&#41;;  /* running as POST-Nuke 0.x or PHP-Nuke 5.x addon? */ <br /> <br /> $GB_PG&#91;&quot;base_url&quot;&#93; = &quot;guestbook/&quot;;  /* e.g htpp&#58;//www.yourdomain.com/guestbook/img */<br /> <br /> $DB_CLASS  = &quot;mysql.class.php&quot;;<br /> $TEC_MAIL  = &quot;you_at_your_domain_dot_com&quot;;<br /> $GB_UPLOAD = &quot;public&quot;;<br /> $GB_TMP    = &quot;tmp&quot;;<br /> <br /> if &#40;$GB_PG&#91;&quot;base_url&quot;&#93; == &quot;&quot;&#41; &#123;<br />     $inter_type = php_sapi_name&#40;&#41;;<br />     if &#40;$inter_type == &quot;cgi&quot;&#41; &#123;<br />         if &#40;isset&#40;$HTTP_SERVER_VARS&#91;&quot;PATH_INFO&quot;&#93;&#41; &amp;&amp; !empty&#40;$HTTP_SERVER_VARS&#91;&quot;PATH_INFO&quot;&#93;&#41;&#41; &#123;<br />             $GB_PG&#91;&quot;base_url&quot;&#93; = dirname&#40;$HTTP_SERVER_VARS&#91;&quot;PATH_INFO&quot;&#93;&#41;;<br />         &#125; elseif &#40;isset&#40;$HTTP_SERVER_VARS&#91;&quot;REQUEST_URI&quot;&#93;&#41; &amp;&amp; !empty&#40;$HTTP_SERVER_VARS&#91;&quot;REQUEST_URI&quot;&#93;&#41;&#41; &#123;<br />             $GB_PG&#91;&quot;base_url&quot;&#93; = dirname&#40;$HTTP_SERVER_VARS&#91;&quot;REQUEST_URI&quot;&#93;&#41;;<br />         &#125; else &#123;<br />             $GB_PG&#91;&quot;base_url&quot;&#93; = dirname&#40;$HTTP_SERVER_VARS&#91;&quot;SCRIPT_NAME&quot;&#93;&#41;;<br />         &#125;<br />     &#125; else &#123;<br />         $GB_PG&#91;&quot;base_url&quot;&#93; = dirname&#40;$HTTP_SERVER_VARS&#91;&quot;PHP_SELF&quot;&#93;&#41;;<br />     &#125;<br /> &#125;<br /> <br /> ?&gt;[/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4088/12996.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4088/12996.php</link>
				<pubDate><![CDATA[Tue, 11 Jan 2005 00:07:33]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Your main problem is that you have embedded the guestbook into a CMS that doesn't handle modules the same way as PHP Nuke does. I will look into an alternate method for you when I get chance.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4088/12997.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4088/12997.php</link>
				<pubDate><![CDATA[Tue, 11 Jan 2005 00:31:57]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ okay......thnx]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4088/13003.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4088/13003.php</link>
				<pubDate><![CDATA[Tue, 11 Jan 2005 07:25:55]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>