\n'); define('__HEAD1', '\n\n'); define('__HEAD2', 'pot.sorli.no\n\n'); define('__ROBOT1', '\n'); define('__NOCOLLECT1', '\n'); define('__TOP1', '\n
\n'); define('__EMAIL1A', ''); define('__EMAIL1C', ''); define('__EMAIL2A', ''); define('__EMAIL2C', ''); define('__EMAIL3A', ''); define('__EMAIL3C', ''); define('__EMAIL4A', ''); define('__EMAIL4C', ''); define('__EMAIL5A', ''); define('__EMAIL5C', '..'); define('__EMAIL6A', ''); define('__EMAIL6C', ''); define('__EMAIL7A', ''); define('__EMAIL7C', ''); define('__EMAIL8A', ''); define('__EMAIL9A', '
'); define('__EMAIL9C', '

'); define('__EMAIL10A', ''); define('__LEGAL1', ''); define('__LEGAL2', '\n'); define('__STYLE1', '\n'); define('__VANITY1', '
@'.__VANITY_L1.'
'.__VANITY_L2.'
'.__VANITY_L3.'
\n'); define('__BOTTOM1', '
\n\n\n'); function getLegalContent() { return '\n\n\n\n\n\n\n\n
 d    t    h   
 
The website from
to you subject t
othereterms gove
Websitecyou acce
read them carefu
agents of the in
them.oThe access
non-transferable
Website.

      k     e  S
 
Special restrict
Non-HumaneVisito
spiders, bots,pi
programs designe
automatically.

Email addresses
It isgrecognized
alone. Youiackno
has advalue not
storage, and/or
value of these a
storing this Web
agreement and ex

              g 
 
