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! Price: 15$ +10$ if you want me to install it PM me, or email Demo: http://rardownload.net/
I just want to point out that this mod is for WCDDL Script, that can b found here: http://warezcoders.com/
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