Jump to content
UBot Underground

sazuka

Members
  • Content Count

    37
  • Joined

  • Last visited

Everything posted by sazuka

  1. or maybe its not supported on 2012? best to change to 2008?
  2. Hopefully u guys can help me out. I just purchased a vps on hostwind and tried to run my compiled bot but I always get this error below.. I checked and already activated windows .net framework and rebooted but still same issue. I hope someone can help me as i have been trying around for several hours but no luck http://i.imgur.com/xLlmMMU.png http://i.imgur.com/jX5OOhO.png
  3. My idea would be something like a loop If clicked on *.zip then navigate to *.zip. Maybe some great ubot wizzards could help me out here It would then open up the download dialoge box?
  4. Appreciate all your help! Is there no way to make it download like a regular browser? simple show popupbox? Because a group of people will use the compiled ubot bot and i want them to be allowed to download my files..
  5. I need really help with this. I have a site where I want to manually .zip files and .pdf files. I noticed when I click on a file inside ubot there is no download manager or something? No popup to download? Is there a way to allow downloads inside ubot?
  6. this is awesome Code Docta (Nick) But after clicking on something else on a website it shows the link again. Is there a way to run the code everytime a person clicks on any link?
  7. Hi i have a website which shows properly on chrome and firefox but on Ubot not showing everything properly looks very messy on ubot. Is there a way to fix such in ubot?
  8. Thanks guys for the help!
  9. Is there a solution to combine.. incase a website doesnt load properly or is offline... Combing: wait for element and if else example: navigate to www.login.com Wait for Element (innertext Login to shop up) If innertext login not showing up then navigate to www.login.com else click login
  10. I am trying to scrape the passwords. 5 different Passwords and save each password into each owns varialble. I tried scraping with wildcard but it scrapes all passwords at once.. because the innerhtml are very similar <innerhtml=w"<strong>Password</strong>: *"> doesnt work Below is the Html code <p>mysite.com</p> <p><strong>Username:</strong> mysite</p> <p><strong>Password</strong>: Pass1</p> <p><strong>Username:</strong><span class="email">email1@email.com</span></p> <
  11. same problem , pastes the whole list instead of 1 item maybe a bug or i made a mistake?
  12. I have a text box in which I enter several names. I want ubot to enter them 1 by 1 but somehow it copies the whole list and enters the whole thing... What did i do wrong? ui block text("names",#names) add item to list(%names,$list from text(#names,$new line),"Don\'t Delete","Global") navigate("http://url.com","Wait") wait(4) type text(<name="names">,$next list item(%names),"Standard")
  13. I am wondering if Ubot can store and pull out ubot codes from MYSQL: Example: Ubot checks the online mysql server on start of opening bot if User1 = User1 then fetch the code from mysql below and perform it navigate("http://www.ubotstudio.com/resources","Wait") click(<id="upgrade_notif_link">,"Left Click","No") If User1 = User 2 then fetch the proper code from mysql and perform
  14. oh yeah pls msg me or add me on skype dachdeckerhugo
  15. Hi I am looking to hire a programmer to do a simple Ubot actually + create php script (No design or anything needed) Sadly I cant go higher as its my max budget Here is a simple explaination: In the PHP script admin can create level 2 users which can create projects. (Project name, website url etc,name) Once done, Level 2 user can adds usernames who are allowed to access the ubot. By adding Username script generates key for every level 1 user. Level 2 user then sends the keys to level 1 users himself . Ubot: Ubot bot connects to my server to check for project name and then username
  16. I have 3 Links on a website and I want ubot to click on 1 of 3 links.. how can I do that? Btw those are static links.
  17. Thanks Gogetta it worked like a charm + I learned something very new from u! Thanks! Btw i was wondering how it would work out "Thread -> in explorer" example u have 6 threads running at same time and all are internet explorer. It will result that all will have same ip all the time? Because I am wondering if it is possible to use different proxies on multi threads?
  18. Ive been trying to figure out how to use a list of private proxies which require username + password My proxylist.txt is constructed of -> IP:port:username:password I used the script by Botbuddy which i found here on the forum which is attached below. My Ubot is the basic/standard version btw After Starting the change proxy node turns red and the page shows nothing ProxyChanger.ubot
  19. That would interest me as well, i would even upgrade to dev version for such a feauture Thx for the suggestion
  20. I bumped into a new problem but on scraping and i have no idea why it isnt working. Is it because the attributes on scraping are <a></a> tags? Here is the screenshot: http://i52.tinypic.com/160odcj.gif
  21. Thank you BotBuddy, very very helpful. You diddnt just give me the solution but i learned 3 new things from it! thank you!
  22. Hi all, im having difficulties on scraping and saving into .txt the hottrends on http://www.google.com/trends/hottrends I did 1. Navigate to http://www.google.com/trends/hottrends 2. Add to list and inside List: (%trends) , content: (page scrape), i mark a keyword but everything is wrong on left and right.. i hope someone can help me on Number 2.
×
×
  • Create New...