Results 1 to 10 of 15
-
17th May 2010, 01:33 AM #1OPMemberWebsite's:
InstantRDP.comShowing alexa using HTML code
I need to show alexa of a given domain using HTML code in phpld 2.
Let's assume $url as the site url whose alexa I need.pankaj Reviewed by pankaj on . Showing alexa using HTML code I need to show alexa of a given domain using HTML code in phpld 2. Let's assume $url as the site url whose alexa I need. Rating: 5
-
17th May 2010, 01:35 AM #2Respected DeveloperWebsite's:
wrzc.orgyou'll have to curl the alexa site and extract the data you want using a regex. Their's bound to be one of these available as I've seen it done on lots of places.
Their's loads but try this one: http://davidwalsh.name/php-alexa-rank-fetcher-xmlTutorial How to SEO your Warez Site a guide to help you increase your organic traffic
Huge list of Warez Sites and free Multiposter Templates
-
17th May 2010, 01:42 AM #3
-
17th May 2010, 01:44 AM #4Member
try to follow that exact tutorial, and then post your code with paste bin and then I can help point out your errors if you have any.
Please follow signature rules
-
17th May 2010, 01:45 AM #5Respected DeveloperWebsite's:
wrzc.orgOf that type? So you didn't even try the tutorial I posted?
Just use Google pankaj to find it. Their's loads. Try these if your having trouble with the first one:
http://www.matthuggins.com/php-scrip...-traffic-rank/
http://www.phpclasses.org/package/47...rom-Alexa.html
http://abcoder.com/php/get-google-pa...ain-using-php/Tutorial How to SEO your Warez Site a guide to help you increase your organic traffic
Huge list of Warez Sites and free Multiposter Templates
-
17th May 2010, 01:51 AM #6OPMemberWebsite's:
InstantRDP.comI added the code in my link-detail.php file.
I added the php5, curl and USAGE part.
http://www.warez-core.com/details/link-1
The error I get is "Cannot retrieve feed"
-
17th May 2010, 01:55 AM #7MemberParse error: syntax error, unexpected ':' in /home/dlkingin/public_html/warez-core.com/link-detail.php on line 15Please follow signature rules
-
17th May 2010, 02:07 AM #8OPMemberWebsite's:
InstantRDP.comLet's concentrate on one alexa script. I was trying others , so that error came.
I am using this now - http://www.matthuggins.com/php-scrip...-traffic-rank/
I upload the required class.alexa.php file to my root.
And now the alexa should be display in between Pankaj1 and Pankaj2 here - http://www.warez-core.com/details/link-1
The code starts from line 14.
http://pastebin.com/TVBFmctN
-
17th May 2010, 02:19 AM #9Member
Alright try to replace your current list of php with
PHP Code:
<?php
require_once '../class.alexa.php';
$alexa = new Alexa();
echo $alexa->getRank("http://www.google.com");
?>
Keep it simple to start and improve as you go.Please follow signature rules
-
17th May 2010, 02:23 AM #10OPMemberWebsite's:
InstantRDP.comI have both the files on homepage.
Now new error - http://www.warez-core.com/details/link-2
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Alexa Certify Code help
By atyup in forum Webmaster DiscussionReplies: 0Last Post: 22nd Jul 2012, 09:13 PM -
[Code]Tag showing black color
By saini in forum vBulletinReplies: 7Last Post: 2nd Jan 2012, 07:14 AM -
Help about HTML Code for a Box
By Deadmau5 in forum Web Application/Script SupportReplies: 1Last Post: 19th Nov 2011, 12:52 PM -
Embedded code not showing in homepage
By conrey in forum WordpressReplies: 8Last Post: 5th Oct 2011, 05:51 AM -
HTML Code Help
By S?nic in forum Technical Help Desk SupportReplies: 4Last Post: 24th Aug 2009, 07:37 AM
themaCreator - create posts from...
Version 3.51 released. Open older version (or...