<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Would someone install agb for me?"]]></title>
		<link>https://proxy2.de/forum/posts/list/2.php</link>
		<description><![CDATA[Latest messages posted in the topic "Would someone install agb for me?"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Would someone install agb for me?</title>
				<description><![CDATA[ I offer to put a like to your site from mine or anything else I can do for you.<br /> <img src="https://proxy2.de/forum//images/smilies/97ada74b88049a6d50a6ed40898a03d7.gif" /> <img src="https://proxy2.de/forum//images/smilies/8a80c6485cd926be453217d59a84a888.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4405/15217.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4405/15217.php</link>
				<pubDate><![CDATA[Thu, 17 Mar 2005 18:48:11]]> GMT</pubDate>
				<author><![CDATA[ phpwhat]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Install what?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4405/15218.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4405/15218.php</link>
				<pubDate><![CDATA[Thu, 17 Mar 2005 19:08:32]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="Carbonize"]Install what?[/quote]<br /> <br /> sorry, the advanced guestbook]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4405/15219.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4405/15219.php</link>
				<pubDate><![CDATA[Thu, 17 Mar 2005 19:24:49]]> GMT</pubDate>
				<author><![CDATA[ phpwhat]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ 1 - Download the guestbook from this site.<br /> 2 - Extract it from it's zip.<br /> 3 - Open the config.inc.php file found in the admin folder.<br /> 4 - Fill in your MySQL details. Your host can provide these.<br /> 5 - Save the file.<br /> 6 - Upload the entire guestbook folder to your site.<br /> 7 - Goto Start and then Run and  type in www.YOURSITE.COM/guestbook/install.php replacing the YOURSITE.COM with your actual sites address and the guestbook for the name of the folder.<br /> 8 - Follow the simple instructions on that page.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4405/15221.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4405/15221.php</link>
				<pubDate><![CDATA[Thu, 17 Mar 2005 19:35:41]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title>OK</title>
				<description><![CDATA[ when u say go to start what u mean? start on my wondows the run ??<br /> <br /> or ssomething else?<br /> <br /> and then "upload the guestbook" is that every single thing in the ziped folder?<br /> <br /> thanks]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4405/15222.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4405/15222.php</link>
				<pubDate><![CDATA[Thu, 17 Mar 2005 21:16:23]]> GMT</pubDate>
				<author><![CDATA[ phpwhat]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ When you unzip the zip file it should all be in a folder already (I think). Just upload that folder. Yes I do mean your windows start button and then run or you can simply type the url into your web browser.<br /> <br /> I would sooner you try it yourself and then possibly cock up rather than never try at all otherwise you will never know nor learn.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4405/15224.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4405/15224.php</link>
				<pubDate><![CDATA[Thu, 17 Mar 2005 21:38:07]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title>OK.....</title>
				<description><![CDATA[ [quote="Carbonize"]1 - Download the guestbook from this site.<br /> 2 - Extract it from it's zip.<br /> 3 - Open the config.inc.php file found in the admin folder.<br /> 4 - Fill in your MySQL details. Your host can provide these.<br /> 5 - Save the file.<br /> 6 - Upload the entire guestbook folder to your site.<br /> 7 - Goto Start and then Run and  type in www.YOURSITE.COM/guestbook/install.php replacing the YOURSITE.COM with your actual sites address and the guestbook for the name of the folder.<br /> 8 - Follow the simple instructions on that page.[/quote]<br /> <br /> <br /> SO WHERE IN HERE (CAN U HIGHLIGHT OR SOMETHING) The MySQL<br /> Info goes??<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 /> /* tables */<br /> <br /> $GB_TBL["data"]  = "book_data";<br /> $GB_TBL["auth"]  = "book_auth";<br /> $GB_TBL["cfg"]   = "book_config";<br /> $GB_TBL["com"]   = "book_com";<br /> $GB_TBL["ip"]    = "book_ip";<br /> $GB_TBL["words"] = "book_words";<br /> $GB_TBL["ban"]   = "book_ban";<br /> $GB_TBL["priv"]  = "book_private";<br /> $GB_TBL["smile"] = "book_smilies";<br /> $GB_TBL["pics"]  = "book_pics";<br /> <br /> /* guestbook pages */<br /> <br /> $GB_PG["index"]    = "index.php";<br /> $GB_PG["admin"]    = "admin.php";<br /> $GB_PG["comment"]  = "comment.php";<br /> $GB_PG["addentry"] = "addentry.php";<br /> <br /> <br /> /* guestbook templates */<br /> <br /> $GB_TPL["adm_enter"]  = "admin_enter.php";<br /> $GB_TPL["body"]       = "body.php";<br /> $GB_TPL["entry"]      = "entry.php";<br /> $GB_TPL["error"]      = "error.php";<br /> $GB_TPL["form"]       = "form.php";<br /> $GB_TPL["preview"]    = "preview.php";<br /> $GB_TPL["prev_entry"] = "preview_entry.php";<br /> $GB_TPL["header"]     = "header.php";<br /> $GB_TPL["footer"]     = "footer.php";<br /> $GB_TPL["icq"]        = "icq.php";<br /> $GB_TPL["url"]        = "url.php";<br /> $GB_TPL["aim"]        = "aim.php";<br /> $GB_TPL["com"]        = "com.php";<br /> $GB_TPL["email"]      = "email.php";<br /> $GB_TPL["success"]    = "success.php";<br /> $GB_TPL["frm_icq"]    = "form_icq.php";<br /> $GB_TPL["frm_aim"]    = "form_aim.php";<br /> $GB_TPL["frm_gender"] = "form_gender.php";<br /> $GB_TPL["frm_image"]  = "form_image.php";<br /> $GB_TPL["com_pass"]   = "com_pass.php";<br /> $GB_TPL["com_form"]   = "comment.php";<br /> $GB_TPL["image"]      = "user_pic.php";<br /> <br /> /* misc */<br /> <br /> define('IS_MODULE', false);  /* running as POST-Nuke 0.x or PHP-Nuke 5.x addon? */ <br /> <br /> $GB_PG["base_url"] = "";  /* e.g <a class="snap_shots"  target="_blank" rel="nofollow">htpp://www.yourdomain.com/guestbook/img</a> */<br /> <br /> $DB_CLASS  = "mysql.class.php";<br /> $TEC_MAIL  = "you_at_your_domain_dot_com";<br /> $GB_UPLOAD = "public";<br /> $GB_TMP    = "tmp";<br /> <br /> if ($GB_PG["base_url"] == "") {<br />     $inter_type = php_sapi_name();<br />     if ($inter_type == "cgi") {<br />         if (isset($HTTP_SERVER_VARS["PATH_INFO"]) &amp;&amp; !empty($HTTP_SERVER_VARS["PATH_INFO"])) {<br />             $GB_PG["base_url"] = dirname($HTTP_SERVER_VARS["PATH_INFO"]);<br />         } elseif (isset($HTTP_SERVER_VARS["REQUEST_URI"]) &amp;&amp; !empty($HTTP_SERVER_VARS["REQUEST_URI"])) {<br />             $GB_PG["base_url"] = dirname($HTTP_SERVER_VARS["REQUEST_URI"]);<br />         } else {<br />             $GB_PG["base_url"] = dirname($HTTP_SERVER_VARS["SCRIPT_NAME"]);<br />         }<br />     } else {<br />         $GB_PG["base_url"] = dirname($HTTP_SERVER_VARS["PHP_SELF"]);<br />     }<br /> }<br /> <br /> ?&gt; <img src="https://proxy2.de/forum//images/smilies/385970365b8ed7503b4294502a458efa.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4405/15254.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4405/15254.php</link>
				<pubDate><![CDATA[Sat, 19 Mar 2005 17:58:54]]> GMT</pubDate>
				<author><![CDATA[ phpwhat]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [code]/* database settings */ <br /> <br /> $GB_DB&#91;&quot;dbName&quot;&#93; = &quot;&quot;; <br /> $GB_DB&#91;&quot;host&quot;&#93; = &quot;localhost&quot;; <br /> $GB_DB&#91;&quot;user&quot;&#93; = &quot;root&quot;; <br /> $GB_DB&#91;&quot;pass&quot;&#93; = &quot;&quot;; <br /> [/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4405/15255.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4405/15255.php</link>
				<pubDate><![CDATA[Sat, 19 Mar 2005 18:00:55]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="Carbonize"][code]/* database settings */ <br /> <br /> $GB_DB&#91;&quot;dbName&quot;&#93; = &quot;&quot;; <br /> $GB_DB&#91;&quot;host&quot;&#93; = &quot;localhost&quot;; <br /> $GB_DB&#91;&quot;user&quot;&#93; = &quot;root&quot;; <br /> $GB_DB&#91;&quot;pass&quot;&#93; = &quot;&quot;; <br /> [/code][/quote]<br /> <br /> first one : leave empty?<br /> second one: "local Host" my website? or any other server info from my host?<br /> <br /> Third: "root" leave it like that, or what to put there?<br /> Fourth: leave empty? or what to put?<br /> <br /> Thanks .]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4405/15258.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4405/15258.php</link>
				<pubDate><![CDATA[Sat, 19 Mar 2005 22:32:55]]> GMT</pubDate>
				<author><![CDATA[ phpwhat]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ 1st is the name of the database you wish to use.<br /> 2nd you can probbaly leave<br /> 3rd is the username you have for your database<br /> and 4th is your database password.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4405/15259.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4405/15259.php</link>
				<pubDate><![CDATA[Sat, 19 Mar 2005 23:10:57]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="Carbonize"]1st is the name of the database you wish to use.<br /> 2nd you can probbaly leave<br /> 3rd is the username you have for your database<br /> and 4th is your database password.[/quote]<br /> <br /> sorry i keep making this longer, just one more thing:<br /> <br /> Database? = like my hosting is yahoo, so it would be like: yahoo.com? or my name i use in yahoo, or yahoo servers?<br /> <br /> 3rd : my yahoo name right ?<br /> 4rth: yahoo pasword ?<br /> <br /> ok thanks i hope after this one im able to make it.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4405/15272.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4405/15272.php</link>
				<pubDate><![CDATA[Sun, 20 Mar 2005 17:21:59]]> GMT</pubDate>
				<author><![CDATA[ phpwhat]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ If your hosting comes with a MySQL database then all of the information you require should be in your control panel or in an email. 99 times out of 100 the MySQL server is located on the same machine so try it as localhost first. The third is the username they gave you for the MySQL database. 4th is the password they gave you for your MySQL database.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4405/15273.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4405/15273.php</link>
				<pubDate><![CDATA[Sun, 20 Mar 2005 17:32:52]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
	</channel>
</rss>