Jump to content
UBot Underground

blumi40

Fellow UBotter
  • Content Count

    872
  • Joined

  • Last visited

  • Days Won

    29

Everything posted by blumi40

  1. copy file1 + file2 > file3 works fine for cmd copy *.csv > newfile.txt also
  2. Hi Yes and no Ubot itself is are close System and gos different way as ZP what means u can do your routines specified on a Job u wanna do as example "create new Hotmail Accounts". If the bot are compiled u cant change things like "formfield must fixed because new on hotmail-site". But.....it is possible I still working on a Project for that What means Where and what ToDo comming from Template Template comming from SQL Database (real SQL wrapper) Store is getting in SQL Database (real SQL wrapper) if u are interested for Betatesting let me know i thing untill end next week i will start
  3. okay i thing thats because of Encodeingformat ubot use utf8 windowsmaschines use ANSI in this case i would try this.... (depence on whats your skills with dos-promt) create with notepad a new textdocument save this document as yourname.txt on the saveoption in notepad u can change the encodeingformat to utf8 open a dos-promt (cmd.exe) walk to your documentroot where all the lists in (like: cd c:\user\me\mydocs\mylists) then u can fillup your newUTF8 created yourname.txt file whit this command dir > "c:\thePathToTheFile\yourname.txt" maybe if u open yourname.txt u have to clean s
  4. i never worked wit cpanel so dont know whats posible there but one idea i got if u know the backup size of the file on the server give that to a #var then start a indepentend thread that loops to watch the local folder check the size local and if it is near remote give a timeoutwait should work i think
  5. set(#path, "C:\\Users\\yourPhat", "Global") add list to list(%MyFiles, $get files(#path, "No"), "Delete", "Global") loop($list total(%MyFiles)) { set(#file, "{#path}\\{$next list item(%MyFiles)}", "Global") add list to list(%file, $list from file(#file), "Delete", "Global") comment("DO WHAT EVER U WANNA DO HERE") } try this
  6. http://edge.quantserve.com/quant.js one of this fucking companys that works with Pixelcookies Pixelcookies means u get a colorcodet img and with this information this company is tracking u so if u logout with ya bot to clean all cookies to go a new round this pixelcookie isnt delete and can combine your activity
  7. Is there a way in Ubot to block some Domains ? Would like to block urls who deal with pixelCookies and Flashcookies ideas? thx
  8. do i see that rigth ~ u wanna bot to resell? sorry adrian... i'm not sure but i thing u will not find one person here who knows about his job and who want do that for u or.. if u ready to pay a fourdigit $$$$ then maybe or what is the goal of this project for the developer? lets bring bit more infos pls
  9. sure it does if u reload the page or nav to startpage u see that if not some wrong with ya account there
  10. is the elseif command also in the if node or is this a new node?
  11. Ths works for me ui text box("Email:", #email) ui text box("Password:", #password) clear list(%twitter_url) clear cookies set user agent("Safari") allow popups("Yes") navigate("http://www.addmefast.com/", "Wait") wait for browser event("Everything Loaded", "") type text(<email field>, #email, "Standard") type text(<password field>, #password, "Standard") click(<login button>, "Left Click", "No") wait for browser event("Everything Loaded", "") click(<src="/img/twitter.png">, "Left Click", "No") wait for browser event("Everything Loaded", "") add list to list(%twitter_u
  12. wait in a thread is indepent from other threads like everything u do in a thread thread in ubot means complete uncoupled process from the rest. is like another instance of a program
  13. would u buy? then i will thing about this
  14. what i dont like in this forum and some of the members are doit it.... if you posting a problem with ubot and u get a solution from other members it would be nice to give a thx to the member who gave u that solution 1. it feels good! 2. it helps other user with same problems to find a way to fix it !! http://www.ubotstudio.com/forum/public/style_emoticons/default/rolleyes.gif
  15. <input type="text" name="login" value="" size="30"><input type="password" name="password" value="" size="30"> your type text element in your pic names "new" do not exists name="login" & name="password" is the magic
  16. show the site post your ubot file then we can help u what u did in your image is correct and should work normaly
  17. ah the ugly window like u get if u logout hotmail i remember :)
  18. new windows feature? did i miss some? update? version?
  19. thx for this answer first i got esxserver extern also running win extern but sure i also can do that at home if i use proxys i liv in germany and here the isp are not that stupid like in usa if i do spamthings over proxy there will do nothing so im relaxed with this and yes i also use a readymade structure but bit more tricky i use truecrypt containers so the brings me the possiblety to clone a container realy fast also its a bit more save
×
×
  • Create New...