Jump to content
UBot Underground

Net66

Fellow UBotter
  • Content Count

    559
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by Net66

  1. The dml appears to be pretty much normal html and javascript. It is possible to set up a file server to handle any extension of file through any of the standard interpreters. For example many years ago I had my own server and configured it to run all html files through the php interpreter (which can have html in it anyway), this meant I could have inline php doing things but the user saw the extension in the browser as html. Its quite possible they've just set up their server to treat files with a dml extension as html or php, etc. Andy
  2. OK... I'll declare myself back in again. Its a solution but its a bit bodgy if you ask me... See the attached bot, login to opera in the ubot browser before running it. It will fill in the fields using the send keys command and submit the form. bodgesolution.ubot There has to be a better way, but once you are in it seems title and blog post can be selected and written to in the normal ways. Andy P.S. This requires PRO or DEV version of ubot. If you have Standard then I don't know that there is way around this.
  3. I'll declare myself beaten for now. I've tried a bunch of things (including some real odd things) and I can't get it to work either. Andy
  4. The Ninjamanz speaks sense! I do the same in all my bots. Andy
  5. I don't think this would be any problem for ubot. You can both change proxy and clear cookies easily enough (if the basic clear function doesn't do enough you can call ccleaner from a command line shell which is explained in a forum post somewhere). You can maintain a list of used proxies easily and write it to a file at the end, then next time load the list back and check to see if a proxy exists in the list before trying to use it. Basically you will need to learn loops, lists and the proxy functions, all pretty elementary ubot stuff :-) Good luck with it. Andy
  6. $application folder on a compiled bot is the folder where your compiled bot resides, but on an uncompiled bot it is the ubot program files folder! The way I work around this is to set a variable at the start of my bots called 'DATADIR' and set it to be the folder I am using to test. Then when I am ready to release a bot compiled I just change that one variable to be set to $application folder and compile. Andy
  7. I think basically the pro version has all the stuff standard should have had to begin with plus firefox and some stuff you have to do with javascript if you don't upgrade and the dev version you can take off the branding, have a custom splash page and have an html ui which from the user opinions in forum posts doesn't seem to work and probably should have been put in the pro version anyway. If they fixed the constant false positives in Norton anti-virus, didn't have a compiler that can change without you doing anything and could fix the crashing when doing large bots the Dev version would be
  8. 1) Scrape all the urls into a list. 2) Loop through the list and check if the list item contains google. 3) If it does not contain google add this to a NEW list. At the end your new list will have all the urls that don't contain google. You can check if the item contains google using javascript or the pro version has a contains function I believe. Andy
  9. I think you need to take a different approach. Scrape all occurances that match the wildcard into a list. Pick a random number between 0 and the listtotal-1. Navigate to the url at that list position. You could do the navigating in a loop still so you visit multiple links from the list and you could even remove the list items along the way so you don't go to the same link more than once. Andy
  10. I was due to increase the price of Protect Gold 1st December. I was busy and it didn't get done. This increase will now happen 7th December. If you've been thinking of getting Protect Gold then do so before Tuesday if you want it at the current price. There is no intended increase for Protect66 at this time. http://www.66th.net/ProtectGold.html Andy
  11. I have to agree too. I am not upgrading yet because dev still does not have some of the important things that have been discussed and I don't see the point in upgrading to gain nothing I need at the moment. When its finished I want to upgrade and it will make no difference that I have been a customer from before these came about and contributed with ideas and discussion along the way that have ended up in the upgrades! Until the constant crashing with larger bots is dealt with I don't see that anyone can call ubot a professional development tool. Since this is unlikely to be fixed by the
  12. Yes it works with the latest releases as does protect gold... I will update my website as soon as I get time! Andy
  13. Super Auto Blogger Version 3.3 released (http://www.superautoblogger.com). Now has support for youtube video posts. Many improvements made. Existing customers get free upgrade and have been emailed but some of the emails I sent bounced back. If you have purchased and not had the upgrade email then let me know and I'll send you download instructions. Also am looking for more testimonials for the product that I can put on the site. All testimonials used will include a link back to your own site or blog. Andy
  14. I've had several PM's so am adding this here... The ubot function that you add to your bots alongside the new protection system uses only commands from the standard version and therefore you can protect bots made with any version of ubot. Andy. P.S. By its nature this tool raises questions and support, all of which I respond to very quickly. As such I don't necessarily want too many people using it, its not my main business, I came up with a solution for me originally and offered it and then developed it further. As such I am increasing the price 1st December.
  15. For bots you are only supplying to one or two clients this is a great idea. Andy
  16. Its because ubot doesn't handle unicode. Load the file in txt editor and save it back out as ANSI and then try. Andy
  17. Net66

    $Spin Bug?

    I have a bot that uses spin way more than this example and am not having any problems. Andy
  18. Thanks for the kind words guys. I have updated my super auto blogger bot to use this now and am offering a restricted trial version which is already proving to help get sales. If you want an idea of how I think the trial system is best used then check out my approach at www.superautoblogger.com - scroll to the end of that page for the link to the trial version which captures email, gives them the trial which runs for 7 days and follows up with a couple of emails during the trial to encourage them to buy. Simple but effective marketing (I am no marketing expert). Andy P.S. Have als
×
×
  • Create New...