Jump to content
UBot Underground

Duke n Dave

Members
  • Content Count

    37
  • Joined

  • Last visited

Community Reputation

2 Neutral

About Duke n Dave

  • Rank
    Advanced Member
  • Birthday 10/23/1983

Contact Methods

  • MSN
    adamtroy@live.com

Profile Information

  • Gender
    Male
  • Location
    San Francisco Bay Area
  • Interests
    Internet marketing, making money, and more

Recent Profile Visitors

2778 profile views
  1. thanks guys! lol been too long
  2. Why cant I scrape a page using <title> (left attribute) and </title> (right attribute? I want to run through a list of URLS and save every page title into a txt file? Pretty basic... Thanks! Duke
  3. lol, weird.. i tried it like 10 times and had problems, definitely works. thanks buddy
  4. Hi All, I have been screwing around with this all day.. I can figure out how to scrape a page and move on.. but this damn checkbox is giving me problems.. What is the best way to determine if a checkbox is clicked, the move onto code? I have tried #variable = 1, true.. etc What is wrong with this? Any help would be great. Thanks!
  5. Ok Praney, thanks again I got it! I used the 'inc' option and set #row +1... this worked perfect!!! The only other issue is the table is not counting 1 row, so when I go through the loop its skipping 1 account.. any ideas on how this could be fixed? Thanks again for your time! duken EDIT - LOL, ok just gotta think a little bit, i just added a blank entry after my last account in the text file and that fixes it.. thanks again Praney I appreciate the help!!
  6. Thanks for the help, I have not used tables before I will look into it more.. As far as the code, I implemented the code and everything works, but I have the same problem.. the variables are staying the same still.. Should I be using 'set' to change the table/row position at the end of my code to activate the switch? Thanks again for the help, I am gonna keep playing with it. Also when I load a table of 5 items, for some reason $total table rows is showing 4.. I know tables/lists are 0 based is there a way around this? Here is how the code looks now -
  7. Hi Everyone, So I have a bot that basically loads a list of accounts.. the format is account:pass I then create a new list and use the deliminator : to seperate the list... this all works fine. Then I have a loop that sets the variable #username using $list item (the list) and position 0.. I do the same for the password. The login and separation works... problem is when it loops back to the top the variables stay the same... I have tried at the bottom before the loop to 'set list position' and move to 'next list item' I am wondering what is the best/easiest way to reset those variab
  8. anyone know how to log out of facebook? it looks like its all java... thanks
  9. Ya thats what I was thinking.. I am gonna throw in an option to use multiple accounts. So I will have 20 accounts and will do a run of say 10 friends before switching accounts, hopefully that gives the account enough time to sit idle before returning to it. Thanks for the input!
  10. Hi, So I have some questions... I am trying to load a file or urls/proxies and I want them to show up in a GUI list box. Whats the best way to do this? I tried to setup a open file text box, and have a UI list box and then transfer the data to the list but couldnt get it to work. Also I am confused with this.. Facebook is either using 2 urls to generate the captchas. I have them both identified and setup to grab using wildcards. I am having trouble figuring out the best way to setup a IF/evaluate qualifier.. If 1 is found then go HERE if not then go HERE. Any help would be appreciate
  11. Hi Ubotters, I decided to load up ubot after several months of not using it. I build a facebook friend adder in a couple of hours and everything is working great besides the damn limits. Have any of you been able to get around the block? I only added about 40 friends before the account was logged off. When I logged back on it says 'do you understand how friends work?' etc.. and says the account cannot ad friends for 2 days. Anyone gotten around this? Thanks, duken
  12. Thanks alcr I read that before and it was a good post, I finally got it! http://user%40domain%2Ecom:password@domain.com:2095/horde/index.php Works like a champ, for some reason the %40 was throwing it off...
  13. Alright now it triggers the navigation after i removed the @url.com from the username but now it goes to a page that says.. I tried clearing cookies "This program cannot display the webpage".. Tried shelling ccleaner to clear cookies but nothing.. Thanks everyone.
×
×
  • Create New...