<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Advanced Guestbook"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Advanced Guestbook"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Advanced Guestbook</title>
				<description><![CDATA[ Hi there guys,<br /> <br /> Im just new here, I tried to download the Advance guestbook last time and uploaded to our website www.bicolmail.com/guestbook/ but it is not functioning. IM sorry to tell you i don't have any idea about php but i want our website to have own guestbook which is powered by this site. Anyone can help me to fix it. PLease i need your help guys, i dunno what is MySQL and how to configure it.<br /> <br /> Thank you. <img src="https://proxy2.de/forum//images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" />[/b]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3654/10629.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3654/10629.php</link>
				<pubDate><![CDATA[Sun, 26 Sep 2004 05:23:50]]> GMT</pubDate>
				<author><![CDATA[ alpamej]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ You need to add your info to the admin/config.inc.php file.  Fill in the missing information between the quotes (" ")<br /> <br /> Example:<br /> <br /> Around line 4:<br /> [code]$GB_DB&#91;&quot;dbName&quot;&#93; = &quot;databasename&quot;;<br /> $GB_DB&#91;&quot;host&quot;&#93;   = &quot;localhost&quot;;<br /> $GB_DB&#91;&quot;user&quot;&#93;   = &quot;databaseusername&quot;;<br /> $GB_DB&#91;&quot;pass&quot;&#93;   = &quot;databasepassword&quot;;[/code]<br /> <br /> Change databasename to the actual name of your database (including host prefix if any).<br /> <br /> Change databaseusername to the actual user name for your database (including host prefix if any).<br /> <br /> Change databasepassword to the actual password for your database user.<br /> <br /> Around line 59:<br /> [code]$GB_PG&#91;&quot;base_url&quot;&#93; = &quot;http&#58;//www.yoursite.com/guestbook&quot;; <br /> $DB_CLASS  = &quot;mysql.class.php&quot;;<br /> $TEC_MAIL  = &quot;email@yoursite.com&quot;;<br /> $GB_UPLOAD = &quot;public&quot;;<br /> $GB_TMP    = &quot;tmp&quot;;[/code]<br /> <br /> Change "yoursite.com" to your actual site address.  Replace "guestbook" with the actual name of the directory you put your guestbook in.<br /> <br /> Change email@yoursite.com to your actual email address.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3654/10630.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3654/10630.php</link>
				<pubDate><![CDATA[Sun, 26 Sep 2004 06:10:03]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title>thanks</title>
				<description><![CDATA[ There is still a problem while i am adding a message to the guestbook, while i am uploading a picture there is also an error... <br /> <br /> [color="red"][quote][b]Warning: unlink(index.html): Permission denied in /home/bicolmai/public_html/guestbook/lib/add.class.php on line 80[/b][/quote][/color]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3654/10635.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3654/10635.php</link>
				<pubDate><![CDATA[Sun, 26 Sep 2004 11:30:33]]> GMT</pubDate>
				<author><![CDATA[ alpamej]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ You need to change the permissions on both the [b]public[/b] and [b]tmp[/b] folders in the guestbook folder. You need to CHMOD them both to 777. If you do not know how to do this then read your FTP clients help files.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3654/10637.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3654/10637.php</link>
				<pubDate><![CDATA[Sun, 26 Sep 2004 12:39:41]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Actually having reread your post I am worried. [b]unlink(index.html)[/b] says to me that the script was trying to unlink (delete) the index.php file of the guestbook. I may be wrong though.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3654/10638.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3654/10638.php</link>
				<pubDate><![CDATA[Sun, 26 Sep 2004 12:41:32]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title>error while iploading message with picture</title>
				<description><![CDATA[ Guy's I still have a problem. There is still an error while im adding message and  adding my picture. Please help me to fix it.<br /> [quote]<br /> Warning: copy(/home/bicolmai/public_html/guestbook/tmp/img-1096437723.jpg): failed to open stream: Permission denied in /home/bicolmai/public_html/guestbook/lib/add.class.php on line 149[/quote]<br /> <br /> that is the message appear while im adding the message.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3654/10706.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3654/10706.php</link>
				<pubDate><![CDATA[Wed, 29 Sep 2004 08:07:41]]> GMT</pubDate>
				<author><![CDATA[ alpamej]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Since the error is saying "permission denied" you need to check Chmod permissions again.  As Carbonize said, the tmp and public directories have to be set to 777.  Were you not able to do this?  What FTP client are you using?  Do you have CPanel?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3654/10707.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3654/10707.php</link>
				<pubDate><![CDATA[Wed, 29 Sep 2004 08:17:53]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>error while iploading message with picture</title>
				<description><![CDATA[ yeah we have a Cpanel. I dunno what ftp client we are using. but i know our site is hosted by Ipowerweb.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3654/10712.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3654/10712.php</link>
				<pubDate><![CDATA[Wed, 29 Sep 2004 10:25:16]]> GMT</pubDate>
				<author><![CDATA[ alpamej]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ In CPanel, select "File Manager"<br /> <br /> Navigate to the directory you put the guestbook in <br /> [list] click on the folder to the left of "public_html"<br /> click on the folder to the left of "guestbook"[/list]<br /> Click on the guestbook subdirectory named "Public" <br /> [list] (Click on the name, not the folder)[/list]<br /> <br /> (Usually) on the right, select "Change Permissions"<br /> <br /> Click in all the boxes so the permission reads 777<br /> <br /> Click on "change"<br /> <br /> Same thing for the guestbook subdirectory named "tmp"]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3654/10713.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3654/10713.php</link>
				<pubDate><![CDATA[Wed, 29 Sep 2004 15:25:02]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title>thanks</title>
				<description><![CDATA[ Thanks amber and carbonize for your advice.. now its woking.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3654/10719.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3654/10719.php</link>
				<pubDate><![CDATA[Wed, 29 Sep 2004 19:01:13]]> GMT</pubDate>
				<author><![CDATA[ alpamej]]></author>
			</item>
			<item>
				<title>Photo problem still</title>
				<description><![CDATA[ Having changed the directory permissions on tmp and public to 777, and having read all I can find of help from carbonize and amber, is there any other help regarding file permissions on the advanced guestbook?  Occaisionally, the file permissions are correct on the full-size photo.  Sometimes the file permissions are set correctly on the thumbnail.  I still have to go to the website several times a day to fix permissions so my clients guestbook photos work - any ideas?<br /> <br /> Thanks<br /> duke]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3654/23221.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3654/23221.php</link>
				<pubDate><![CDATA[Wed, 27 Jun 2007 00:50:24]]> GMT</pubDate>
				<author><![CDATA[ duke88]]></author>
			</item>
	</channel>
</rss>