Jump to content
UBot Underground

Search the Community

Showing results for tags 'ubot'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Announcements and News
    • Join the UBot Community
  • General
    • General Discussion
    • Mac and UBot Studio
    • Journeys
    • Buy, Sell, Free
    • Scripting

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

  1. Hi Fellow Botters and Ubot Staff, right now I am testing the DEV version and try to use a compiled installer. When I try to run the installer (in order to deploy the script with necesarry ressources and install it on windows system) I get the following error: Error opening file for writing: C:\Users\Username\AppData\Roaming\Ubot Studio\Browser\5.9.12\avcodec-53.dll Click Abort to stop the installation ... (Screenshot attached) This issue opens up multiple questions: 1.) How to solve this problem in order to properly install the software (bot) with installer? 2.) Does it mean, t
  2. Hi UBot Community and greetings to the advanced users (producers), today in 2016 after Ubot has risen and was vastly enhanced over several years, which plugins do you consider the most important ones to have? It would be very helpful if some experienced users could give their opinions regarding their "most recommended" or "most used" Ubot plugins here. Any serious advice or background information will be highly appreciated. Thank you.
  3. So i had an idea yesterday and i wanted to know your opinion,more often or not i need something automated so i create a script for it and i automate the procedure and i create an Exe for that particular process. Thing is i have many things to automate so i would like to create one Bot which has the ability to run the scripts that i wrote. It can be normal Ubot Compiled bot with no commands at all. But people could import my scripts into it and This compiled bot would just read my instructions (From the script) and Modified its behavior to accommodate my script and do the Automated task
  4. So I'm trying to automate this site... http://redbubble.com. Everything is fine until after I upload my image. On redbubble you can upload one image and they put it on like 20 products. The issue is when it adds the image to all the products you can't easily click on them. I've tried everything, changing user agents, etc... nothing is working! I've created a demo account for you to use to see what I'm talking about. Login here: https://www.redbubble.com/auth/login Username: ubotdemo Password: ubotdemo123 Then go here: http://www.redbubble.com/portfolio/images/new?ref=account-nav-dr
  5. Hello, Please can someone point me in the right direction, .. Iv un-installed and re-installed the latest version, but still stalls with "Not Responding" in both UBot and compiled bots Im trying to gt a previous UBot version (anything from 5.8.5 to 5.9.4) I would have used a version reverter but it doesnt work anymore Can anyone help ? Thanks CJ
  6. Hi Guys I just have a question. Is there any way that I can convert Ubot code to VB script or is there a PLUGIN or software that i can use to convert my script. Or do you guys have any suggestion regarding this! Thank you very much Regards Verno
  7. I am looking for a ubot developer who can build me a bot that will... Configure new Shopify sites. I can provide a list of step by step instructions that will pretty much work with all of my fresh Shopify installs. I will need is the ability to paste in a list of keywords and have the bot take each one and add them to a navigation menu. So the stuff I will need to change every time I run the bot will be login info (username,password) and the list of keywords I mentioned. And finally, I will need the bot to have the ability to upload a file. If that part is too tricky, I can do that
  8. Hello all as you read from the title. with ubot i can't load facebook page ( personal, or group ) which i am sample doing a facebook poster the same for tumbler the login form not loading twitter it's load but i can't make a post i have view page source, and add click and add the html source of the post button did not work, how to fix it thanks Luda
  9. I'm trying to "tweet" on twitter, but the point is: I want to upload 1 picture/tweet, and every time to be a new photo (the next photo from my folder). How can I do that? Ex: tweet-1, uploading the pic "1.jpg" from the folder "all.pics" 1. C:\Users\s0mekind\Desktop\TWT\NEW FOLDER\all.pics/1.jpg 2. C:\Users\s0mekind\Desktop\TWT\NEW FOLDER\all.pics/2.jpg etc I hope you understand guys... http://i.imgur.com/DfJM5QV.png <accept="image/gif,image/jpeg,image/jpg,image/png,"> Thank you,
  10. Hello fellow ubotters, it's been awhile since my last share so I though today would be the day to share some of my personal code. I don't know if this has been covered yet so here it is. We all know that the random list item is not always what we need. so I made this code to randomize a list in ubot. Below you will find the code. You can make the list randomizer faster by removing the wait, but if your distributing bots with this code I would recommend leaving it in, so you don't have any freezing problems with users that have slow processing speeds. clear list(%templist) clear list(%loadedac
  11. Hello community, This is my first post and am new to the forums. Have studied uBot for a little while, but still a little new I'm having trouble scraping emails from a webpage... I have tried most of the regex codes in EditPad and the only one that seemed to work and highlight the email addresses was this code: \b[A-Z0-9._%-]+@[A-Z0-9.-]+\.[A-Z]{2,4}\b But when I am using this code in uBot I dont seem to be able to scrape anything... Also tried looking with insersions like: (?<=.)\b[A-Z0-9._%-]+@[A-Z0-9.-]+\.[A-Z]{2,4}\b(?=.) Also tried it in brackets like this: (\([A-Z0-9._%-]
  12. Dear Ubotters, I have a list of about 1,000 URL's I am looking to scrape for phone numbers. To be clear, I'm just talking about the home page then, if necessary the about / contact us page. I just need the one main number for each URL but If there happens to be more than one on the page and we can grab them that would be good but not a 100% requirement. I don't want the bot, I have a copy of UBOT but it's just a little too complicated and technical software for me. I just want you to return me the spreadsheet with the phone numbers filled in. If the first batch goes well we can do future bat
  13. Hello fellow Ubotters, I would like to get some advice on best practices for how to automate the running of a bot which has a large number of pages to scrape. First I will give a little bit of background, and then hopefully someone can give me a few good ideas to implement. There is one site that I would like to scrape, and I need to pass through a series of unique URLs to the site. With each loop, I write the unique URL into a separate table so that I can keep track of which ones have been done and which ones still need to be done. Perhaps an example will help to demonstrate my situati
  14. Does anyone know if there is an easy way to convert ubot code into php? I would like to include some script into a website but wasn't sure exactly this would work or if possible. Does anyone have any ideas or experience?
  15. Ubot seems to be pausing at the very beginnng of many of my custom commands. I have an alert as the 1st line of code within the custom command and ubot is showing that it has entered that command, but the alert statement isn't popping up. Furthermore, the web browser area goes blank and becomes inoperable unless I shut down ubot and re-open. This has happened on many different define commands. I have to stop the program, restart ubot and then run again and it usually works until it moves into the next define where I encounter the same issue. This is making it impossible for me to use/t
  16. Hi guys, just wanted to check if you are experiencing the same issues as me. I have Ubot 5 latest version 5.5 revision 9. I love the concept of Ubot and I could automate a lot of things however, I see that Ubot Browser often crashes, when scripting with more commands / functions in a more complex way I had cases when one tab completely disappeared, sometimes the browser does not react and just recently I had worked on for hours on a new bot and saved to find out later that it did not save it. First I would really appreciate if the Ubot team would take these issues seriously as these
  17. I am using the FTP function in ubot, but when it upload a large file to the server, it will take so much time to do. Is there any plugin/script or workaround that will transfer a big file from a server to another server?
  18. Hello There,i am the new guy here so i would require some assistance on few things. I usually work in Imacros,but that language lacks some things,like conditional statements although i am used to it by now so its hard for me to look at Ubot with brand new eyes,and these two work very differently so i wanted to ask few questions to help me start making Bots. Firstly i would like to Thank Seth Turin for creating this amazing program,i am Using Developer version and well i have a lot to learn. 1 - I saw almost all tutorials are for Ubot 4 on the tutorial page so my question is,which version d
  19. I have no idea how to mulithread wtih Aymen's plugin! I've got $http post and $http get down, and it would help me a lot if I could multithread my bots. Does anyone know of any tutorial threads out there? I tried searching, but I didn't find any for Aymen's http plugin. If you don't have an idea, do you have a bot that you could share the layout of? Paste the code or something so the structure can be seen. Thank you If I learn, i'll do my best to share another tutorial
  20. Hey guys, need help... Ubot can't click the signup button in https://www.newgrounds.com/login/remote/form/show/register. Tried changing user agents, capturing the image, changing different attributes but to no avail.. I would really appreciate if anyone can help me, thanks!
  21. I created some bots and a website to sell them. I signed up for the Ubot Secure service so I could sell licensed versions of my bots. I have my website and cc processing set up, so when a customer purchases a bot, it communicates with Ubot Secure (using e-junkie). UBot Secure then adds their email address and creates a license key for them to run the bot. This part works great. Unfortunately UBot Secure doesn't email the customer the license key or download link. I need a bot created that will do just that. I've tried creating it myself but keep getting stuck. I'm not familiar yet with UBot'
  22. I am trying to send multiple emails to multiple recepients . So can anyone explain me how would i do this?
  23. Could somebody create their own trend on a social media site using only bots? And if its is possible how many accounts would it take to accomplish such a task if somebody were to hypothetically do this?
  24. To go with my Gmail Account Creator, I am creating a G+ Poster, but the problem is that I don't know how to upload images onto G+ through Ubot...
  25. Bonus for sign up listed in a reply post below http://content.screencast.com/users/lowridertj/folders/Ubot%20Studio%20Resource%20-%20Site/media/064e332e-2a67-48b5-90e2-81fb00b11c60/Sales%20Thread%20forum%20post.png
×
×
  • Create New...