View Single Post
ישן 30-08-08, 15:52   # 5
בניה
משתמש - היכל התהילה
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
מיקום: נחושה
הודעות: 3,434

בניה לא מחובר  

משהו כזה:

PHP קוד:
$whois_server "whois.isoc.org.il";
$domain "isoc.org.il";
$con fsockopen($domain,43);

fwrite($con,$domain);
while((
feof($con) !== false)) {


  Reply With Quote