<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Guestbook Installation"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Guestbook Installation"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Guestbook Installation</title>
				<description><![CDATA[ OK...I tried to get this script to work and i've had no luck getting it to do anything.  I had to have the guestbook.html and addentry.html in the root as shtml files.  I think I made the proper modifications, but the actual code may need modding.  I'm sure I got everything right in the setup code of guestbook.pl, which is below.  Any help would be greatly appreciated. Guestbook located at tagclan.com/guestbook.shtml. -Mr. B<br /> <br /> [code]<br /> #!/usr/bin/perl<br /> #########################################################################<br /> #  Guestbook v1.51                                                      #<br /> #  Copyright (c)2000 Chi Kien Uong                                      #<br /> #  URL: http://www.proxy2.de                                            #<br /> #                                                                       #<br /> # This Software is distributed under the GNU General Public             #<br /> # License. For more details see license.txt                             #<br /> #                                                                       #<br /> # Administration:                                                       #<br /> # http://www.host.com/cgi-bin/guestbook.pl?admin=enter                  #<br /> #                                                                       #<br /> # For more stuff visit --&gt; http://www.proxy2.de                         #<br /> #########################################################################<br /> <br /> # url of script<br /> $cgiurl = "http://www.tagclan.com/cgi-bin/guestbook.pl";<br /> <br /> # administration password<br /> $admin_pass = "password";<br /> <br /> # base url to all guestbook files without trailing "/"<br /> $bookurl = "http://www.tagclan.com";<br /> <br /> # base directory to all guestbook files from the server root without trailing "/"<br /> $base_dir = "/home/tagclan/public_html";<br /> <br /> # guestbook entries per page;<br /> $entries = 30;<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 = 0;<br /> <br /> # entry bgcolor<br /> $entry_bg = "#00193C";<br /> $font_face = "Verdana, Arial";<br /> <br /> # name of guestbook files<br /> $book_file = "guestbook.shtml";<br /> $id_count = "guest_id.txt";<br /> $page_count = "page_id.txt";<br /> $sample = "template.shtml";<br /> <br /> # name of thread pages -&gt; guestbook-1.shtml, guestbook-2.shtml, etc.<br /> $sub_page = "guestbook-";<br /> <br /> # this variable is used to find the jump menu<br /> $jump_menu = "&lt;option value=\"guestbook.shtml\" selected&gt;Guestbook&lt;/option&gt;";<br /> <br /> # image files<br /> $arrow_img = "point.gif"; # if not in same dir with guestbook.shtml<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 = "you\@yourdomain.com";    # your email address<br /> <br /> %required = (<br /> 	<br /> 	username	=&gt; "yes",<br /> 	email		=&gt; "no",<br /> 	url		=&gt; "no",<br /> 	message		=&gt; "yes"<br /> <br /> );<br /> $remove_bad_words = "yes";<br /> @bad_words = ("...");<br /> <br /> # End of Setup<br /> ##################[/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/711/1815.php</guid>
				<link>https://proxy2.de/forum/posts/preList/711/1815.php</link>
				<pubDate><![CDATA[Wed, 12 Jun 2002 01:31:22]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ ...at least I got some views.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/711/1897.php</guid>
				<link>https://proxy2.de/forum/posts/preList/711/1897.php</link>
				<pubDate><![CDATA[Tue, 18 Jun 2002 06:51:46]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>i gotta plobrem on installation</title>
				<description><![CDATA[ i use the script 'install.php' on "http://www.myDomain.com/guestbook/install.php"<br /> <br /> so in "Your database:" box     what i have to put in?<br /> <br /> i put "guestbook" ( also anythings )<br /> <br /> but itz appear<br /> [code]MySQL Error : Cannot create new database: guestbook<br /> Error Number: 1044 Access denied for user: 'berseark@node6.host.sk' to database 'guestbook'<br /> Date        : Tue, June 18, 2002 14:04:06<br /> [/code]<br /> <br /> what i have to put in??<br /> and after that which button i have to click? "creat table" or "creat new DB and table" ?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/711/1901.php</guid>
				<link>https://proxy2.de/forum/posts/preList/711/1901.php</link>
				<pubDate><![CDATA[Tue, 18 Jun 2002 14:11:21]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>