<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Webmasterpals</title>
		<link>http://webmasterpals.com</link>
		<description>Social Community Forum for Webmasters</description>
		<language>en</language>
		<lastBuildDate>Fri, 18 May 2012 10:12:32 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://webmasterpals.com/images/solido/misc/rss.jpg</url>
			<title>Webmasterpals</title>
			<link>http://webmasterpals.com</link>
		</image>
		<item>
			<title>Custom error message for duplicate e-mail address in admin.php</title>
			<link>http://webmasterpals.com/showthread.php?t=3872&amp;goto=newpost</link>
			<pubDate>Thu, 17 May 2012 18:40:05 GMT</pubDate>
			<description>How to create a custom error message in case of duplicate e-mail address entry in admin.php ?

I have replaced the following...</description>
			<content:encoded><![CDATA[<div>How to create a custom error message in case of duplicate e-mail address entry in admin.php ?<br />
<br />
I have replaced the following syntax<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">if($dups &gt; 0) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; die(&quot;The user name or email already exists in the system&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; }</code><hr />
</div>With<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">if($dups &gt; 0) {<br />
echo &quot;&lt;div class=\&quot;errormessage\&quot;&gt;The user name or email already exists in the system&lt;/div&gt;&quot;;&nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; }</code><hr />
</div><br />
The above replacement returns custom error message within the &quot;errormessage&quot; div in case of duplicate entry but at the same time it prints the MySql error on page which is as following:<br />
<br />
<b>Duplicate entry '' for key 'user_email'</b><br />
<br />
How to stop getting this MySql error in this case?<br />
<br />
Thanks in advance,</div>

]]></content:encoded>
			<category domain="http://webmasterpals.com/forumdisplay.php?f=27">PHP Login Script v2.0</category>
			<dc:creator>polarexpress</dc:creator>
			<guid isPermaLink="true">http://webmasterpals.com/showthread.php?t=3872</guid>
		</item>
		<item>
			<title><![CDATA[reCAPTCHA: verification cucceeds although you didn't enter all characters?]]></title>
			<link>http://webmasterpals.com/showthread.php?t=3870&amp;goto=newpost</link>
			<pubDate>Wed, 16 May 2012 11:16:52 GMT</pubDate>
			<description><![CDATA[Hi there,

I noticed that the reCAPTCHA verification fails when you enter the correct words, except for 1 character, at the end.

Let's say, you...]]></description>
			<content:encoded><![CDATA[<div>Hi there,<br />
<br />
I noticed that the reCAPTCHA verification fails when you enter the correct words, except for 1 character, at the end.<br />
<br />
Let's say, you should type &quot;<i>Kind relie<b>f</b></i>&quot;. If you type &quot;<i>Kind relie</i>&quot; (without the &quot;<i><b>f</b></i>&quot;), the reCAPTCHA verification already succeeds!<br />
<br />
Is there a way to fix this? Or is there a better verification method than reCAPTCHA which can be combined with the php login script? If so, which and how?<br />
<br />
<b>EDIT</b>: I believe I found a solution <a href="http://http://www.webmasterpals.com/showthread.php?t=3225" target="_blank">here</a>. If someone has other suggestions, please let me know.</div>

]]></content:encoded>
			<category domain="http://webmasterpals.com/forumdisplay.php?f=27">PHP Login Script v2.0</category>
			<dc:creator>Jesse</dc:creator>
			<guid isPermaLink="true">http://webmasterpals.com/showthread.php?t=3870</guid>
		</item>
		<item>
			<title>HOW do i Protect my Pages for user login</title>
			<link>http://webmasterpals.com/showthread.php?t=3868&amp;goto=newpost</link>
			<pubDate>Tue, 15 May 2012 18:12:39 GMT</pubDate>
			<description>HOW do i Protect my Pages for user login, when a user visits my site for instance i need a code to protect the site and to ask the user to login,...</description>
			<content:encoded><![CDATA[<div>HOW do i Protect my Pages for user login, when a user visits my site for instance i need a code to protect the site and to ask the user to login, some thing like &lt;page protect&gt; what i need is just a code to put in all my pages...</div>

]]></content:encoded>
			<category domain="http://webmasterpals.com/forumdisplay.php?f=27">PHP Login Script v2.0</category>
			<dc:creator>izzykuro</dc:creator>
			<guid isPermaLink="true">http://webmasterpals.com/showthread.php?t=3868</guid>
		</item>
		<item>
			<title>VB And C++ Language</title>
			<link>http://webmasterpals.com/showthread.php?t=3867&amp;goto=newpost</link>
			<pubDate>Tue, 15 May 2012 13:44:15 GMT</pubDate>
			<description>Which language is the user friendly and more scope language in future?</description>
			<content:encoded><![CDATA[<div>Which language is the user friendly and more scope language in future?</div>

]]></content:encoded>
			<category domain="http://webmasterpals.com/forumdisplay.php?f=7">Website Programming</category>
			<dc:creator>alen12345</dc:creator>
			<guid isPermaLink="true">http://webmasterpals.com/showthread.php?t=3867</guid>
		</item>
		<item>
			<title>View Users Created By an Individual administrator</title>
			<link>http://webmasterpals.com/showthread.php?t=3866&amp;goto=newpost</link>
			<pubDate>Mon, 14 May 2012 11:01:05 GMT</pubDate>
			<description>hi can anyone show/post a script to view members created by an individual administrator, lets say we have more than 1 administrator and you want to...</description>
			<content:encoded><![CDATA[<div>hi can anyone show/post a script to view members created by an individual administrator, lets say we have more than 1 administrator and you want to view what users list a administrator has created</div>

]]></content:encoded>
			<category domain="http://webmasterpals.com/forumdisplay.php?f=27">PHP Login Script v2.0</category>
			<dc:creator>bman00</dc:creator>
			<guid isPermaLink="true">http://webmasterpals.com/showthread.php?t=3866</guid>
		</item>
		<item>
			<title>how to change user details when at admin panel</title>
			<link>http://webmasterpals.com/showthread.php?t=3864&amp;goto=newpost</link>
			<pubDate>Sun, 13 May 2012 09:20:06 GMT</pubDate>
			<description>at admin panel right now we see date , name, email , blacklist,approve ..

i want to make new page such (adminsettings.php) which view like...</description>
			<content:encoded><![CDATA[<div>at admin panel right now we see date , name, email , blacklist,approve ..<br />
<br />
i want to make new page such (adminsettings.php) which view like mysettings.php when he click the user id or username , he/she edit just like mysettings.php<br />
<br />
can someone show the snippet code for showing all user and edit process <br />
<br />
Example : <br />
<br />
admin go to adminsettings.php &gt; all user listed with clickable link base on user_name <br />
<br />
when he click go to adminsettings.php?edituser=1 ( this page show similar mysettings.php )</div>

]]></content:encoded>
			<category domain="http://webmasterpals.com/forumdisplay.php?f=27">PHP Login Script v2.0</category>
			<dc:creator>luqmanhensem</dc:creator>
			<guid isPermaLink="true">http://webmasterpals.com/showthread.php?t=3864</guid>
		</item>
		<item>
			<title>error on admin page Warning: strip_tags() expects parameter 1 to be string</title>
			<link>http://webmasterpals.com/showthread.php?t=3863&amp;goto=newpost</link>
			<pubDate>Sat, 12 May 2012 12:58:37 GMT</pubDate>
			<description>Warning: strip_tags() expects parameter 1 to be string, array given in /home/luqman/public_html/demo/dbc.php on line 102

Warning: Cannot modify...</description>
			<content:encoded><![CDATA[<div>Warning: strip_tags() expects parameter 1 to be string, array given in /home/luqman/public_html/demo/dbc.php on line 102<br />
<br />
Warning: Cannot modify header information - headers already sent by (output started at /home/luqman/public_html/demo/dbc.php:102) in /home/kybfutmr/public_html/demo/admin.php on line 131<br />
<br />
i am using radiobutton for pending user<br />
when i tick all the user and click button Approve</div>

]]></content:encoded>
			<category domain="http://webmasterpals.com/forumdisplay.php?f=27">PHP Login Script v2.0</category>
			<dc:creator>luqmanhensem</dc:creator>
			<guid isPermaLink="true">http://webmasterpals.com/showthread.php?t=3863</guid>
		</item>
		<item>
			<title>Get the mouse cursor automatically into usr_email field</title>
			<link>http://webmasterpals.com/showthread.php?t=3862&amp;goto=newpost</link>
			<pubDate>Thu, 10 May 2012 11:48:39 GMT</pubDate>
			<description><![CDATA[Hi to you all,

I have a tip for you guys:

If you change <body> into:
<body onLoad="document.logForm.usr_email.focus();"> inside the document...]]></description>
			<content:encoded><![CDATA[<div>Hi to you all,<br />
<br />
I have a tip for you guys:<br />
<br />
If you change <i>&lt;body&gt;</i> into:<br />
<i>&lt;body onLoad=&quot;document.logForm.usr_email.focus();&quot;&gt;</i> inside the document <b>login.php</b> the mouse cursor will already be inside the field <b>Username / Email</b> once the page (re)loaded.<br />
<br />
This saves you the effort of using the mouse to get the mouse cursor inside the field. Hope this helps. :)<br />
<br />
Jesse.</div>

]]></content:encoded>
			<category domain="http://webmasterpals.com/forumdisplay.php?f=27">PHP Login Script v2.0</category>
			<dc:creator>Jesse</dc:creator>
			<guid isPermaLink="true">http://webmasterpals.com/showthread.php?t=3862</guid>
		</item>
		<item>
			<title>Promote My Web Sites</title>
			<link>http://webmasterpals.com/showthread.php?t=3861&amp;goto=newpost</link>
			<pubDate>Thu, 10 May 2012 06:55:48 GMT</pubDate>
			<description>please tell me how i promote our web site with white hat SEO?</description>
			<content:encoded><![CDATA[<div>please tell me how i promote our web site with white hat SEO?</div>

]]></content:encoded>
			<category domain="http://webmasterpals.com/forumdisplay.php?f=2"><![CDATA[Marketing & Promotion]]></category>
			<dc:creator>alen12345</dc:creator>
			<guid isPermaLink="true">http://webmasterpals.com/showthread.php?t=3861</guid>
		</item>
		<item>
			<title>How to recover from Google Penguin update</title>
			<link>http://webmasterpals.com/showthread.php?t=3858&amp;goto=newpost</link>
			<pubDate>Wed, 09 May 2012 10:43:40 GMT</pubDate>
			<description>Hello friends recently I loss all the keyword ranking for one of my website after Google penguin update. Can anyone suggest me how to recover those...</description>
			<content:encoded><![CDATA[<div>Hello friends recently I loss all the keyword ranking for one of my website after Google penguin update. Can anyone suggest me how to recover those keyword rankings.<br />
<br />
<b>iPhone App Development</b></div>

]]></content:encoded>
			<category domain="http://webmasterpals.com/forumdisplay.php?f=20">SEO Optimization</category>
			<dc:creator>sandeep</dc:creator>
			<guid isPermaLink="true">http://webmasterpals.com/showthread.php?t=3858</guid>
		</item>
		<item>
			<title>What are your plans for the summer?</title>
			<link>http://webmasterpals.com/showthread.php?t=3856&amp;goto=newpost</link>
			<pubDate>Wed, 09 May 2012 00:29:16 GMT</pubDate>
			<description>My plans include fishing, cooking and hopefully take some kind of vacation.

Cooked around 65 pounds last saturday on May 5.  Had boudin, sausage,...</description>
			<content:encoded><![CDATA[<div>My plans include fishing, cooking and hopefully take some kind of vacation.<br />
<br />
Cooked around 65 pounds last saturday on May 5.  Had boudin, sausage, corn, potatoes, shrimp and mushrooms on the side.<br />
<br />
The first things to be cooked were the shrimp for my wife.  We bought a couple of pounds of shrimp, the water was brought to a rolling boil, 1/2 bag of spice was added to the pot, then the shrimp were boiled for around 5 minutes.<br />
<br />
<img src="http://www.survivalboards.com/wp-content/uploads/2012/05/boiled-crawfish-56121041.jpg" border="0" alt="" /><br />
<br />
As good as the food was, the company was better.<br />
<br />
Mom, dad, my brother, cousin, best buddy, friends,,, all came over. We had a few drinks, talked for hours and had a great time.<br />
<br />
A couple of weeks ago I went to a birthday party for a buddy of mine.  He cooked close to 220 - 230 pounds of crawfish.<br />
<br />
He had two pots setup, 2 burners and 2 propane bottles.<br />
<br />
We had a 120 quart ice chest full of crawfish.<br />
<br />
Another pic of the food ready to eat<br />
<br />
<img src="http://www.survivalboards.com/wp-content/uploads/2012/05/boiled-crawfish-5812710.jpg" border="0" alt="" /></div>

]]></content:encoded>
			<category domain="http://webmasterpals.com/forumdisplay.php?f=21">Miscellaneous Chat</category>
			<dc:creator>~kev~</dc:creator>
			<guid isPermaLink="true">http://webmasterpals.com/showthread.php?t=3856</guid>
		</item>
		<item>
			<title>Security Shop PrestaShop Theme</title>
			<link>http://webmasterpals.com/showthread.php?t=3852&amp;goto=newpost</link>
			<pubDate>Tue, 08 May 2012 10:48:10 GMT</pubDate>
			<description><![CDATA[Hi buddies ;)

Here's a fresh pre-made design for sale.
It's PrestaShop based theme ideal for eCommerce needs.
The template can be also fully...]]></description>
			<content:encoded><![CDATA[<div>Hi buddies ;)<br />
<br />
Here's a fresh pre-made design for sale.<br />
It's PrestaShop based theme ideal for eCommerce needs.<br />
The template can be also fully modified to meet your specific requirements. <br />
<br />
Live demo: <a href="http://www.websitetemplates.bz/prestashop-themes/security-shop-prestashop-theme_1244.html" target="_blank">Security Shop Prestashop Theme</a><br />
<img src="http://www.websitetemplates.bz/images/security_shop_prestashop_theme_1244m.jpg" border="0" alt="" /><br />
<br />
Price - $69.99<br />
<br />
Thanks<br />
All the best :)</div>

]]></content:encoded>
			<category domain="http://webmasterpals.com/forumdisplay.php?f=12">Services</category>
			<dc:creator>Oliviabest</dc:creator>
			<guid isPermaLink="true">http://webmasterpals.com/showthread.php?t=3852</guid>
		</item>
		<item>
			<title>PHP Login Script v2.3 translated into Dutch!</title>
			<link>http://webmasterpals.com/showthread.php?t=3846&amp;goto=newpost</link>
			<pubDate>Mon, 07 May 2012 14:30:42 GMT</pubDate>
			<description>Hi there,

