Jump to content
UBot Underground

Search the Community

Showing results for tags 'save to file'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Announcements and News
    • Join the UBot Community
  • General
    • General Discussion
    • Mac and UBot Studio
    • Journeys
    • Buy, Sell, Free
    • Scripting

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 6 results

  1. Hello there, I am creating a simple bot which download the file from the url, Now I am stuck at the wait part, I want to make the bot wait till download completes and then go further on next commands... Any Idia how to do that ? and is there anyway to get download badnwidth live ? Thanks In advance
  2. I know this is a topic some people struggle with at first - I'm no exception. I'm trying to save an image file, but nothing I've tried seems to work when the script runs. Video here: https://sendvid.com/1nst957d I tried an alternative way which was to open the image file in the browser and save it from URL. This works a treat, but unfortunately when you compile the bot, if the browser window isn't visible, the image doesn't save properly. Only found this out after compiling. Since I want this to run without the browser, it's not an option. Unless someone knows another workaround.
  3. I am needing some help trying to figure out how to allow the user to save the list of links onto there own computer. I had figured out how to save it on my on computer but I am having trouble getting the save to file set up right. I have a pic of the code I have so far. So hopefully someone can show me the rest of code that I need. Thanks.
  4. Right now each time i run my bot to create a free email, it saves to a .txt file alright but it erases the previous created email. How can i make sure that with each run, the emails are being saved, one after another. ex: guy1@email.com anotherone@email.com and so on..... (NOTE: This works perfectly, if i manually run each nodes one by one and repeat the steps) I suppose we can't do this ? Everything that's put in a %list, then "saved as", is erased each time we run the bot again ? How can we bypass. What trick are you using ? You see, right now i'm using hidemyass, so i change the
  5. Sometimes when I save a file it works like a charm (ex.: test.txt) . the file doens't even have to exist. But now Everytime I try to save nothing happens... and when I reopen Ubot... I get the message to recover the file that I tried to write to (test.txt)... whether it exists or not... Example: save to file("{$special folder("Application")}\\test.txt", %MyList) PS: the list %MyList exists Any idea's?
  6. So I'm trying to use a variable as a file name when ubot saves a file, however when I try this it says that it does not support my formatting. That pretty much the wording. (vague) Does anyone know a way to go about this? My code is below. if(#save list) { then { set(#save file name, "{$date}-{#proseoid}-{#jobid}-assault.txt", "Global") save to file("C:\\Users\\Josh\\Documents\\SEO\\link-assaults\\completed-link-assaults\\{#save file name}", %link_assault_urls) } }
×
×
  • Create New...