Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
p01-contact : simply add contact forms in your pages
#23
Quote:But "base64_encode" is a must, and I wouldn't get rid of it, if this whole thing should work correctly

Ok, use in function send_mail
Code:
$subject = '=?utf-8?b?' . base64_encode($fields['subject']) . '?=';

This usage not problem, and encoding is ok.


Quote:fix captcha img if you're such php geeko

The htaccess in pugin, block call captcha.

For fix, add htaccess in folder p01-contact/captcha

Code:
<Files securimage_show.php>
order allow,deny
allow from all
</Files>
Reply


Messages In This Thread
askcopy syntax Not Working - by celextel - 2019-05-24, 01:54:40
RE: askcopy syntax Not Working - by celextel - 2019-05-28, 01:51:47
p01-contact : simply add contact forms in your pages - by oscim - 2010-10-12, 22:23:22



Users browsing this thread: 4 Guest(s)