Search results

  1. C

    stuck at php cURL captcha and headers:(

    /* STEP 2. visit the homepage to set the cookie properly */ $ch = curl_init ("http://somedomain.com/"); curl_setopt ($ch, CURLOPT_COOKIEJAR, $ckfile); curl_setopt ($ch, CURLOPT_RETURNTRANSFER, true); $output = curl_exec ($ch); /* STEP 3. visit cookiepage.php */ $ch = curl_init...
  2. C

    How to make $1000 a day exploiting youtube

    Holy shitballs. I've been dabbling in youtube lately, but my accounts all got banned very quickly and all related videos taken down.
  3. C

    [Success Story]$42 a day flat from autoblog

    I've made many autoblogs but none took off. What do you find is the most important part? What was it that you had to change before you started making money? Are you actively promoting your blogs (scrapebox, xrumer, making backlinks) or letting it grow organically?
  4. C

    Encoded javascript - what does it do?

    The code evaluates to this: <iframe width="0" height="0" frameborder="0" name="gotrythisframe" src="his link here"></iframe><script language="JavaScript" type="text/javascript">function vvv123() {if ((frames["gotrythisframe"]) &&...
  5. C

    Decaptcher Down?

    Just: 72.233.78.210 decaptcher.com
  6. C

    OKC Bot...

    What are you having trouble with? Are you using a packet sniffer like httpfox in firefox (it shows unencrypted ssl)? Try using that combination and emulate the responses.
  7. C

    I need to extract URLs from a piece of code, but how?

    Read the following text on regex, it will cover 99% of the regex you will use Assuming you're using PHP: I suck at regex, but a good trick is to just learn this, it's almost all you ever need anyway: Code: preg_match("/abc(.*?)/","abcdefg",$match); $output = $match[1]; echo $output; //Will...
  8. C

    Decaptcher Down?

    just 72.233.78.210:xxxx
  9. C

    20$ for helping me with VPS error

    Post recent log entries for apache and php if relevant. What do you mean by "temporary urls"? You're on a vps you should have direct urls. Do you use a control panel?
  10. C

    most annoying catchphrase in internet marketing?

    Lets touch base tomorrow touch base touch base
  11. C

    Im Learning Fast :(

    Once you start making money, learn to program and learn your way around a linux server. It will help you very much.
  12. C

    is it possible to do this?

    try this: <?php $choice = rand(0,1); if($choice==0){header("Location: hxxp://yourhostdotcom/landingpage.html"); } else {header("Location: hxxp://yourhostdotcom/fbpage.html"); } ?>
  13. C

    Demonoid Invite Thread

    Appreciated
  14. C

    any GOOD Youtube Bulk Uploaders available?

    I second youtube advertiser
  15. C

    How do I cycle between accounts ?

    You probably want to post far less than 2000 pms per account. Spread it out over many accounts/ips
  16. C

    [Simple method] Make money with Youtube.

    For maximum effectiveness, include a ringtone link in the mix
  17. C

    Youtube loggin in issue

    Gmails have worked the best. I dont know about other email accounts, but using a gmail i get no captcha
Back
Top