<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "shweet script, but.."]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "shweet script, but.."]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>shweet script, but..</title>
				<description><![CDATA[ Hey, i setup the poll script and it is fucking shweet. one thing i need help with though, my hoster dont elt us use ssi (said its a security hazard) how do i show the poll in a html file. heres my url<br /> <br /> <a class="snap_shots" href="http://therca.digitalrice.com/cgi-bin/poll2/test.php?poll_id=1" target="_blank" rel="nofollow">http://therca.digitalrice.com/cgi-bin/poll2/test.php?poll_id=1</a><br /> <br /> secondly, should the results get sent to test.php? please help<br /> thanks<br /> chad]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/219/554.php</guid>
				<link>https://proxy2.de/forum/posts/preList/219/554.php</link>
				<pubDate><![CDATA[Sun, 24 Feb 2002 13:10:41]]> GMT</pubDate>
				<author><![CDATA[ ChAdWiCk]]></author>
			</item>
			<item>
				<title>IFrame</title>
				<description><![CDATA[ Sup, you could put your poll in an iframe, <br /> <br /> &lt;IFRAME frameborder="0" scrolling="no" width="150" height="3500" <br />    SRC="http://therca.digitalrice.com/cgi-bin/poll2/test.php?poll_id=1"&gt;<br />  &lt;/IFRAME&gt;<br /> <br /> Put that on your menu or where ever.  You can adjust the width and height to get it more accurate.  <img src="https://proxy2.de/forum//images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" />  -LaTeR<br /> <br /> <a class="snap_shots" href="http://cubic-frost.com" target="_blank" rel="nofollow">http://cubic-frost.com</a>]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/219/579.php</guid>
				<link>https://proxy2.de/forum/posts/preList/219/579.php</link>
				<pubDate><![CDATA[Mon, 25 Feb 2002 19:29:43]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ if you go to the demo.php<br /> there is a little<br /> &lt;? include ?&gt;<br /> <br /> tag at the top<br /> you add that too your header of your html page<br /> and then you see another tag for each of the 3 different boxes<br /> well you take that code and put it into your table<br /> www.decodethis.com/new.php<br /> thats what i did here<br /> it uses PHP to include the files<br /> i also cant use SSI]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/219/583.php</guid>
				<link>https://proxy2.de/forum/posts/preList/219/583.php</link>
				<pubDate><![CDATA[Tue, 26 Feb 2002 03:26:42]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>shweeeet, thanks</title>
				<description><![CDATA[ Hey, thanks for the replies, got it all sorted now, special thanks to Decoder.<br /> love the script its pretty kool, if only ya made an image gallery script,<br /> <br /> ChAdWiCk]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/219/584.php</guid>
				<link>https://proxy2.de/forum/posts/preList/219/584.php</link>
				<pubDate><![CDATA[Tue, 26 Feb 2002 05:34:48]]> GMT</pubDate>
				<author><![CDATA[ ChAdWiCk]]></author>
			</item>
			<item>
				<title>one other small problem</title>
				<description><![CDATA[ <a class="snap_shots" href="http://therca.digitalrice.com/cgi-bin/poll2/test.php?action=results&amp;poll_ident=1" target="_blank" rel="nofollow">http://therca.digitalrice.com/cgi-bin/poll2/test.php?action=results&amp;poll_ident=1</a><br /> <br /> why is the table have "height=210" i never said that anywhere, when i use good ole text pad on all the files, and search for 210 it doesn't come up anywhere, where can i change the 210 to a value that i like (such as 150)<br /> <br /> thanks<br /> chad]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/219/586.php</guid>
				<link>https://proxy2.de/forum/posts/preList/219/586.php</link>
				<pubDate><![CDATA[Tue, 26 Feb 2002 06:27:13]]> GMT</pubDate>
				<author><![CDATA[ ChAdWiCk]]></author>
			</item>
			<item>
				<title>Having same problem.....nothing here works</title>
				<description><![CDATA[ I have tried about every combination.<br /> <br /> I installed and have 3 demo poll.  I also set up 2 new ones with modified templetes.<br /> <br /> They all appear fine in the admin and on the demo page.  Just can't get them to appear on my html page (I'm testing an a black page that just has the code for the poll inserted)<br /> <br /> On the demo page this is the code given:<br /> <br /> header<br /> [b]&lt;?php require "./booth.php"; ?&gt;[/b]<br /> <br /> body<br /> [b]&lt;?php<br /> echo $php_poll-&gt;poll_process(1);<br /> ?&gt;[/b]<br /> <br /> Looks simple but does not work.  The only thing that displays on my html page is:<br /> <br /> [b]poll_process(1); ?&gt; [/b]<br /> <br /> Apparently the  [b]poll_process[/b] variable is not being recognized.<br /> <br /> Any assistance is appreciated.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/219/589.php</guid>
				<link>https://proxy2.de/forum/posts/preList/219/589.php</link>
				<pubDate><![CDATA[Tue, 26 Feb 2002 16:14:41]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I figured it out....sorta.  Don't understand it yet but I got it to work.<br /> <br /> Apparently I have a lot to learn about php.<br /> <br /> I saved the same code basically as a php page and it works fine.<br /> <br /> I guess I need to learn what that's all about if I'm going to use this stuff.<br /> <br /> Any comments for an idiot would be appreciated.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/219/590.php</guid>
				<link>https://proxy2.de/forum/posts/preList/219/590.php</link>
				<pubDate><![CDATA[Tue, 26 Feb 2002 16:57:29]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>