I completely translated the script pages into Dutch. Not only the output text, but also the instructions inside the script pages. I think...</description>
			<content:encoded><![CDATA[<div>Hi there,<br />
<br />
I completely translated the script pages into Dutch. Not only the output text, but also the instructions inside the script pages. I think it might clarify some things if you're Dutch: <i>jparijks.nl/phplogin_v2.3_Dutch.zip</i>.<br />
<br />
<i>Dutch translation</i>:<br />
Ik vertaalde de script pagina's  naar het Nederlands. Niet alleen de tekst die je in je webbrowser ziet, maar ook de instructies in de script pagina's. Ik denk dat het het een en ander verheldert als je Nederlands bent: <i>jparijks.nl/phplogin_v2.3_Dutch.zip</i>.<br />
<br />
Download:<a href="http://jparijks.nl/phplogin_v2.3_Dutch.zip" target="_blank"> jparijks.nl/phplogin_v2.3_Dutch.zip<br />
</a><br />
Jesse.<br />
<br />
<b>Notice</b>:<br />
I had to put the file on my own website, since I can't add the file to my forum message.</div>

]]></content:encoded>
			<category domain="http://webmasterpals.com/forumdisplay.php?f=27">PHP Login Script v2.0</category>
			<dc:creator>Jesse</dc:creator>
			<guid isPermaLink="true">http://webmasterpals.com/showthread.php?t=3846</guid>
		</item>
		<item>
			<title>Question For Forget password and resent activation link</title>
			<link>http://webmasterpals.com/showthread.php?t=3844&amp;goto=newpost</link>
			<pubDate>Sun, 06 May 2012 17:30:05 GMT</pubDate>
			<description>Bug : 
