<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "FTP &amp; File Question"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "FTP &amp; File Question"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>FTP &amp;amp; File Question</title>
				<description><![CDATA[ When you FTP the files to your server, do you neccessarily have to FTP the 'db' files into a "[color="red"]'db'[/color]" folder ?  Or can you FTP the 'db' files into a folder named 'Polls' as to eliminate the /[color="red"]db[/color]/ extension???<br /> <br /> So instead of having:<br /> <br /> <a class="snap_shots" href="http://XYZ.com/Polls/" target="_blank" rel="nofollow">http://XYZ.com/Polls/</a>[color="red"]db[/color]/index.php<br /> <br /> You could have it be:<br /> <br /> <a class="snap_shots" href="http://XYZ.com/Polls/index.php" target="_blank" rel="nofollow">http://XYZ.com/Polls/index.php</a> ?????]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3155/8370.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3155/8370.php</link>
				<pubDate><![CDATA[Sun, 23 May 2004 12:40:47]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Yes you can.<br /> <br /> The db folder in the zip file just shows that are all the files within it are for the database version of Adv. Poll.<br /> Hence why there is a folder called textfile for people without access to a database.<br /> <br /> - Auron]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3155/8372.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3155/8372.php</link>
				<pubDate><![CDATA[Sun, 23 May 2004 17:11:29]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Thank you Auron...<br /> <br /> Ok, Good... I just wanted to be 100% certain before I wiped everything out &amp; started fresh.  So the following values will certainly be automatically changed to "Polls" if done like that instead of 'db' also???<br /> <br /> &lt;?php<br /> <br /> /* path */ <br /> $poll_path = "/catchusers/Polls/[color="red"]db[/color]";<br /> <br /> require $poll_path."/include/config.inc.php";<br /> require $poll_path."/include/$POLLDB[class]";<br /> require $poll_path."/include/class_poll.php";<br /> $CLASS["[color="red"]db[/color]"] = new poll[color="red"]db[/color]_sql;<br /> $CLASS["[color="red"]db[/color]"]-&gt;connect(); <br /> <br /> $php_poll = new poll();<br /> <br /> <br /> <br /> [b]WOULD AUTOMATICALLY BECOME:[/b]<br /> <br /> <br /> <br /> &lt;?php<br /> <br /> /* path */ <br /> $poll_path = "/catchusers/[color="red"][b]Polls[/b][/color]";<br /> <br /> require $poll_path."/include/config.inc.php";<br /> require $poll_path."/include/$POLL[color="red"][b]POLLS[/b][/color][class]";<br /> require $poll_path."/include/class_poll.php";<br /> $CLASS["[color="red"][b]Polls[/b][/color]"] = new poll[color="red"][b]Polls[/b][/color]_sql;<br /> $CLASS["[color="red"][b]Polls[/b][/color]"]-&gt;connect(); <br /> <br /> $php_poll = new poll();]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3155/8377.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3155/8377.php</link>
				<pubDate><![CDATA[Sun, 23 May 2004 23:20:43]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [code]$poll_path = &quot;/catchusers/Polls/db&quot;; <br /> [/code]<br /> <br /> that's the only bit you need to change is the poll path and make sure it is correct.<br /> <br /> Example - <br /> So you could have it as /catchusers/polls if you wanted. Just make sure you upload<br /> all the files into the folder called polls.<br /> <br /> - Auron]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3155/8378.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3155/8378.php</link>
				<pubDate><![CDATA[Mon, 24 May 2004 00:52:39]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Thank you for your help Auron.  Very Much Appreciated ! <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3155/8381.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3155/8381.php</link>
				<pubDate><![CDATA[Mon, 24 May 2004 01:58:38]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ no problem!  <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" /> <br /> <br /> - Auron]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3155/8389.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3155/8389.php</link>
				<pubDate><![CDATA[Mon, 24 May 2004 12:41:53]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
	</channel>
</rss>