'.$optie.' '; } #print "[ request ".$_GET['t']."]
"; #print '[---'. time()." ----]
"; $verschil = intval(time()) - intval($_GET['t']); #print '[***'.$verschil." ****]

"; $last_name = $_POST['last_name']; $company = $_POST['company']; $domain = $_POST['domain']; $telephone = $_POST['telephone']; $emailaddress = $_POST['emailaddress']; $soortcontact = $_POST['soortcontact']; $hoecontact = $_POST['hoecontact']; $bericht = $_POST['bericht']; $action = $_POST['action']; $tmstmp = $_POST['tmstmp']; $refer_in_form = $_POST['refer']; $spmprtc = $_POST['spmprtc']; $spmprtc2 = $_POST['spmprtc2']; $invultijd = $nowtime - $tmstmp; $refer = $_SERVER['HTTP_REFERER']; ob_start(); phpinfo(32); $strPhpInfo = ob_get_contents(); ob_clean(); $spam = 0; $remote_addr = $_SERVER['REMOTE_ADDR']; $hostname = gethostbyaddr($remote_addr); if ($spmprtc2 <> '') $spam++; if ($spmprtc <> 'abc') $spam++; if ($invultijd < 3) $spam++; if (substr($hostname,-3) <> ".nl") $spam++; $strPhpInfo = strip_tags($strPhpInfo); if ($action == 'send' and $spam < 2) { mail('verlooij@gmail.com',"contactfomulier evsoft.nl [Spam: $spam]"," last_name = $last_name company = $company domain = $domain telephone = $telephone emailaddress = $emailaddress soortcontact = $soortcontact hoecontact = $hoecontact bericht = $bericht formuliertijd = $tmstmp inzendtijd = $nowtime invultijd = $invultijd spmprtc = $spmprtc spmprtc2 = $spmprtc2 refer = $refer refer_in_form = $refer_in_form hostname = $hostname remote_addr = $remote_addr -----------PHP INFO ----------- $strPhpInfo "); $h = '

Uw bericht is verzonden.

'; } elseif ($verschil > 0 and $verschil < 360 and $action != 'send') { $h = "

contactformulier

Naam
Bedrijf (ivt)
Domeinnaam (ivt)
Telefoonnummer
Emailadres
Ik wil graag meer informatie over: ". toonopties("Domeinregistraties").'
'. toonopties("Storing").'
'. toonopties("Commercieel").'
'. toonopties("Support")."
Opmerking(en)
Ik wil hierover graag gemaild worden.
Ik wil hierover graag gebeld worden.
Ik wil het alleen doorgeven, terugmelding is niet nodig.


"; } $template = filltemplate('content',$h); print $template; ?>