i testing at forget.php page and reset using email that not approve on database .. then i check my email and received new password .. how to...</description>
			<content:encoded><![CDATA[<div>Bug : <br />
i testing at forget.php page and reset using email that not approve on database .. then i check my email and received new password .. how to check user email follow by approve '1' and  if '0' the account not active yet so it not sent to the email  ..<br />
<br />
Resent Activation :<br />
<br />
New form resent current activation .<br />
check user email because if user has been active then he/she tried to field that form</div>

]]></content:encoded>
			<category domain="http://webmasterpals.com/forumdisplay.php?f=27">PHP Login Script v2.0</category>
			<dc:creator>luqmanhensem</dc:creator>
			<guid isPermaLink="true">http://webmasterpals.com/showthread.php?t=3844</guid>
		</item>
		<item>
			<title><![CDATA[Why doesn't this work? (random numbers)]]></title>
			<link>http://webmasterpals.com/showthread.php?t=3835&amp;goto=newpost</link>
			<pubDate>Sat, 05 May 2012 13:36:41 GMT</pubDate>
			<description><![CDATA[Hello, I was looking at Wombat's solution for the reCaptcha alternative as shown on this thread...]]></description>
			<content:encoded><![CDATA[<div>Hello, I was looking at Wombat's solution for the reCaptcha alternative as shown on <a href="http://www.webmasterpals.com/showthread.php?t=3225&amp;highlight=recaptcha" target="_blank">this thread</a>.  I was playing around with the rand() function and I've run into a problem. Can someone please take a look at the following code and tell me why this doesn't work? <br />
<br />
It generates 2 random numbers between 1 and 9 and multiplies them. The user is supposed to input the right answer (which is echoed on the screen). It always says my answer is wrong.<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">PHP Code:</div>
	<div class="alt2">
		<hr />
		<code style="white-space:nowrap">
		<div dir="ltr" style="text-align:left;">
			<!-- php buffer start --><code><span style="color: #000000">
<span style="color: #0000BB">&lt;?php&nbsp;<br />session_start</span><span style="color: #007700">();<br /><br /></span><span style="color: #0000BB">$num1&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">rand</span><span style="color: #007700">(</span><span style="color: #0000BB">1</span><span style="color: #007700">,</span><span style="color: #0000BB">9</span><span style="color: #007700">);<br /></span><span style="color: #0000BB">$num2&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">rand</span><span style="color: #007700">(</span><span style="color: #0000BB">1</span><span style="color: #007700">,</span><span style="color: #0000BB">9</span><span style="color: #007700">);<br /></span><span style="color: #0000BB">$answer&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$num1&nbsp;</span><span style="color: #007700">*&nbsp;</span><span style="color: #0000BB">$num2</span><span style="color: #007700">;<br /><br />if(</span><span style="color: #0000BB">$_POST</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'dosubmit'</span><span style="color: #007700">&#93;&nbsp;==&nbsp;</span><span style="color: #DD0000">'Submit'</span><span style="color: #007700">)&nbsp;{&nbsp;<br /><br /></span><span style="color: #0000BB">$myresponse&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$_POST</span><span style="color: #007700">&#91;</span><span style="color: #0000BB">response</span><span style="color: #007700">&#93;;&nbsp;<br /><br />&nbsp;if&nbsp;(</span><span style="color: #0000BB">$myresponse&nbsp;</span><span style="color: #007700">==&nbsp;</span><span style="color: #0000BB">$answer</span><span style="color: #007700">)&nbsp;{<br />&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$_SESSION</span><span style="color: #007700">&#91;</span><span style="color: #0000BB">$msg</span><span style="color: #007700">&#93;&nbsp;=&nbsp;</span><span style="color: #DD0000">'That\'s&nbsp;right!'</span><span style="color: #007700">;&nbsp;<br />&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">header&nbsp;</span><span style="color: #007700">(</span><span style="color: #DD0000">'location:&nbsp;mathquiz.php'</span><span style="color: #007700">);<br />&nbsp;}&nbsp;else&nbsp;{<br />&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$_SESSION</span><span style="color: #007700">&#91;</span><span style="color: #0000BB">$msg</span><span style="color: #007700">&#93;&nbsp;=&nbsp;</span><span style="color: #DD0000">"Sorry,&nbsp;try&nbsp;again!"</span><span style="color: #007700">;&nbsp;<br />&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">header&nbsp;</span><span style="color: #007700">(</span><span style="color: #DD0000">'location:&nbsp;mathquiz.php'</span><span style="color: #007700">);<br />}<br />}<br /></span><span style="color: #0000BB">?&gt;<br /></span><br />&lt;head&gt;<br />&lt;title&gt;Math&nbsp;Test&lt;/title&gt;<br />&lt;/head&gt;<br /><br />&lt;body&gt;<br /><br />&lt;form&nbsp;name="quizform"&nbsp;method="post"&nbsp;action="mathquiz.php"&gt;<br /><br /><span style="color: #0000BB">&lt;?php&nbsp;<br /><br /></span><span style="color: #007700">echo&nbsp;</span><span style="color: #DD0000">"</span><span style="color: #0000BB">$answer</span><span style="color: #DD0000">&nbsp;&lt;br&gt;"</span><span style="color: #007700">;<br />echo&nbsp;</span><span style="color: #DD0000">"What&nbsp;is&nbsp;</span><span style="color: #0000BB">$num1</span><span style="color: #DD0000">&nbsp;x&nbsp;</span><span style="color: #0000BB">$num2</span><span style="color: #DD0000">?"</span><span style="color: #007700">;<br />echo&nbsp;(</span><span style="color: #DD0000">'&lt;input&nbsp;type="text"&nbsp;name="response"&nbsp;id&nbsp;=&nbsp;"response"&nbsp;size&nbsp;=&nbsp;"3"&nbsp;value&nbsp;=&nbsp;""&gt;'</span><span style="color: #007700">);<br />echo&nbsp;(</span><span style="color: #DD0000">'&lt;input&nbsp;type="submit"&nbsp;name="dosubmit"&nbsp;id="dosubmit"&nbsp;value="Submit"&gt;'</span><span style="color: #007700">);<br />echo&nbsp;</span><span style="color: #DD0000">"&lt;br&gt;&nbsp;</span><span style="color: #0000BB">$_SESSION</span><span style="color: #007700">&#91;</span><span style="color: #0000BB">$msg</span><span style="color: #007700">&#93;</span><span style="color: #DD0000">"</span><span style="color: #007700">;<br /><br /></span><span style="color: #0000BB">?&gt;<br /></span><br />&lt;/form&gt;<br /><br />&lt;/body&gt;</span>
</code><!-- php buffer end -->
		</div>
		</code>
		<hr />
	</div>
</div>When I hardcode the values of $num1 and $num2 ($num1 = 5; $num2 = 7; ) it works fine but obviously this isn't practical at all. It has no problem generating the random numbers and displaying the correct answer, but when you input that answer into the text box, it's always returns with the &quot;Sorry, try again!&quot; message!  Casting as int or float doesn't help either.  Please help!</div>

]]></content:encoded>
			<category domain="http://webmasterpals.com/forumdisplay.php?f=27">PHP Login Script v2.0</category>
			<dc:creator>halosinfire</dc:creator>
			<guid isPermaLink="true">http://webmasterpals.com/showthread.php?t=3835</guid>
		</item>
	</channel>
</rss>

