View previous topic :: View next topic |
Author |
Message |
teckmaster -
Joined: 03 Apr 2004 Posts: 4 Location: Calfornia
|
Posted: Mon Jul 11, 2005 6:29 pm Post subject: PHP Problems |
|
|
Does any one out there use CoffeeCup Flash Form Builder? I run my own web page server on my system and I trying to make a Web page Form it all comes up nice till you hit sumit. then it goes to a PHP file and the page can't be seen. I do not know any thing about PHP fix this problem. file I got are as followed I am still working on my sit before I move on I want to get the form working right.
Index.HTML
form.html
Form.PHP with Dreamwaver Simble
form.xml
Here is my URL just in case you need to look at the site
http://teckmaster.no-ip.info/
Thank you for any help i can get. |
|
Back to top |
|
 |
cmxflash -
Joined: 11 Dec 2004 Posts: 872
|
Posted: Mon Jul 11, 2005 7:15 pm Post subject: |
|
|
I don't like your website. Please put in "Linux" as an option. |
|
Back to top |
|
 |
Anonymoose -
Joined: 09 Sep 2003 Posts: 2192
|
Posted: Mon Jul 11, 2005 7:18 pm Post subject: |
|
|
Have you installed and configured PHP for Abyss correctly?
Do other PHP scripts work? eg. the basic phpinfo script.
"HTTP 405 - Resource not allowed" sounds like you have not configured PHP correctly. |
|
Back to top |
|
 |
MonkeyNation -
Joined: 05 Feb 2005 Posts: 921 Location: Cardiff
|
Posted: Mon Jul 11, 2005 8:13 pm Post subject: |
|
|
Im getting an 'Allow HEAD, GET' header.
God knows how you did this o_O _________________
 |
|
Back to top |
 |
 |
teckmaster -
Joined: 03 Apr 2004 Posts: 4 Location: Calfornia
|
Posted: Tue Jul 12, 2005 7:55 am Post subject: Replay |
|
|
1. I have tried other PHP an they do not work eather.
2. I am just testing it I have not added all other typs of computers out there yet.
3. All I want to know is there away i can make this all work or will I need to find a site that can host PHP files? I did every thing I know I just work with HTML and some Java scrip an DHTML so this is totaly new to me. |
|
Back to top |
|
 |
Anonymoose -
Joined: 09 Sep 2003 Posts: 2192
|
|
Back to top |
|
 |
teckmaster -
Joined: 03 Apr 2004 Posts: 4 Location: Calfornia
|
Posted: Tue Jul 12, 2005 11:34 pm Post subject: PHP Problems |
|
|
Yes I followed each set and I get a new error message
Warning: mail() [function.mail]: SMTP server response: 530 authentication required - for help go to http://help.yahoo.com/help/us/sbc/dsl/mail/pop/pop-11.html in C:\Program Files\Abyss Web Server\htdocs\pcinfo.php on line 170
Cannot send email!
Either sendmail or smtp is not properly configured on your system.
Please contact your hosting provider to correct this problem.
I have followed all the steps i can post a PHP page and see it with no problems but when trying to send it to my e-mail it fails to send this is where I am having my problems now. |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Wed Jul 13, 2005 12:57 am Post subject: |
|
|
You may want to setup your own Mail Server. SMTP Auth failed usually means
that your ISP doesn't support Open Relay and that could keep your data from
being sent out , You should setup your own Mail Server for this.
Also if you do setup your own Mail Server , enable SMTP Auth just like your
ISP is probably doing to disable Open Relay that way spammers cannot use
your Mail Server as a target , use localhost for PHP's built in Mail Function.
Sincerely , TRUSTpunk |
|
Back to top |
|
 |
teckmaster -
Joined: 03 Apr 2004 Posts: 4 Location: Calfornia
|
Posted: Wed Jul 13, 2005 1:02 am Post subject: PHP Problems |
|
|
Is there any good program to use for starting my own mail server?
I never had to do this so it's all new to me so is there any place I can go to get step by step? I do not mine setting one up just need that little extra help in getting it up and running smoothly.
if it help any I am running win XP Pro with SBC T3 2wire Router/Modem gateway.
If there is easy to use Programs that even better
Thanks for all your help. |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Wed Jul 13, 2005 1:05 am Post subject: |
|
|
The free version of Argosoft Mail Server should be a perfect tool for sending
out e-mails but im not sure if it includes the SMTP Auth option. try it first. :-)
ArgoSoft Mail Server
http://www.argosoft.com/mailserver/
Sincerely , TRUSTpunk |
|
Back to top |
|
 |
|