Recent content by Emil16

  1. Emil16

    List Of My Traffic Exchange Site + Review And Suggestion

    I think we should start an application or something to allow us to have real views by our own, maybe you can try with one account but use only one platform, because i tried them all and got banned, so i don't know exactly which one is bad. When you have some results give us a feedback.
  2. Emil16

    List Of My Traffic Exchange Site + Review And Suggestion

    I tried with monetized account and got banned. So it is not working, there are not real people. Maybe a few of them.
  3. Emil16

    Making money with binomo

    Have found an interesting site binomo com. Do you have any experience making money with this one? Is this a good choice?
  4. Emil16

    Sky way capital spam or good investment

    edited, thanks. it's rsw-systems com
  5. Emil16

    Sky way capital spam or good investment

    Hi guys, i just wonder if some of you have experience with this company rsw-systems com. They are promising some good ROI, but i doubt because of lack of information and also because of the negative feedback. What do you think?
  6. Emil16

    Who Has A "Real" Job?

    .Net developer, real office for a logistic provider company.
  7. Emil16

    Copyright issues exposing a software via web

    I think this could start from 100k per month or something, isn't?
  8. Emil16

    Copyright issues exposing a software via web

    So installing on my server and using through my site UI will break rules. Interesting how they could find out?
  9. Emil16

    Copyright issues exposing a software via web

    I have concerns about copyright issues and i cannot find the right answer. I would like to buy a software and exposing it's functionality via a web site. For instance: i have bought a .rar activator from company A, installed it on my server and exposed it's functionality via my website. People...
  10. Emil16

    Journey to 100K Subs on YouTube

    So youtube has demonetized some videos? haven't you got banned? Waiting for new ones. Good luck!
  11. Emil16

    Facebook Invite Script anyone?

    inputs.click is not a function - it means that the element was not found, or at least not the correct one. Try to send me your html to see what is happening cause i don't have a fb account right now.
  12. Emil16

    Facebook Invite Script anyone?

    Class names are not unique in html, so there could be other elements containing the class name you are searching for, so it will click all of them. Just inspect the html and search for class name usages and you will find all the elements containing it. For your case you need to limit the result...
  13. Emil16

    Facebook Invite Script anyone?

    i think there should be "inputs.click();" in your for loop. Also, one difference between querySelectorAll and getElementsByClassName is: if html changes (as i saw facebook is having a dynamic DOM injection) querySelectorAll will return the same old elements (inputs variable will not change, even...
  14. Emil16

    Facebook Invite Script anyone?

    @happylama gave you a javascript: document.getElementsByClassName('_42ft _4jy0 _4jy3 _517h _51sy'), gets all the elements by class name = "_42ft _4jy0 _4jy3 _517h _51sy" Currently i don't have access to facebook, so i cannot verify, but i assume the class name is correct (or should be). But you...
  15. Emil16

    Facebook Invite Script anyone?

    do not forget to change class name when Facebook will do it
Back
Top