My name is Bong, James Bong
Posts: 11
70 credits Members referred : 0
« Reply #7 on: Sep 24, 2006, 04:13:35 PM »
Hi, I made the change and when I press Submit on the register page, it gives me this error:
Warning: mail(): SAFE MODE Restriction in effect. The fifth parameter is disabled in SAFE MODE. in /usr/local/psa/home/vhosts/adkm.34sp.com/httpdocs/classes/access_user/access_user_class.php on line 470
Moderator Community Supporter?
Jedai Sword Master
Gender:
Posts: 6309
38674 credits Members referred : 374
Hi, I made the change and when I press Submit on the register page, it gives me this error:
Warning: mail(): SAFE MODE Restriction in effect. The fifth parameter is disabled in SAFE MODE. in /usr/local/psa/home/vhosts/adkm.34sp.com/httpdocs/classes/access_user/access_user_class.php on line 470
from the manual: This fifth parameter was added in PHP 4.0.5. Since PHP 4.2.3 this parameter is disabled in safe_mode and the mail() function will expose a warning message and return FALSE if you're trying to use it.
then you have a problem (or you have to wait until the version using external mail programs is ready)
What a dork
Posts: 17
110 credits Members referred : 0
« Reply #12 on: Dec 09, 2006, 04:30:10 AM »
Olaf, just want to let you know that I solved the problem by taking out this line: $header .= "Mailer: Olaf's mail script version 1.11\r\n";
And replaced it with my own line. I made something up. Not used my own or anyone else's name of course.
I gather that some mail servers (gmail.com in my case) saw that line as an sign of abuse. Maybe somebody used your AU class in a bad way? In any case my problem is solved now. Later dude.
« Last Edit: Dec 09, 2006, 04:32:53 AM by scooter »
Moderator Community Supporter?
Jedai Sword Master
Gender:
Posts: 6309
38674 credits Members referred : 374
Olaf, just want to let you know that I solved the problem by taking out this line: $header .= "Mailer: Olaf's mail script version 1.11\r\n";
And replaced it with my own line. I made something up. Not used my own or anyone else's name of course.
I gather that some mail servers (gmail.com in my case) saw that line as an sign of abuse. Maybe somebody used your AU class in a bad way? In any case my problem is solved now. Later dude.
strange this mail snippet is based on an older mailscript from my website, but thank you for sharing that.
btw. my newer mail scripts doesn't have this link (and they are working good)
Olaf, just want to let you know that I solved the problem by taking out this line: $header .= "Mailer: Olaf's mail script version 1.11\r\n";
And replaced it with my own line. I made something up. Not used my own or anyone else's name of course.
I gather that some mail servers (gmail.com in my case) saw that line as an sign of abuse. Maybe somebody used your AU class in a bad way? In any case my problem is solved now. Later dude.
can you give me a example of what you woul dreplace that with?
Moderator Community Supporter?
Jedai Sword Master
Gender:
Posts: 6309
38674 credits Members referred : 374
Olaf, just want to let you know that I solved the problem by taking out this line: $header .= "Mailer: Olaf's mail script version 1.11\r\n";
And replaced it with my own line. I made something up. Not used my own or anyone else's name of course.
I gather that some mail servers (gmail.com in my case) saw that line as an sign of abuse. Maybe somebody used your AU class in a bad way? In any case my problem is solved now. Later dude.
can you give me a example of what you woul dreplace that with?
I love Pokemon
Posts: 14
96 credits Members referred : 0
« Reply #18 on: Jan 03, 2007, 01:02:47 AM »
I have been learning php and I have very well learned the python programing language from only using examples and using premade scripts I learn very fast if I use examples like your class.
Trackback URI for this entry : http://www.webdigity.com/trackback.php?topic=4232