<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Adv Poll 2.03 + Cpanel installation"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Adv Poll 2.03 + Cpanel installation"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Adv Poll 2.03 + Cpanel installation</title>
				<description><![CDATA[ Hellow,<br /> <br /> I installed the poll with Cpanel but what do i have to do now? :s<br /> I really don't know  <img src="https://proxy2.de/forum//images/smilies/c30b4198e0907b23b8246bdd52aa1c3c.gif" /> <br /> With php code do i have to add? How do I configer the ip-logging? ...?<br /> <br /> Thank u very much!]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4897/17427.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4897/17427.php</link>
				<pubDate><![CDATA[Tue, 2 Aug 2005 22:29:12]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ i copied this code<br /> <br /> [code]&lt;?php<br /> <br /> /* path */ <br /> $poll_path = &quot;/&quot;;<br /> <br /> require <br /> $php_poll&#40;&#41;;<br /> <br /> /* the first poll */ <br /> <br /> <br /> /* the second poll */<br /> $php_poll&quot;&#41;;<br /> ...<br /> <br /> /* the third poll */<br /> ...<br /> ?&gt;<br /> [/code]<br /> I've cut some pieces :)<br /> But it is enough? <br /> What do i have to do with this code:<br /> [code]<br /> &lt;?php <br /> /* Include this before your html code */<br /> include &quot;./poll_cookie.php&quot;; <br /> ?&gt;<br /> [/code]<br /> <br /> Thx]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4897/17428.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4897/17428.php</link>
				<pubDate><![CDATA[Tue, 2 Aug 2005 22:37:12]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Reading this post may be of some help: <br /> <br /> http://proxy2.de/forum/viewtopic.php?t=3481&amp;highlight=poll<br /> <br /> You need to create a poll in your Poll Admin Panel and then put the codes in whichever of your website's pages that you want to include a poll. If you want the poll to appear on your home page, add the codes to your index file.<br /> <br /> Start that page with the poll cookie code:<br /> [code]&lt;?php <br /> /* Include this before your html code */ <br /> include &quot;./poll_cookie.php&quot;; <br /> ?&gt; [/code]<br /> Just like it says, this code goes before the &lt;html&gt; at the beginning of your document.<br /> <br /> Then wherever in the document that you want the poll to appear, you add the poll code. You can get the poll code from your Poll Admin Panel by clicking on "Help".  Example:<br /> [code]&lt;?php<br /> include_once &quot;/home/username/public_html/poll/booth.php&quot;;<br /> echo $php_poll-&gt;poll_process&#40;x&#41;;        // x = Poll ID<br /> ?&gt;[/code]<br /> In the poll code, change x to the poll number: [code]echo $php_poll-&gt;poll_process&#40;1&#41;[/code]<br /> It will also give you the code to display random polls or the latest poll.<br /> <br /> Save the file with a .php extension or search this forum if you want instructions for .html or .shtml.<br /> <br /> Search this forum for instructions and you will find lots of posts.  Use this search string:  <br /> [b]poll AND instructions[/b]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4897/17435.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4897/17435.php</link>
				<pubDate><![CDATA[Wed, 3 Aug 2005 06:22:33]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I did it but i get this error:<br /> <br /> Fatal error: Cannot redeclare class polldb_sql in /home/.../public_html/poll/include/class_mysql.php on line 10<br /> <br /> Thx!]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4897/17439.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4897/17439.php</link>
				<pubDate><![CDATA[Wed, 3 Aug 2005 12:44:03]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Perhaps this post will help.  I believe it is saying that "class" is called too many times in your poll code:<br /> <br /> <a class="snap_shots" href="http://proxy2.de/forum/viewtopic.php?t=2945&amp;highlight=cannot+redeclare+class" target="_blank" rel="nofollow">http://proxy2.de/forum/viewtopic.php?t=2945&amp;highlight=cannot+redeclare+class</a>]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4897/17459.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4897/17459.php</link>
				<pubDate><![CDATA[Thu, 4 Aug 2005 02:09:39]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ no, i do not understand :s<br /> So what i do:<br /> I make the poll and than i take a look at the pollcode on the demo3 site (<a class="snap_shots" href="http://www.../poll/demo_3.php" target="_blank" rel="nofollow">http://www.../poll/demo_3.php</a>) I copy that code to my site<br /> <br /> Then i get the poll but the error (Fatal error: Cannot redeclare class polldb_sql in /../public_html/poll/include/class_mysql.php on line 10<br /> <br /> <br /> After voting this comes up: <br /> Warning: Cannot modify header information - headers already sent by (output started at /home/fireball/public_html/poll/test.php:2) in /home/fireball/public_html/poll/poll_cookie.php on line 21<br /> <br /> And what should I do when I want to add the poll to my index page? Wich folders do i have to change in the code?<br /> <br /> THX A LOT!!! <img src="https://proxy2.de/forum//images/smilies/69934afc394145350659cd7add244ca9.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4897/17467.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4897/17467.php</link>
				<pubDate><![CDATA[Fri, 5 Aug 2005 03:07:48]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Cpanel and your poll</title>
				<description><![CDATA[ [quote="Anonymous"]Hello?? HELP!  <img src="https://proxy2.de/forum//images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" />[/quote]<br /> <br /> Mich did you get it running?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4897/18252.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4897/18252.php</link>
				<pubDate><![CDATA[Mon, 3 Oct 2005 03:18:39]]> GMT</pubDate>
				<author><![CDATA[ phillyrob]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="Mich"]Then i get the poll but the error (Fatal error: Cannot redeclare class polldb_sql in /../public_html/poll/include/class_mysql.php on line 10<br /> <br /> After voting this comes up: <br /> Warning: Cannot modify header information - headers already sent by (output started at /home/fireball/public_html/poll/test.php:2) in /home/fireball/public_html/poll/poll_cookie.php on line 21[/quote]<br /> <br /> For the first error there is a way to solve it, can't remember it so search the forums for it, sorry : (.<br /> <br /> For the second error, again, you can search for it. But all you have to do is remove any white space before the cookie code and make sure it is the first line in whatever file you put it in.<br /> <br /> To get the poll to display on a web page have a look at the demo polls on this site. Or go to the admin section of adv. poll and then the final menu option (far right) this will give you the exact code you need.<br /> <br /> Auron]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4897/18260.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4897/18260.php</link>
				<pubDate><![CDATA[Mon, 3 Oct 2005 17:57:23]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title>Newbie ned a little help please</title>
				<description><![CDATA[ ok guys.  I got everything done and even have my poll installed and working.  Heres my problem.  When someone hits 'View Results', it takes them to this page.<br /> <br /> <a class="snap_shots" href="http://www.caminator.com/footer.php?action=results&amp;poll_ident=4" target="_blank" rel="nofollow">http://www.caminator.com/footer.php?action=results&amp;poll_ident=4</a><br /> <br /> Notice how all the formatting and design has gone away from the main <br /> <br /> I guess basically in a nutshell I need it to go to remain on index.php after someone votes, or when someone hits View Results, and not actually go to footoer.php.  Is this possible? <br /> <br /> Thank you!!]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4897/19804.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4897/19804.php</link>
				<pubDate><![CDATA[Sun, 5 Mar 2006 04:39:06]]> GMT</pubDate>
				<author><![CDATA[ caminator]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Why this error appears to me?<br /> <br /> Database error<br /> MySQL Error: Database error<br /> Error number: 1046 No database selected<br />       ...etc..]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4897/20537.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4897/20537.php</link>
				<pubDate><![CDATA[Thu, 25 May 2006 17:16:19]]> GMT</pubDate>
				<author><![CDATA[ son_gokou]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="son_gokou"]Why this error appears to me?<br /> <br /> Database error<br /> MySQL Error: Database error<br /> Error number: 1046 No database selected<br />       ...etc..[/quote]<br /> <br /> Start your OWN thread.<br /> <br /> Fill in config.inc.php with your database details.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4897/20539.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4897/20539.php</link>
				<pubDate><![CDATA[Thu, 25 May 2006 19:24:30]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ what shall I write here?<br /> <br /> $poll_path = dirname(__FILE__);]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4897/23530.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4897/23530.php</link>
				<pubDate><![CDATA[Thu, 11 Oct 2007 13:48:43]]> GMT</pubDate>
				<author><![CDATA[ dantesss]]></author>
			</item>
	</channel>
</rss>