Welcome to Welcome to DNF.com™ - Domain Sales, Domain Forum, Domain Appraisals, Domain Registrars

If you are new to domains and looking to buy, sell and learn about domains then you have come to the right place. DNForum is the largest domain name community on the internet and continues to grow every day. There are over 105,000 domainers on DNForum doing everything from buying domains, selling domains, learning about domains and discussing domains. Take a minute and Register.

Register Today on DNForum IT'S FREE!

Results 1 to 5 of 5
  1. #1
    ComScout.com's Avatar
    Join Date
    Jul 2003
    Location
    Western Austral
    Posts
    1,467
    DNF$
    12,249
    Bank
    0
    Total DNF$
    12,249
    Donate  

    Exclamation 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

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

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

    <!-- 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&keywor d=<? 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 -->
    <a href=http://www.ruralstar.com target=_blank>Rural Classifieds</a> | <a href=http://www.bluepeople.com target=_blank>Depression Forum</a> | <a href=http://www.losttreasure.com.au target=_blank>Lost Treasure</a> | <a href=http://www.raincalendar.com target=_blank>Rain Calendar</a> | <a href=http://www.beaututes.com target=_blank>Beaut Utes</a> | <a href=http://www.dnboard.com target=_blank>My Domains</a>

  2. #2
    Platinum Lifetime Member
    grevan's Avatar
    Join Date
    Aug 2006
    Location
    Brasil
    Posts
    194
    DNF$
    1,456
    Bank
    0
    Total DNF$
    1,456
    Donate  
    HI Billy, i have a Joomla site and i was having the same problem implementing this code. I found out i had to install a plugin to enable joomla to understand php code.
    I don´t know about vbulletin, but it´s a good idea to ask at the vbulletin forums.
    http://www.vbulletin.com/forum/
    Cheers.
    DGC Media Network - Internet Content and Valuable Domain Names

  3. #3
    DNF Addict
    jdk's Avatar
    Join Date
    Jul 2004
    Location
    Florida
    Posts
    7,082
    Country

    United States
    DNF$
    1,163
    Bank
    0
    Total DNF$
    1,163
    Donate  
    Make sure your host does not have the file() command disabled.

  4. #4
    ComScout.com's Avatar
    Join Date
    Jul 2003
    Location
    Western Austral
    Posts
    1,467
    DNF$
    12,249
    Bank
    0
    Total DNF$
    12,249
    Donate  
    Quote Originally Posted by jdk View Post
    Make sure your host does not have the file() command disabled.

    How do I find that out?

    FIXED AS PER HERE:

    http://www.vbulletin.com/forum/showp...18&postcount=1
    Last edited by ComScout.com; 05-10-2008 at 02:36 AM. Reason: Automerged Doublepost
    <a href=http://www.ruralstar.com target=_blank>Rural Classifieds</a> | <a href=http://www.bluepeople.com target=_blank>Depression Forum</a> | <a href=http://www.losttreasure.com.au target=_blank>Lost Treasure</a> | <a href=http://www.raincalendar.com target=_blank>Rain Calendar</a> | <a href=http://www.beaututes.com target=_blank>Beaut Utes</a> | <a href=http://www.dnboard.com target=_blank>My Domains</a>

  5. #5
    DNF Addict
    jdk's Avatar
    Join Date
    Jul 2004
    Location
    Florida
    Posts
    7,082
    Country

    United States
    DNF$
    1,163
    Bank
    0
    Total DNF$
    1,163
    Donate  
    Glad you got it working. Usually when you look at <?php phpinfo();?> it will show a list of disabled commands.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

Domain name forum recommended by Domaining.com