<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Guestbook 1.51 will not work for me"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Guestbook 1.51 will not work for me"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Guestbook 1.51 will not work for me</title>
				<description><![CDATA[ I have installed the guestbook, (yesterday), but when I post a message and click the 'Sign Book' button in addentry.html I am taken to the page 'http://www.fred.org.uk/cgi-bin/guestbook/guestbook.pl' and shown an error message saying that the server cannot complete my request, (thsi is the standard error page).<br /> <br /> My guess is that I have not completed the $base_dir variable correctly.<br /> <br /> My webhost says the path to my webspace is '/home/freduk/public_html' and I have entered <br /> $base_dir = "/home/freduk/public_html/guestbook/book";<br /> in the script as addentry.html and the other files are in the directory guestbook/book.<br /> Can someone tell me what I have done wrong please?  (No my website is not fred but I have used this to save my embarrassment.)<br /> <br /> All help will be greatly appreciated,<br /> Viv]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5373/19613.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5373/19613.php</link>
				<pubDate><![CDATA[Sun, 12 Feb 2006 11:39:08]]> GMT</pubDate>
				<author><![CDATA[ Puzzled]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ It's hard to say for sure without access.  Does your host allow the .pl extension? Some require you to change the extension to .cgi.  <br /> <br /> In the guestbook.pl file, do you have the correct location to perl on your server? <br /> <br /> Did you put the guestbook.pl file in the cgi-bin directory and chmod to 755?<br /> <br /> I have found that when using cgi scripts from proxy2.de, I must use the full url:<br /> <br /> In cgi-bin/guestbook.pl, lines 16 thru 26:<br /> [code]# url of script<br /> $cgiurl = &quot;http&#58;//www.yoursite.com/cgi-bin/guestbook.pl&quot;;<br /> <br /> # administration password<br /> $admin_pass = &quot;password&quot;;<br /> <br /> # base url to all guestbook files without trailing &quot;/&quot;<br /> $bookurl = &quot;http&#58;//www.yoursite.com/guestbook/book&quot;;<br /> <br /> # base directory to all guestbook files from the server root without trailing &quot;/&quot;<br /> $base_dir = &quot;/home/freduk/public_html/guestbook/book&quot;;[/code]<br /> In addentry.html line 7:<br /> [code]&lt;form method=&quot;post&quot; action=&quot;/cgi-bin/guestbook.pl&quot;&gt;[/code]<br /> If you have an available mysql database, you would do better to use the database version.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5373/19690.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5373/19690.php</link>
				<pubDate><![CDATA[Sat, 18 Feb 2006 16:46:12]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
	</channel>
</rss>