<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Installing Advanced Guestbook 2.4.2"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Installing Advanced Guestbook 2.4.2"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Installing Advanced Guestbook 2.4.2</title>
				<description><![CDATA[ Hey Everyone,<br /> <br /> I pretty much a newbie when it comes to PHP and mySQL. I recently installed a gallery that involved me setting up a mySQL database and running the install. I think it was probably 80% luck that I got it working.<br /> <br /> Well now I'm trying to install the Advanced Guestbook 2.4.2 and I keep getting an error message when I try to access the "admin.php" file. Here's the error message...<br /> <br /> MySQL Error: Connection Error<br /> Error Number: 1045 Access denied for user: 'root@localhost' (Using password: NO)<br /> Date: Tue, January 16, 2007 12:02:33<br /> PHP Version: 5.1.4<br /> OS: FreeBSD<br /> Server: Apache<br /> <br /> I have searched all over for the "1045 Access denied" error, but I can't find anything that can explain it in an easy fashion for me. If anyone can help me out, I would be very thankful!<br /> <br /> Thanks,<br /> <br /> Matt]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/6066/21951.php</guid>
				<link>https://proxy2.de/forum/posts/preList/6066/21951.php</link>
				<pubDate><![CDATA[Tue, 16 Jan 2007 21:16:53]]> GMT</pubDate>
				<author><![CDATA[ mattkeithdesigns]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ You need to edit the config.inc.php file which resides in the admin folder. You need to put your database details in there.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/6066/21952.php</guid>
				<link>https://proxy2.de/forum/posts/preList/6066/21952.php</link>
				<pubDate><![CDATA[Tue, 16 Jan 2007 22:31:02]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Thanks Carbonize,<br /> <br /> That fixed it right up. I knew I probably needed to change settings in one of the PHP files, but I was trying to change the one that it was listing in the error message. Thanks for clearing that up for me.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/6066/21953.php</guid>
				<link>https://proxy2.de/forum/posts/preList/6066/21953.php</link>
				<pubDate><![CDATA[Wed, 17 Jan 2007 02:17:01]]> GMT</pubDate>
				<author><![CDATA[ mattkeithdesigns]]></author>
			</item>
			<item>
				<title>installing version 2.4.3</title>
				<description><![CDATA[ Hi, I just installed the guestbook program by running the install.php script, however I got the same error message that Matt posted. the solution was(is) to edit the config.inc.php file and enter the database details. I am totally new to this, can you tell me please what do I need to change. Is there maybe some sample file for the config.inc.php file?  <img src="https://proxy2.de/forum//images/smilies/0a4d7238daa496a758252d0a2b1a1384.gif" /><br /> <br /> The other thing is, how do I go back to the link? since I already created my database and table?<br /> <br /> Thanks in advance  for your help.<br /> <br /> Nano]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/6066/23718.php</guid>
				<link>https://proxy2.de/forum/posts/preList/6066/23718.php</link>
				<pubDate><![CDATA[Thu, 3 Jan 2008 08:16:25]]> GMT</pubDate>
				<author><![CDATA[ nano]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Assuming that your installation is typical and straightforward, the following should get you going in the right direction.<br /> <br /> 1. Open up the [u]/admin/config.inc.php file[/u] and make the following changes at the top of the file.<br /> <br /> &lt;?php<br /> /* database settings */<br /> $GB_DB = array();<br /> $GB_DB["dbName"] = "[b]&lt;insert database name here&gt;[/b]";<br /> $GB_DB["host"]   = "localhost";<br /> $GB_DB["user"]   = "[b]&lt;insert authorized database user here&gt;[/b]";<br /> $GB_DB["pass"]   = "[b]&lt;insert password for authorized database user here&gt;[/b]";<br /> <br /> 2. Near the bottom of the [u]/admin/config.inc.php file[/u] make the following changes.<br /> <br /> $GB_PG["base_url"] = "http://www.[b]&lt;insert your domain name here&gt;[/b]/guestbook";  /* e.g <a class="snap_shots" href="http://www.yourdomain.com/guestbook" target="_blank" rel="nofollow">http://www.yourdomain.com/guestbook</a> */<br /> <br /> $DB_CLASS  = "mysql.class.php";<br /> $TEC_MAIL  = "[b]&lt;insert admin email address here&gt;[/b]";<br /> $GB_UPLOAD = "public";<br /> $GB_TMP    = "tmp";<br /> <br /> I hope this is of some help to you.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/6066/23719.php</guid>
				<link>https://proxy2.de/forum/posts/preList/6066/23719.php</link>
				<pubDate><![CDATA[Thu, 3 Jan 2008 10:45:00]]> GMT</pubDate>
				<author><![CDATA[ robharrisva]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Thanks for your prompt answer. It is fixed, however when I tried to post a message I get the following: Al parecer uno de los campos de entrada no tiene un valor válido. (it seems that some fields don't have a valid entry).<br /> There must be an entry in every field? wait... I just checked your guestbook and you have and anti bot test, mine guestbook doesn't show the graphics like the emoticons and the anti bot test text. maybe that is the reason I am getting the message mentioned above.<br /> your guestbook has three require fields to be fill, I have only two required fields(*)marked:  name and message I don't see if there is an anti bot test.<br /> I wonder if it has anything to do with the translation.(spanish)<br /> If there is anything I can do to fix this error message please let me know.<br /> <br /> Thanks again for your help<br /> <br /> nano]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/6066/23720.php</guid>
				<link>https://proxy2.de/forum/posts/preList/6066/23720.php</link>
				<pubDate><![CDATA[Thu, 3 Jan 2008 22:34:08]]> GMT</pubDate>
				<author><![CDATA[ nano]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ What's the address of your guestbook?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/6066/23721.php</guid>
				<link>https://proxy2.de/forum/posts/preList/6066/23721.php</link>
				<pubDate><![CDATA[Thu, 3 Jan 2008 22:38:03]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
	</channel>
</rss>