Jump to content
UBot Underground

urameshee

Fellow UBotter
  • Content Count

    13
  • Joined

  • Last visited

Posts posted by urameshee

  1. During the last update, the messagebox told about table support but, because the changelog doesn't exist, there are no way to know more about this new feature.

     

    Can somebody explain about this? I just found the new table options in the menus but what is supposed that we can understand how to use them?

     

    That should be a very important feature, it need a detailed examples/tutorial.

  2. I'm not sure that one actually would work, but you would have to load in the .txt or csv into a list, add the new information and then save the combined list to the .txt again since it is overwriting every time :)

     

    Will be great to have and additional parameter on 'save to file' where we can select to append or not data to a file.

    Your solution will work, but it have very hard resource consuming, it is not practical to make a log file in a list (on memory).

    Please don't take this as a complain, i love ubot tool, but the file append is a trivial operation even the most simple programming language, i guess it should be easy to implement.

  3. Logging out, navigating away, cleaning cookies, running ccleaner, and login again works for here. On both ie7 and 8

     

    Thanks for your reply.

     

    I don't want to logging out, i want to switch to other account without tellling to fb (previous ip change). Why? i'll switch many times my accounts and i don't want to leave any trace about this to fb. I'm worried about fb ban my accounts if the notice many login-loguout activities.

     

    As said before, in firefox, i just delete the cookies (it is not necessary ccleaner) y bam!.. i'm not logged anymore. I read something about IE store some session cookies on memory, that can explain why the session is cleaned when i restart IE (o my bots).

  4. You would have to add the file to a list, and then add the things you want extra and then save it to a file. Works the same way as an append to file command would work. But this might be worth considering putting in.

     

    +1

     

    This is the one of most trivial feature in other languages, i must to do complex exchanges between lists to get the trick, this is very slow and unefficient with large amount of data. If i want to have a log file, this kind of archive can reach huge size, single option checkbox can solve all these problems.

  5. Hi,

     

    Like other people, i made a few little bot and i want to start my first complex bot with.... facebook :(

     

    Well, i need to switch my tasks among several fb accounts, you know, change the ip and change to other fb account, the problems is: I CAN'T DELETE the session,cookies,temp files,etc...., if i try to go the the login page, the present session is alive yet and i can see the present user logged on.

     

    I made the well known tricks:

    -RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 4351

    -ccleaner

     

    Nothing change :(

     

    The only way to do this is by making a real logout (account->logout) or restarting the bot ( i don't know why???)

     

    This is something about IE because i can delete the session in firefox very easy: just deleting the cookies (i have a plugin to delete the cookie for the present site) in firefox and it do the trick, when i try to go to www.facebook.com after that, i i get the login page as i wanted.

     

    I tried that with IE7 and IE8, same problem.

     

    I'm testing a trivial ubot:

     

    -Clean temp/cookies

    -ccleaner

    -nav to www.facebook.com

    -fill the login form

    -click on login button

    that's all

     

    When i try to run the bot again, i can't get the login page, i always land on the last account page.

  6. Hi everybody, this is my first post here and it is a question :). This tools is amazing, it is very easy to manipulate the page components but as many of other users who are coders, i miss other common operations what are possible in other languages.

     

    I was reviewing this forum the last days and found great solution to extend the programming limitations like string manipulation but many of them are possible by using javascript, i don't know so much about it, i have lot of code in vbscript ( i have a few trivial bots with it).

    Since it is possible to use javascript, and this language last in the client side (Iexplorer), it can handle vbscript too..... is there any way to use vbscript scripts in $eval funtion?

     

     

    Other question: is it possible to append text to a existent file? i tried to do a simple log file but the file is overwritten every time.

     

     

    Thanks in advance :)

×
×
  • Create New...