[WCDDL] Blod Keywords in Search Results - Same As Google!

Discussion in 'Scripts' started by tdsii, May 2, 2009.

  1. #1
    WCDDL Mod - Bold Keywords in Search Results

    This is a simple mod will simply make your searched keywords in bold. Simple but effective, no DDL site ever done this way!

    [​IMG]


    Price: 15$

    +10$ if you want me to install it

    PM me, or email

    Demo: http://rardownload.net/
     
    tdsii, May 2, 2009 IP
  2. tdsii

    tdsii Member

    Messages:
    175
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    30
    #2
    tdsii, May 15, 2009 IP
  3. D®Fëë£GÖÖd

    D®Fëë£GÖÖd Greenhorn

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #3
    Tdsii - I told you im going to make it hard for you to EARN money off something that should be for FREE . ask us @ Katzddl.com OR ddlshack.com OR file-empire.com we will do these for free . we don't see there is a reason to charge money when a link to our site is good enough for us . WE can also be found @ Warezcoders.com .

    We do not rip people off . we don't not SELL our mods . we believe in FREE WAREZ - you need any mods please feel free to email us from our sites we will be happy to help you do the things for free that TDSII is OVERCHARGING as he stated @ warezcoders.com

    i told you tdsii im going to make your way of life for CHARGING for warez a living hell .


    And as promised for free here is the mod above for free


    just add this line of code:

    Code:

    
    if($q) { foreach(array_unique(preg_split("#\s+#", strip_tags(trim($q)))) as $word) $dl['title'] = preg_replace('#'.preg_quote($word).#i', '<b>\0</b>', $dl['title']); } 
    Code (markup):

    below:

    foreach($downloads as $dl) {
    in index.php!

    Warning: This does not work straight off with SEO Mods!

    -------------

    If you have an seo mod, use this instead:

    Code:

    
    $dl['btitle'] = $dl['title'];
    if($q) { foreach(array_unique(preg_split("#\s+#", strip_tags(trim($q)))) as $word) $dl['btitle'] = preg_replace('#'.preg_quote($word, '#').'#i', '<b>\0</b>', $dl['btitle']); }
    Code (markup):


    then use $dl['btitle'] to display the download name
     
    D®Fëë£GÖÖd, May 26, 2009 IP
  4. tdsii

    tdsii Member

    Messages:
    175
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    30
    #4
    ohh, btw if the above code works great, no need to purchase my code :)

    btw my code is SEO indepedent ;)
     
    tdsii, Jun 30, 2009 IP