Jump to content
UBot Underground

Android

Members
  • Content Count

    17
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Android

  1. I'm not a programmer, bought Ubot to help with my marketing efforts. But I have been around a while. I signed up for this forum and downloaded my first trial version of Ubot in 2011. I feel like I'm pretty familiar with the product, and its competitors. I like Ubot. I wish I could use it better My point was and is that those of us who bought version 6 were aggressively sold a product that didn't work as advertised and still doesn't. And that even the Admins of the forum are suggesting to downgrade and purchase 3rd party addons to make it work. I do feel lik
  2. "I would just use 5.9.55 together with ExBrowser and tune it a bit. Should get the job done. TJ (the maintainer of ExBrowser) could possibly take you further in everything related to ExBrowser." I bought the developer version based on sales promises of v6. Hasn't ever worked. I bought a license to Ex-Browser, then that got turned into a subscription model and my license was only honored for a year. It really sucks that an admins answer to how to make Ubot work is to roll back and pay a third party to make everything work. Why doesn't Ubot just integr
  3. Thank you Code Docta, I've learned much from your videos. Your a great help to me, and the Ubot community. I just signed up to audit (Its Free to audit!) a beginning Python course from Rice University on Coursera. https://www.coursera.org/learn/interactive-python-1/ The course begins July 24th. They also offer a Python 2 course. Looks like a pretty comprehensive course, hoping it will help other coding noobs like myself!
  4. Because it sounds like what your asking is if its okay to fraudulently rip off their advertisers, the people that pay their salaries. The answer is no. Edit: I'm thinking of regular PPC. But if your just talking about affiliate links, I dont see why not. As long as the offer was valid and the advertiser was okay with that type of promotion. They are usually pretty clear on what they want.
  5. Hey itexpert, Interested in this, and have some questions. I can't PM you though. Can you PM me?
  6. I've scraped a bunch of images that I want to post individually into wordpress. While scraping I saved the images to a folder in my Documents naming them 0.jpg, 1.jpg, 2.jpg etc. to keep them in the same order as some other scraped lists. Then to bring them back into a list I used: add list to list(%images,$list from text($get files("{$special folder("My Documents")}\\ImageFolder","Yes"),$new line),"Delete","Global") When checking %images in the debugger, the list gets all screwed up going from: 0.jpg 1.jpg 11.jpg 12.jpg 13.jpg etc. So, any way to get each image path on its own l
  7. I believe you can install Ubot on up to 2 computers with one license. How Many Computers Can I Use a UBot License on?You can install your UBot Studio on one desktop and one laptop. However, they can't be used at the same time as it will trigger our piracy-control system.
  8. HelloInsomnia, Shazam! its working! Kinda... I hate to sound like a sales letter, but I upgraded to professional and being able to look at code view and compare it to your help made all the difference in the world! I'm still missing some urls, but I think I know why. Your help is appreciated, Thank you sir!
  9. I'm a SuperNoob, need all the help I can get! I don't think I ever even heard of regex until two weeks ago... But I think its gotta be the way I'm setting the #link variable. I've been trying, and I cant get it work on my project, or when duplicating the sample script above. So either I'm doing something wrong, (most likely answer) or somethings not quite right. Thank you
  10. Still not working... I'm pretty sure my regex is ok: \nhttp\:\/\/\w+\.\w+\/\w (The link I'm looking for is almost never the same, but is ALWAYS on a new line so the \n seems to isolate it.) It picks out the required link in every regex tester I can find, but the node: set(#link,$find regular expression($table cell(&emails,#row,4),\nhttp\:\/\/\w+\.\w+\/\w),"Global") doesn't seem to grab the url, or anything at all. I've been digging all over the place with no luck. Sorry, would post the whole code but I'm using the standard version for now.
  11. Thanks for this! It helps a great deal... I was trying to get this to work last night, but I keep getting an error on my Regex. The Regex i came up with works in every editor Ive tried but Ubot seems to be adding \'s to my expression when I run the node and is throwing an error. But, I just picked up a pretty comprehensive Ubot Scraping Course that includes Ubot specific Regex info, so I should be able to figure out what I'm doing wrong tonight. Thanks again HelloInsomnia
  12. Thanks Helloinsomnia... I've been working on this, and have gotten to the point where I have: Logged into pop3 account scraped all emails into table then made a list of the email subjects from the scraped table That's where I'm stuck. I'm trying to scrape a particular link in the body of the email to a list and am not sure how to do it properly. I've figured out a regex that I think isolates the link, but I'm having trouble with the steps necessary for scraping the ubot populated table using regex, and creating a list of the urls.
  13. Hey, Proud new owner of Ubot Studio Standard. Bought it in the hopes of automating some very repetitive word press posting I do, but am having trouble. So my process is: Login to email, click shortened link in email, take screenshot, record full url. Then go to my WP site, new post, fill in title with title of email, add screenshot to post, add link to page below screenshot. I've been studying the tuts, but keep running into walls. I'm trying to login to an outlook email account via pop3 with the "connect to email server" command unsuccessfully. Just wont connect, I've adjusted the
×
×
  • Create New...