• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Share code php check rank Việt Nam và thế giới từ Alexa

Admin

Well-Known Member
Staff member
Administrator
Chào các bạn, hôm nay tuoitreit.vn xin chia sẻ cho các bạn code check rank Việt Nam và thế giới
Dữ liệu được lấy từ alexa.com
Dưới đây là code
PHP:
<?php
$diachi="tuoitreit.vn";
$dulieu = simplexml_load_file('http://data.alexa.com/data?cli=10&dat=snbamz&url='.$diachi);
$thegioi=isset($dulieu->SD[1]->POPULARITY)?$dulieu->SD[1]->POPULARITY->attributes()->TEXT:0;
$vietnam=isset($dulieu->SD[1]->COUNTRY)?$dulieu->SD[1]->COUNTRY->attributes()->RANK:0;
$tuoitreit=(string)$dulieu->SD[0]->attributes()->HOST;
echo $tuoitreit." có thứ hạng thế giới và Việt Nam lần lượt là ".$thegioi.', '.$vietnam;
?>
Chúc bạn thành công!
Mọi sao chép phải ghi và dẫn nguồn từ tuoitreit.vn
 

Facebook Comments

New posts New threads New resources

Back
Top