<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel xml:base="http://www.myphpscripts.net/rss/bbs.php">
		<title>myPHPscripts Latest Posts</title>
		<link>http://www.myphpscripts.net/rss/bbs.php</link>
		<copyright>Open Source Developer</copyright>
		<description>myPHPscripts Latest News</description>
		<lastBuildDate>20 Aug 2008 07:13:38 -0600</lastBuildDate>
		<atom:link href="http://www.myphpscripts.net/rss/bbs.php" rel="self" type="application/rss+xml" />
		<item>
			<title><![CDATA[Re: No such file]]></title>
			<link>http://www.myphpscripts.net/?sid=5&amp;tid=84#423</link>
			<guid>http://www.myphpscripts.net/?sid=5&amp;tid=84#423</guid>
			<description><![CDATA[I think it should be fine.  Glad you got it all worked out. ... [<a href="http://www.myphpscripts.net/?sid=5&amp;tid=84#423" rel="">more</a>]]]></description>
			<pubDate>20 Aug 2008 07:13:38 -0600</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: No such file]]></title>
			<link>http://www.myphpscripts.net/?sid=5&amp;tid=84#422</link>
			<guid>http://www.myphpscripts.net/?sid=5&amp;tid=84#422</guid>
			<description><![CDATA[Oops, sorry.  I posted right before figuring it out on my own.

I had put the script into another folder and pointed to it using: &lt;? include(&quot;contact/contact.php&quot;); ?&gt;

I figured that was the problem.  I copied the tmp folder into my main directory also.  It got rid of the messag ... [<a href="http://www.myphpscripts.net/?sid=5&amp;tid=84#422" rel="">more</a>]]]></description>
			<pubDate>19 Aug 2008 20:31:21 -0600</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: No such file]]></title>
			<link>http://www.myphpscripts.net/?sid=5&amp;tid=84#421</link>
			<guid>http://www.myphpscripts.net/?sid=5&amp;tid=84#421</guid>
			<description><![CDATA[Great script.  It works fine except that at the bottom of the page, I get this error: 

Warning: opendir(tmp/) [function.opendir]: failed to open dir: No such file or directory in /home/path/contact/contact.php on line 224
 ... [<a href="http://www.myphpscripts.net/?sid=5&amp;tid=84#421" rel="">more</a>]]]></description>
			<pubDate>19 Aug 2008 20:27:58 -0600</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: Can't register acceptable email address]]></title>
			<link>http://www.myphpscripts.net/?sid=7&amp;tid=83#420</link>
			<guid>http://www.myphpscripts.net/?sid=7&amp;tid=83#420</guid>
			<description><![CDATA[No prob, always glad to help. ... [<a href="http://www.myphpscripts.net/?sid=7&amp;tid=83#420" rel="">more</a>]]]></description>
			<pubDate>31 Jul 2008 07:31:04 -0600</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: Can't register acceptable email address]]></title>
			<link>http://www.myphpscripts.net/?sid=7&amp;tid=83#419</link>
			<guid>http://www.myphpscripts.net/?sid=7&amp;tid=83#419</guid>
			<description><![CDATA[I have had a few inquiries about this.  I developed a solution but I haven't released an update yet.  Thanks for posting the fix Josh! ... [<a href="http://www.myphpscripts.net/?sid=7&amp;tid=83#419" rel="">more</a>]]]></description>
			<pubDate>31 Jul 2008 07:22:38 -0600</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: Include]]></title>
			<link>http://www.myphpscripts.net/?sid=6&amp;tid=82#418</link>
			<guid>http://www.myphpscripts.net/?sid=6&amp;tid=82#418</guid>
			<description><![CDATA[Scott thanx for the help!
i send an email to my provider.
hope to get answers from them soon.

i let you know if it works!

thanx!  ... [<a href="http://www.myphpscripts.net/?sid=6&amp;tid=82#418" rel="">more</a>]]]></description>
			<pubDate>29 Jul 2008 14:22:52 -0600</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: Can't register acceptable email address]]></title>
			<link>http://www.myphpscripts.net/?sid=7&amp;tid=83#417</link>
			<guid>http://www.myphpscripts.net/?sid=7&amp;tid=83#417</guid>
			<description><![CDATA[Replace line 143 in login.php with this:

[code]			if (!eregi('^[a-zA-Z]+[.a-zA-Z0-9_-]*@([a-zA-Z0-9_-]+){1}(\.[a-zA-Z0-9]+){1,2}', $value)) { $e_invalid = 1; }[/code] ... [<a href="http://www.myphpscripts.net/?sid=7&amp;tid=83#417" rel="">more</a>]]]></description>
			<pubDate>28 Jul 2008 22:09:44 -0600</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: Can't register acceptable email address]]></title>
			<link>http://www.myphpscripts.net/?sid=7&amp;tid=83#416</link>
			<guid>http://www.myphpscripts.net/?sid=7&amp;tid=83#416</guid>
			<description><![CDATA[AS far as I can see, I don't seem to be able to register any email address that has a . in the &quot;name&quot; portion.  ie:  alfred.neuman@whatme.com  is rejected as an invalid email address.  I think that there's an error in the test for a valid email address. ... [<a href="http://www.myphpscripts.net/?sid=7&amp;tid=83#416" rel="">more</a>]]]></description>
			<pubDate>28 Jul 2008 21:52:03 -0600</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: Include]]></title>
			<link>http://www.myphpscripts.net/?sid=6&amp;tid=82#415</link>
			<guid>http://www.myphpscripts.net/?sid=6&amp;tid=82#415</guid>
			<description><![CDATA[You'll need the absolute path to your guestbook installation.  You'll need to contact your hosting service provider and ask them what the absolute path to your site is.  It will probably look something like:

[CODE]/home/username/public_html/[/CODE]

From there, add the path to your guestbook as ... [<a href="http://www.myphpscripts.net/?sid=6&amp;tid=82#415" rel="">more</a>]]]></description>
			<pubDate>28 Jul 2008 19:20:06 -0600</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: Include]]></title>
			<link>http://www.myphpscripts.net/?sid=6&amp;tid=82#414</link>
			<guid>http://www.myphpscripts.net/?sid=6&amp;tid=82#414</guid>
			<description><![CDATA[Hey people,

First of al, i think im going to like this script.
If i get to function that is.
I was looking for a guestbook that i could include to my own design for a long time now. 

But now my problem:
When i write something to the guestbook, it does not show anything.
it says: succes you ... [<a href="http://www.myphpscripts.net/?sid=6&amp;tid=82#414" rel="">more</a>]]]></description>
			<pubDate>27 Jul 2008 09:34:36 -0600</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: Did I miss something?]]></title>
			<link>http://www.myphpscripts.net/?sid=7&amp;tid=53#413</link>
			<guid>http://www.myphpscripts.net/?sid=7&amp;tid=53#413</guid>
			<description><![CDATA[i got it working last week by removing all references to email and shortening the array just like the other poster on this forum i found that in order to make different logins for different locations on the site i have to put individual user files in the desired directory changing that will be the n ... [<a href="http://www.myphpscripts.net/?sid=7&amp;tid=53#413" rel="">more</a>]]]></description>
			<pubDate>01 Jul 2008 21:35:53 -0600</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: I cannot see any of my posts to guestbook]]></title>
			<link>http://www.myphpscripts.net/?sid=6&amp;tid=80#412</link>
			<guid>http://www.myphpscripts.net/?sid=6&amp;tid=80#412</guid>
			<description><![CDATA[Try setting the permissions on your [B]entries.txt[/B] file to CHMOD 777. ... [<a href="http://www.myphpscripts.net/?sid=6&amp;tid=80#412" rel="">more</a>]]]></description>
			<pubDate>24 Jun 2008 16:32:51 -0600</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: Did I miss something?]]></title>
			<link>http://www.myphpscripts.net/?sid=7&amp;tid=53#410</link>
			<guid>http://www.myphpscripts.net/?sid=7&amp;tid=53#410</guid>
			<description><![CDATA[that would be awsome if you just did it for me but i want to know u know.......why and what and how and all that. Basically what i did today was take out any reference to the word email from the top of the php script down (i left the css alone) corrected some syntax errors on lines 164 and 334 that  ... [<a href="http://www.myphpscripts.net/?sid=7&amp;tid=53#410" rel="">more</a>]]]></description>
			<pubDate>19 Jun 2008 14:40:16 -0600</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: I cannot see any of my posts to guestbook]]></title>
			<link>http://www.myphpscripts.net/?sid=6&amp;tid=80#409</link>
			<guid>http://www.myphpscripts.net/?sid=6&amp;tid=80#409</guid>
			<description><![CDATA[I'm sorry here is the new link http://www.clarkartstudios.com/guestbook/index.php
I change the folder name from guestbook13 to guestbook. ... [<a href="http://www.myphpscripts.net/?sid=6&amp;tid=80#409" rel="">more</a>]]]></description>
			<pubDate>19 Jun 2008 10:43:32 -0600</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: Did I miss something?]]></title>
			<link>http://www.myphpscripts.net/?sid=7&amp;tid=53#408</link>
			<guid>http://www.myphpscripts.net/?sid=7&amp;tid=53#408</guid>
			<description><![CDATA[I'll need to look over the code to remove the email address requirement.   ... [<a href="http://www.myphpscripts.net/?sid=7&amp;tid=53#408" rel="">more</a>]]]></description>
			<pubDate>19 Jun 2008 09:15:50 -0600</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: I cannot see any of my posts to guestbook]]></title>
			<link>http://www.myphpscripts.net/?sid=6&amp;tid=80#407</link>
			<guid>http://www.myphpscripts.net/?sid=6&amp;tid=80#407</guid>
			<description><![CDATA[I'm seeing a 404 File Not Found page.  Did you delete the script? ... [<a href="http://www.myphpscripts.net/?sid=6&amp;tid=80#407" rel="">more</a>]]]></description>
			<pubDate>19 Jun 2008 09:12:04 -0600</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: Did I miss something?]]></title>
			<link>http://www.myphpscripts.net/?sid=7&amp;tid=53#406</link>
			<guid>http://www.myphpscripts.net/?sid=7&amp;tid=53#406</guid>
			<description><![CDATA[this is my first scripting attempt and first let me say that this is a little gem of a script. My question is ...well what i want to do is edit it so that i can make &quot;preset&quot; logins to give to customers of my site that last a defined period of time and then those preset logins will be link ... [<a href="http://www.myphpscripts.net/?sid=7&amp;tid=53#406" rel="">more</a>]]]></description>
			<pubDate>18 Jun 2008 18:56:13 -0600</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: I cannot see any of my posts to guestbook]]></title>
			<link>http://www.myphpscripts.net/?sid=6&amp;tid=80#403</link>
			<guid>http://www.myphpscripts.net/?sid=6&amp;tid=80#403</guid>
			<description><![CDATA[Here's my link to guestbook www.clarkartstudios.com/pier99.html and you see guestbook link.
 thank you for your help. I have a windows hosting account. ... [<a href="http://www.myphpscripts.net/?sid=6&amp;tid=80#403" rel="">more</a>]]]></description>
			<pubDate>18 Jun 2008 08:19:52 -0600</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: I cannot see any of my posts to guestbook]]></title>
			<link>http://www.myphpscripts.net/?sid=6&amp;tid=80#402</link>
			<guid>http://www.myphpscripts.net/?sid=6&amp;tid=80#402</guid>
			<description><![CDATA[Post a link to your installation so we can take a look at it. ... [<a href="http://www.myphpscripts.net/?sid=6&amp;tid=80#402" rel="">more</a>]]]></description>
			<pubDate>18 Jun 2008 06:51:19 -0600</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: I cannot see any of my posts to guestbook]]></title>
			<link>http://www.myphpscripts.net/?sid=6&amp;tid=80#401</link>
			<guid>http://www.myphpscripts.net/?sid=6&amp;tid=80#401</guid>
			<description><![CDATA[I upload everything and when i add a message I cannot see them It says it posted successfully but I dont see anything. when I also log into admin I dont see anyway to change colors or to delete post if I could see any. everything seems to be invisible. I dont get any error messages at all.
help ple ... [<a href="http://www.myphpscripts.net/?sid=6&amp;tid=80#401" rel="">more</a>]]]></description>
			<pubDate>18 Jun 2008 01:06:01 -0600</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: message cannot send: too big]]></title>
			<link>http://www.myphpscripts.net/?sid=5&amp;tid=79#399</link>
			<guid>http://www.myphpscripts.net/?sid=5&amp;tid=79#399</guid>
			<description><![CDATA[Sounds like a php.ini issue.  This link will help you configure your file:

[URL]http://www.radinks.com/upload/config.php[/URL] ... [<a href="http://www.myphpscripts.net/?sid=5&amp;tid=79#399" rel="">more</a>]]]></description>
			<pubDate>17 Jun 2008 01:20:59 -0600</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: message cannot send: too big]]></title>
			<link>http://www.myphpscripts.net/?sid=5&amp;tid=79#398</link>
			<guid>http://www.myphpscripts.net/?sid=5&amp;tid=79#398</guid>
			<description><![CDATA[script URL
http://qpmcanada.com/RQ_test2.php

in the config.php
3 attachment enabled
attachment size limited 4 Mb

the script works fine as long as the total attachment size less than cc.650kB.
If larger, still get the form submit verification, but no message sent, it stuck on the hosting se ... [<a href="http://www.myphpscripts.net/?sid=5&amp;tid=79#398" rel="">more</a>]]]></description>
			<pubDate>15 Jun 2008 20:05:32 -0600</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: A couple of conflicts with forum software]]></title>
			<link>http://www.myphpscripts.net/?sid=1&amp;tid=78#397</link>
			<guid>http://www.myphpscripts.net/?sid=1&amp;tid=78#397</guid>
			<description><![CDATA[Interesting!  This sounds like a much better solution than removing triggers. ... [<a href="http://www.myphpscripts.net/?sid=1&amp;tid=78#397" rel="">more</a>]]]></description>
			<pubDate>13 Jun 2008 07:36:05 -0600</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: A couple of conflicts with forum software]]></title>
			<link>http://www.myphpscripts.net/?sid=1&amp;tid=78#396</link>
			<guid>http://www.myphpscripts.net/?sid=1&amp;tid=78#396</guid>
			<description><![CDATA[After posting this I found an easier way to remove the conflict.

If anyone is using the same method for including the file over the entire site:

php_value auto_prepend_file

I found out that you can exclude it from folders by using putting this in an htaccess file in that folder:

php_valu ... [<a href="http://www.myphpscripts.net/?sid=1&amp;tid=78#396" rel="">more</a>]]]></description>
			<pubDate>12 Jun 2008 17:35:53 -0600</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: A couple of conflicts with forum software]]></title>
			<link>http://www.myphpscripts.net/?sid=1&amp;tid=78#395</link>
			<guid>http://www.myphpscripts.net/?sid=1&amp;tid=78#395</guid>
			<description><![CDATA[These two conflict statements can be removed from the filter file if used in conjuction with either application.  I think that would be the simplest solution unless I write mods specific to those forums. ... [<a href="http://www.myphpscripts.net/?sid=1&amp;tid=78#395" rel="">more</a>]]]></description>
			<pubDate>12 Jun 2008 07:23:42 -0600</pubDate>
		</item>
	</channel>
</rss>