<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Guestbook 2.2 exploit fix"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Guestbook 2.2 exploit fix"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Guestbook 2.2 exploit fix</title>
				<description><![CDATA[ Ok after reading some old old threads ( from 2002 ) I decided to grab a copy of the 2.2 session.class.php file ( thanks JTD ). Anyway I think I have a quick fix for 2.2. users but need it to be tested.<br /> <br /> [color="red"][b]THIS FIX HAS BEEN TESTED AND WORKS[/b][/color]<br /> <br /> Open your [b]lib/session.class.php[/b] and locate [code]if &#40;get_magic_quotes_gpc&#40;&#41;&#41; &#123;<br /> $username = stripslashes&#40;$username&#41;;<br /> $password = stripslashes&#40;$password&#41;;[/code]<br /> <br /> and replace it with [code]if &#40;!get_magic_quotes_gpc&#40;&#41;&#41; &#123;<br /> $username = addslashes&#40;$username&#41;;<br /> $password = addslashes&#40;$password&#41;;[/code]<br /> <br /> Cheers :D<br /> <br /> [b]UPDATE:[/b] You can now download a prepatched copy of the sessions.class.php file from www.carbonize.co.uk/AG]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3650/10613.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3650/10613.php</link>
				<pubDate><![CDATA[Sat, 25 Sep 2004 21:02:50]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Another bump as I want someone with a live 2.2 installation to test it. Or am I going to end up emailing a site with a hacked guestbook with the fix.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3650/10658.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3650/10658.php</link>
				<pubDate><![CDATA[Mon, 27 Sep 2004 21:47:00]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I think I have someplace for you to test it.  Let me check, and I'll get back to you shortly.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3650/10660.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3650/10660.php</link>
				<pubDate><![CDATA[Tue, 28 Sep 2004 03:56:30]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Okay.  Do you want to do this yourself, or do you want me to do it?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3650/10661.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3650/10661.php</link>
				<pubDate><![CDATA[Tue, 28 Sep 2004 05:40:06]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ If you have access to the server then best you do it. It's a simple enough modification. Only problem I can see is if the real password actually contains quotes or certain other symbols.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3650/10662.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3650/10662.php</link>
				<pubDate><![CDATA[Tue, 28 Sep 2004 05:46:22]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ You can have access if you want it.  This page is under construction, and nothing is critical there. It's one of my subdomains.<br /> <br /> So, unless you ask me for access, I will go ahead.  Just follow the instructions in your earlier post in this thread?<br /> <br /> I was just thinking... (that could prove hazardous :lol<img src="https://proxy2.de/forum//images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" />  You are saying fixing the exploit has to do with the lib/session.class.php file.  In the post noted below, some users with the admin loop after upgrading, reverted back to the old lib/session.class.php file.  Does this mean they are now vulnerable to the exploit?<br /> <br /> <a class="snap_shots" href="http://proxy2.de/forum/viewtopic.php?t=1711&amp;postdays=0&amp;postorder=asc&amp;start=15" target="_blank" rel="nofollow">http://proxy2.de/forum/viewtopic.php?t=1711&amp;postdays=0&amp;postorder=asc&amp;start=15</a>]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3650/10663.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3650/10663.php</link>
				<pubDate><![CDATA[Tue, 28 Sep 2004 05:58:38]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I'd say that yes they are now vulnerable. I uploaded the 2.2 sessions.class.php file to my 2.3.1 installation while testing this fix and I was vulnerable to it. Best fix for the login loop appars to be www.carbonize.co.uk/install.zip I just need to weed out the syntax bugs in it.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3650/10664.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3650/10664.php</link>
				<pubDate><![CDATA[Tue, 28 Sep 2004 06:02:29]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Oh and yes, the fix is as I posted in the first post.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3650/10665.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3650/10665.php</link>
				<pubDate><![CDATA[Tue, 28 Sep 2004 06:03:06]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Okay.  I'll try this now.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3650/10666.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3650/10666.php</link>
				<pubDate><![CDATA[Tue, 28 Sep 2004 06:04:29]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ The exploit no longer works! <br /> <br /> Invalid username or password. Please try again.<br /> <br />  <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3650/10667.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3650/10667.php</link>
				<pubDate><![CDATA[Tue, 28 Sep 2004 06:15:48]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Now the big test, can you actually login  <img src="https://proxy2.de/forum//images/smilies/97ada74b88049a6d50a6ed40898a03d7.gif" /> <br /> <br /> As I said above it should work fine but I don't think it will work if the password contains quotes or certain other characters. But then who makes a password with quotes in it ?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3650/10668.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3650/10668.php</link>
				<pubDate><![CDATA[Tue, 28 Sep 2004 06:23:48]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ No problem logging in.  I think passwords should only be numbers and letters anyway.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3650/10669.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3650/10669.php</link>
				<pubDate><![CDATA[Tue, 28 Sep 2004 06:28:04]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Yep! I tried some 2.3.1 guestbooks that I know went back to the old file because they couldn't get out of the admin loop.  Now the exploit works on them.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3650/10688.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3650/10688.php</link>
				<pubDate><![CDATA[Wed, 29 Sep 2004 01:32:00]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Scary hey. I'll print out the 2.2 session.class.php and the 2.3.1 file to see if I can't find a simple fix tomorrow when again I will be sat here for 12 hours.<br /> <br /> Or I may do it now if I stil have the email with the 2.2 file in it.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3650/10689.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3650/10689.php</link>
				<pubDate><![CDATA[Wed, 29 Sep 2004 01:40:55]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I guess I thought this was the "simple fix"? You mean there's more?<br /> <br /> Too bad most of the people who did this logged in as guests with no email or web page reference.  It appears they aren't interested in keeping up to date on the issues - only returning to the forum if they encounter a major disaster, and then not bothering to search for answers before posting. I'm sure they'll be back when they get hacked.<br /> <br /> It would be good if we could get some stickies, like JTD mentioned in another post.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3650/10690.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3650/10690.php</link>
				<pubDate><![CDATA[Wed, 29 Sep 2004 01:55:25]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ No the fix in the first post is the fix for the exploit. I was refering to the login loop problem. I think it is down to the entry type of the last_visit entry in the auth table of the database. It needs converting from TIMESTAMP to INT, or the other way round, can't remember right now.<br /> <br /> Just checked my install file and it is indeed from TIMESTAMP to INT<br /> [code]$sqlquery&#91;&#93;= &quot;ALTER TABLE $GB_TBL&#91;auth&#93; ADD last_visit_tmp int&#40;11&#41; NOT NULL&quot;;<br /> <br /> $sqlquery&#91;&#93;= &quot;UPDATE $GB_TBL&#91;auth&#93; SET last_visit_tmp=UNIX_TIMESTAMP&#40;last_visit&#41;&quot;;<br /> <br /> $sqlquery&#91;&#93;= &quot;ALTER TABLE $GB_TBL&#91;auth&#93; DROP last_visit&quot;;<br /> <br /> $sqlquery&#91;&#93;= &quot;ALTER TABLE $GB_TBL&#91;auth&#93; CHANGE last_visit_tmp last_visit INT&#40;11&#41; NOT NULL&quot;;[/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3650/10691.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3650/10691.php</link>
				<pubDate><![CDATA[Wed, 29 Sep 2004 02:31:51]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Why don't you just protect the admin.php with an .htaccess file? It is the easiest fix. Anyone who cares enough to try to crack .htaccess can just have my guestbook for all I care.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3650/10693.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3650/10693.php</link>
				<pubDate><![CDATA[Wed, 29 Sep 2004 04:57:32]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Because not all hosts allow you to use .htaccess files. Also it can be annoying having to login twice.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3650/10720.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3650/10720.php</link>
				<pubDate><![CDATA[Wed, 29 Sep 2004 19:01:41]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="trevorduke"]Why don't you just protect the admin.php with an .htaccess file? It is the easiest fix. Anyone who cares enough to try to crack .htaccess can just have my guestbook for all I care.[/quote]<br /> <br /> Well some of us have done alot of work to are guestbooks. And dont care to see them ruined.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3650/10746.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3650/10746.php</link>
				<pubDate><![CDATA[Thu, 30 Sep 2004 23:59:09]]> GMT</pubDate>
				<author><![CDATA[ JTD]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Bumped cos this is important for anyone running Adv GB 2.2.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3650/10824.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3650/10824.php</link>
				<pubDate><![CDATA[Tue, 5 Oct 2004 23:05:34]]> GMT</pubDate>
				<author><![CDATA[ Trevor]]></author>
			</item>
			<item>
				<title>Re: Guestbook 2.2 exploit fix</title>
				<description><![CDATA[ Maybe a stupid question but i cant fin lib/session.class.php, where do i find it?<br /> [quote="Carbonize"]Ok after reading some old old threads ( from 2002 ) I decided to grab a copy of the 2.2 session.class.php file ( thanks JTD ). Anyway I think I have a quick fix for 2.2. users but need it to be tested.<br /> <br /> [color="red"][b]THIS FIX HAS BEEN TESTED AND WORKS[/b][/color]<br /> <br /> Open your [b]lib/session.class.php[/b] and locate [code]if &#40;get_magic_quotes_gpc&#40;&#41;&#41; &#123;<br /> $username = stripslashes&#40;$username&#41;;<br /> $password = stripslashes&#40;$password&#41;;[/code]<br /> <br /> and replace it with [code]if &#40;!get_magic_quotes_gpc&#40;&#41;&#41; &#123;<br /> $username = addslashes&#40;$username&#41;;<br /> $password = addslashes&#40;$password&#41;;[/code]<br /> <br /> Cheers :D[/quote]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3650/11542.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3650/11542.php</link>
				<pubDate><![CDATA[Mon, 8 Nov 2004 20:21:18]]> GMT</pubDate>
				<author><![CDATA[ testar81]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ In your guestbook folder. In the guestbook folder should be a folder called lib and in that a file called sessions.class.php. That is unless your host supplied the script in which case god knows how much they have mangled it.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3650/11543.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3650/11543.php</link>
				<pubDate><![CDATA[Mon, 8 Nov 2004 20:23:47]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title>okey.</title>
				<description><![CDATA[ I found it now, it was me that have forget that its called forum on my server and not guestbook. Thank for the help.<br /> [quote="Carbonize"]In your guestbook folder. In the guestbook folder should be a folder called lib and in that a file called sessions.class.php. That is unless your host supplied the script in which case god knows how much they have mangled it.[/quote]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3650/11544.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3650/11544.php</link>
				<pubDate><![CDATA[Mon, 8 Nov 2004 20:29:24]]> GMT</pubDate>
				<author><![CDATA[ testar81]]></author>
			</item>
			<item>
				<title>Re: okey.</title>
				<description><![CDATA[ will you guys QUIT with the bumps already!<br /> <br /> thats just annoying.  so does advanced guestbook 2.3.1 (latest) have the "hacked by blabla"  fix?  because my Advanced Guestbook 2.2 did..<br /> <br /> also a suggestion for future versions...<br /> make the text color for the background different<br /> then the textcolor used inside the guestbook.<br /> <br /> some of us use a background OTHER THEN WHITE ya know <img src="https://proxy2.de/forum//images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" /><br /> otherwise I like the default colors, I just don't like the <br /> white background color, hurts my eyes terribly.<br /> so I changed it to 1E3C00,  which is a hunter green color,<br /> but if I change the text color of the guestbook, it also<br /> changes the color of the text outside the guestbook to the same color,<br /> which is annoying as heck.<br /> <br /> <img src="https://proxy2.de/forum//images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" /> thanks]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3650/11559.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3650/11559.php</link>
				<pubDate><![CDATA[Tue, 9 Nov 2004 05:12:14]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Re: okey.</title>
				<description><![CDATA[ [quote="bubazoo"]will you guys QUIT with the bumps already!<br /> <br /> thats just annoying.  so does advanced guestbook 2.3.1 (latest) have the "hacked by blabla"  fix?  because my Advanced Guestbook 2.2 did..<br /> <br /> also a suggestion for future versions...<br /> make the text color for the background different<br /> then the textcolor used inside the guestbook.<br /> <br /> some of us use a background OTHER THEN WHITE ya know <img src="https://proxy2.de/forum//images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" /><br /> otherwise I like the default colors, I just don't like the <br /> white background color, hurts my eyes terribly.<br /> so I changed it to 1E3C00,  which is a hunter green color,<br /> but if I change the text color of the guestbook, it also<br /> changes the color of the text outside the guestbook to the same color,<br /> which is annoying as heck.<br /> <br /> <img src="https://proxy2.de/forum//images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" /> thanks[/quote]<br /> <br /> #1 We will [size="24"][b]BUMP[/b][/size] anything we want to. #2 If you dont like the way this guestbook is then by all means please go out and find another one and take your whining and bitching elsewhere.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3650/11561.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3650/11561.php</link>
				<pubDate><![CDATA[Tue, 9 Nov 2004 07:55:55]]> GMT</pubDate>
				<author><![CDATA[ JTD]]></author>
			</item>
			<item>
				<title>Re: okey.</title>
				<description><![CDATA[ [quote="bubazoo"]will you guys QUIT with the bumps already!<br /> <br /> thats just annoying.  so does advanced guestbook 2.3.1 (latest) have the "hacked by blabla"  fix?  because my Advanced Guestbook 2.2 did..<br /> <br /> also a suggestion for future versions...<br /> make the text color for the background different<br /> then the textcolor used inside the guestbook.<br /> <br /> some of us use a background OTHER THEN WHITE ya know <img src="https://proxy2.de/forum//images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" /><br /> otherwise I like the default colors, I just don't like the <br /> white background color, hurts my eyes terribly.<br /> so I changed it to 1E3C00,  which is a hunter green color,<br /> but if I change the text color of the guestbook, it also<br /> changes the color of the text outside the guestbook to the same color,<br /> which is annoying as heck.<br /> <br /> <img src="https://proxy2.de/forum//images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" /> thanks[/quote]<br /> <br /> 1 - We *bump* to keep the important threads near the top of the forums as there is no moderator to make them sticky.<br /> <br /> 2 - The exploit only existed in 2.2 and 2.3. 2.3.1 was released to fix it.<br /> <br /> 3 - The guestbook is fully customisable. If something cannot be changed via the styles section of the admin it can be changed by editing the templtes.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3650/11562.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3650/11562.php</link>
				<pubDate><![CDATA[Tue, 9 Nov 2004 09:40:39]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [size="18"][b]*BUMP*[/b][/size]  <img src="https://proxy2.de/forum//images/smilies/908627bbe5e9f6a080977db8c365caff.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3650/11563.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3650/11563.php</link>
				<pubDate><![CDATA[Tue, 9 Nov 2004 14:37:02]]> GMT</pubDate>
				<author><![CDATA[ JTD]]></author>
			</item>
			<item>
				<title>File</title>
				<description><![CDATA[ Carbonize now replace my install.php with your file and can't enter in administration mode, realy enter but when I put a function (Easy Admin, config, etc.) the system asq my name and my password again :'(<br /> <br /> [quote="Carbonize"]I'd say that yes they are now vulnerable. I uploaded the 2.2 sessions.class.php file to my 2.3.1 installation while testing this fix and I was vulnerable to it. Best fix for the login loop appars to be www.carbonize.co.uk/install.zip I just need to weed out the syntax bugs in it.[/quote]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3650/12023.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3650/12023.php</link>
				<pubDate><![CDATA[Tue, 23 Nov 2004 02:57:46]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Carbonize explained this on page 2.  Here it is in another post:<br /> <br /> Admin Loop:<br /> <a class="snap_shots" href="http://proxy2.de/forum/viewtopic.php?p=11334&amp;highlight=#11334" target="_blank" rel="nofollow">http://proxy2.de/forum/viewtopic.php?p=11334&amp;highlight=#11334</a>]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3650/12025.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3650/12025.php</link>
				<pubDate><![CDATA[Tue, 23 Nov 2004 04:26:26]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I have a fix for the exploit to <img src="https://proxy2.de/forum//images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" /><br /> <br /> upgrade to 2.3.1 <br /> <br /> holy crap, it works]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3650/12601.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3650/12601.php</link>
				<pubDate><![CDATA[Fri, 24 Dec 2004 21:52:21]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="Anonymous"]I have a fix for the exploit to <img src="https://proxy2.de/forum//images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" /><br /> <br /> upgrade to 2.3.1 <br /> <br /> holy crap, it works[/quote]<br /> it also creates an admin login loop unless you change the field type of one of the SQL fields. For most people there is no need to updat as 2.2 has all the features they want.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3650/12602.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3650/12602.php</link>
				<pubDate><![CDATA[Fri, 24 Dec 2004 21:58:13]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title>Thanks!</title>
				<description><![CDATA[ Thanks for posting the fix for the hack 'exploit'. My guestbook has been hacked twice, hopefully this will put a stop to that  <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3650/12876.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3650/12876.php</link>
				<pubDate><![CDATA[Thu, 6 Jan 2005 05:11:39]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Defaults</title>
				<description><![CDATA[ Can someone tell me what the default username and password is?<br /> Thanks.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3650/13938.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3650/13938.php</link>
				<pubDate><![CDATA[Fri, 4 Feb 2005 17:29:11]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Default username and password are [b]test[/b] and [b]123[/b] respectively. You can also use www.carbonize.co.uk/reset.zip to reset the username and password to anything you wish.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3650/13941.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3650/13941.php</link>
				<pubDate><![CDATA[Fri, 4 Feb 2005 17:41:25]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Thanks for the fix, worked like a charm.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3650/14501.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3650/14501.php</link>
				<pubDate><![CDATA[Tue, 22 Feb 2005 06:47:37]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="Carbonize"][quote="Anonymous"]I have a fix for the exploit to <img src="https://proxy2.de/forum//images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" /><br /> <br /> upgrade to 2.3.1 <br /> <br /> holy crap, it works[/quote]<br /> it also creates an admin login loop unless you change the field type of one of the SQL fields. For most people there is no need to updat as 2.2 has all the features they want.[/quote]<br /> <br /> Just wanted to know if this is still the recommended action? ie: am using 2.2 and have applied the fixes recommended in the sticky posts so is staying with this version still okay?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3650/14505.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3650/14505.php</link>
				<pubDate><![CDATA[Tue, 22 Feb 2005 17:01:06]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ If you are using 2.2 I recommend sticking with it. You could upgrade to 2.3.1 but if you have any posts with pictures in them you will lose the pictures due to the MySQL tables being changed. If you have applied the patch then you will be secure(er). Just remember to disable HTML in posts.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3650/14506.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3650/14506.php</link>
				<pubDate><![CDATA[Tue, 22 Feb 2005 17:11:56]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
	</channel>
</rss>