Results 1 to 3 of 3
-
19th Jun 2012, 12:44 PM #1OPMember
Alexa Rank Checker
I used this code For The Alexa Rank Checking
Code:<?php function alexaRank($domain){ $remote_url = 'http://data.alexa.com/data?cli=10&dat=snbamz&url='.trim($domain); $search_for = '<POPULARITY URL'; if ($handle = @fopen($remote_url, "r")) { while (!feof($handle)) { $part .= fread($handle, 100); $pos = strpos($part, $search_for); if ($pos === false) continue; else break; } $part .= fread($handle, 100); fclose($handle); } $str = explode($search_for, $part); $str = array_shift(explode('"/>', $str[1])); $str = explode('TEXT="', $str); return $str[1]; } echo alexaRank("besthostingforums.com"); ?>
Got This
Code:2242" SOURCE="panel
How To Remove " SOURCE="panelMatrix4u Reviewed by Matrix4u on . Alexa Rank Checker I used this code For The Alexa Rank Checking <?php function alexaRank($domain){ $remote_url = 'http://data.alexa.com/data?cli=10&dat=snbamz&url='.trim($domain); $search_for = '<POPULARITY URL'; if ($handle = @fopen($remote_url, "r")) { while (!feof($handle)) { Rating: 5
-
19th Jun 2012, 01:11 PM #2MemberCode:
... $str = explode('TEXT="', $str); $str = explode('"', $str[1]); return $str[0]; ...
-
19th Jun 2012, 01:38 PM #3OPMember
Thanks Man ...
Worked Like A Charm
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Page Rank + Alexa Checker - Fast Action
By Faizann20 in forum Webmaster ResourcesReplies: 3Last Post: 26th Sep 2012, 01:46 AM -
[Selling] Great Alexa Rank service to boost your alexa rank to 10k soon
By traffic4u in forum Completed TransactionsReplies: 8Last Post: 23rd Feb 2012, 10:12 AM -
is there a tool to test a list of sites alexa rank and google rank
By elpirata in forum Webmaster DiscussionReplies: 2Last Post: 23rd Jun 2011, 05:54 AM -
Alexa rank !! why this?
By pak in forum Technical Help Desk SupportReplies: 10Last Post: 3rd Apr 2010, 02:21 AM
themaCreator - create posts from...
Version 3.24 released. Open older version (or...