Jump to content
UBot Underground

James J

Fellow UBotter
  • Content Count

    84
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by James J

  1. Im interested... I can do ubot HMTL design and create your functions. You can search skyp for my email address as a contact... I'll PM you with it. James Jackson
  2. If you don't want the html tags in there you can drop in the replace then drop the scrape attribute into that when you are adding the items to your list. Just replace the tags that you don't want with space... i.e. literally press the space bar instead of typing a character.
  3. Could you post the list here? I am not near a machine with Xcel right now. James
  4. As far as speed is concerned that could be related to your internet connection. also you can turn of images flash css javascript and pop ups with ubot so you can speed it up that way... then if you throw in TJ's multi threading logic you can do multiple actions with ubot at the same time. As far as bugs go there arent may that I am experiencing any more. I think the last time i submitted a ticke to support for a bug was about 4 months ago. To put it shortly when a bug is discovered AND the ubot team can reproduce the error... that bug DIES (gets fixed) shortly there after in most cases ;-)
  5. if your file does not depend on HMTL try saving the file as .txt file with no HTML coding then upload it to your server. then use that url as the location of the file. James
  6. Maybe try placing the add to list items inside of an if command so that only if the element you want to scrape is present will it get added to the list. Like so... clear list(%Google Results) navigate("http://www.google.com/", "Wait") type text(<name="q">, "weight loss", "Standard") click(<name="btnK">, "Left Click", "No") wait for browser event("DOM Ready", "") if($exists(<class="l">)) { then { add item to list(%Google Results, $scrape attribute(<class="l">, "fullhref"), "Delete", "Global") add list to list(%Google Results, $scrape attribute(<cl
  7. What is going to happen after they click the US or UK button is it going to do a search? Or is it some option process that the end user should be able to choose whether they want to happen or not? A solution I have used for a need for a dynamic UI i.e. thing changing based upon user selection is to us an if statement combined with the load html command. So if US is true then load the HTML with the US checkbox in the browser. If checked you can use that to trigger the commands that you want to run. Just remember you have to scrape the attribute of the check box to to trigger the commands. So
  8. What is the website that will allow us to help you a lot faster.
  9. if you want to get rid of everyting behind the % symbol... i beleive it would it be %.+ in the area where you place the "text to replace" then put a $nothing parameter or just leave the "replace with text" empty J
  10. I didn't think it was ubot becuase it had its own unique icon but I can see how it could be the ui html window... but not the main browser as it has no address bar. The icon can be "hacked" into an exe from what I recall though. J
  11. I am trying to create a proxy/ip settings UI HTML WINDOW that worked perfectly in a v3.5 bot with v4 Problem One... When I choose a selection from the list box in the UI HTML WINDOW then run the script the variable is NOT being set Problem Two... When I use a set node (which is inside define command) to set the location of the input file it still shows "No file chosen" in my UI HTML WINDOW. Any help would be greatly appreciated ;-) James ui html window("Proxy / IP Address Setting", "<html> <head> <meta content=\"text/html; charset=ISO-8859-1\" http-equiv=\"c
  12. What are IFTT sites? can you post a url?
  13. Id also like to know when this will be released
  14. Hello All... I've been working on my Backlink bot for the past 6 months. Actually looking into folder where I have saved all the files I started this bot on 1/21/11 so its amlost 6 months exactly. It's definitely a big bot at over 7mb compiled. I am looking to trade the source code of this bot for the source code of other similarly robust bots that offer complete solutions that I can sell commercially. So let me know what kind of bots you have a post good descriptions ( like this one ;-) and images or video if possible. NOTE: I am looking for mass Press Release, Social Boookmarking,
  15. No Praney I haven't explored changing the user agent in ubot just yet. Have you been able to avoid being blocked by Google using that method? James
  16. I want to build a bot that works with Google. Do you think changing the user agent and using proxies and using sockets is enough to use Google without getting blocked?
  17. I am attaching a yahoo sign up bot... Yahoo Sign Up.ubot I use the following url to sign up to yahoo... http://mobile.yahoo.com/mail To create the account and select the gender use ubots account creation feature to generate a male or female account then in your script select male of female from the drop down box on the yahoo form. Also yahoo is tricky with their captcha .. they alternate between two different codes that show the captcha on the page. James
  18. I am getting an error when using the "change proxy"--then-->"set proxy credentials" nodes. I also using proxybonanza.com proxies. This issue has been raised before in this thread... Other post about this Proxy Credentials error/issue When I use the auhtorization IP settings in my ProxyBonanza account and set my ip then Ubot works just fine because it doesn't need to send the proxy credentials. But when I disable the authorization IP in my PB account a window pops up in ubot asking for my user name and password. What gives? James
  19. I am definitely looking for this feature as well. I know that the software making tool Tiger Software Builder uses a relational database set up and has some very cool features. I also know that the owner is working on adding web automation features to compete with Ubot. So this may very well be something to consider because as of now TSB can make already makes some awesome aps and if they can make web automation work as well as UBOT then watch out.
  20. James J

    [library] Encoding

    Sorry but I have no idea what this bot is good for or how when to use it. Some one care to enlighten me please? James
  21. I don't know what i ma looking at when I watch this video. I don't hear any narration is there any?
  22. NOTE: You don't have to view the entire page code to do a scrape. If you simply higlight what you want to scrap or even over highlight / select it you can then right click--->page scrape and it will only display the code that you selected in the browsers. When i say over highlight /select I also seclect some text,image or whaterver just a little above and a bit below what you want to scrape so that when you do the page scrape you can see a fair amount of code to work with just in case the actual thing you want to scrape doesn't have anything unique in it. If you post an actual bitly
×
×
  • Create New...