Jump to content
UBot Underground

earthlingj

Fellow UBotter
  • Content Count

    244
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by earthlingj

  1. So as you guys know.... alot of sites have limits on username // password lengths

     

     

    i tried using TRIM - substring (starting point 0 - max length 14) - username

    but sometimes the value will come out completely blank?

     

    Am i doing something wrong or is there a better way of doing this?

     

     

    Thanks

  2. Hey is it possible to use ubot to make images unique? like change the data / file size?

    somehow a social network im using is banning my accounts when i upload image so im assuming they blocked that specific image.. so if i can make a bunch of unique versions.. wallah!

  3. who is lilly? why does she work with support?

     

    I put in a support ticket about this. explaining everything. how we are trying to get profile pics to work.. how poisedon shared his source.. and it works for some but not everyone.. so with the same source.. how come the problems?

     

    I then linked her to this thread..

     

     

    her response?

     

    the forum is for help within the coumminity.. please submit a ticket with the problem.

     

    so im like... i just did that? but okay.. so i submit another ticket.. with the problem.. again.. linking to the forum thread for an example..

     

    and she tells me the same freaking thing???

     

    "Hello,

     

    Again, the forum is for getting input from other UBot users.

     

    If you are having an issue, present the issue in a ticket.

     

    Thank you."

     

     

    I assume that means she doesnt know and their is no solution? im shocked how shitty support is.

  4. hey im working on tables.. and i thought i had it.. but i cant figure out how to make it go to the next row. (when multi threading)

    i tried setting a variable #row and set it to 0 then i have it increment on each successfull login, but its not working right.

    is there a simple ' next list item ' like feature for tables?

     

     

    so what is this deliminating thing u talk of? ;)

  5. why are you making it complicated ???

     

    create a table instead

     

    create table from file("C:\\root\\Desktop\\hotmails.txt", &hotmails)
    

    then refer to $table cell Parameter to return the data

     

    PS : you should change the delimiter from , to :

    go to bot >> Properties

     

    ive never used tables before. I guess ill have to try it out.

     

    i just thought if i localized a list.. then i could clear that local list on the thread and then smiply have it pull the next list item.

     

    hotmails list to next list item to local thread list. split username and password to list item0 and liste item 1. then clear it so it can pull the next.

  6. so what im trying to do is...

     

     

    multi thread login with username:password

     

    lets say hotmails

    and hotmailssplit

     

    hotmails is the global list of username:password

     

    hotmailssplit is the local list for each thread which is the next list item split username (list item 0) and password (list item 1)

     

    soo on each new thread.. after it splits the username and password.. i want to clear the LOCAL list of hotmailssplit so that i can simply pull in the next list item from hotmails.

     

     

    but since clear list is clearing every thread of hotmailslist... its completely messing up the logging in.

  7. yup same exact thing... this is really frustrating that it works for others but not myself or ken. I really wish ubot support would do their job and try to resolve this issue. How is it that the EXACT same code works in one way for someone and differently for another doesnt make sense to me at all...

  8. Thanks for the share Manny.

     

    This time I do get the popup appearing where it tries to change the image. However, it stays stuck in the loop (for about 5 mins I left it go).

     

    Anyone else experience this?

     

    Other than that thanks for the video - I never got this far with the account creation before :)

     

    Same is happeningg with me, but is it popping up the PROFILE image or HEADER image? for me its popping up header image instead of profile. thats why its in a continuous loop.

  9. Yeah same using ie6 and doing the same linkage. im 100% im doing it correct.. it just isnt working lol. if

    P0s3id0n doesnt mind... compiling a demo bot that JUST does the profile pic upload.. that would be a good way to test if it is indeed our CODE or if it is something ubot/computer based. But id have to say with 99% certainty.. its ubot or something conflicting with it.

     

    sorry for the bold i guess it did that cuz i copy and pasted ur name :)

×
×
  • Create New...