Each party agree
against the othe
("Judicial Actio
the registered A
such laws are ap
and performed en
of federal and s
any action broug
Service. You con
the above agreem

   g e         k
 
You consent to h
may appear somew
abuse. The Ident
Visitorstagree n

VISITORS AGREE T
PARTY OR SENDING
SUBSEQUENT BREAC
 s         TERMS

 which you acces
o the followingd
rning accesscto
pt theseoterms a
lly. Any Non-Hum
dividual(s) who
 rights granted
 withoutfthe exp


PECIALdLICENSE R

ions on a visito
rs. Non-Human Vi
ndexers, robots,
d to access,prea


on this site are
 thattthese emai
wledge and agree
less than US $50
distribution ofd
ddresses. Intent
site\'s emailiadd
pressly prohibit

    i  p APPLICA

s that any suit,
r in connection
n") shallibe gov
dministrative Co
pliedfto agreeme
tirely within th
tateecourts with
ht against himpi
sent to electron
ent.

        RECORDS 

aving your Inter
here oncthis pag
ifier is uniquel
ot to usegthis a

HATsHARVESTING,
 ANY MESSAGE(S)
H OF THESEaTERMS
 AND CONDITIONS 

sed this agreeme
conditions.sThes
the Website. By
nd conditions (t
an Visitorsdto t
controls, author
to you undertthe
ress written per


ESTRICTIONS FOR 

r\'s license tosa
sitors include,
 crawlers, harve
d, compile or ga


 considered prop
l addresses are
 that each email
. You further ag
these addressesa
ional collection
resses is recogn
ed.

BLE LAW AND JURI

 action or proce
with ortarising
erned by the law
ntact (the "Admi
nts between Admi
e Admin State.fY
in the Admin Sta
naconnection wit
ic service of pr


OF VISITOR USE A

net Protocol add
e (the "Identifi
y matched to you
ddress for any r

GATHERING, STORI
TOsTHE IDENTIFIE
hOF SERVICE.
OF USE 

nt ("the Website
e terms are in a
visiting (in any
he "Terms of Ser
he Website shall
sfor otherwise m
 Terms of Servic
missionpof the o


NON-HUMANpVISITO

ccess the Websit
but are not limi
sters, or any ot
ther content fro


rietary intellec
provided for hum
 address thedWeb
reefthat the com
substantially di
, harvesting, ga
izedsas a violat


SDICTION 

edingobrought by
from the Termspo
fof the state of
n State") fordth
n State resident
ou consent to th
te. You consent
hkbreaches ofith
ocess regarding


NDcABUSE 

ress recorded. A
er")pif we suspe
r InternetkProto
eason.

NG, TRANSFERRING
R CONSTITUTES AN



") is provided
ddition to any
 manner) the
vice"). Please
 be considered
akes use of
esare
wner offthe


RS 

eaapplykto
ted to, web
her computer
m the Website


tual property.
an visitors
site contains
pilation,
minishes the
thering, and/or
ion of this




 such party
fhService
 residence of
e Website as
s entered into
e jurisdiction
to the venue in
ese Termspof
actions under




n email address
ct potential
col address.


 TO A THIRD
 ACCEPTANCEdAND

\n
'; } ?>Unable to contact the Server. Are outbound connections disabled? (If a proxy is required for outbound traffic, you may configure the honey pot to use a proxy. For instructions, visit http://www.projecthoneypot.org/settings_help.php)
\n"); return "-1"; } else { fputs($fd,$head.$request); while(!feof($fd)) { $response .= fgets($fd,4096); } fclose($fd); } return $response; } function prepareRequest() { $postvars = array(); $postvars["tag1"] = __HPOT_TAG1; $postvars["tag2"] = __HPOT_TAG2; $postvars["tag3"] = __HPOT_TAG3; if (!($handle = fopen(__FILE__,"r"))) { die("\n
Unable to read contents of ".__FILE__." for hashing
\n"); return -2; } $contents = ""; while (!feof($handle)) { $contents .= fread($handle, 8192); } fclose($handle); $postvars["tag4"] = md5(preg_replace("/[^a-zA-Z0-9]/","",$contents)); $postvars["ip"] = $_SERVER["REMOTE_ADDR"]; $postvars["svrn"] = $_SERVER["SERVER_NAME"]; $postvars["svp"] = $_SERVER["SERVER_PORT"]; $postvars["svip"] = isset($_SERVER["SERVER_ADDR"]) ? $_SERVER["SERVER_ADDR"] : ""; $postvars["rquri"] = isset($_SERVER["REQUEST_URI"]) ? $_SERVER["REQUEST_URI"] : ""; $postvars["phpself"] = str_replace(' ','%20',$_SERVER["PHP_SELF"]); $postvars["version"] = "php-".phpversion(); $postvars["sn"] = str_replace(' ','%20',$_SERVER["SCRIPT_NAME"]); $postvars["ref"] = isset($_SERVER["HTTP_REFERER"]) ? $_SERVER["HTTP_REFERER"] : ""; $postvars["uagnt"] = isset($_SERVER["HTTP_USER_AGENT"]) ? $_SERVER["HTTP_USER_AGENT"] : ""; if (isset($_POST) && count($_POST) > 0) { $postvars["has_post"] = count($_POST); for (reset($_POST);list($k,$v) = each($_POST);) { $postvars["post|".$k] = $v; } reset($_POST); } if (isset($_GET) && count($_GET) > 0) { $postvars["has_get"] = count($_GET); for (reset($_GET);list($k,$v) = each($_GET);) { $postvars["get|".$k] = $v; } reset($_GET); } if (isset($_SERVER) && count($_SERVER) > 0) { $i = 0; for (reset($_SERVER);list($k,$v) = each($_SERVER);) { if ($k !== "HTTP_COOKIE" && preg_match('/^HTTP_/',$k)) { $postvars["header|".$k] = $v; $i++; } } $postvars["has_header"] = $i; reset($_SERVER); } return $postvars; } function transcribeResponse(& $response) { $settings = NULL; $arr = explode("\n",$response); $isParam = FALSE; for ($i=0;list(,$v)=each($arr);$i++) { if ($v == "") $isParam = FALSE; if ($isParam) { $pieces = explode("=",$v,2); $settings[$pieces[0]] = urldecode($pieces[1]); } if ($v == "") $isParam = TRUE; } if (isset($settings["directives"])) { $settings["directives"] = explode(",",$settings["directives"]); } return $settings; } header("Cache-Control: no-store, no-cache"); header("Pragma: no-cache"); $response = ""; $request = ""; $post = prepareRequest(); for (reset($post);list($k,$v) = each($post);) { $request .= "&".urlencode($k)."=".urlencode(stripslashes($v)); } $request = substr($request,1); $response = performRequest($request); if ($response == "-1") { exit(); } $settings = transcribeResponse($response); $directives = $settings["directives"]; $email = isset($settings["email"]) ? $settings["email"] : ""; $emailmethod = isset($settings["emailmethod"]) ? $settings["emailmethod"] : 0; ?>