<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Adv Guestbook 2.3.1"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Adv Guestbook 2.3.1"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Adv Guestbook 2.3.1</title>
				<description><![CDATA[ Message:<br /> MySQL Error : Database Error<br /> Error Number: 1046 No Database Selected<br /> Date        : Fri, March 19, 2004 22:55:58<br /> IP          : 127.0.0.1<br /> Browser     : Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; T312461)<br /> Referer     : <a class="snap_shots" href="http://localhost/test/guestbook/install.php" target="_blank" rel="nofollow">http://localhost/test/guestbook/install.php</a><br /> PHP Version : 4.3.4<br /> OS          : WINNT<br /> Server      : Apache/2.0.47 (Win32) PHP/4.3.5RC4-dev<br /> Server Name : localhost<br /> <br /> This is a new install by a Novice new install of MySql and PHP on Windows 2000.<br /> I ran install.PHP and all went well.<br /> I then clicked on the link to create the Adminstrative function...<br /> <br /> Is this a configuration problem for NySQL or what?<br /> <br /> Carl]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2914/7724.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2914/7724.php</link>
				<pubDate><![CDATA[Sat, 20 Mar 2004 05:04:56]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Hi Carl,<br /> <br /> Did you dou this?<br /> <br /> <br /> First go to the directory where you have unzipped the guestbook and go to the admin directory. <br /> Locate “config.inc.php” open it with notepad. <br /> You should see the following: <br /> <br /> &lt;?php <br /> /* database settings */ <br /> <br /> $GB_DB["dbName"] = ""; <br /> $GB_DB["host"]  = "localhost"; <br /> $GB_DB["user"]  = "root"; <br /> $GB_DB["pass"]  = ""; <br /> <br /> <br /> Now type the following: <br /> <br /> $GB_DB["dbName"] = "test"; Type here the name of your new database ( In my case “test”) <br /> $GB_DB["host"]  = "localhost"; Leave this alone (localhost) Some hosting providers use a different setting for the host like Yahoo they us “mysql” instead of “localhost”<br /> $GB_DB["user"]  = "root"; Type here your MySQL administrator name, if you didn’t  make one when you installed MySQL then it should be “root” <br /> $GB_DB["pass"]  = ""; Type here your MySQL password, if you didn’t make one when you installed MySQL then it should be blank.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2914/7728.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2914/7728.php</link>
				<pubDate><![CDATA[Sat, 20 Mar 2004 09:59:00]]> GMT</pubDate>
				<author><![CDATA[ Jam'n]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Yes, I handled that as appropriate.  Since I had not added users yet, I left the default user 'root" and no password.  I had played around with creating a 'MYTEST' database and one table and that all works.<br /> <br /> I have now abandonded  Guestbook 2.3.1.<br /> I should explain.<br /> I have Guestbook 1.01 working since July 15, 2001 on a commercial host provider.<br /> <br /> I am moving  my webs to my own server now and am almost done.  Only one web has a guest book and it is my wife's.  <br /> <br /> After looking at the version 2.3.1 Table design, I dicided I can't efectively import the old data, and my wife won't accept that.<br /> <br /> So now I am trying to install Guestbook 1.01 on my server, and I have a slightly different problem:  I now have administrator user and pasword and  it  has ALL authority.<br /> <br /> Running install.php produces this message and I don't know how to handle it.<br /> Forbidden<br /> You don't have permission to access /guestbook/&lt;br /&gt;&lt;b&gt;Notice&lt;/b&gt;: Undefined variable: PHP_SELF in &lt;b&gt;D:/webroot/rnc3.net/guestbook/install.php&lt;/b&gt; on line &lt;b&gt;45&lt;/b&gt;&lt;br /&gt; on this server.<br /> --------------------------------------------------------------------------------<br /> Apache/2.0.47 (Win32) PHP/4.3.5RC4-dev Server at 192.168.1.51 Port 80]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2914/7737.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2914/7737.php</link>
				<pubDate><![CDATA[Sun, 21 Mar 2004 05:40:15]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Trying to install and make work adv guestbook 1.01</title>
				<description><![CDATA[ trying to install Guestbook 1.01<br /> Continuation of my topic:<br /> Adv Guestbook 2.3.1<br /> <br /> Since the Install.php fails, I have manyally created database "guestbook".  I have manually created the table:<br /> mysql&gt; CREATE TABLE guestbook(<br />     -&gt; id int(9) DEFAULT '0' NOT NULL auto_increment<br />     -&gt; name varchar(50) NOT NULL,<br />     -&gt; email varchar(60) NOT NULL,<br />     -&gt; url varchar(70) NOT NULL,<br />     -&gt; date int(11) NOT NULL,<br />     -&gt; host varchar(60) NOT NULL,<br />     -&gt; comment text NOT NULL,PRIMARY KEY (id));<br /> <br /> But now I see problems that may be related to install configuration.<br /> - When I try to sign-in from the panel  of admin.php, using the pasword in the readme, nothing happens, so I tried my mysql administrator user and pw.  Still nothing happens.<br /> <br /> -When I run addentry.php and fill in the form, <br /> Preview button clears the form.<br /> Submit button clears the form.<br /> "back to Guestbook" link operated correcttly but no rows in table guestbook.guestbook.<br /> -Manually SELECT * FROM guestbook shows 0 rows.<br /> <br /> Any help appreciated!<br /> <br /> Carl]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2914/7741.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2914/7741.php</link>
				<pubDate><![CDATA[Sun, 21 Mar 2004 15:13:46]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Adv Guestbook 1.01 available here</title>
				<description><![CDATA[ If anyone is interested in looking at the source for ADV Guestbook 1.01 to help me with my installation problem, I have made it available here:<br /> 79 K<br /> <br /> <a class="snap_shots" href="http://www.rnc3.net/auction/gbookphp.zip" target="_blank" rel="nofollow">http://www.rnc3.net/auction/gbookphp.zip</a><br /> <br /> Carl]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2914/7742.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2914/7742.php</link>
				<pubDate><![CDATA[Sun, 21 Mar 2004 15:34:17]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Forget this thread.<br /> I will start a new thread more specific to  version 1.01.<br /> I manually imported data and I can display it, but admin.php shows me the form, accepts data, but does not do anything, and addentry.php does not add a row.<br /> <br /> Carl]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2914/7749.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2914/7749.php</link>
				<pubDate><![CDATA[Sun, 21 Mar 2004 22:40:45]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>