View Single Post
Old 05-09-2008, 06:16 PM   · #1
Billy!
Senior Member
 
Billy!'s Avatar
 
Name: Billy!
Location: Perth > Western Australia
Trader Rating: (10)
Join Date: Dec 2003
Posts: 1,041
NP$: 213.00 (Donate)
Billy! has a spectacular aura aboutBilly! has a spectacular aura about
Question Sedo Script Help

Hi Guys,

I am trying to implement the below sedo script into my vbulletin forum, but nothing is showing up. The script is supposed to show Sedo's latest TOP Domains / Recent Sales

Basically the same as the main forum page of namepros.

Some help on how to implement this correctly would be greatly appreciated.

https://sedo.com/partner/example/in...=&language=us#1

Quote:
<!-- Sedo Code -->
<?php # Script for displaying the topdomains #

# file with list of topdomains from Sedo
$filecontent = file ("http://www.sedo.com/txt/topdomains_e.txt");
#

$x =0;
$topdomains = array();
while(list($line) = each($filecontent)) {
$topdomains [$x][0] = substr($filecontent[$x],0,strpos($filecontent[$x],'~'));
$topdomains [$x][1] = substr($filecontent[$x], strpos($filecontent[$x],'~')+1, (strlen($filecontent[$x])-strpos($filecontent[$x],'~')-3) );
$x++;
}

# Displaying the domains & prices as table

echo '<table border=0 cellpadding=2 cellspacing=0>';
echo '<tr><td bgcolor=#e0e8ef><span style="font-size:11px; font-weight:bold;">
TOP domains for sale</span></td></tr>';

for ($i=0;$i<10;$i++) { ?> <tr><td bgcolor=#f0f0f0><a href="http://www.sedo.com/search/showdetails.php4?partnerid=12824&language=e&keyword=<? echo $topdomains[$i][0]; ?>" target="_blank">
<span style="font-size:10px; font-weight:bold;">
<?php echo $topdomains[$i][0]; ?></span></a></td></tr>
<tr><td bgcolor=#ffffff><span style="font-size:8px">
<?php echo $topdomains[$i][1]; ?></span></td></tr>
<?php
}
echo '</table>';
?>
<!-- Sedo Code Ende -->



Please register or log-in into NamePros to hide ads
Billy! is offline   Reply With Quote
Site Sponsors
Proof is in the Parking Grow your forum! Domain Tasting
Advertise your business at NamePros
All times are GMT -7. The time now is 08:12 AM.


Powered by: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.