Search results

  1. T

    c# vs python

    About the speed differences... In my personal experience, when it comes to botting, programs will be spending 95% of their execution time waiting for something (like a web server to respond or some button/image to appear on the screen). Bots don't usually solve complicated mathematical formulas...
  2. T

    AddMeFast Bot - Concept 2

    How come it is logged in in two places at the same time? (the program and the browser)
  3. T

    Need a name for my website

    I'm building a website where I plan to sell some software, mostly bots and programs that automate tasks but not limited to. I can't think of any good name for it. Any suggestions? LE: I'd like something easy to remember, and it would be best if it's no longer then 7 characters.
  4. T

    What do you sell on fiverr ?

    As a programmer, selling on fiverr is not the best way you can use your time at all. There are other sites like freelancer that pay a lot better for similar projects. If you are not good enough, just invest some time in learning. Just my 2 cents...
  5. T

    Edit or Re- Create google chrome extension

    Can you provide more information? Is the extension written in javascript or is it a NPAPI plugin? They are very different you know... Most people that know some javascript will be able to help if it's written in javascript, but if it's a NPAPI plugin you'll need a serious c/c++ developer.
  6. T

    Is it legal to own a porn site?

    So, is Bluehost ok or not?
  7. T

    [GET]AddMeFast AllInOne BOTS[iMacros][1000 Points < 1 hr.][Never Crashes]

    "Never crashes" - does it work without an internet connection too? J/K Thank you for the share.
  8. T

    No members can't send PMs rule

    Thank you cool.dude123 for the JV idea. Also, special thanks to meathead1234 for clearing things up. Sorry if this thread caused trouble to anyone. Perhaps others that think like me will find it usefull in the future.
  9. T

    Python Automation , BH etc Study/Beginners group ?

    I'm already experienced with python but I wouldn't mind helping you if you need me. Here's your first tip: Don't read books on python. Read the documentation. It starts with a tutorial that is very well written and you will learn almost 100% of the things you need to know about python.
  10. T

    No members can't send PMs rule

    If I'd been living by that mindset I wouldn't be where I am today. This is the Suggestions Forum. I'm allowed to post suggestions, BHW staff are allowed to take them into consideration or not, they are allowed to read my posts or not, but this is not the place to blow steam off. Thank you.
  11. T

    No members can't send PMs rule

    I understand why you guys might not want to change the 15 posts rule, but how about my other suggestions? 1 PM/day to moderators only? 1 email? About the other rules to posting in the markerplace. I know persons that can vouch for me, I will provide an youtube video showing how the programs...
  12. T

    Is it legal to own a porn site?

    Thank you guys! Your answers cleared up alot of my doubts. One more thing about copyright law though: Let's say I scrape some pictures from a video on some site that I'm not affiliated with and post that picture on my site (like a preview), but when people try to watch the video I redirect them...
  13. T

    No members can't send PMs rule

    As you know, new members can't send PMs untill they have 15 posts. I understand that this rule is important in order to prevent spam and bots, but I feel as though that number is a little bit too high. 10 would be a better limit meby? If that can't be done, then at least allow new members to PM...
  14. T

    Is it legal to own a porn site?

    I hope this is the appropriate place to post this. I haven't found a better suited sub-forum. My question is, is it legal to own a site that delivers pornographic content? What if the content is scraped from other sites? Are there any copyright rules I need to know about? And if that is...
  15. T

    Bitcoins are a great way to monetize your site.

    Are you not concerned about the fact that Bitcoins are losing value right now?
  16. T

    Hello world

    Like the title might imply, I am a programmer. I develop cool bots and all kinds of exciting software that I hope you guys will find usefull. I also like to give a hand to less experienced programmers in the programming and scripting section. Thank you for reading my intro. Have a very nice...
  17. T

    c# vs python

    As I've been programming in c/c++/java/ruby/python/php/asm for quite a whie I feel like I have to clear some things up over here, as there is so much missinformation in this topic. Is C# better than Python? NO Is Python better than C#? NO Both languages have their ups and downs. Here are some...
  18. T

    How Do You Do This In C/C++? Will Pay For Help.

    That's very easy to do in c/c++ actually. I'm not gonna give you the answer but here is a hint: Create a two dimensional array with 6 columns and 20 rown like so: int my_array[20][6]; After this, read the file into the array and work with it. It's alot easier then to work directely with the...
  19. T

    i want to dedicate my life programing, need some tips and advice

    Here is my take on your questions: *is there any universal language for everything Yes. It's called C++. C is good for anything two but it's harder to work on big/huge projects because it's not object oriented. *should i stick with one language forever i mean, learning it till there's nothing to...
  20. T

    Is This Possible?

    The two most used ways to send information to a page are GET and POST. GET sends the information along with the url, like on google searches, POST information is not visible in the url and you have to read the whole request send to see it. A nice firefox plugin that can help you do that is 'Live...
Back
Top