You're looking for some 4images templates and styles? Then visit this thread to show websites with 4images templates to download.
0 Members and 1 Guest are viewing this topic.
Please read the replies. This has been discussed and customized along the way.
what would be ideal for me is just a way to have several links saying Contact Bob / Contact Tim / Contact Michael / etc and have seperate emails defined for each?
someone knows how to put security code validation in contact form ?Like in this mod ?[MOD] Registration with security code validation v1.0 thx
$lang['secure_required'] = "You copied the secure code wrong.";$lang['comment_secure_pleasecopy'] = "(Please copy!)";$lang['comment_secure_scode'] = "Secure Code";
if ($action == "") { $action = "mailform"; }
/* ## Safety script ## */mt_srand((double)microtime()*1000000);$comment_sicherheit = mt_rand(000001,999999);$comment_sicherheit = str_replace('=', '´|´', base64_encode(base64_encode($comment_sicherheit)));/* ## Safety script ## */
// if(!$error && $sender_email != "" && MailChek($sender_email, 2)) { // $msg .= (($msg != "") ? "<br />" : "").$lang['invalid_email_format']; // $sendprocess = 1; // $error = 1; // }
if (($sicherheit_code == "") || ($sicherheit_code != str_replace('´|´', '=', base64_decode(base64_decode($sicherheit_dec))) )) { $msg .= (($msg != "") ? "<br />" : "").$lang['secure_required']; $error = 1; }
"sender_email" => $sender_email,
"comment_sicherheit" => $comment_sicherheit, "comment_secure_scode" => $lang['comment_secure_scode'], "comment_secure_pleasecopy" => $lang['comment_secure_pleasecopy'],
<tr> <td align="right" valign="top"><b>{lang_message}</b></td> <td align="left" valign="top"><textarea name="message" cols="60" rows="10" wrap="VIRTUAL" id="message" tabindex="4">{message}</textarea> </td> </tr>
<tr> <td width="90" valign="top"><b>{comment_secure_scode}</b><br />{comment_secure_pleasecopy}</td> <td><input type="text" name="sicherheit_code" size="15" class="commentinput" /> <img src="sicherheit.php?z={comment_sicherheit}" alt="{comment_secure_scode}" title="{comment_secure_pleasecopy}" /></td> </tr>
<input type="hidden" name="user_id" value="{user_id}" />
<input type="hidden" name="sicherheit_dec" value="{comment_sicherheit}" />
this show just it :but doesn't appear any number ....this require GD library or something ?
Hi Oracle, that would be nice, to have a contact form with the security code.