Jump to content
UBot Underground

Glassy

Fellow UBotter
  • Content Count

    21
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Glassy

  • Rank
    Member

Profile Information

  • Gender
    Not Telling

System Specs

  • OS
    Windows 8
  • Total Memory
    8Gb
  • Framework
    v4.0
  • License
    Developer Edition

Recent Profile Visitors

1285 profile views
  1. Hi, Thanks for your response. I am currently just trying to get the click to work with that code you provided by adding a URL to a list. I can't seem to get it working though. If I add a URL to the list that is on the FB page, can it be in the raw URL format without any href or html and will it still click it? Cheers.
  2. Does anyone know how to click on a Facebook link that goes to another site? I can't seem to find a way to click on a link that points to another site. There is probably some regex or other method to do this but I haven't been able to figure it out yet. I don't want to navigate to the external site from the Facebook page as I am trying to simulate a click and navigating doesn't register as a click. Cheers.
  3. Continuing on from here, how would I get a script to recognize all photos contained within a folder, going through them one at a time, from start to finish?
  4. I didn't try the "change file field command" but I have now and yes, that works perfectly, cheers for that!
  5. Hi, I'm trying to pre select an image in the ui and then get a site to recognize that image when the upload image function is selected on a site. Here is the code I'm using and it's in the tumblr post area where I'm trying to select the upload image function. ui open file("Open", #Open) type text(<class="mceIcon mce_image_upload">, #Open, "Standard") All I get is the path of the image going into the text area and not the photo that I pre select. Obviously I am missing something but right now I can't figure out what that is?
  6. Thanks again zap, that was exactly what I was looking for. The script seems to run by itself though as soon as I select the folder and the - "run", "pause" and "stop" functions seem to not work at all. I can't understand why it does that. Is there any info anywhere that explains what this means? - ".*\\.\\btxt\\b" Also, I am trying to get the script to recognize spintax and to not remove the blank spaces. It's for articles in notepad files. I tried all the text functions, but they all seem to alter the text in some way that I'm not looking for and when I tried the "nothing" function t
  7. I've been trying the read file function, but I can only get it to read one file and not all the files within a folder. It would be good if there was a read folder function.
  8. Thanks zap, that's exactly what I was looking for, cheers. I installed the plugin and the script and it now opens folders but I am still trying to work out how to get a text box or a form on a page to recognize the text that is on the files within the folder, I just get the name of the path of the folder and not what's in the files. It's probably something simple but for now I'm trying to work it out.
  9. Hi guys, I tried those things and I couldn't quite get it to do what I wanted. I want to be able to use the ui open file function to select a folder, not a file and have the script read content on each text file that is contained within that folder. For example: I select a folder called - "My Folder" and within that folder are 10 text files with content on them, I want to be able to select that folder with the ui - open file function and see that "My Folder" has been selected in the ui and from there, the script selects and runs through the content on each file within that folder - one by on
  10. Just to clarify, I want to get a script to read the content within a text file or several text files that are contained within a folder. I know how to get it to read the names of each file within a folder, but not the content within each of those files. If anyone knows how to do this, can they let me know? Cheers.
  11. Would anyone know how to get a script to recognize all files within a folder and open each file within that folder until they are done? For example: I want to be able to select a folder with the ui open file button and have the bot go through, open and read all text files within that folder - one at a time until they are all read. I can't seem to find a way to do this. Can anyone steer me in the right direction on how to do this? Cheers.
  12. I got the links working, it pretty much does what I want it to now. Cheers.
  13. I managed to get it all working with: login, post, log out, then the cycle repeats itself again for the next line in the list of the file. It pretty much does everything I want it to, except for one thing that I just can't seem to work out, I can't get tumblr to except links in the post area. If the bot inserts html into the html function of the post, it doesn't work properly and always messes up the html of the hyperlink. Would anyone know a way around this? Cheers.
×
×
  • Create New...