Jump to content
UBot Underground

The Fixer

Fellow UBotter
  • Content Count

    27
  • Joined

  • Last visited

Community Reputation

1 Neutral

About The Fixer

  • Rank
    Member

Profile Information

  • Gender
    Not Telling

System Specs

  • OS
    Windows 7
  • Total Memory
    4Gb
  • Framework
    v3.5 & v4.0
  • License
    Professional Edition

Recent Profile Visitors

2181 profile views
  1. arunner26, thanks for your post. I haven't tried it yet but I just wanted to say thanks.
  2. Thank you arunner26 and a2mateit for your response. However, I'm still missing that aha moment. the set example above says File123.txt. However, each file has a different name. Wouldn't using the above code create one file named File123.txt and then the next file downloaded would overwrite the previous file downloaded since only one File123.txt command exists? I hope I'm making sense. Lets see it another way: 1. The file name changes per file downloaded. 2. How can I download each file with its own unique name to be saved in the folder? 3. How can I get Ubot to give each file its own name as
  3. Thank you a2mateit. One more question. Since each file name is different, how do I get the download file command to save the name of the file under the name of each individual file instead of using one file name as per your suggestion above? Thanks,
  4. I am building a bot and it creates a list of the complete url of each file meeting my requirements. Now, how do I have Ubot visit each url and download the file to a specific folder on my desktop? I can save the list to a file but how do I take the url's on the list, execute each one and save it to a folder? The site url has been changed for this posting but here is the code: navigate("https://www.rubaduddub.asp", "Wait") rockon() divider ui text box("Date", #date) define rockon { type text(<name="ReleasedDate">, #date, "Standard") click(<name="submit12">, "Left Click",
  5. Wow! 26 views and no response? Anything?
  6. So I created a regex script to parse a fixed width text file and the data looks fantastic on a regex editor. However, here are the issues: 1. I want to actually run the regex against the file and save the data as csv. However, I have no idea on how to do that. How would I do that in Ubot? Do I need to use something else? 2. I want to be able to run the regex script against a file with the fixed width parameters but only export certain column names. Example: I want to preserve the character count since its a fixed width file but I do not want the final csv to show the following columns: fil
  7. arunner26, a fellow Floridian. Thank you for your response. In your opinion, which affiliate marketing site is the best from my perspective. I define best as a lot of user signing up as affiliates and products/services are actually getting sold at a high rate. Hope that explains my question.
  8. My name is Alan and I reside in some place sunny in the USA. I'm a Licensed Real Estate Broker selling businesses as a business broker and I represent taxpayers that are having problems with the IRS (very lonely job). I love automation and I love to fight the IRS when they're wrong.
  9. Hello everyone. My new bot service is almost ready and I have an affiliate marketing commission rate question. If my service will be x amount a month, how much do I pay the affiliate? Meaning, do I pay them x percent of the first month or what? Thanks.
  10. Thank you so much Code Docta. Now how do I join the two scripts? Since they both end } } }
  11. Thank so much tripros. One more thing. I pasted the code to code view and it says that their is an error in the code and I cannot change it to node view.
  12. This is me messing around with it: plugin command("FTPCommands.dll", "connect to ftp server", "FTP", "ftp.dos.state.fl.us", 21, "anonymous", "anonymous", "/public/doc/FLR/DEBTORS/") { plugin command("FTPCommands.dll", "ftp download file", "20141029flrd.txt", $special folder("Application")) }
  13. No one willing to help me with the download of the file? I'm willing to pay as I have not reached that part of my Ubot training. I've owned Ubot less than a week.
×
×
  • Create New...