Jump to content
UBot Underground

darknode

Fellow UBotter
  • Content Count

    55
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by darknode

  1. One, to see it easily, and make following conversations offline easier, plus it could be fed into a new database where keyword searches could be done identifying the person who said it, and other posts they made, along with a list of people who they have corresponded with.
  2. forum will be provided. it won't be searching for them
  3. I need a bot to crawl some forums and scrape article title, author name, and post etc, putting them into a table exported to csv so the data can be stored and recreated. example of how the data would need to be sorted http://i.imgur.com/RRhvDYg.png Data should be in order of the posts, so for example jeff would be the topic starter, joe replied first, then craig. This way the data can be recreated elsewhere exactly as it appeared. Let me know what something like this would cost, and time frame to build it. I have a developer license, I just don't have the time to get this done myself
  4. i've already coded it to use define's. works good. i'll change that in a later version to prevent a new file being created.
  5. as for links if anyone is wondering, <a href=\"#\" target=\"_blank\" onclick=\"ubot.runScript(\'browse()\')\">Go to google</a> I'd be curious to figure a way to modify a variable from the same link, so that inside the runscript, it will include a url already defined. until then, I guess I have a bunch of defines to make hope that helps someone looking for a work-around. on load("Bot Loaded") { load html("<a href=\"#\" target=\"_blank\" onclick=\"ubot.runScript(\'browse()\')\">Go to google</a>") } define browse { save to file("start.bat", "start http://www.g
  6. It doesn't seem to allow shell("start http://youtube.com") but if you do it this way, it does work. save to file("start.bat", "start http://www.youtube.com") shell("start.bat")
  7. that's actually a good idea. with windows, you can open a browser using the start command. cmd start http://www.youtube.com/#video hmm. thanks for reminding me of that. lol i'll have to see if i can execute a shell command from the loaded html pages links or buttons. i've not done that before. tried to avoid utilizing any outside commands to prevent trust issues.
  8. the problem with that is that the way the script works is it scraps data, then loads a new html page to display that data. if you did that in the ui panel, the data does not refresh, and if it did, it would reset the the form fields no?
  9. I need a work around. have a project that requires external browser window from load html.
  10. Problems getting a clicked link inside a load html command to function in a new window. example on load("Bot Loaded") { load html("<a href=\"http://www.google.com\" target=\"_blank\">Go to google</a> ") } compile the bot. load the bot. click link. nothing. click link again. nothing. click click click click *bashes keyboard* nothing. + missing key.
  11. exactly what I was looking for. thank you!
  12. I have a table being populated by a bunch of variables, but the design is broken when it exceeds the total width allowed. pretty standard issue for most people i'm sure. Is there a way to delete all content in a variable after a set number or characters or replace it with something like ...
  13. I also have a version that does not utilize cleverscript and requires no other account than a twitter account. I just don't want someone to profit from this as i'm giving it away free. that is why I pulled the source.
  14. This is a twitter bot that will automatically respond to messages it receives from the account given to it. no further input is required from who ever operates it. Simply create a twitter account, create a a.i account, and click run. it's that simple. http://ubuntuone.com/0UP19qPSsO1ypE5RRVyzkl
  15. My automated A.I Twitter bot is now FREE. It utilizes a Artificial Intelligence service to reply to people over twitter with a unique response that requires no input from the operator. it checks for new messages at a customize time and will reply to questions or comments that it receives. It's a powerful addition to any marking account that you wish to give the impression that someone human is operating it. All posts to twitter are done using twitter for mobile to give that extra personal feel when someone checks how the replies were made. FREE.
  16. the fcollected is showing how many records are added at the given time, because each scroll only allows 10 or so new accounts to show up, that number is actual for the data rather than a ticker.
  17. sorry, that's what i meant. looking at it, it appears it ran, but only once for some reason, rather than continuing until the number reached the end. let me see if i can put the code in here without it getting mangled.
  18. i tried loop while($comparison(#collected, ">", #total))total being the number of items that need to be collected, and collected being how many have been scraped. before the loop while i set collected to 0 so it would have a value, but the loop never starts.
  19. yeah i was doing a loop 100 times, but i think i'll try that. maybe until collected is equal to or greater than expected.. i didn't know if there was another way to stop a defined loop in another way like the stop script command. main reason for asking.
  20. i'm running a loop to scroll the pages on twitter, and i'm trying to detect the bottom of the page so that it stops the loop. the problem i'm having is the loop continues even after the stop script command is issued. i'm assuming because the loop is running inside a define command. at the bottom of the page it says back to top, but it appears that it always says that, it's just hidden until you reach that point. can anyone help me out here in both detection of the bottom, and stopping a loop inside a define.
  21. enable my ability to send a private message and i'll show the exact script so you can see what's going on.
  22. I can manually click / run node down the line and everything works, but the moment it's run automatically inside a new window node, the captcha fails, but i noticed in the main window it still places the captcha, but the new window it puts nothing. weird.
  23. it appears to be an issue with new browser window runs fine in main window, but when placed in new browser and thread it fails. it's like it's only doing captcha in main window
×
×
  • Create New...