Jahresübersicht angepasst

This commit is contained in:
aschwarz
2023-07-10 14:09:45 +02:00
parent 1d0d52f302
commit e8aa064048
12 changed files with 3036 additions and 33 deletions

View File

@ -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'];