Jahresübersicht angepasst
This commit is contained in:
13
index.php
13
index.php
@ -62,11 +62,14 @@ if ($action == 'anmeld') {
|
||||
# $isp = $xml->isp;
|
||||
# $host = gethostbyaddr($ip);
|
||||
# $organisation = $xml->organization;
|
||||
$url=file_get_contents("https://anonymouse.org/cgi-bin/anon-www_de.cgi/https://whatismyipaddress.com/ip/$ip");
|
||||
preg_match_all('/<th>(.*?)<\/th><td>(.*?)<\/td>/s',$url,$output,PREG_SET_ORDER);
|
||||
$isp=$output[4][2];
|
||||
$host=$output[2][2];
|
||||
$organisation=$output[5][2];
|
||||
# $url=file_get_contents("https://anonymouse.org/cgi-bin/anon-www_de.cgi/https://whatismyipaddress.com/ip/$ip");
|
||||
# preg_match_all('/<th>(.*?)<\/th><td>(.*?)<\/td>/s',$url,$output,PREG_SET_ORDER);
|
||||
# $isp=$output[4][2];
|
||||
$isp="";
|
||||
# $host=$output[2][2];
|
||||
$host="";
|
||||
# $organisation=$output[5][2];
|
||||
$organisation="";
|
||||
setcookie("user_admin", "");
|
||||
setcookie("user_admin", $user_admin);
|
||||
$user_userid = $row['vaid'];
|
||||
|
Reference in New Issue
Block a user