Search results

  1. C

    It is summer and i feel like coding.

    Recommended, JmZ coded plenty of scripts and snippets for me and also gave lots of help throughout the years I have known him, if you need something coded definitely go to him.
  2. C

    AssociatePay.Com - Your YottaCash Alternative

    Trying it out, will post results on 15th.
  3. C

    Make Hotfile, Fileserve, 10+ Filehost's Links Clickable

    See here: http://www.wjunction.com/showthread.php?p=755187#post755187 The code you're using is terrible, bloated and inefficient (no offence meant). Copypasted for lazy people: $(function() { var sexyregex = /^http:\/\/(hotfile\.com|rapidshare\.com|megaupload\.com)\/[\S]+$/; $('body...
  4. C

    The Japanese Earthquake and Tsunami – Natural or Artificial?

    Give the real source next time: http://www.memri.org/report/en/0/0/0/0/0/0/5146.htm Also its bs, if you don't lol at this thread you need mental help.
  5. C

    Detecting and removing cashwhore spammers from your forum

    You sir, are now on my 'smart people list'. Although there's not much use of posting that here since most of those guys are on here lol.
  6. C

    Worst country with internet connection?

    Of course not, don't be absurd.
  7. C

    Worst country with internet connection?

    Technically I'd say north korea has the worst internet, because.. well... there isn't any. The only way seems to be satellite connection and you can't get a satellite receiver into the country to begin with.
  8. C

    .htaccess Help Please

    That'll match *one or none* of the characters in the character class (\, /, _ or -). Just do two rules RewriteRule ^estonia/?$ /estonia.html RewriteRule ^estoniavps/?$ /estoniavps.html Not sure if the leading / is needed on the location of the actual file.
  9. C

    FriendlyDuck Conversion Rate?

    Hello everyone, I would like to know how you are converting with Friendlyduck? If you are promoting FriendlyDuck, and don't mind sharing your stats then please post the following: Landing Page (generic or the signup form?): Conversion Rate (1:400? etc): Thanks everybody.
  10. C

    i need urgently a sponsered vps (great offer)

    7k a day and you can't pay $50 per month for a nice VPS?
  11. C

    tips for php/mysql search methods?

    I don't remember saying which site I was optimising this for. Less assumptions please :) Hmmm..
  12. C

    tips for php/mysql search methods?

    You must mean milliseconds, if a query takes seconds, it is not a good query. Also, LIKE shouldn't make use of a FULLTEXT index and most probably doesn't. Try a few million rows, then the difference in performance is clear, LIKE is terrible for searching.
  13. C

    tips for php/mysql search methods?

    LIKE is actually very inefficient on large datasets as it has to scan the entire index whereas FULLTEXT doesn't (since it is made for searching, LIKE is not). You can see this by EXPLAINing a query, it will check every row in the table :) I'm trying out a few query changes now that might help...
  14. C

    SharingZone.net - Read WJunction staff note (last post)

    Wow switchblade very nice, you are 100% correct the $15 recurring per month adds up very quickly and is pretty amazing.
  15. C

    tips for php/mysql search methods?

    Currently I'm using a basic full-text searching with my php / mysql download script, its a basic system but I'm seeing that full-text searching isn't that great and wondering if there are a few tips on how I can improve the quality of it? Thanks.
  16. C

    How to join gorillaserver.net?

    Thats because Yotta shaved like crazy.
  17. C

    Hiring amazing "torrent style" website designer

    Hello, looking for an amazing "torrent style" website designer that is modern and unique. I will just need one page designed, maybe some other graphics designed if needed. Whites, blues, grays, accents iwth greens and oranges, etc, the usual modern torrent site look. If you have designed...
  18. C

    Another DDL site lol

    2001 layout : )
  19. C

    Interested in a MP3 affiliate program?

    Hello, currently I am promoting the same mp3 program as several other big mp3 sites (500k+ per day), it converts very well because of a $4.95 trial, and pays $20 per sign-up. You need a invitation code to signup and therefore I am giving some out. If you have a mp3 / music related site where...
Back
Top