<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Beginning poll installation questions"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Beginning poll installation questions"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Beginning poll installation questions</title>
				<description><![CDATA[ Hello,<br /> <br /> I am just learning php and mysql, so I have a question regarding the installation of the advanced poll program 2.03.  I'm using the db version also.  Of that I've uploaded all the unzipped files into a directory called poll on my server.<br /> <br /> Installation:<br /> <br /> 1. Open the configuration file 'config.inc.php' with a text editor<br />    and set up your database settings.<br /> <br />    $POLLDB["dbName"] = "YourDBName";<br />    $POLLDB["host"]   = "localhost";<br />    $POLLDB["user"]   = "YourUsername";<br />    $POLLDB["pass"]   = "YourPassword";<br /> <br /> When I look in my config.inc.php file I don't see anything like the above.  Everthing starts out with $cfg["hhh"] = "".  So my question is, are these considered constants and if so are they safe, and finally where do I put them.  I know all the values for the variables, but I'm not sure where I should list these in my config file.<br /> <br /> <br /> Next assuming that I have my variables from above correct, i.e. username, password, localhost, dbase name, I then go to step two.<br /> <br /> 2. Call the install script from your browser -&gt; <a class="snap_shots" href="http://www.yourURL.com/poll/install.php" target="_blank" rel="nofollow">http://www.yourURL.com/poll/install.php</a><br /> <br /> How long should it take to install at this point?  I click the next button and it seems like nothing is happening even after 5 minutes.  When I hit the cancel button it says are you sure.    Should it take this long.  I'm running this on my schools servers and I know that they aren't slow, so if anyone has any ideas please let me know.  Thank you  <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3537/10132.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3537/10132.php</link>
				<pubDate><![CDATA[Fri, 27 Aug 2004 19:14:54]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote]When I look in my config.inc.php file I don't see anything like the above. Everthing starts out with $cfg["hhh"] = "". So my question is, are these considered constants and if so are they safe, and finally where do I put them. I know all the values for the variables, but I'm not sure where I should list these in my config file.<br /> [/quote]<br /> Not sure which file you are looking at, because the config.inc.php file has exactly this on lines 9 thru 13.  <br /> [list]$POLLDB["dbName"] = "";<br /> $POLLDB["host"]   = "localhost";<br /> $POLLDB["user"]   = "root";<br /> $POLLDB["pass"]   = "";<br /> $POLLDB["class"]  = "class_mysql.php";<br /> [/list]<br /> It is in the "include" folder. Just open the include/config.inc.php file and add your info between the quotes for "dbname", "user" and "pass".  Most hosts add a prefix to any database info, so if yours does, you would need to include the prefix, also, like "myprefix_mydatabase" and "myprefix_myusername"<br /> <br /> [quote]How long should it take to install at this point? I click the next button and it seems like nothing is happening even after 5 minutes. <br /> [/quote]<br /> Probably nothing is happening because the info is not set correctly in the config.inc.php file.  Fix that item and things should move quickly.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3537/10143.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3537/10143.php</link>
				<pubDate><![CDATA[Sat, 28 Aug 2004 11:44:51]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
	</channel>
</rss>