<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Perl Guestbook woes..."]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Perl Guestbook woes..."]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Perl Guestbook woes...</title>
				<description><![CDATA[ well... i've combed through every thread on this board concerning the perl guestbook, and still have not found a solution... I have my pages all set up, but the script still won't execute. I have repeatedly made sure that I upload the scripts in ASCII mode, and chmod them appropriately (only the guestbook.pl is to be 755, and the entire "book" folder is chmod 777)... I have checked, and checked, and checked my paths, to no avail...<br /> <br /> I'll post the paths and links below... Please help me out. I know there's got to be people out there that can easily solve my dilemma...<br /> <br /> <br /> [url]http://www.odiumpen.com/book/addentry.html[/url]<br /> <br /> [url]http://www.odiumpen.com/book/guestbook.html[/url]<br /> <br /> [url]http://www.odiumpen.com/cgi-bin/guestbook.pl[/url]<br /> <br /> [url]http://www.odiumpen.com/cgi-bin/guestbook.pl?admin=enter[/url]<br /> <br /> <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.odiumpen.com/cgi-bin/guestbook.pl";<br /> <br /> # administration password<br /> $admin_pass = "limelite";<br /> <br /> # base url to all guestbook files without trailing "/"<br /> $bookurl = "http://www.odiumpen.com/book";<br /> <br /> # base directory to all guestbook files from the server root without trailing "/"<br /> $base_dir = "/hsphere/local/home/triadica/odiumpen.com/book";<br /> <br /> # guestbook entries per page;<br /> $entries = 20;<br /> <br /> # use file locking; ($lock=0 for Win32)<br /> $lock = 1;<br /> <br /> # allow html tags - 0=no; 1=yes; 2=translate<br /> $html_tags = "2";<br /> <br /> # time to redirect to guestbook after entry<br /> $redirect_sec = "3";<br /> <br /> # time offset - add one hour = +1 ; subtract one hour = -1<br /> $fix_time = -5;<br /> <br /> # entry bgcolor<br /> $entry_bg = "#000000";<br /> $font_face = "Arial";<br /> <br /> # name of guestbook files<br /> $book_file = "guestbook.html";<br /> $id_count = "guest_id.txt";<br /> $page_count = "page_id.txt";<br /> $sample = "template.html";<br /> <br /> # name of thread pages -&gt; guest-1.html, guest-2.html, etc.<br /> $sub_page = "guest-";<br /> <br /> # this variable is used to find the jump menu<br /> $jump_menu = "&lt;option value=\"guestbook.html\" selected&gt;Guestbook&lt;/option&gt;";<br /> <br /> # image files<br /> $arrow_img = "point.gif"; # if not in same dir with guestbook.html<br /> $mail_img = "mail.gif";   # specify correct url for each file<br /> $url_img = "url.gif";<br /> <br /> # Send the new guestbook-entry as email to recipient<br /> $notification = "no";<br /> $mailprog = "/usr/sbin/sendmail"; # path to sendmail<br /> $recipient = "rob@robhazelwood.com";    # your email address<br /> <br /> %required = (<br /> 	<br /> 	username	=&gt; "yes",<br /> 	email		=&gt; "yes",<br /> 	url		=&gt; "no",<br /> 	message		=&gt; "yes"<br /> <br /> );<br /> $remove_bad_words = "yes";<br /> @bad_words = ("bad");<br /> <br /> # End of Setup<br /> ##################<br /> <br /> <br /> <br /> Again.... thank you for your time!  <img src="https://proxy2.de/forum//images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/961/2458.php</guid>
				<link>https://proxy2.de/forum/posts/preList/961/2458.php</link>
				<pubDate><![CDATA[Thu, 8 Aug 2002 18:18:00]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Nevermind! I figured it out.... it was all because i didn't have the \ in front of the @youremail.<br /> <br /> Crazy how just a \ can prevent your entire script from executing...<br /> <br /> Have a nice day!  <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/961/2459.php</guid>
				<link>https://proxy2.de/forum/posts/preList/961/2459.php</link>
				<pubDate><![CDATA[Thu, 8 Aug 2002 19:51:50]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>