<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Access to vote's stats and comments in Admin CP"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Access to vote's stats and comments in Admin CP"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Access to vote's stats and comments in Admin CP</title>
				<description><![CDATA[ After I install the script everything is going  fine except one small but annoying thing - when I enter the Admin panel and want to access one of the created polls (to change it, view stats or read comments) I can't do it, because when I click on it I automatically transfered to page where I must enter the nick and password.<br /> I sure the cookies in my browser permitted<br /> <br /> What the problem?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1835/4623.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1835/4623.php</link>
				<pubDate><![CDATA[Tue, 15 Apr 2003 10:43:40]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ ok, I solved the problem.<br /> First, I located the problem. By the way, it works on server with PHP Version 4.3.1<br /> The problem was in common.inc.php file (db version of script) in that function:<br /> [code]<br /> $auth = $CLASS&#91;&quot;session&quot;&#93;-&gt;check_session_id&#40;&#41;;<br /> <br /> if &#40;!$auth&#41; &#123;<br />     $message = &#40;isset&#40;$username&#41; || isset&#40;$password&#41;&#41; ? $lang&#91;'FormWrong'&#93; &#58; $lang&#91;'FormEnter'&#93;;<br />     $CLASS&#91;&quot;template&quot;&#93;-&gt;set_templatefiles&#40;array&#40;<br />         &quot;login&quot; =&gt; &quot;admin_login.html&quot;<br />     &#41;&#41;;<br />     $poll_login = $CLASS&#91;&quot;template&quot;&#93;-&gt;pre_parse&#40;&quot;login&quot;&#41;;<br />     no_cache_header&#40;&#41;;<br />     eval&#40;&quot;echo \&quot;$poll_login\&quot;;&quot;&#41;;<br />     exit&#40;&#41;;<br /> <br /> &#125;[/code]<br /> <br /> maybe it was a disgusting solution, but I simply deleted the function. Now, everything works perfectly but without authorization. OK it's not a problem, with the help of .htaccess and .htpasswd files the problem was solved]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1835/4628.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1835/4628.php</link>
				<pubDate><![CDATA[Wed, 16 Apr 2003 09:03:31]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>