Search results

  1. C

    scrapebox proxies

    Nice list, tyvm
  2. C

    Please suggest me directory submitter

    Firefox autofill :)
  3. C

    How to check if an article is duplicate or not?

    Write a script to do it for you?
  4. C

    IE9 - it's fast...

    It's not :rippedhan
  5. C

    What payment services do you guys use?

    I guess paypal + cc is all you need for a shop
  6. C

    What program you use to build your website?

    gedit + gimp + filezilla
  7. C

    Gmail/Youtube Account Creator Public Release

    You're saying that proxy won't work here? What about proxy from 3rd world country?
  8. C

    >>**[GET] M0NSTER'S M0NSTER resource list: graphics, programs, useful sites and more!**<<

    Good job; more templated would be appreciated tough
  9. C

    Need help

    What is the code in /home2/bhsource/public_html/wp-content/plugins/keyword-winner/lib/GoogleCompetitionSearch.php on line 35 ?
  10. C

    redirect user to different landingpages

    if (date("s")%2==0) { header('Location: firstlandingurl'); } else { header('Location: secondlandingurl'); }
  11. C

    [REQ] "What is my location" Script

    Use geoip (as php module) if you can modify your server software. It can supply you with latitude to use on google map later
  12. C

    email script

    Try phpmailer with smtp auth For opening large e-mail lists use: $file_handle = fopen("mailfile", "r"); while (!feof($file_handle)) { $mail = fgets($file_handle); echo $mail; } my 1st post btw :P
Back
Top