Jump to content
UBot Underground

beatngu

Fellow UBotter
  • Content Count

    263
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by beatngu

  1. There is much more to it than just sending the traffic,you got to make sure it counts as real traffic. Google just bought one of the most advanced companys with some sick algorithms to track click and hits from botnet's. You also got to be very clear about the risks doing it this way,and even if you get the right person to get you that amount of traffic it will mostly be short term before they are on to you. This is a very drastic way of getting hit's. You got to remember that all the infected computers track back to your site,and that can result in some serious jail time.
  2. This is simply never going to happen,and for sure not with public proxies. I don't even need to ask where the traffic is going because i see the whole thread as a one big joke.
  3. Indeed,i have never come across such huge amount of proxies. So if OP comes up with that amount of proxies i will do the job for you,lol. The other ways to get that kind of traffic are illegal and even then i do not see it happe that easy because you would need 1 mill infected US pc's.
  4. Sure it is possible. The big question do you have enough money to buy 1 million private US proxies? Even with a huge discount you would not come close to that amount of cash,but if you a loaded with cash then anything is possible.
  5. Sites are blocking awesomium from uploading the images,more and more sites are doing it. I had to stop use ubot for this reason since there is no way around it in ubot beside httpwebrequest. The only option is to use a real browser but since ubot is using awesomium it is impossible.(it is not only awesomium they are blocking but most of the other "fake" browsers people use to automate) It's looking like some sites has blacklisted the browsers people use to automate.
  6. Found it myself..... If anyone else should stumble upon this problem here is the correct code : //*[@id=syi-categories-l1]/ul/li[. = 'Innertext']
  7. Hi all, I have a problem with a xpath and i am serching for a way to select the innertext based on text with xpaths. Is there a way to do this? This is my xpath //*[@id=syi-categories-l1]/ul/li[6] The problem with this is i can't use my combo boxes values to get the bot to click on the xpath based on innertext. I would need to find a way to replace the number 6 with the value/innertext so i can control it with my combo boxes and use the value of my combo boxes to click. I also tried with css paths but since contains is unsupported in css3 it will not work on this site. I did it in ubot w
  8. They do not need to block the whole page this is enough to destroy my bot,and now they can easy see who is using the bot since all ads are placed without pictures. I stopped to use ubot a while back and this was the only ubot i had left and now i have no use for ubot at all. Already started to re-code this bot since i am sure i will be faster to re-code the whole bot then wait for the ubot team to solve this.
  9. Yeah i have tried everything,they are blocking awesomium,this bot was running fine for years but they changes the site to stop the bot. But what will happen when more sites block awesomium?? Will ubot not be obsolete then?,this site is owned by ebay so it should just be a matter of time since they stopped my bot. Does anyone know how to spoof the browser in ubot?
  10. Found the problem and that is this piece of junk Awesomium. Tried awesomium in visual studio and it is having same problem as in the bot,not loading the images. Unless someone has a workaround i think i need to make a ticket for this one.
  11. Hi all, I have this strange problem,one bot i have used for years without problems stopped working today. The site had change the code a bit so i had to update the bot,but now they are blocking me from uploading images. I have never had problem with this before today,so it looks like they found a way to stop the bot. When trying to upload images with the ubot browser it just keeps on loading and the images never shows up on the site. I tested it with Chrome,Firefox and Ie and they where all working fine it is just the ubot browser not able to upload the pictures. Has anyone a idea on how t
  12. That is a nice little plugin,thanks for sharing TJ
  13. Sorry i forgot about this thread,but i did not forget about the idea. I see a few people are interested in learning to convert bots to a real coding language. I have been working on some huge projects and have had little spare time to make tutorials. The very complex algorithm i have been making for the projects are at 70% and almost done and i should get some more time for other stuff soon. Due to the very slow progression of ubot 5,i am thinking of dumping ubot for what it is ( i told myself to wait for the next update of ubot 5 to make a decision since Seth mentioned in the bhw thread t
  14. The way i do it is to grab them all and regex out the parts i want from the return value. Not the best way to do it but it works.
  15. All pm´s has been answered and the source has been send. Some forgot to give me the email so i can send the files,i can also send it via skype if you prefer that. Just send me your skype name or email and i will add you and send the files.
  16. Here you guys have a working source code of loading and saving profiles with the help of Aymens ini plugin. Feel free to modify and use it in your bots. I pre loaded the ini file with 2 profiles to show you how it works,choose your profile and push load button and the fields will be pre filled. Add more profiles with the save button. Put the ini file in the same folder as your ubot file and the bot will load the profiles when opened. For some reason i can't add the files to this post due to this : Error You aren't permitted to upload this kind of file So if you want the source send me
  17. Say you have saved 10 profiles in ini. You then use get section names and add them to a dropdown then you have your profiles in the dropdown. You can select what profile you want to use and tell ubot what to get from the selected profile/section with a ini read. It works in the same way as tables,with ini read you define what information you want to grab from that section. So say section1 has name=Sam,password=123 If you want to grab section1 name ,use read ini section1 name and you will get Sam The get ini section had a bug so thats why it did not work before but you should have no prob
  18. Ini is ideal for saving setting such as profiles. It is fast and lightweight compared to sql. The times i use sql over ini is when i go many levels deep with saving and loading data.
  19. What i think i the right thing to do is : -Put ubot 5 in a beta stage (thats the right place for a half working software) -Disable monthly fee until ubot 5 is working as it should Why? I think about 90-95% of all the users are using ubot 4 and that is not being updated,so we are paying for you guys to fix ubot 5. We are nothing more than paying beta testers atm and ubot 5 will not be stable anytime soon.( 10 bugs get fixed every update and 15 new are reported each time) There are just too many things to fix before ubot 5 is usable and for 1 developer to fix it all within a reasonable time-fr
  20. Meter has the best license system around for bots so i suggest you take a look on his thread.(His support is also one of the best around) http://www.ubotstudio.com/forum/index.php?/topic/12958-sell-ubotlocker-web-web-based-licensing-solution-that-prevents-decompiling-and-cracking/
  21. 1)Try to remove set active window 2)On click dialog button change "cancel" to "Cancel" Have you tried this in ubot 4?
  22. Thanks for the confirmation,works now after a re-install of ubot and had to delete the application folder.
  23. The ui is not working for me in ubot 4,i also tried ubot 5 and the same result as ubot 4. Is it just me or can you guys add ui button etc to the ui? Nothing in the ui i showing. I'm talking about the built in ui of ubot and not a html ui.
  24. Not sure if this is what you are looking for? I use this to display charts https://developers.google.com/chart/interactive/docs/gallery
  25. Is there a way to include the files without the installer? I have bough a installer i use with ubot and it would be nice to be able to include those files in a external installer instead of the built in installer.
×
×
  • Create New...