Home
last modified time | relevance | path

Searched refs:_SERVER (Results 501 – 525 of 667) sorted by last modified time

1...<<21222324252627

/plugin/badbehaviour/bad-behavior/
H A Dcore.inc.php117 $_SERVER['REMOTE_ADDR'] = preg_replace("/^::ffff:/", "", $_SERVER['REMOTE_ADDR']);
119 $ip = $_SERVER['REMOTE_ADDR'];
120 $request_method = $_SERVER['REQUEST_METHOD'];
121 $request_uri = $_SERVER['REQUEST_URI'];
122 if (!$request_uri) $request_uri = $_SERVER['SCRIPT_NAME']; # IIS
123 $server_protocol = $_SERVER['SERVER_PROTOCOL'];
124 @$user_agent = $_SERVER['HTTP_USER_AGENT'];
H A Dfunctions.inc.php62 foreach ($_SERVER as $h => $v)
H A Dadmin.inc.php50 <form method="post" action="<?php echo $_SERVER['REQUEST_URI']; ?>">
H A Dbanned.inc.php16 $ip = explode(".", $_SERVER['REMOTE_ADDR']);
27 $request_uri = $_SERVER['REQUEST_URI'];
28 if (!$request_uri) $request_uri = $_SERVER['SCRIPT_NAME']; # IIS
/plugin/anonip/
H A Daction.php22 if($_SERVER['REMOTE_ADDR'] == '127.0.0.1'){
45 $_SERVER['REMOTE_ADDR'] = $ip;
46 if(isset($_SERVER['HTTP_X_FORWARDED_FOR'])) unset($_SERVER['HTTP_X_FORWARDED_FOR']);
47 if(isset($_SERVER['HTTP_X_REAL_IP'])) unset($_SERVER['HTTP_X_REAL_IP']);
/plugin/rating/
H A DCrawlerDetect.php328 $httpHeaders = $_SERVER;
H A Dhelper.php48 if(isset($_SERVER['REMOTE_USER'])) return $_SERVER['REMOTE_USER'];
/plugin/freechat/phpfreechat/src/commands/
H A Dconnect.class.php46 $ip = ( $c->get_ip_from_xforwardedfor && isset($_SERVER["HTTP_X_FORWARDED_FOR"])) ?
47 $_SERVER["HTTP_X_FORWARDED_FOR"] :
48 $_SERVER["REMOTE_ADDR"];
H A Ddebug.class.php30 $msg .= var_export($_SERVER, true);
/plugin/freechat/phpfreechat/src/
H A Dpfcglobalconfig.class.php677 $this->_query_string = isset($_SERVER['QUERY_STRING']) && $_SERVER['QUERY_STRING'] != '' ?
678 '?'.$_SERVER['QUERY_STRING'] :
H A Dpfctools.php59 else if (isset($_SERVER['PATH_TRANSLATED']) &&
60 file_exists($_SERVER['SCRIPT_FILENAME'])) // check for a cgi configurations
62 $sf = $_SERVER['PATH_TRANSLATED'];
64 else if (isset($_SERVER['SCRIPT_FILENAME'])&&
65 file_exists($_SERVER['SCRIPT_FILENAME'])) // for non-cgi configurations
67 $sf = $_SERVER['SCRIPT_FILENAME'];
73 print_r($_SERVER);
99 if (isset($_SERVER["WINDIR"]) || isset($_SERVER["windir"])) {
/plugin/freechat/phpfreechat/misc/
H A Dcreatewebinstaller.php3 $version = isset($_SERVER["argv"][1]) ? $_SERVER["argv"][1] : file_get_contents(dirname(__FILE__)."…
/plugin/glossary/
H A Dajax.php13 if (isset ($_SERVER['REMOTE_USER']))
14 $INFO['userinfo'] = $auth->getUserData ($auth->cleanUser ($_SERVER['REMOTE_USER']));
/plugin/simplemysqlclient/syntax/
H A Dsimplemysqlclient.php119 <form action="$_SERVER[PHP_SELF]" method="GET" name="simplemysqlclient" id="simplemysqlclient">
/plugin/pgn4web/pgn4web/
H A Dencoder-example.php65 $thisScript = $_SERVER['SCRIPT_NAME'];
H A Dviewer.php75 $pgnLink = $_SERVER['SCRIPT_NAME'] . urlencode("?po=t&pd=" . $pgnUrl);
459 $thisScript = $_SERVER['SCRIPT_NAME'];
H A Dpuzzler.php16 $referrerHost = isset($_SERVER['HTTP_REFERER']) ? parse_url($_SERVER['HTTP_REFERER'], PHP_URL_HOST)…
240 if ((isset($_SERVER["SERVER_NAME"])) && (isset($_SERVER["REQUEST_URI"]))) {
242 if ((isset($_SERVER["HTTPS"])) && ($_SERVER["HTTPS"] == "on")) { $pageURL .= "s"; }
244 if ((isset($_SERVER["SERVER_PORT"])) && ($_SERVER["SERVER_PORT"] != "80")) {
245 $pageURL .= $_SERVER["SERVER_NAME"].":".$_SERVER["SERVER_PORT"].$_SERVER["REQUEST_URI"];
247 $pageURL .= $_SERVER["SERVER_NAME"].$_SERVER["REQUEST_URI"];
/plugin/fontcolor/images/
H A Dcolor-icon.php3 $isSameHost = strcasecmp($_SERVER['HTTP_HOST'], parse_url($_SERVER['HTTP_REFERER'], PHP_URL_HOST)) …
/plugin/singlesearchresult/
H A Daction.php32 if($_SERVER['REMOTE_USER']) {
/plugin/googletrends/
H A Dsyntax.php47 $data["hl"] = substr($_SERVER['HTTP_ACCEPT_LANGUAGE'], 0, 2);
/plugin/authucenter/
H A Dauth.php98 $_SERVER['REMOTE_USER'] = $username;
141 $_SERVER['REMOTE_USER'] = $user;
480 $secure = $_SERVER['SERVER_PORT'] == 443 ? 1 : 0;
/plugin/authucenter/lib/api/
H A Duc.php368 $secure = $_SERVER['SERVER_PORT'] == 443 ? 1 : 0;
/plugin/authucenter/lib/uc_client/
H A Dclient.php130 …$s = urlencode(uc_authcode($data.'&agent='.md5($_SERVER['HTTP_USER_AGENT'])."&time=".time(), 'ENCO…
242 $header .= "User-Agent: $_SERVER[HTTP_USER_AGENT]\r\n";
253 $header .= "User-Agent: $_SERVER[HTTP_USER_AGENT]\r\n";
592 …/camera.swf?inajax=1&appid='.UC_APPID.'&input='.$uc_input.'&agent='.md5($_SERVER['HTTP_USER_AGENT'…
/plugin/authucenter/lib/uc_client/model/
H A Dbase.php53 $srip = $_SERVER['REMOTE_ADDR'];
H A Dmisc.php78 $header .= "User-Agent: $_SERVER[HTTP_USER_AGENT]\r\n";
89 $header .= "User-Agent: $_SERVER[HTTP_USER_AGENT]\r\n";

1...<<21222324252627