Technology > SMF Forum Code Modifications

Advanced Contact Form

<< < (2/3) > >>

Chip:
I made a manual mod for this: http://www.simplemachines.org/community/index.php?topic=546472

it highlights the CONTACT button.

Chip:
"Don't use contact form email address as sender email address:" do not leave this unchecked or you will get the following bounced message similar to this:


--- Quote ---<recipient@hotmail.com>: host mx1.hotmail.com[65.54.188.72] said: 550 5.7.0
    (BAY004-MC1F8) Unfortunately, messages from (128.199.200.202) on behalf of
    (email-address) could not be delivered due to domain owner policy
    restrictions.
--- End quote ---

Chip:
bug fixes (courtesy of Chip):

+173 /var/www/html/Sources/Contact.php


--- Code: ---//                      if (eregi("^$hostName", $line)) return true;
// deprecated           if (eregi("^$host", $line)) return true;
                        if (preg_match("/^$host/i", $line)) return true;


--- End code ---

Chip:
fixed deprecation of eregi (see above)

Chip:
Here is the installable zip package

Chip:
Temporarily uninstalled due to abuse.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

It appears that you have not registered with dopetalk. To register, please click here...
Go to full version