Search results

  1. I

    SharingZone.net - Alternatives & Discussion thread

    If you have big traffic and you're interested in promoting free signups via landing page like this one: http://www.mplaynetwork.com/signup?sf=search&force_affiliate_view=wjunction_test&q=keyword PM me with your traffic details for more info. Rates varies on country (USA/Wester Europe EU...
  2. I

    How to block user agent in .htaccess

    RewriteEngine on RewriteCond %{HTTP_USER_AGENT} ^BADUSERAGENT RewriteRule ^(.*)$ http://urlforbaduseragent.com/ If you need to block more than 1, then: RewriteEngine on RewriteCond %{HTTP_USER_AGENT} ^First_bad_agent [OR] RewriteCond %{HTTP_USER_AGENT} ^Another_bad_agent [OR]...
  3. I

    For Hire Power Up Backlinks - Boost Your Site Ranking

    Ordered Semi Pro plan
  4. I

    Exel's vBulletin Support Thread. (Free)

    Ok, I have a question too. How to use Thread title in (for example) Ad location templates>>ad_showthread_firstpost_start? I've tried calling {vb:raw threadinfo.title} and {vb:raw thread.title} but it's not working. Vbulletin 4
  5. I

    Yo mate, no I didnt, but Im still w8ting for answer from my bank, how much it will cost to wire...

    Yo mate, no I didnt, but Im still w8ting for answer from my bank, how much it will cost to wire transfer money to India. Maybe any news bout your PayPal account?
  6. I

    Selling File search engine script

    Tbh I'm not asking opinion about price. Too high? Simple solution- find cheaper and buy it. Good luck
  7. I

    Selling File search engine script

    You can set file hosts you want to be indexed. You can't set specific sites you want to be crawled (well theoretically you can, but this takes time... through I can Implement easier way if needed)
  8. I

    Selling File search engine script

    Hello, I'm selling filestube like file search engine script. It is fully automated and no maintenance needed. Also it is optimized to minimize server load. Demo: http://cracklinkers.com Price: ALL COPIES SOLD I selling 5 copies of it. The price is for one script copy which can be used on TWO...
  9. I

    WCDDL backlink module

    Removed. PM me to get this module.
  10. I

    Free Link Exhange with kavkisfile.com (PR1)

    site: katz.lt Anchor text: Katz downloads games, movies, music, crack, torrent
  11. I

    wcddl replace the + with a - in the searchtags

    Found solution: open funcs.php Find: if($this->search_type == "narrow") { $sqlWhere = " WHERE title LIKE '%".mysql_real_escape_string(str_replace(" ","%",$this->q))."%'";Replace with: if($this->search_type == "narrow") { $sqlWhere = " WHERE title LIKE...
  12. I

    wcddl replace the + with a - in the searchtags

    Yes, this code replaces - with + and this request <? echo $q?> brings up variable without + or -, but list of downloads is still not showing up. Example: Im searching for ?q=windows-7-ultimate, then <? echo $q?> will show windows 7 ultimate, but it gives 0 search results. Searhing for...
  13. I

    wcddl replace the + with a - in the searchtags

    It has effect .u can see search queries with - instead of + then, but they dont work correctly, coz - isnt counted as word separator.
  14. I

    wcddl replace the + with a - in the searchtags

    I've talking about WCDDL2. Also using spaces is NOT very good for seo as googlebot will see link like this: best%20downloads.html. so keywords will be recognized as best and 20downloads instead of best downloads :)
  15. I

    wcddl replace the + with a - in the searchtags

    Came here to ask exactly the same question :) Any abstract guidelines which could help resolve this issue would be appreciated too. I tried .htaccess rewrite, but as word count varies in different search phrases, it doesn't work corretcly.
Back
Top