<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "I can't login in as admin"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "I can't login in as admin"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>I can't login in as admin</title>
				<description><![CDATA[ Hi,<br /> <br /> i have a problem. I can't login as admin in my guestbook.<br /> Everything works for the visitors. I read in the install notes that the default user and passwd is: test, 123.  But it is'n working... <img src="https://proxy2.de/forum//images/smilies/9d71f0541cff0a302a0309c5079e8dee.gif" /> <br /> (I get: "Invalid username or password. Please try again")<br /> <br /> Is there anyone who can help me to get my username and passwd????]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2595/6855.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2595/6855.php</link>
				<pubDate><![CDATA[Sat, 27 Dec 2003 20:07:13]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Try reseting the password<br /> <br /> You will need PHPadmin for this. <br /> <br /> [Method 1] <br /> Select the Guestbook database. <br /> Select book_auth. <br /> Now choose Browse. <br /> You now see the admin username and password. <br /> Select edit. <br /> Now paste Code: <br /> <br /> [code]773359240eb9a1d9 [/code]<br />  <br /> <br /> in the password field and click “GO”. <br /> <br /> This will reset your account to: <br /> <br /> Your admin name and the password will be: 123 <br /> <br /> <br /> Or do it like this. <br /> <br /> <br /> [Method 2]<br /> Select the Guestbook database <br /> Now choose on the right side of screen select SQL <br /> Now insert in the Data Entry Field the following lines: <br /> <br /> [code]<br /> delete from book_auth; <br /> INSERT INTO book_auth VALUES &#40;1, 'test', '773359240eb9a1d9', '7d8b85294e2e060b83f596a4fc5561ce', 1058460506&#41;;[/code] <br /> <br /> <br /> <br /> And click "GO" <br /> <br /> This will reset your account to: <br /> <br /> User name: test <br /> Password: 123]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2595/6861.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2595/6861.php</link>
				<pubDate><![CDATA[Sun, 28 Dec 2003 10:42:14]]> GMT</pubDate>
				<author><![CDATA[ Jam'n]]></author>
			</item>
			<item>
				<title>It is still not working...</title>
				<description><![CDATA[ I did what you said and it is still not working.<br /> And i checkt my sql database, it's all there. <br /> Even that user 'test'. <br /> <br /> Do you know anything else?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2595/6863.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2595/6863.php</link>
				<pubDate><![CDATA[Sun, 28 Dec 2003 11:30:42]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ The only option I have left is delete all the cookies and temporary internet files and try again.<br /> <br /> Do you have a link so I could give it a try?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2595/6868.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2595/6868.php</link>
				<pubDate><![CDATA[Mon, 29 Dec 2003 02:56:55]]> GMT</pubDate>
				<author><![CDATA[ Jam'n]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I changed my guestbook in the same as this site uses (this forum).<br /> So my problem is solved, but thanks anyway for your help...]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2595/6873.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2595/6873.php</link>
				<pubDate><![CDATA[Mon, 29 Dec 2003 17:21:18]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Same problem, can't log-in</title>
				<description><![CDATA[ Hi,<br /> <br /> I installed advanced GB 2.2 for a friend and it worked fine for months, now he (nor I) can login as admin, although I myself was able to before.<br /> <br /> I tried both methods as you described and I still can't login.<br /> Any thoughts?<br /> <br /> I'm willing to try upgrading his gb to the new version but don't want to lose his entries.<br /> <br /> I look forward to your response. Thanks.<br /> <br /> Brenda]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2595/7028.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2595/7028.php</link>
				<pubDate><![CDATA[Wed, 14 Jan 2004 19:58:22]]> GMT</pubDate>
				<author><![CDATA[ BrendaJ]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Hello BrendaJ<br /> <br /> I don't have any thoughts at the moment, but the upgrade should go like this.<br /> <br /> First: are you sure you have version 2.2, the one with the smilies.<br /> If you have the right version, then you can do this.<br /> <br /> You will have to use PHPMYADMIN or something similar. Phpmyadmin is what most web server hosts use for their clients to access the database. <br /> <br /> Replace all files (with the guestbook 2.3.1) and update your database with the SQL file.<br /> <br /> [code]# MySQL dump 8.16<br /> #<br /> # Host&#58; localhost    Database&#58; gb23<br /> #--------------------------------------------------------<br /> # Server version      3.23.42<br /> <br /> #<br /> # Table structure for table 'book_pics'<br /> #<br /> <br /> CREATE TABLE book_pics &#40;<br />   msg_id int&#40;11&#41; NOT NULL default '0',<br />   book_id int&#40;11&#41; NOT NULL default '0',<br />   p_filename varchar&#40;100&#41; NOT NULL default '',<br />   p_size int&#40;11&#41; unsigned NOT NULL default '0',<br />   width int&#40;11&#41; unsigned NOT NULL default '0',<br />   height int&#40;11&#41; unsigned NOT NULL default '0',<br />   KEY msg_id &#40;msg_id&#41;,<br />   KEY book_id &#40;book_id&#41;<br /> &#41; TYPE=MyISAM;<br /> <br /> ALTER TABLE `book_config` ADD `thumbnail` SMALLINT&#40;1&#41; NOT NULL, ADD `thumb_min_fsize` INT&#40;10&#41; NOT NULL;  [/code]<br /> <br /> Ps. don't forget ta back up your database first. Just in case  :)]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2595/7035.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2595/7035.php</link>
				<pubDate><![CDATA[Wed, 14 Jan 2004 23:34:01]]> GMT</pubDate>
				<author><![CDATA[ Jam'n]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Here are some pictures<br /> <br /> Here is a tutorial how to import the tables to upgrade your guestbook 2.2 to version 2.3.1<br /> I assume you already have phpMyAdmin and advance guestbook installed and running.<br /> <br /> [img]http://www.procaz.net/forum/advanced_guestbook/pictures/phpmyadmin_upgrade/gb22_1.jpg[/img]<br /> <br /> Login to phpMyAdmin.<br /> <br /> [img]http://www.procaz.net/forum/advanced_guestbook/pictures/phpmyadmin_upgrade/gb22_2.jpg[/img]<br /> <br /> And choose your guestbook database.<br /> <br /> [img]http://www.procaz.net/forum/advanced_guestbook/pictures/phpmyadmin_upgrade/gb22_3.jpg[/img]<br /> <br /> Now select on the right window SQL and browse to the file with the upgrade or paste it into the window and press GO.<br /> <br /> [img]http://www.procaz.net/forum/advanced_guestbook/pictures/phpmyadmin_upgrade/gb22_4.jpg[/img]<br /> <br /> You should now see the message that the SQL-query executed successfully.<br /> <br /> [img]http://www.procaz.net/forum/advanced_guestbook/pictures/phpmyadmin_upgrade/gb22_5.jpg[/img]<br /> <br /> You just need to copy all the files of the new guestbook and your done.<br /> <br /> [img]http://www.procaz.net/forum/advanced_guestbook/pictures/phpmyadmin_upgrade/gb22_6.jpg[/img]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2595/7036.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2595/7036.php</link>
				<pubDate><![CDATA[Wed, 14 Jan 2004 23:38:58]]> GMT</pubDate>
				<author><![CDATA[ Jam'n]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Thank you for your reply and the time it took to do so!<br /> <br /> Well, I'm not so sure it is version 2.2 with smilies, it says version 2.2 but there are no smilies. Here is the url: <a class="snap_shots" href="http://www.uspatriotsmc.com/guestbook/" target="_blank" rel="nofollow">http://www.uspatriotsmc.com/guestbook/</a><br /> <br /> I have this guestbook installed at my own site as well and I sometimes have to enter my username and password several times for it to let me in.<br /> <br /> If I can't upgrade this version I may just install the new version and manually transfer the posts. <br /> <br /> I really appreciate your help  <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" /> <br /> <br /> Brenda]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2595/7056.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2595/7056.php</link>
				<pubDate><![CDATA[Thu, 15 Jan 2004 20:38:40]]> GMT</pubDate>
				<author><![CDATA[ BrendaJ]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Hi Brenda,<br /> <br /> I just looked at your version and you have indeed the 2.2 version.<br /> You can see the smilies when you click on show legend.<br /> So you can just upgrade, but make sure to backup first.<br /> Just incase.<br /> <br /> Good luck.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2595/7082.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2595/7082.php</link>
				<pubDate><![CDATA[Sun, 18 Jan 2004 22:56:16]]> GMT</pubDate>
				<author><![CDATA[ Jam'n]]></author>
			</item>
			<item>
				<title>help does not help</title>
				<description><![CDATA[ I also forget my password, tried everything and still it does not reset. What I am doing wrong?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2595/7106.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2595/7106.php</link>
				<pubDate><![CDATA[Mon, 19 Jan 2004 17:05:55]]> GMT</pubDate>
				<author><![CDATA[ Digital Beat]]></author>
			</item>
			<item>
				<title>Many Thanks!</title>
				<description><![CDATA[ You just solved my problem, Jam'n! Thank you very much.  :D]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2595/7117.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2595/7117.php</link>
				<pubDate><![CDATA[Tue, 20 Jan 2004 07:31:30]]> GMT</pubDate>
				<author><![CDATA[ jaliam]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ ok thanks, it works now]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2595/7118.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2595/7118.php</link>
				<pubDate><![CDATA[Tue, 20 Jan 2004 07:59:56]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Guestbook username &amp;amp; password</title>
				<description><![CDATA[ Iam also havin problem, forgot my username and password, which file that hold username and password, so that I can see it?, thanks for any help.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2595/7142.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2595/7142.php</link>
				<pubDate><![CDATA[Fri, 23 Jan 2004 02:28:04]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Jam'n,<br /> <br /> I really appreciate your help, but I'm a little confused about the upgrade.<br /> Do you ever upgrade for a fee? How much would you charge to upgrade my site and my friend's with the newest version?<br /> Feel free to email me.<br /> <br /> Thanks!<br /> Brenda]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2595/7152.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2595/7152.php</link>
				<pubDate><![CDATA[Fri, 23 Jan 2004 17:48:58]]> GMT</pubDate>
				<author><![CDATA[ BrendaJ]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Was ist denn das Problem? Vielleicht kann ich Dir ja helfen!  <img src="https://proxy2.de/forum//images/smilies/136dd33cba83140c7ce38db096d05aed.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2595/7153.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2595/7153.php</link>
				<pubDate><![CDATA[Fri, 23 Jan 2004 18:59:05]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Hi BrendaJ.<br /> <br /> I'm willing to help, but the PM has been disabled on this board.<br /> You can reach me at "email removed"<br /> <br /> Just put Guestbook in the subject and it will be filtered]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2595/7159.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2595/7159.php</link>
				<pubDate><![CDATA[Sun, 25 Jan 2004 13:15:51]]> GMT</pubDate>
				<author><![CDATA[ Jam'n]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I did everything mentioned here, but i really cannot login with test and 123<br /> <br /> 1 test 773359240eb9a1d9 7d8b85294e2e060b83f596a4fc5561ce 1058460506]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2595/7412.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2595/7412.php</link>
				<pubDate><![CDATA[Thu, 19 Feb 2004 16:46:21]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ above post is mine]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2595/7413.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2595/7413.php</link>
				<pubDate><![CDATA[Thu, 19 Feb 2004 16:47:54]]> GMT</pubDate>
				<author><![CDATA[ phpbb-fan]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Did anyone figure this out? By this I mean having a working guestbook up for a while and all of a sudden not being able to login as admin. I tried resetting the password and it seems the user/pass works but as soon as I try to do anything I am back at the login form. I am running 2.3.1 and it was installed as 2.3.1 not updated.<br /> Thanks.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2595/7616.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2595/7616.php</link>
				<pubDate><![CDATA[Tue, 9 Mar 2004 06:13:08]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ thanks Jam'n..... i get back the password <img src="https://proxy2.de/forum//images/smilies/69934afc394145350659cd7add244ca9.gif" />  <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2595/7829.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2595/7829.php</link>
				<pubDate><![CDATA[Mon, 29 Mar 2004 07:35:00]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Hi Guest,<br /> <br /> Your Welcome.  <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" /> <br /> <br /> As of the problems people have with their login, I sounds if the problem lies in a corrupt "session" in the "book_auth" from the database.<br /> However, to be sure I would have to have full access to a guestbook with this problem. <br /> On the other hand, maybe somebody else could try to look at it and fix the "session" and tell us if this is indeed the problem.   <img src="https://proxy2.de/forum//images/smilies/8a80c6485cd926be453217d59a84a888.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2595/7832.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2595/7832.php</link>
				<pubDate><![CDATA[Mon, 29 Mar 2004 09:37:45]]> GMT</pubDate>
				<author><![CDATA[ Jam'n]]></author>
			</item>
			<item>
				<title>fixed mine</title>
				<description><![CDATA[ I fixed the same problem with 2.3.1 by dropping book_auth and re-creating it using the script provided. If you notice, there are some differences with the older version. Hope this helps. <br /> <br /> [code]CREATE TABLE book_auth &#40;<br />   ID smallint&#40;5&#41; NOT NULL auto_increment,<br />   username varchar&#40;60&#41; NOT NULL default '',<br />   password varchar&#40;60&#41; NOT NULL default '',<br />   session varchar&#40;32&#41; NOT NULL default '',<br />   last_visit int&#40;11&#41; NOT NULL,<br />   PRIMARY KEY  &#40;ID&#41;<br /> &#41; TYPE=MyISAM;<br /> <br /> #<br /> # Dumping data for table 'book_auth'<br /> #<br /> <br /> INSERT INTO book_auth VALUES &#40;1,'test','773359240eb9a1d9','80c1b50318676c8f324c985b94ac780a',1013100791&#41;;[/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2595/8014.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2595/8014.php</link>
				<pubDate><![CDATA[Fri, 23 Apr 2004 07:19:06]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Hi Guest,<br /> <br /> Thanks for trying it out and telling us about your findings.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2595/8016.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2595/8016.php</link>
				<pubDate><![CDATA[Fri, 23 Apr 2004 09:37:17]]> GMT</pubDate>
				<author><![CDATA[ Jam'n]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ hmm.. is the password still 123 in that script?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2595/8046.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2595/8046.php</link>
				<pubDate><![CDATA[Fri, 23 Apr 2004 15:39:35]]> GMT</pubDate>
				<author><![CDATA[ phpbb-fan]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Yes]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2595/8047.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2595/8047.php</link>
				<pubDate><![CDATA[Fri, 23 Apr 2004 16:06:56]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ and the username is Test  <img src="https://proxy2.de/forum//images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2595/8048.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2595/8048.php</link>
				<pubDate><![CDATA[Fri, 23 Apr 2004 16:20:33]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ well.. i've dropped the book_auth table, recreated it with the script provided by Geust, but I still can't login as a admin by using test and 123  <img src="https://proxy2.de/forum//images/smilies/9d71f0541cff0a302a0309c5079e8dee.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2595/8053.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2595/8053.php</link>
				<pubDate><![CDATA[Fri, 23 Apr 2004 18:40:18]]> GMT</pubDate>
				<author><![CDATA[ phpbb-fan]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ <a class="snap_shots" href="http://proxy2.de/forum/viewtopic.php?t=1981&amp;start=17" target="_blank" rel="nofollow">http://proxy2.de/forum/viewtopic.php?t=1981&amp;start=17</a>]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2595/8060.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2595/8060.php</link>
				<pubDate><![CDATA[Sat, 24 Apr 2004 00:09:36]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ still no luck.. <br /> <br /> [quote]Invalid username or password. Please try again.[/quote]<br /> <br /> the changes and additions in that link were already in my database..]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2595/8063.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2595/8063.php</link>
				<pubDate><![CDATA[Sat, 24 Apr 2004 00:34:41]]> GMT</pubDate>
				<author><![CDATA[ phpbb-fan]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ What version do you have? The dropping and re-creating of book_auth applies to version 2.3.1 so i hope that didn't mess you up.<br /> <br /> Run a query against your book_auth table and post it here if you don't mind. It should look something like this.<br /> [code]<br />   ID  username  PASSWORD  session  last_visit  <br />  1 test 773359240eb9a1d9  80c1b50318676c8f324c985b94ac780a 1013100791[/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2595/8064.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2595/8064.php</link>
				<pubDate><![CDATA[Sat, 24 Apr 2004 01:58:45]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ i am using version 2.3.1<br /> <br /> this is what i have in book_auth:<br /> <br /> [quote]DROP TABLE IF EXISTS book_auth;<br /> CREATE TABLE book_auth (<br />   ID smallint(5) NOT NULL auto_increment,<br />   username varchar(60) NOT NULL default '',<br />   password varchar(60) NOT NULL default '',<br />   session varchar(32) NOT NULL default '',<br />   last_visit int(11) NOT NULL default '0',<br />   PRIMARY KEY  (ID)<br /> ) TYPE=MyISAM;<br /> <br /> INSERT INTO book_auth (ID, username, password, session, last_visit) VALUES (1, 'test', '773359240eb9a1d9', 'cd2c6d5e457641991d52da8fb6d87c08', 1013100791);[/quote]<br /> <br /> I did a clean install.. but I still can't login with test and 123]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2595/8637.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2595/8637.php</link>
				<pubDate><![CDATA[Sun, 13 Jun 2004 15:14:09]]> GMT</pubDate>
				<author><![CDATA[ phpbb-fan]]></author>
			</item>
			<item>
				<title>Admin login returns to login menu</title>
				<description><![CDATA[ I, too, have a problem since upgrading (old GB got hacked, found upgrade info here).  I login and go to the admin screen, and as soon as I click on an admin link it tosses me back to the login screen again.<br /> <br /> Thoughts?<br /> <br /> <a class="snap_shots" href="mailto:alsplace@pobox.com">alsplace@pobox.com</a>]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2595/8673.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2595/8673.php</link>
				<pubDate><![CDATA[Fri, 18 Jun 2004 04:28:12]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I also have had this problem, even after reading these forums and stepping through the upgrade carefully.<br /> <br /> One thing I didn't do was keep a copy of my old 2.2 \lib\session.class.php file....a pity. I hear it can fix the problem.<br /> <br /> Anyway I found another way that has worked for me. It might break something else and perhaps the gurus here can let us know the dangers of this approach but anyway here is what I did.<br /> <br /> The problem is one of sessions (aren't they always) and the check against the sessionID seems to fail throwing you back to login. I figured OK then, lets make it work. So in session.class.php<br /> <br /> find starting at line 24<br /> [code]    function isValidSession&#40;$session,$user_id&#41; &#123;<br />         $this-&gt;query&#40;&quot;SELECT session, last_visit from &quot;.$this-&gt;table&#91;'auth'&#93;.&quot; WHERE session='$session' and ID='$user_id'&quot;&#41;;<br />         $row = $this-&gt;fetch_array&#40;$this-&gt;result&#41;;<br />         if &#40;$row&#41; &#123;            <br />             return &#40;$this-&gt;expire + $row&#91;'last_visit'&#93; &gt; time&#40;&#41;&#41; ? $row&#91;&quot;session&quot;&#93; &#58; false;<br />         &#125; else &#123;<br />             return false;[/code]<br /> <br /> change to<br /> [code]    function isValidSession&#40;$session,$user_id&#41; &#123;<br />         $this-&gt;query&#40;&quot;SELECT session, last_visit from &quot;.$this-&gt;table&#91;'auth'&#93;.&quot; WHERE session='$session' and ID='$user_id'&quot;&#41;;<br />         $row = $this-&gt;fetch_array&#40;$this-&gt;result&#41;;<br />         if &#40;$row&#41; &#123;            <br />             &#91;b&#93;return &#40;$this-&gt;expire + $row&#91;'last_visit'&#93; &gt; time&#40;&#41;&#41; ? $row&#91;&quot;session&quot;&#93; &#58; true;&#91;/b&#93;<br />         &#125; else &#123;<br />             return false;[/code] <br /> <br /> It looks like this IF clause is evaluating to false either way. So by making the first one true I can now admin my 2.3.1 guestbook. <br /> <br /> I am happy that this works, but just not sure if it creates a vulnerability, so comments are welcome. <br /> <br /> My next issue is that 'last_visit' in the AUTH table is not updating.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2595/9011.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2595/9011.php</link>
				<pubDate><![CDATA[Tue, 6 Jul 2004 18:09:38]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Sorry, I wasn't logged in for that last post. The changed line is the one with the '[b][/b]' tags around it. They didn't come out in the display.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2595/9012.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2595/9012.php</link>
				<pubDate><![CDATA[Tue, 6 Jul 2004 18:13:59]]> GMT</pubDate>
				<author><![CDATA[ ReliableSol]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ OK, update.<br /> I have undone the change to session.class.php. While it worked it has now proved to be unnecessary.<br /> <br /> My last_visit problem was the key. Since this was not updating properly it was always more than 7200 seconds since the last login and this is why you are logged out and thrown back to the login prompt.<br /> <br /> The reason: I believe in 2.2 in table 'Auth' last_visit was capitalized to 'LAST_VISIT'. It was also a timestamp field. And on mine it was allowed to be null.<br /> <br /> In 2.3.1 session.class.php down at lines 48, 49 creates a $timestamp variable. However the MYSQL timestamp data type is peculiar. From the MySQL manual (comments)<br /> [quote]it is misleading in that the 'timestamp' field type in mysql holds a datetime value that updates itself unless you explicitly set it[/quote]<br /> <br /> Note that a datetime format is YYYY-MM_DD HH:MM:SS however our $timestamp variable is only in seconds with 10 or 11 digits. If you do the full install and run guestbook.sql this gets set correctly. However with an upgrade you only run the upgrade.sql which just set up the images table and doesn't change the 'auth' table. This is why people have posted the sql files in the forums. These .sql files set 'auth' to INT (11) and 'last_visit' to lower case, which allows the field to be written to when you login and logout. Therefore the time is updated and session check doesn't throw you back to the login script.<br /> <br /> So if you are having trouble logging in have a close look at your database with something like PHPMYADMIN or better yet MySQL-Front or MySQLCC and make sure the fields are labelled correctly, and the properties are set to either integer(preferred) or varchar.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2595/9019.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2595/9019.php</link>
				<pubDate><![CDATA[Tue, 6 Jul 2004 19:01:09]]> GMT</pubDate>
				<author><![CDATA[ ReliableSol]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ i have tried every fix given in this forum and i still cant get it to let me login as admin ..tho if i delete the password in book_auth  i can login with just test ..it has me baffled]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2595/9084.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2595/9084.php</link>
				<pubDate><![CDATA[Sun, 11 Jul 2004 19:24:31]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ i wonder if it has something to do the fact im running freebsd 5.1  cause when i try the fix on a linux box it works..any thoughts?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2595/9086.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2595/9086.php</link>
				<pubDate><![CDATA[Sun, 11 Jul 2004 22:18:26]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>How I fixed it...</title>
				<description><![CDATA[ I did an upgrade from 2.2. to 2.31.<br /> I had the problem of logging in, and then being asked to login again whenever I clicked on anything from the admin menu.<br /> <br /> This s what I did to solve the problem after deleting and uploading the new 2.31 files (with appropriate changed to config.inc.php)<br /> <br /> The fix for me was Kerry's post. Since he isn't real clear in his explanation, I am writing the fix he describes:<br /> <br /> Go to MyPHPAdmin, and pull up the table:<br /> book_auth<br /> by clicking on it on the leftmost column.<br /> <br /> Now place a check mark in the box to the left of LAST_VISIT<br /> Now click on the icon to the right (7 columns to the right) that looks like a piece of paper with a pencil over it. The mouseover will say 'change'<br /> <br /> change FIELD from LAST_VISIT to last_visit<br /> (just change it to lower case)<br /> <br /> the second column should be:<br /> INT<br /> <br /> the third column should be:<br /> 11<br /> <br /> the fourth column (attributes) should be empty, (blank, nothing in it.)<br /> <br /> the 5th coulmn (NULL) should be 'not null'<br /> <br /> the 6th column should be:<br /> 0<br /> <br /> The 8th and final column should be blank (empty, nothing in it)<br /> <br /> Now over to the left, and down under the FIELD column is a 'save' button. Click on Save.<br /> This fixed two of my guestbook that I had upgraded from 2.2. to 2.31, and run the upgrade.sql script on.<br /> <br /> Hope it helps, and thanks for being smart Kerry!]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2595/10967.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2595/10967.php</link>
				<pubDate><![CDATA[Sun, 17 Oct 2004 16:57:51]]> GMT</pubDate>
				<author><![CDATA[ BadBoo]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Yup this is one of the things my install.php file wil do. It will also add the extra tables needed by 2.3.1.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2595/10970.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2595/10970.php</link>
				<pubDate><![CDATA[Sun, 17 Oct 2004 19:10:53]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ This is for anyone wanting a sessions class php file. From advanced guestbook 2.2<br /> <br /> [quote][color="green"]&lt;?php<br /> /**<br />  * ----------------------------------------------<br />  * Advanced Guestbook 2.2 (PHP/MySQL)<br />  * Copyright (c)2001 Chi Kien Uong<br />  * URL: <a class="snap_shots" href="http://www.proxy2.de" target="_blank" rel="nofollow">http://www.proxy2.de</a><br />  * ----------------------------------------------<br />  */<br /> <br /> class gb_session extends gbook_sql {<br /> <br />     var $expire = 7200;<br />     var $include_path;<br />     var $table;<br /> <br />     function gb_session($path='') {<br />         global $GB_TBL;<br />         $this-&gt;table =&amp; $GB_TBL;<br />         $this-&gt;gbook_sql();<br />         $this-&gt;connect();<br />         $this-&gt;include_path = $path;<br />     }<br /> <br />     function isValidSession($session,$user_id) {<br />         $this-&gt;query("SELECT session, LAST_VISIT from ".$this-&gt;table['auth']." WHERE session='$session' and ID='$user_id'");<br />         $row = $this-&gt;fetch_array($this-&gt;result);<br />         if ($row) {<br />             $year = substr($row["LAST_VISIT"],0,4);<br />             $date = substr($row["LAST_VISIT"],4,10);<br />             $date_strg = chunk_split($date,2,"-");<br />             list($month,$day,$hour,$minute,$second) = explode("-",$date_strg);<br />             $tstamp = mktime($hour,$minute,$second,$month,$day,$year);<br />             return ($this-&gt;expire + $tstamp &gt; time()) ? $row["session"] : false;<br />         } else {<br />             return false;<br />         }<br />     }<br /> <br />     function isValidUser($user_id) {<br />         $this-&gt;query("SELECT username FROM ".$this-&gt;table['auth']." WHERE ID='$user_id'");<br />         $this-&gt;fetch_array($this-&gt;result);<br />         return ($this-&gt;record) ? true : false;<br />     }<br /> <br />     function changePass($user_id,$new_password) {<br />         $this-&gt;query("UPDATE ".$this-&gt;table['auth']." SET password=PASSWORD('$new_password') WHERE ID='$user_id'");<br />         return ($this-&gt;record) ? true : false;<br />     }<br /> <br />     function generateNewSessionID($user_id) {<br />         srand((double)microtime()*1000000);<br />         $session = md5 (uniqid (rand()));<br />         $this-&gt;query("UPDATE ".$this-&gt;table['auth']." SET session='$session' WHERE ID='$user_id'");<br />         return $session;<br />     }<br /> <br />     function checkPass($username,$password) {<br />         $this-&gt;query("SELECT ID FROM ".$this-&gt;table['auth']." WHERE username='$username' and password=PASSWORD('$password')");<br />         $this-&gt;fetch_array($this-&gt;result);<br />         return ($this-&gt;record) ? $this-&gt;record["ID"] : false;<br />     }<br /> <br />     function checkSessionID() {<br />         global $username, $password, $session, $uid;<br />         if (isset($session) &amp;&amp; isset($uid)) {<br />             return ($this-&gt;isValidSession($session,$uid)) ? array("session" =&gt; "$session", "uid" =&gt; "$uid") : false;<br />         } elseif (isset($username) &amp;&amp; isset($password)) {<br />             if (get_magic_quotes_gpc()) {<br />                 $username = stripslashes($username);<br />                 $password = stripslashes($password);<br />             }<br />             $ID = $this-&gt;checkPass($username,$password);<br />             if ($ID) {<br />                 $session = $this-&gt;generateNewSessionID($ID);<br />                 return array("session" =&gt; "$session", "uid" =&gt; "$ID");<br />             } else {<br />                 return false;<br />             }<br /> <br />         } else {<br />             return false;<br />         }<br /> <br />     }<br /> <br /> }<br /> <br /> ?&gt;[/color][/quote]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2595/10980.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2595/10980.php</link>
				<pubDate><![CDATA[Sun, 17 Oct 2004 21:56:16]]> GMT</pubDate>
				<author><![CDATA[ JTD]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ For anybody wanting the 2.2 session.class.php file with the exploit fixed<br /> [code]&lt;?php<br /> /**<br /> * ----------------------------------------------<br /> * Advanced Guestbook 2.2 &#40;PHP/MySQL&#41;<br /> * Copyright &#40;c&#41;2001 Chi Kien Uong<br /> * URL&#58; http&#58;//www.proxy2.de<br /> * ----------------------------------------------<br /> */<br /> <br /> class gb_session extends gbook_sql &#123;<br /> <br /> var $expire = 7200;<br /> var $include_path;<br /> var $table;<br /> <br /> function gb_session&#40;$path=''&#41; &#123;<br /> global $GB_TBL;<br /> $this-&gt;table =&amp; $GB_TBL;<br /> $this-&gt;gbook_sql&#40;&#41;;<br /> $this-&gt;connect&#40;&#41;;<br /> $this-&gt;include_path = $path;<br /> &#125;<br /> <br /> function isValidSession&#40;$session,$user_id&#41; &#123;<br /> $this-&gt;query&#40;&quot;SELECT session, LAST_VISIT from &quot;.$this-&gt;table&#91;'auth'&#93;.&quot; WHERE session='$session' and ID='$user_id'&quot;&#41;;<br /> $row = $this-&gt;fetch_array&#40;$this-&gt;result&#41;;<br /> if &#40;$row&#41; &#123;<br /> $year = substr&#40;$row&#91;&quot;LAST_VISIT&quot;&#93;,0,4&#41;;<br /> $date = substr&#40;$row&#91;&quot;LAST_VISIT&quot;&#93;,4,10&#41;;<br /> $date_strg = chunk_split&#40;$date,2,&quot;-&quot;&#41;;<br /> list&#40;$month,$day,$hour,$minute,$second&#41; = explode&#40;&quot;-&quot;,$date_strg&#41;;<br /> $tstamp = mktime&#40;$hour,$minute,$second,$month,$day,$year&#41;;<br /> return &#40;$this-&gt;expire + $tstamp &gt; time&#40;&#41;&#41; ? $row&#91;&quot;session&quot;&#93; &#58; false;<br /> &#125; else &#123;<br /> return false;<br /> &#125;<br /> &#125;<br /> <br /> function isValidUser&#40;$user_id&#41; &#123;<br /> $this-&gt;query&#40;&quot;SELECT username FROM &quot;.$this-&gt;table&#91;'auth'&#93;.&quot; WHERE ID='$user_id'&quot;&#41;;<br /> $this-&gt;fetch_array&#40;$this-&gt;result&#41;;<br /> return &#40;$this-&gt;record&#41; ? true &#58; false;<br /> &#125;<br /> <br /> function changePass&#40;$user_id,$new_password&#41; &#123;<br /> $this-&gt;query&#40;&quot;UPDATE &quot;.$this-&gt;table&#91;'auth'&#93;.&quot; SET password=PASSWORD&#40;'$new_password'&#41; WHERE ID='$user_id'&quot;&#41;;<br /> return &#40;$this-&gt;record&#41; ? true &#58; false;<br /> &#125;<br /> <br /> function generateNewSessionID&#40;$user_id&#41; &#123;<br /> srand&#40;&#40;double&#41;microtime&#40;&#41;*1000000&#41;;<br /> $session = md5 &#40;uniqid &#40;rand&#40;&#41;&#41;&#41;;<br /> $this-&gt;query&#40;&quot;UPDATE &quot;.$this-&gt;table&#91;'auth'&#93;.&quot; SET session='$session' WHERE ID='$user_id'&quot;&#41;;<br /> return $session;<br /> &#125;<br /> <br /> function checkPass&#40;$username,$password&#41; &#123;<br /> $this-&gt;query&#40;&quot;SELECT ID FROM &quot;.$this-&gt;table&#91;'auth'&#93;.&quot; WHERE username='$username' and password=PASSWORD&#40;'$password'&#41;&quot;&#41;;<br /> $this-&gt;fetch_array&#40;$this-&gt;result&#41;;<br /> return &#40;$this-&gt;record&#41; ? $this-&gt;record&#91;&quot;ID&quot;&#93; &#58; false;<br /> &#125;<br /> <br /> function checkSessionID&#40;&#41; &#123;<br /> global $username, $password, $session, $uid;<br /> if &#40;isset&#40;$session&#41; &amp;&amp; isset&#40;$uid&#41;&#41; &#123;<br /> return &#40;$this-&gt;isValidSession&#40;$session,$uid&#41;&#41; ? array&#40;&quot;session&quot; =&gt; &quot;$session&quot;, &quot;uid&quot; =&gt; &quot;$uid&quot;&#41; &#58; false;<br /> &#125; elseif &#40;isset&#40;$username&#41; &amp;&amp; isset&#40;$password&#41;&#41; &#123;<br /> if &#40;!get_magic_quotes_gpc&#40;&#41;&#41; &#123;<br /> $username = addslashes&#40;$username&#41;;<br /> $password = addslashes&#40;$password&#41;;<br /> &#125;<br /> $ID = $this-&gt;checkPass&#40;$username,$password&#41;;<br /> if &#40;$ID&#41; &#123;<br /> $session = $this-&gt;generateNewSessionID&#40;$ID&#41;;<br /> return array&#40;&quot;session&quot; =&gt; &quot;$session&quot;, &quot;uid&quot; =&gt; &quot;$ID&quot;&#41;;<br /> &#125; else &#123;<br /> return false;<br /> &#125;<br /> <br /> &#125; else &#123;<br /> return false;<br /> &#125;<br /> <br /> &#125;<br /> <br /> &#125;<br /> <br /> ?&gt;[/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2595/10981.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2595/10981.php</link>
				<pubDate><![CDATA[Sun, 17 Oct 2004 22:14:43]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title>How?</title>
				<description><![CDATA[ Hi, i try to do this but i dont understand hów to do it, I tried but didnt find the right way can you help me more. Please.<br /> [quote="Jam'n"]Try reseting the password<br /> <br /> You will need PHPadmin for this. <br /> <br /> [Method 1] <br /> Select the Guestbook database. <br /> Select book_auth. <br /> Now choose Browse. <br /> You now see the admin username and password. <br /> Select edit. <br /> Now paste Code: <br /> <br /> [code]773359240eb9a1d9 [/code]<br />  <br /> <br /> in the password field and click “GO”. <br /> <br /> This will reset your account to: <br /> <br /> Your admin name and the password will be: 123 <br /> <br /> <br /> Or do it like this. <br /> <br /> <br /> [Method 2]<br /> Select the Guestbook database <br /> Now choose on the right side of screen select SQL <br /> Now insert in the Data Entry Field the following lines: <br /> <br /> [code]<br /> delete from book_auth; <br /> INSERT INTO book_auth VALUES &#40;1, 'test', '773359240eb9a1d9', '7d8b85294e2e060b83f596a4fc5561ce', 1058460506&#41;;[/code] <br /> <br /> <br /> <br /> And click "GO" <br /> <br /> This will reset your account to: <br /> <br /> User name: test <br /> Password: 123[/quote]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2595/11311.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2595/11311.php</link>
				<pubDate><![CDATA[Sat, 30 Oct 2004 01:16:27]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I forgot my password and I tried these instructions to reset it but I can't locate the book_auth file?  Where is it?<br /> <br /> Thanks for your help!]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2595/15479.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2595/15479.php</link>
				<pubDate><![CDATA[Thu, 7 Apr 2005 22:20:02]]> GMT</pubDate>
				<author><![CDATA[ zoso37ba]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Use this <a class="snap_shots" href="http://www.carbonize.co.uk/reset.zip" target="_blank" rel="nofollow">http://www.carbonize.co.uk/reset.zip</a>]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2595/15480.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2595/15480.php</link>
				<pubDate><![CDATA[Thu, 7 Apr 2005 22:36:34]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Upgrading from 2.2 to 2.3.3 is simple but at present you will lose any images that users uploaded as I have not had time to write a script to add them to the updated database. Upgrading is simply a question of making a backup of your current guestbook files/database, replacing the files on the server with the new guestbook files (remembering to edit config.inc.php) then running the upgrade script I wrote. If needs be I can do it for you.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2595/17698.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2595/17698.php</link>
				<pubDate><![CDATA[Mon, 22 Aug 2005 11:02:43]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title>Resetting a Password</title>
				<description><![CDATA[ [quote="Anonymous"]i have tried every fix given in this forum and i still cant get it to let me login as admin ..tho if i delete the password in book_auth  i can login with just test ..it has me baffled[/quote]<br /> <br /> After trying everything else, I tried this - and it worked for me, too. I then went in and changed the password to something else (instead of nothing) and lo and behold, my guestbook lives again. Thank you!   <img src="https://proxy2.de/forum//images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" /> <br /> <br /> ~ Foxy]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2595/18098.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2595/18098.php</link>
				<pubDate><![CDATA[Mon, 19 Sep 2005 05:46:26]]> GMT</pubDate>
				<author><![CDATA[ foxygoddess]]></author>
			</item>
			<item>
				<title>Re: Resetting a Password</title>
				<description><![CDATA[ [quote="foxygoddess"][quote="Anonymous"]i have tried every fix given in this forum and i still cant get it to let me login as admin ..tho if i delete the password in book_auth  i can login with just test ..it has me baffled[/quote]<br /> <br /> After trying everything else, I tried this - and it worked for me, too. I then went in and changed the password to something else (instead of nothing) and lo and behold, my guestbook lives again. Thank you!   <img src="https://proxy2.de/forum//images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" /> <br /> <br /> ~ Foxy[/quote]<br /> <br /> I am running 2.3.4 and for some reasen could not login  <img src="https://proxy2.de/forum//images/smilies/385970365b8ed7503b4294502a458efa.gif" /> <br /> <br /> Removed the password and could login with no password, strange because I was sure to use the right combo.<br /> <br /> This did the trick anyhow, thanks]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2595/19695.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2595/19695.php</link>
				<pubDate><![CDATA[Sat, 18 Feb 2006 21:37:08]]> GMT</pubDate>
				<author><![CDATA[ frank_b]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ i CAN'T LOGING TO ADMINISTRATION PANEL AdvancedGuestBook,<br /> and I don't understand what must I do?...<br /> Allways write unvalide password or username?...<br /> I don't understand what must I do?...<br /> help me please.... <img src="https://proxy2.de/forum//images/smilies/9d71f0541cff0a302a0309c5079e8dee.gif" />  <img src="https://proxy2.de/forum//images/smilies/c30b4198e0907b23b8246bdd52aa1c3c.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2595/19815.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2595/19815.php</link>
				<pubDate><![CDATA[Mon, 6 Mar 2006 18:19:20]]> GMT</pubDate>
				<author><![CDATA[ Grace]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ <a class="snap_shots" href="http://lazarus.carbonize.co.uk" target="_blank" rel="nofollow">http://lazarus.carbonize.co.uk</a> look in the FAQ]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2595/19818.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2595/19818.php</link>
				<pubDate><![CDATA[Mon, 6 Mar 2006 20:12:16]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
	</channel>
</rss>