<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Guestbook 1.5 Server Setup"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Guestbook 1.5 Server Setup"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Guestbook 1.5 Server Setup</title>
				<description><![CDATA[ Greetings:<br /> <br /> I have set up my guestbook at Eschellon.com<br /> <br /> The guestbook.pl file has been modified and uploaded to the cgi-bin directory with the following settings:<br /> <br /> Permissions:  755<br /> <br /> #!/usr/bin/perl<br /> <br /> # url of script<br /> $cgiurl = "http://www.eschellon.com/cgi-bin/guestbook.pl";<br /> <br /> # base url to all guestbook files without trailing "/"<br /> $bookurl = "http://www.eschellon.com/book";<br /> <br /> # base directory to all guestbook files from the server root without trailing "/"<br /> $base_dir = "/hsphere/local/home/rfunkman/eschellon.com/book";<br /> <br /> [Web Host lists the following: Home Directory = /hsphere/local/home/rfunkman ]<br /> <br /> [Web Host lists the following: HTML Directory = /hsphere/local/home/rfunkman/eschellon.com ]<br /> <br /> The book directory is located at <a class="snap_shots" href="http://www.eschellon.com/book" target="_blank" rel="nofollow">http://www.eschellon.com/book</a><br /> <br /> I can log in as administrator, but nothing from there ( any documentation ?? )<br /> <br /> Also, if I try to add an entry via addentry.html or guestbook.html an error occurs....<br /> <br /> Cannot create ID file guest_id.txt in hsphere/local/home/rfunkman/eschellon.com/book. Please check your base directory.<br /> <br /> Any help would be appreciated...I know I'm close <br /> <br /> Thanks in advance.<br /> <br /> Peter<br /> Atlanta Georgia USA]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2699/7143.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2699/7143.php</link>
				<pubDate><![CDATA[Fri, 23 Jan 2004 04:03:35]]> GMT</pubDate>
				<author><![CDATA[ pmonahan]]></author>
			</item>
			<item>
				<title>re</title>
				<description><![CDATA[ You will have to change your base directory<br /> $base_dir = "/hsphere/local/home/rfunkman/eschellon.com/book"; <br /> <br /> This is what I had to do to get it to work for me. <br /> <br /> Instead of this <br /> <br /> $base_dir = "/home/usr/you/book"; (you is your user name to your webserver) <br /> <br /> I put in this <br /> <br /> $base_dir = "/home/you/public_html/book"; <br /> <br /> Try that. <br /> <br /> That didn't work completely for me so I had to set permissions for <br /> <br /> guest_id.txt <br /> guestbook.html <br /> page_id.txt <br /> template.html <br /> <br /> To 777 <br /> <br /> guestbook.pl goes in the cgi-bin, upload in ASCll and permissions to 755]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2699/7146.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2699/7146.php</link>
				<pubDate><![CDATA[Fri, 23 Jan 2004 15:16:35]]> GMT</pubDate>
				<author><![CDATA[ lmf33]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Seems I forgot a forward slash:<br /> <br /> here's what worked after some experimenting:<br /> <br /> $base_dir = "/hsphere/local/home/rfunkman/eschellon.com/book<br /> <br /> Thanks<br /> <br /> Peter]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2699/7151.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2699/7151.php</link>
				<pubDate><![CDATA[Fri, 23 Jan 2004 17:48:17]]> GMT</pubDate>
				<author><![CDATA[ pmonahan]]></author>
			</item>
	</channel>
</rss>