UnlimitedMB.comUnlimitedMB.com
Home    |    About Us    |    Forums    |    Signup    |    Login    |    Support
UnlimitedMB.com


 
UnlimitedMB.com


  #11  
Old 3 Weeks Ago
UnlimitedMB UnlimitedMB is offline
Administrator
 
Join Date: Jun 2006
Posts: 2,306
Default

Some problems but im not sure if these would actually cause a failure, unless the receiving end thinks it looks like spam.

You end header lines with \n not \r\n
If the name in your from line has spaces you must quote the name.
You dont put a line break after the last header

The proper way:
Code:
$headers  = "MIME-Version: 1.0\n";
$headers .= "Content-type: text/html; charset=iso-8859-1\n";
$headers .= "From: \"Radio Bounce\" <>";
Please try send to a different address such as yahoo or gmail and turn off spam filters.
__________________
Eric,
Admin

Please do not PM me unless I ask you.
Sending
  #12  
Old 2 Weeks Ago
shuheb shuheb is offline
Banned
 
Join Date: Feb 2008
Posts: 17
Default Sending

Its doesnt seem to send the email...:S
  #13  
Old 2 Weeks Ago
UnlimitedMB UnlimitedMB is offline
Administrator
 
Join Date: Jun 2006
Posts: 2,306
Default

I get constant emails from the server about various things.
The mail function is definately working, if there is a problem it is with your script.
__________________
Eric,
Admin

Please do not PM me unless I ask you.
Scripting Help
  #14  
Old 5 Days Ago
shuheb shuheb is offline
Banned
 
Join Date: Feb 2008
Posts: 17
Exclamation Scripting Help

Hi i have this code which allows people to fill in the form and when they press submit, it should send to my email but when i try to load the page it always says i got an error on the last line. Please help. The code is below:

Code:
Email Address: ".$_REQUEST['email']."
D.O.B: ".$_REQUEST['dob']."
Presented On Air Before: ".$_REQUEST['presented']."
Why We Should Choose Candidate: ".$_REQUEST['choice']."
What Time of Day is Best For Candidate: ".$_REQUEST['time']."
Got A Microphone: ".$_REQUEST['mic']; $headers = "MIME-Version: 1.0\r\n"; $headers .= "Content-type: text/html; charset=iso-8859-1\r\n"; $headers .= "From: Radio Bounce <>\r\n"; $res=($to,$subject,$description,$headers); ?>
Radio BounceRadio Bounce

Want To Become A DJ or A Presenter?
Be A Part of The Radio Bounce Team

Fill in the opportunities form below and a Radio Bounce team member will get back to you as soon as possible.

Opportunities
Send a Message to the Current Presenter

If you don't receive a reply witin 7 days of application please accept our apologies as that means you have not been accepted.

GOOD LUCK!

Footer
Script Help
  #15  
Old 5 Days Ago
shuheb shuheb is offline
Banned
 
Join Date: Feb 2008
Posts: 17
Default Script Help

Hi i have a PHP Mail script here but it doesnt seem to load when i try loading it. It says there is always a mistake on the last line. The code is below please help.

Code:
Email Address: ".$_REQUEST['email']."
D.O.B: ".$_REQUEST['dob']."
Presented On Air Before: ".$_REQUEST['presented']."
Why We Should Choose Candidate: ".$_REQUEST['choice']."
What Time of Day is Best For Candidate: ".$_REQUEST['time']."
Got A Microphone: ".$_REQUEST['mic']; $headers = "MIME-Version: 1.0\r\n"; $headers .= "Content-type: text/html; charset=iso-8859-1\r\n"; $headers .= "From: Radio Bounce <>\r\n"; $res=($to,$subject,$description,$headers); ?>
Radio BounceRadio Bounce

Want To Become A DJ or A Presenter?
Be A Part of The Radio Bounce Team

Fill in the opportunities form below and a Radio Bounce team member will get back to you as soon as possible.

Opportunities
Send a Message to the Current Presenter

If you don't receive a reply witin 7 days of application please accept our apologies as that means you have not been accepted.

GOOD LUCK!

Footer
  #16  
Old 5 Days Ago
wwe wwe is offline
Senior Member
 
Join Date: Dec 2006
Posts: 708
Default

Try and keep things to one thread... >_>
__________________
Need help getting a script going? PM me and I'll try and help you out.

I used to do this in the past quite a bit with a few users but the people I was helping weren't even trying to do it themselves so I just stopped caring...

If you really need help and are willing to try, I will do my best to help you out.

  #17  
Old 5 Days Ago
Victor01469 Victor01469 is offline
Super Moderator
 
Join Date: Aug 2006
Location: USA
Posts: 342
Default

Because this is the 4th thread I have had to merge for shuheb, all regarding the same problem, I am now issueing a temporary ban on the member.

Due to the member's ignorance of the warnings that have been issued, I am also closing this thread, preventing the user from receiving any further support regarding this topic.

Once the ban has cleared, the user will have the right to receive technical support on any topics not related to this.

If the user feels this decision is unjust, he/she will need to contact me by PM for further discussion.
__________________
Victor,
UnlimitedMB Forum Moderator
UnlimitedMB.com
PM me for: Reporting a member, Requesting a topic to be re-opened, or appealing a ban/infraction.
All other questions: Post in forum. Do not PM me for technical support.
Closed Thread

« Previous Thread | Next Thread »

Thread Tools
Show Printable Version Show Printable Version
Email this Page Email this Page
Display Modes
Linear Mode Linear Mode
Hybrid Mode Switch to Hybrid Mode
Threaded Mode Switch to Threaded Mode

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT. The time now is 10:07 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.







 



UnlimitedMB.com © 2006
Terms of Use | Report Abuse