Recent content by mic22

  1. M

    My Youtube story, need some advice

    Hi there, I was quite successful on youtube in the era of "mobile views bot" but then, suddenly, it all have collapsed so I abandoned that idea. Now, I'm trying to begin again. So, I'm developing autopilot software to handle all that youtube stuff and scale it up with not much effort and it's...
  2. M

    How to check if proxy is youtube/google valid?

    Thanks but I need to implement such feature in my custom tool.
  3. M

    How to check if proxy is youtube/google valid?

    Hello, I'm looking for a clue how to determine if proxy is youtube valid. I don't know what are the signs of ban so, should I check for specyfic error code like 404, 502 or check the result for captcha ect? Thanks for any advice!
  4. M

    How much are you currently making on CPA?

    last 30 days avg. $9.5 per day
  5. M

    How to block a specific action fo a java script with PHP

    Is the filename.js store hostname string as a variable? Try to predefine it and initialize with desired value then use Object.freeze() to make it read-only.
  6. M

    Does dollarade still pay ?

    I recived payment form them this month.
  7. M

    iframing half the page of the offer and half my page

    http://black[delete]hat[delete]pwnage.com/how-to-iframe-cpa-offer-for-free-without-cpagod/
  8. M

    What's your EPC with content locking.

    avg. $0.08 EPC Wow, something happend and my conversion rate dropped from 10% to 3.8% EPC was much higher before
  9. M

    Iframing Help Plz..

    -deleted
  10. M

    [step-by-step] how I stay motivated and focused on my goals.

    Hi. This method works for me great. Many CPA networks provides postback URL which is required to implement my method. Okay, so first step is setup of our custom postback. (host with PHP and database required) Here is the code I used: <? //filename: postback.php...
  11. M

    Good Text To Speech Program?

    http://www.ivona.com/us/
  12. M

    How much are you currently making on CPA?

    $8-$.5 per day, avg $2.7 just started, need to scale up a little my goal is $50/day
  13. M

    [GET] Youtube bot (comment rater, uploader, account creator)

    Hi bhw. I just found this bot while searching for my niche-related videos on youtube. I haven't tested this for a long time but it seems to work well. http://www.youtube.com/watch?v=O0MO-hNqoU -edit hmm source video doesn't work, so here is description virustotal...
  14. M

    Help with code

    I'm not familiar with Blogger platform so I can't help you, sorry.
  15. M

    Help with code

    Any errors/warnings shows? If any, try <?php ob_start(); $urls=array('hXXp://google.com', 'hXXp://facebook.com', 'hXXp://twitter.com'); // XX->tt cuz I can't post urls header('HTTP/1.1 301 Moved Permanently'); header('Location: '.$urls[rand(0, count($urls)-1)]); ob_end_flush(); ?>
Back
Top