<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Install Advanced Guestbook"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Install Advanced Guestbook"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Install Advanced Guestbook</title>
				<description><![CDATA[ I am attempting to install Advanced Guestbook, have uploaded all files<br /> and did my site changes to script and entered info to My Sql. I have also<br /> created a database for the guestbook on My Sql for the program to run<br /> and create all the tables.<br /> When I try using the install.php url on my site all I get is a blank with no<br /> error messages or anything.<br /> Which url will take you to the setup??<br /> Also down in the script under misc, what should the base url be to??<br /> Anyone know what I may do or am doing wrong??<br /> Thanks!!<br />  <img src="https://proxy2.de/forum//images/smilies/2786c5c8e1a8be796fb2f726cca5a0fe.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3560/10219.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3560/10219.php</link>
				<pubDate><![CDATA[Thu, 2 Sep 2004 07:03:42]]> GMT</pubDate>
				<author><![CDATA[ Kansas]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote]I have also created a database for the guestbook on My Sql for the program to run and create all the tables. <br /> When I try using the install.php url on my site all I get is a blank with no error messages or anything. <br /> Which url will take you to the setup?? <br /> Also down in the script under misc, what should the base url be to?? [/quote]<br /> Not clear on the database tables? Did you create them or not?  You either run guestbook.sql to create the tables [i]or[/i] run install.php, not both.<br /> <br /> First, make sure the permissions were set according to the readme.txt file.<br /> <br /> If you are going to use the sql file:<br /> <br /> Change the settings in admin/config.inc.php:<br /> Around line 4:<br /> [code]$GB_DB&#91;&quot;dbName&quot;&#93; = &quot;&#40;hostprefix&#41;_guestbookdbname&quot;;<br /> $GB_DB&#91;&quot;host&quot;&#93;   = &quot;localhost&quot;;<br /> $GB_DB&#91;&quot;user&quot;&#93;   = &quot;&#40;hostprefixifany&#41;_username&quot;;<br /> $GB_DB&#91;&quot;pass&quot;&#93;   = &quot;dbuserpassword&quot;;[/code]<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;your_email@yoursite.com&quot;;<br /> $GB_UPLOAD = &quot;public&quot;;<br /> $GB_TMP    = &quot;tmp&quot;;[/code]<br /> You can use guestbook/doc/guestbook.sql to create the tables in PhpMyAdmin. (If you need instructions see the last post in this thread: http://proxy2.de/forum/viewtopic.php?t=3510). <br /> <br /> Then go to the Guestbook Admin Panel at:<br /> [list]http://www.yoursite.com/guestbook/admin.php[/list]<br /> Log in using the username "test" and password "123"<br /> Personalize your settings<br /> <br /> or<br /> <br /> If you prefer to use the install.php file, you call it from whatever directory you put the guestbook in (providing you actually put it on the server).  example:<br /> [list]http://www.yoursite.com/guestbook/install.php[/list]<br /> I haven't used the install.php, as I prefer the sql file.  But I think that you [u]might [/u]need to have permissions for admin/config.inc.php to 666. Then after sucessful install, you change config.inc.php permissions back to 654 and delete install.php for security reasons.<br /> <br /> Writing this from memory, so hopefully I didn't forget anything.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3560/10224.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3560/10224.php</link>
				<pubDate><![CDATA[Thu, 2 Sep 2004 13:06:29]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I have used the guestbook.sql file and have the database guestbook with tables on My Sql, but when I go to run admin.php still get just blank page<br /> in my browser.<br /> Have tried all the different ways and cannot get to admin always the blank<br /> page.<br /> All permissions are set according to directions and all files are on the host server, so don't understand what problem is.<br /> Any suggestions??<br /> My server/host uses a strict firewall for access to My Sql, it is eg.,<br /> $server = ":/home/USERNAME/DOMAINNAME/.database/mysql/mysql.sock"<br /> Home Directory uses;  /home/USERNAME/DOMAINNAME<br /> php code to connect to database is:<br /> &lt;?php $db = @mysql_connect{"localhost:/home/*username*/*yourdomain.com*/.database/mysql/mysql.sock","root","*your password*"); ?&gt;<br /> <br /> Thanks for your help and any suggestions.<br /> Kansas]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3560/10237.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3560/10237.php</link>
				<pubDate><![CDATA[Thu, 2 Sep 2004 18:29:56]]> GMT</pubDate>
				<author><![CDATA[ Kansas]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Sorry, I don't know anything about this.  Auron will probably show up later; maybe he can help you.<br /> <br /> In the meantime, you might do a search for firewall or mysql.sock.  Seems like I have seen a post about this before...]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3560/10238.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3560/10238.php</link>
				<pubDate><![CDATA[Thu, 2 Sep 2004 19:03:41]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I have tinkered with several things and still all I get when typing in url for<br /> admin.php is a blank html page.  My Sql has 10 tables for the guestbook after running the guestbook.sql.  Do you have code to run a test on the installation maybe it will connect?  I noticed there is a .htaccess in the package that I uploaded, it has "deny all", is this for IP banning when program is finally running?<br /> Did search for firewall and mysql.sock, didn't find anything that particularly helped.<br /> <br /> Kansas]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3560/10248.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3560/10248.php</link>
				<pubDate><![CDATA[Fri, 3 Sep 2004 00:14:36]]> GMT</pubDate>
				<author><![CDATA[ Kansas]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" /> <br /> Well I finally got the Guestbook installed.  Emptied everything out, and<br /> downloaded program again, configured, and uploaded and used the<br /> install.php and it worked like a charm!!!   Yeeeah!<br /> <br /> Only thing I did different was not add anything to the "base_url" section,<br /> left it alone.  I am not nuking so must have been my problem before,<br /> should be a little clearer in instructions.<br /> <br /> This is one great Guestbook, one of the best ones I have seen in all<br /> my surfing and thats a lot!<br /> <br /> Thanks!!    <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" />  <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" />  <img src="https://proxy2.de/forum//images/smilies/385970365b8ed7503b4294502a458efa.gif" /><br /> Kansas]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3560/10269.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3560/10269.php</link>
				<pubDate><![CDATA[Sat, 4 Sep 2004 01:57:04]]> GMT</pubDate>
				<author><![CDATA[ Kansas]]></author>
			</item>
	</channel>
</rss>