Jump to content
UBot Underground

TommyTx

Fellow UBotter
  • Content Count

    81
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by TommyTx

  1. Recommend you build a simple bot and ask someone with a Windows VPS to run it for you as not all windows programs will run on a Windows VPS... if you are not familiar with a windows Vps it one hell of a lot more complicated to set up than a Linx... so tread carefully... until you know ubot will run on a windows VPS.. Does anyone have any experience with this yet? anyone running ubot on a windows vps?
  2. Sounds like you are an avid feed eater... do you have a preference for a feed reader... Just never found one that I really liked... do you have a specific system for reading them...
  3. Hey capture typers are available at decaptcher.com for only 2 bucks per thousand..
  4. Alcr, What is the difference in a shell and and an include... is shell used for compiled bots and include for uncompiled ubots.. and if I compile a bot that has an include does it bring in the include file and compile it into the main exe file... which means it will be huge or does it just compile the ubot external.. as I saw you just used the include see below... <quote>if evaluate #checkbox1 = true then include bot1.ubot)</quote) without the .ubot meaning not compiled... Can you just give an overall view of the diff in the shell and the include... thanx..
  5. Don't forget to have one bot sitting back with a big cigar.. answering and responding to the email as most forums normally require verification by email.. and build in a ton of error checking ... that alerts you to problems..
  6. Its a huge long drawn out process..a great project for us to help you thru and then allow all the newbies to follow along as a training scenario.. showing each step of the way.. It will require intensive programming... every step of the way.. 1. Selecet for example "All" then "Alachua" city.. bring that up then select each agent one by one then go to that agents page and scrape both email phone number and address or what ever you need while there. 2. How many will jump in and help with this project...a super training scenario.. 3. We could break down the steps.. then someone could build the
  7. along those lines, there is a ton of short examples and fixes as anytime you have a problem you can attach what you have and someone will fix it for you. Those are scattered all over hell and high water.. if mgmt has some way to scan to forum and grooup all those mini fix programs in one place that would be very helpful... then you could download all the fixes and find damn near anything you can imagine...
  8. another possibility that worked for me is to go into "Access to the PAath c:\ubot folder" is denied the folder where the exe ubot is located and make a directory called \backkup in the same directory you are in and cut and paste the old exe into the backup folder.. then the new program seems to update ok... as a matter of fact I think if you try to delete the old exe it will also say denied... so try cut and paste to get it the hell out of the way.. worked for me... what a freaking hassle... did it every time to me.. pissed me off like a big dog..
  9. For anyone interested in learning more about DOS.. http://www.computerhope.com/msdos.htm there is a million pages out there in google.. just one of a ton above... it might help you do something you might not otherwise be able to do and since the commands will all be in .bat file, UBOT can run them via the shell command. I occasionally will use a .bat command when in a hurry to do something quick and do not have time to program it..
  10. Just be very careful with it.. its call DOS and the D is for dangerous.. For example forgetting to put the *.csv will delete the entire directory in a flash.. Actually I am wrong... it takes a delete *.* to get the entire directory.. so maybe its not as dangerous as I suggested.. Now that I think about it.. maybe D is for the dark ages as that is how long DOS has been around.. Actually some of the new fangled puters won't run dos..
  11. To expand your knowledge of the dark days you can also.. Type the following into a .txt file and name it mydelete.bat delete *.csv or if the csv is in the directory \mycsvstuff\ then delete mycsvstuff\*.csv simply save that one liner as mydelete.bat or any other .bat name and double click it and whiff.. all gone.. and if you want to play with deleting them from the ubot interface... just call Shell for the mydelete.bat file. Shell will fire off the bat file... like a big dog... while you are are at it do you want a list of all the files in your directory.. put this in a text file
  12. That just makes me wanna cry.... hee..hee.. just kidding.. well said..
  13. 38 views and Zero responses... must be a hard question.. hee..hee.. I am researching everywhere, if I find anything I will post here as it would be nice to be able to get capture resolution with a simple http send.. we could then simply use it with UBOT and any other type of program.... Any comments at all might be helpful...
  14. Does anyone understand how to work with the decapture.com guys... I purchased a thousand captures and now realize I have no idea how to use them.. I want to use them both inside and outside UBOT.. so if someone could explain how to use them in ubot and then outside ubot.. I would be very appreciative... I can do programming so if I understand how they work i should be able to handle their aPi... but it looks like they could be uses as simple as below using the HTTP mode.. <form method="post" action="http://poster.decaptcher.com/" enctype="multipart/form-data"> <input type="hi
  15. I would guess Ubot won't scrape a pdf.. however it can download it and if you need just certain stuff from it there are programs that can convert it to word type documents so that any data can be retrieved...
  16. Here is a google URL scraper, but it did not work for me... Try it maybe it will work for you.. http://custombots.com/2010/01/download-google-url-extraction-tool-free/
  17. Does anyone have a bot that scrapes the results of google search site:mydomain.com that they would be willing to donate to a good cause... I hate reinventing the wheel, its not difficlt, but it all takes time. I just want to do site:mydomain.com and grab all the urls from the page that apply.. would be nice if it has next capabiltiy but not requried... thanks a lot for any offers... Maybe I can return the favor as I am working on a ton of other bots now.. Tom
  18. Hi Dave, Still having problems... to see it work like I added the ID to my dropdown and it says can't replace. Set #new String #Replace #HTML selected> Replace I sent the bot with the file name attached... I added a selected in the drop down to make it acutally select something... did that mess it up... its not unusual for the dropdown to come in with a specific item selected. Its giveing the error.. Cannot Replace.. using_regex_fileadded.ubot
  19. Where can i find the url of some of the Capture Typer sites... and what would you expect to pay monthly.. and how fast are they usually.. maybe 5-10 seconds????
  20. Where did you get this ID? frmExpSpc0_0 match = document.getElementById("frmExpSpc0_0").innerHTML; Is that the actual ID that Tool Trainer is using in the project he is working? I don't have access to his log in.. so to see this work all I need to do is add this id to my dropdown that I used for simulation... is that correct? Also this should scrape using all the other getElements also corrrect?
  21. Thanks a lot... TT will give you a big kiss.. it he has not gotten the RegEx working right yet... no matter, this will be a great little tutorial for any others having problems with the Javascript module... you are sooooo good.. maybe you would consider doing a nice little video module on just how to work the javascript module... This will help me in a lot of projects as I can make javascript dance... and now it can dance inside the Ubot..
  22. Thanks The_Brit, That is the second time you saved my life, but you left out one important part.. IF you look back at the rig, I first scraped the dropdown and got the data in the incoming variable.. In my example i had shown the input as a variable already in the javascript.. since I did not know how to get it into the module... So you sloved one problem: that of getting the result... but that still leaves the problem of taking the scraped data into the javascript module.. You are the best.... thanks.. In other words: var myString = "<SELECT> <OPTION value=1 selected>Mar 10 (100
  23. Please take a look at this javascript problem... when you load the ubot and click load it will alos bring up a page giveing all the details that I am tring to do.. A copy of the javascript code that I am trying to run in the javascript module is included as a text file so you can change the extension to .htm and run it and see how the javascript works without being in the module.. I am very familiar with javascript, but not sure how to get the input and out put to it.. Anyone who can offer suggestions would be greatly appreciated.. See the two attachment for more details. Apparently two u
  24. OMYG I just became an advanced member at 30 posts... lord I am still asking basic questions.. I did a basic thingy in Javascript but cannot figure out how to get the result into the system. var a = 5 var b = 4 var tot = a + b #mysum = tot See the attached sample... it can't be that hard... How do I get the results so I can use it in the rest of the program. Also alert(5+4) is a very common javascript command but apparently does not work at all here.... that is too bad.. its a great way to quickly view the results of you script.. simple_scrape_fixed.ubot
×
×
  • Create New...