فيه تحديث للايبيهات للاسف
دورت في النت ولقيت ملف ايبيهات الجديد لان الراصد الان يطلع ايبيهات السعوديه غير معروفه
وقريت عن طريقه تركيب الايبيهات
You have first to create the table (phpmyadmin would help you), use the info of
http://ip-to-country.webhosting.info/node/view/54 or use
CREATE TABLE `nameofthetable` (
`IP_FROM` double NOT NULL default '0',
`IP_TO` double NOT NULL default '0',
`COUNTRY_CODE` char(2) character set latin1 collate latin1_general_ci NOT NULL default '',
`COUNTRY_CODE2` char(3) character set latin1 collate latin1_general_ci NOT NULL default '',
`COUNTRY_NAME` varchar(64) character set latin1 collate latin1_general_ci NOT NULL default '',
PRIMARY KEY (`IP_FROM`,`IP_TO`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
Then unzip the the latest IP-to-Country Database and (with phpmyadmin too) "Insert data from a text file into the table"
ملف الايبيهات الجديد (تتجدد كل شهر) ما قدرت احمله لانه كبير على المرفقات