<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Recovering pass from Adv Poll 2.0.3"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Recovering pass from Adv Poll 2.0.3"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Recovering pass from Adv Poll 2.0.3</title>
				<description><![CDATA[ I've read this, but doesn't work<br /> http://proxy2.de/forum/viewtopic.php?t=3416<br /> <br /> I use DB version. Tryed to delete the database table poll_user and to recover it with other hash, but doesn't work :(<br /> <br /> Tell me how to become this:<br /> <br /> [code]INSERT INTO `poll_user` VALUES &#40;1, 'Pacimir', 'd56b7c5cf00d3c9f0fd230hash1', '9620a992e08chash2', 11124something&#41;;[/code]<br /> * of course i changed my hash  :lol:]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4668/16265.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4668/16265.php</link>
				<pubDate><![CDATA[Wed, 25 May 2005 12:16:29]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote]I use DB version. Tryed to delete the database table poll_user and to recover it with other hash, but doesn't work [/quote]<br /> <br /> You don't delete the table.  You [b]edit[/b] the table, only deleting the password that is stored inside the table.<br /> <br /> Below is code from database version of poll/include/config.inc.php.<br /> <br /> $POLLDB["dbName"] = "";<br /> $POLLDB["host"]   = "localhost";<br /> $POLLDB["user"]   = "root";<br /> $POLLDB["pass"]   = "";<br /> $POLLDB["class"]  = "class_mysql.php";<br /> <br /> As you can see, it has a place for the password.  Try checking your include/config.inc.php.  Is there a password?  is it encrypted?<br /> <br /> Whenever I need to get into an admin panel that I don't have the password for but do have access to the files, I just delete the password from the config.inc.php and the password stored in the database table. Since both are now blank, no password is required to access the Admin Panel.  Then, once in Admin, I add a new password.  However, I am not using the poll database version, so I can't say that will work for sure.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4668/16299.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4668/16299.php</link>
				<pubDate><![CDATA[Sun, 29 May 2005 05:18:02]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
	</channel>
</rss>