Jump to content
web222web222

Script send ip

Recommended Posts

Posted

$log = '----------
IP : '.$_SERVER['REMOTE_ADDR'].'
Date & Hour : '.date('l jS \of F Y h:i:s A').'
----------';

$fp = fopen('log.txt', 'a');
fwrite($fp, $log);
fclose($fp);

De ce v? complica?i cu mail, nu ?tiu.

Posted
$log = '----------
IP : '.$_SERVER['REMOTE_ADDR'].'
Date & Hour : '.date('l jS \of F Y h:i:s A').'
----------';

$fp = fopen('log.txt', 'a');
fwrite($fp, $log);
fclose($fp);

De ce v? complica?i cu mail, nu ?tiu.

Sint cazuri ca vrei sa primesti instiintare ca cineva a intrat pe linkul tau.

Posted

o sa incerc sa fac o combinatie intre metodele voastre...logurile sa se salveze intr-un fisier si la sa zicem odata la 100 de intrari ,fisierul sa fie trimis la o adresa de mail

revin cu edit.

Posted

Chestia cu trimisul logurilor pe email este folositoare,de exemplu trimit cuiva un link vulnerabil la XSS,cind victima il acceseaza primesc logul apoi se trimite pe email,iar de pe email primesc instiintare prin sms pe telefon,astfel chiar de nu esti la pc stii in orice moment daca victima a acceat linkul.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...