<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Need Help Installing Guestbook"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Need Help Installing Guestbook"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Need Help Installing Guestbook</title>
				<description><![CDATA[ What am I doing wrong, I can't get it to run?  <br /> <br /> ----------------------------------<br /> Here are all my paths:<br /> ----------------------------------<br /> path to perl: /usr/bin/perl <br /> <br /> path to sendmail: /usr/sbin/sendmail <br /> <br /> path to date command: /bin/date <br /> <br /> path to python: /usr/bin/python <br /> <br /> path to tcl: /usr/bin/tclsh <br /> <br /> path to root directory: /s/dhenderson.com <br /> path to root directory(if the one above fails): <br /> <br /> /usr/local/plesk/apache/vhosts/dhenderson.com <br /> <br /> path to cgi-bin: /s/dhenderson.com/cgi-bin <br /> path to cgi-bin(if the one above fails): <br /> <br /> /usr/local/plesk/apache/vhosts/dhenderson.com/cgi-bin <br /> <br /> path to the httpdocs directory: /s/dhenderson.com/httpdocs <br /> path to the httpdocs directory(if the one above fails): <br /> <br /> /usr/local/plesk/apache/vhosts/dhenderson.com/httpdocs <br /> --------------------------------------------------------------<br /> here is my guestbook.pl<br /> -----------------------------------------------------------------<br /> #!/usr/bin/perl<br /> #########################################################################<br /> #  Guestbook v1.51                                                      #<br /> #  Copyright (c)2000 Chi Kien Uong                                      #<br /> #  URL: <a class="snap_shots" href="http://www.proxy2.de" target="_blank" rel="nofollow">http://www.proxy2.de</a>                                            #<br /> #                                                                       #<br /> # This Software is distributed under the GNU General Public             #<br /> # License. For more details see license.txt                             #<br /> #                                                                       #<br /> # Administration:                                                       #<br /> # <a class="snap_shots" href="http://www.host.com/cgi-bin/guestbook.pl?admin=enter" target="_blank" rel="nofollow">http://www.host.com/cgi-bin/guestbook.pl?admin=enter</a>                  #<br /> #                                                                       #<br /> # For more stuff visit --&gt; <a class="snap_shots" href="http://www.proxy2.de" target="_blank" rel="nofollow">http://www.proxy2.de</a>                         #<br /> #########################################################################<br /> <br /> # url of script<br /> $cgiurl = "http://www.dhenderson.com/cgi-bin/guestbook.pl";<br /> <br /> # administration password<br /> $admin_pass = "123";<br /> <br /> # base url to all guestbook files without trailing "/"<br /> $bookurl = "http://www.dhenderson.com/book";<br /> <br /> # base directory to all guestbook files from the server root without trailing "/"<br /> $base_dir = "/usr/local/plesk/apache/vhosts/dhenderson.com/httpdocs/book";<br /> <br /> # guestbook entries per page;<br /> $entries = 20;<br /> -------------------------------------------------------------<br /> here is my addentry.html<br /> -------------------------------------------------------------<br /> &lt;html&gt;<br /> &lt;head&gt;<br /> &lt;title&gt;Guestbook - Add Entry&lt;/title&gt;<br /> &lt;meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"&gt;<br /> &lt;/head&gt;<br /> &lt;body bgcolor="#FFFFFF" link="#003399" topmargin="15"&gt;<br /> &lt;form method="post" action="/usr/local/plesk/apache/vhosts/dhenderson.com/httpdocs/book/guestbook.pl"&gt;]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/845/2141.php</guid>
				<link>https://proxy2.de/forum/posts/preList/845/2141.php</link>
				<pubDate><![CDATA[Mon, 15 Jul 2002 03:14:57]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Check your addentry.html page. <br /> The location is wrong <img src="https://proxy2.de/forum//images/smilies/8a80c6485cd926be453217d59a84a888.gif" /> <br /> <br /> &lt;form method="post" action="/usr/local/plesk/apache/vhosts/dhenderson.com/httpdocs/book/guestbook.pl"&gt;<br /> <br /> should be:<br /> <br /> &lt;form method="post" action="http://www.dhenderson.com/cgi-bin/guestbook.pl"&gt;]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/845/2182.php</guid>
				<link>https://proxy2.de/forum/posts/preList/845/2182.php</link>
				<pubDate><![CDATA[Wed, 17 Jul 2002 22:17:34]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>