Recent content by Cozmo

  1. Cozmo

    What Programming language is used in seo softwares like Zennoposter,ubot?

    If you want to use c/c++ to protect your program from being copied that be security through obscurity which is worst form of security.
  2. Cozmo

    What Programming language is used in seo softwares like Zennoposter,ubot?

    No the reason windows is made in c/c++ is because it's very very fast and you need a language that can talk to low level hardware stuff without performance overhead. No one can just copy the windows because they would be sued into oblivion. There already exists windows clone called ReactOS...
  3. Cozmo

    Create 100 Gmail account

    is offer still up?
  4. Cozmo

    What Programming language is used in seo softwares like Zennoposter,ubot?

    that's not totally true, a trained reverse engineer can analyse C/C++ compiled binary and work it out. Binary can be disassembled then one can easily perform static analysis with IDA Pro or some use some debugger for dynamic analysis.
  5. Cozmo

    [TUT] How To Make Your Own Streaming Site Using Google Drive

    nice, I was wondering how these streaming websites were using google's server to stream movies.
  6. Cozmo

    Hello

    thank you steve.
  7. Cozmo

    need suggestion for watermarking

    ffmpeg might do the job but it's slow on a CPU, you'll need a gpu or vps provider that provides gpu (Amazon EC2 Elastic GPUs) and advantage of nvidea cuda technology to accelerate video encoding and decoding very very much.
  8. Cozmo

    Save PayPal receipt automatically

    It should be possible with some scripting and automation framework. You might not even need API. maybe selenium + python can do it for you.
  9. Cozmo

    Best Website Data Scapper

    You could possibly write your own scraper , probably it won't be that difficult. (Cheeio + NodeJS) or Scrapy might do the job.
  10. Cozmo

    What Programming language is used in seo softwares like Zennoposter,ubot?

    Go with the one you feel most comfortable with, people saying python is for "beginner" have no idea what python can do. It's easy to get started and huge amount of libraries
  11. Cozmo

    Using chromedriver for scraping google and setting up accounts?

    Chromedriver can be possible detected because of variables it sets up for the browser, all you need a little tweak and some proxies and it would run just fine.
  12. Cozmo

    $10 for YouTube comment bot

    maybe I can do that, atleast I can make you scraper for $10.
  13. Cozmo

    Development site features, but do not understand programming.

    don't try craigslist, I have been fooled there once. go with someplace you can trust. freelancer maybe?
  14. Cozmo

    Hello

    All I want to say is that good luck and welcome to BHW.
Back
Top