Jump to content
UBot Underground

acamso

Fellow UBotter
  • Content Count

    354
  • Joined

  • Last visited

  • Days Won

    15

Everything posted by acamso

  1. OK I switched from saving a file to using Shell. But I think its the same issue regardless. I want to run this in shell: SchTasks /Run /TN “tester” I tried rightclick ==> running the bot as an administrator and also using the "run as administrator" Advanced Ubot command, but no luck. SchTasks deals with the system32 folder
  2. Im trying to figure out a way to save to the "system32" folder
  3. Hey Pash, anyway we can get a command to "save as administrator" ? Thanks
  4. Hey Justin.. is this from the worker or customer side? Should be the same thing though right?
  5. Yup I messaged him on Skype and opened a support ticket.
  6. Hi, still been having the same issue for the past couple years: - Keep-alive doesnt get set - Cant set Accept-Language - Cant remove Accept-Charset Any ideas?
  7. Hey, no problem.. Im glad to help. Not too sure on the errors. What are the errors saying?
  8. Hey, Id be more than happy to help you out .. skype: acamso
  9. Hi everyone, I figured I'd make this post. I'm looking to take on a couple custom bot requests today and tomorrow. If you are looking to get something created or have something in mind, please don't hesitate to contact me. Shoot me a message on Skype @ acamso or via email (acamso@gmail.com). Thanks acamso
  10. Sazuka, Would be happy to do this for you. Shoot me a message on Skype @ acamso
  11. Please add me on skype @ acamso if you are still looking to get the bot created
  12. Let me know if this is what youre looking for.. All row information for each selection separating columns by "|" on load("Bot Loaded") { set(#csv_file,"{$special folder("Desktop")}\\csv_file.csv","Global") clear table(&csv_file) create table from file(#csv_file,&csv_file) clear list(%csv_rows) add list to list(%csv_rows,$list from text($replace(&csv_file,",","|"),$new line),"Delete","Global") set(#csv_rows,$replace(%csv_rows,$new line,","),"Global") } ui html panel("<select variable=\"#account\" list=\"#csv_rows\" list-fillwith=\"options\"></sele
  13. Thanks.. I didnt even see that command
  14. Anyone have any ideas how to tackle a DELETE HTTP request?
  15. Hey Pash.. got a little request.. When using for example "remove all from list" from the "File Management" plugin, you need to use regex to remove from a list. I was wondering if you could create a function to convert a string into a regex escaped string, For example: /example/ ===> \/example\/ Let me know what you think.. thanks!
  16. Nick, See if you can replicate this. As you know, this option requires a restart to be changed: http://content.screencast.com/users/acamso/folders/Snagit/media/db3db923-ab4e-4c3a-a369-85e4d2e76747/11.17.2015-02.25.png When not using Ubot Launcher, the option is changed. When using Ubot Launcher, the option is not changed. However, when making the change, restarting Ubot launcher, and lauching, it IS changed. So Im wondering if we can get it so that a restart of Ubot launcher is not needed to change the option Thanks
  17. Hey Pash, when using "get user blog", Im getting: "Response from server does not contain valid XML". http://content.screencast.com/users/acamso/folders/Snagit/media/c0f07fca-6ac7-4f8d-8df8-62ee8d82e2d0/11.14.2015-09.51.png It is a self-hosted blog.. I tried replacing http with https
  18. I did a workaround using this bat file and calling it from shell @echo off echo user MyUserName> ftpcmd.dat echo MyPassword>> ftpcmd.dat echo bin>> ftpcmd.dat echo put %1>> ftpcmd.dat echo quit>> ftpcmd.dat ftp -n -s:ftpcmd.dat SERVERNAME.COM del ftpcmd.dathope that helps
×
×
  • Create New...