您好,欢迎来到三六零分类信息网!老站,搜索引擎当天收录,欢迎发信息

php 获取用户IP与IE信息程序

2024/5/6 23:46:42发布23次查看
php 获取用户ip与ie信息程序
function onlineip()
 {
  global $_server;
  if(getenv('http_client_ip'))
  {
   $onlineip = getenv('http_client_ip');
  }
  elseif(getenv('http_x_forwarded_for'))
  {
   list($onlineip) = explode(',', getenv('http_x_forwarded_for'));
  }
  elseif(getenv('remote_addr'))
  {
   $onlineip = getenv('remote_addr');
  }
  else
  {
   $onlineip = $_server['remote_addr'];
  }
  return $onlineip;
 }
 function imgdecode($string)
 {
  global $_server;
  $key = md5(onlineip().\t.$_server['http_user_agent']);
  $coded = '';
  $string = base64_decode($string);
  $keylength = strlen($key);
  for($i = 0; $i   {
   $coded .= substr($string, $i, $keylength) ^ $key;
  }
  return $coded;
 }
该用户其它信息

VIP推荐

免费发布信息,免费发布B2B信息网站平台 - 三六零分类信息网 沪ICP备09012988号-2
企业名录 Product