<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "guestbook on phpws 0.10.0"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "guestbook on phpws 0.10.0"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>guestbook on phpws 0.10.0</title>
				<description><![CDATA[ I installed the guestbook on my site, that is gone very well, but when I type a new messages in the messages box the messages will not by saved in the database <img src="https://proxy2.de/forum//images/smilies/c30b4198e0907b23b8246bdd52aa1c3c.gif" /> <br /> there is no error at all!!<br /> does any body know what here the problem is?<br /> look at: [url]http://www.cc-edamvolendam.nl[/url]<br /> Ant click on [b]gastenboek[/b]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4084/12965.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4084/12965.php</link>
				<pubDate><![CDATA[Sun, 9 Jan 2005 20:10:45]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Haven't got a clue to be honest as I have never used it as part of a CMS due to my hating CMS's. Anyway did you edit [code]define&#40;'IS_MODULE', false&#41;;  /* running as POST-Nuke 0.x or PHP-Nuke 5.x addon? */ [/code] in admin/config.inc.php ? Change it to [code]define&#40;'IS_MODULE', true&#41;;  /* running as POST-Nuke 0.x or PHP-Nuke 5.x addon? */ [/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4084/12966.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4084/12966.php</link>
				<pubDate><![CDATA[Sun, 9 Jan 2005 20:29:39]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Here's a link with info about a version for PhpWebSite:<br /> <br /> <a class="snap_shots" href="http://www.phpwebsitemanual.com/index.php?module=pagemaster&amp;PAGE_user_" target="_blank" rel="nofollow">http://www.phpwebsitemanual.com/index.php?module=pagemaster&amp;PAGE_user_</a><br /> op=view_page&amp;PAGE_id=94&amp;MMN_position=122:122<br /> <br /> This forum offers other guestbooks, and one person says they have the zipped version of the Advanced Guestbook for PhpWebSite available for whoever wants it:<br /> <br /> <a class="snap_shots" href="http://phpwebsitemanual.com/index.php?module=phpwsbb&amp;PHPWSBB_MAN_" target="_blank" rel="nofollow">http://phpwebsitemanual.com/index.php?module=phpwsbb&amp;PHPWSBB_MAN_</a><br /> OP=view&amp;PHPWS_MAN_ITEMS%5B%5D=395]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4084/12967.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4084/12967.php</link>
				<pubDate><![CDATA[Sun, 9 Jan 2005 21:37:27]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Here's the link to download the PhpWebSite version of the guestbook:<br /> <br /> <a class="snap_shots" href="http://www.3hc.co.uk/studentsupport/" target="_blank" rel="nofollow">http://www.3hc.co.uk/studentsupport/</a>]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4084/12999.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4084/12999.php</link>
				<pubDate><![CDATA[Tue, 11 Jan 2005 02:09:07]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title>guestbook on phpws 0.10.0</title>
				<description><![CDATA[ I have download this guestbook, but it's have the same problem <img src="https://proxy2.de/forum//images/smilies/c30b4198e0907b23b8246bdd52aa1c3c.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4084/13012.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4084/13012.php</link>
				<pubDate><![CDATA[Tue, 11 Jan 2005 22:02:02]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Sorry you are still having problems.  Since there are many phpwebsite sites out there using this, it makes me think the problem could be with your phpws installation.  I will look at the guestbook files again and see if I notice anything, but you may want to visit some phpws forums and see if they have any info about integrating the guestbook. It appears it is not processing the posting instructions.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4084/13016.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4084/13016.php</link>
				<pubDate><![CDATA[Wed, 12 Jan 2005 00:36:38]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Here is one problem I am seeing when I look at your source code:<br /> <br /> [list]theURL = './/mod/guestbook/picture.php?img='+Image;[/list]So, it appears there is a problem with your base url.  In your mod/guestbook directory, open index.php. Change<br /> [code]$GB_PG&#91;&quot;base_url&quot;&#93; .= &quot;.//mod/$ModName&quot;; [/code]<br /> to : <br /> [code]$GB_PG&#91;&quot;base_url&quot;&#93; .= &quot;/mod/$ModName&quot;; [/code]<br /> Do not know if this will solve your problem.  I don't know phpws, so I cannot say - or why it does not put out an error message?<br /> <br /> Let us know what happens so we can help anybody else with the same problem.<br /> <br /> I also noticed the phpws version does not show a link to the administration panel.  You can get to admin from here:<br /> [list]index.php?module=guestbook&amp;agbook=admin[/list]or if you want the link to show in the page:<br /> <br /> Open templates/body.php<br /> <br /> Around line 5, find:<br /> [code]    &lt;td width=&quot;44%&quot; align=&quot;right&quot; class=&quot;font2&quot;&gt;<br /> &lt;img src=&quot;$GB_PG&#91;base_url&#93;/img/sign.gif&quot; width=&quot;9&quot; height=&quot;12&quot;&gt; &lt;a href=&quot;$GB_PG&#91;addentry&#93;&quot;&gt;&lt;b&gt;$LANG&#91;BookMess3&#93;&lt;/b&gt;&lt;/a&gt;<br />     &lt;/td&gt;[/code]<br /> Change to:<br /> [code]    &lt;td width=&quot;44%&quot; align=&quot;right&quot; class=&quot;font2&quot;&gt;<br /> &lt;img src=&quot;$GB_PG&#91;base_url&#93;/img/sign.gif&quot; width=&quot;9&quot; height=&quot;12&quot;&gt; &lt;a href=&quot;$GB_PG&#91;addentry&#93;&quot;&gt;&lt;b&gt;$LANG&#91;BookMess3&#93;&lt;/b&gt;&lt;/a&gt;<br />       &lt;b&gt;| &lt;img src=&quot;$GB_PG&#91;base_url&#93;/img/lock.gif&quot; width=&quot;9&quot; height=&quot;11&quot;&gt; &lt;a href=&quot;$GB_PG&#91;admin&#93;&quot;&gt;$LANG&#91;BookMess5&#93;&lt;/a&gt;&lt;/b&gt;<br />     &lt;/td&gt;[/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4084/13019.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4084/13019.php</link>
				<pubDate><![CDATA[Wed, 12 Jan 2005 01:33:03]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title>guestbook on phpwebsite</title>
				<description><![CDATA[ I have chanced the entrees van above, but it will not work <img src="https://proxy2.de/forum//images/smilies/c30b4198e0907b23b8246bdd52aa1c3c.gif" /><br /> the message will not showed in the guestbook..... <img src="https://proxy2.de/forum//images/smilies/0a4d7238daa496a758252d0a2b1a1384.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4084/13042.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4084/13042.php</link>
				<pubDate><![CDATA[Wed, 12 Jan 2005 19:44:54]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Don't know if it will help, but you are using a backslash when it should be a forward slash.<br /> [list]theURL = '\mod/guestbook/picture.php?img='+Image;[/list]<br /> Change your base url:<br /> <br /> From:<br /> [code]$GB_PG&#91;&quot;base_url&quot;&#93; .= &quot;\mod/$ModName&quot;;[/code]<br /> To:<br /> [code]$GB_PG&#91;&quot;base_url&quot;&#93; .= &quot;/mod/$ModName&quot;;[/code]<br /> If it still doesn't work, you should visit a phpws forum.  There is a good one at sourceforge.net.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4084/13053.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4084/13053.php</link>
				<pubDate><![CDATA[Thu, 13 Jan 2005 01:55:00]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title>Guestbook on phpws 0.10.0</title>
				<description><![CDATA[ Sorry but it will not work <img src="https://proxy2.de/forum//images/smilies/c30b4198e0907b23b8246bdd52aa1c3c.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4084/13068.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4084/13068.php</link>
				<pubDate><![CDATA[Thu, 13 Jan 2005 22:51:14]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Is that version of the guestbook written for the version of PHPWebSite you are using?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4084/13069.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4084/13069.php</link>
				<pubDate><![CDATA[Thu, 13 Jan 2005 22:58:37]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ The base url is still wrong.  Now it has the dot back in front.  Can you copy and paste the correct base url code in there?<br /> <br /> Change base url code<br /> <br /> From: <br /> [code]$GB_PG&#91;&quot;base_url&quot;&#93; .= &quot;./mod/$ModName&quot;; [/code]<br /> To: <br /> [code]$GB_PG&#91;&quot;base_url&quot;&#93; .= &quot;/mod/$ModName&quot;; [/code]<br /> <br /> Did you put that dot in there or could something else be causing it? Do you have CPanel?  Email me access and I would see if there is anything I can do.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4084/13074.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4084/13074.php</link>
				<pubDate><![CDATA[Fri, 14 Jan 2005 02:21:25]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title>Guestbook on phpws 0.10.0</title>
				<description><![CDATA[ I canced the line: theURL = '/mod/guestbook/picture.php?img='+Image;<br /> but the problem is still there? <img src="https://proxy2.de/forum//images/smilies/9d71f0541cff0a302a0309c5079e8dee.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4084/13081.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4084/13081.php</link>
				<pubDate><![CDATA[Fri, 14 Jan 2005 11:52:29]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>guestbook on phpws 0.10.0</title>
				<description><![CDATA[ Yes this version is special for phpws with a boost, conf, etc...directory.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4084/13084.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4084/13084.php</link>
				<pubDate><![CDATA[Fri, 14 Jan 2005 13:13:19]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Re: guestbook on phpws 0.10.0</title>
				<description><![CDATA[ [quote="PvdB"]Yes this version is special for phpws with a boost, conf, etc...directory.[/quote]Yes but is it for the version of PHPWS you are using? It may of been made for an older version or vice versa.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4084/13088.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4084/13088.php</link>
				<pubDate><![CDATA[Fri, 14 Jan 2005 17:29:50]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
	</channel>
</rss>