Jump to content
UBot Underground

Cornerstone

Fellow UBotter
  • Content Count

    31
  • Joined

  • Last visited

Everything posted by Cornerstone

  1. All my account numbers will reside in column 0 Thanks it makes more sense now. I will give it a try and let you guys know
  2. I am reading in parameters into my bot by creating a table from a csv file currently i have a ui box to tell which row to get the data from and the location of the file If I tell what row to use it fills in all the fields on the various sites it visits The problem with this is that I have to open up the csv file first to see what row the information is on Each one of my clients has a numberic acount number like 14732 etc What I want to do is put in the account number instead of the row number Is there a way to search the csv file and it know which row the data is on using the contains c
  3. I used http://asia.yahoo.com/ when you select a country from the drop down list it takes away the zip question entirely
  4. when I add two list together it produces a space between the list like below data1 data1 data1 data2 data2 data2
  5. That sounds doable I also experimented sending in back to the original file. How do you delete the extra row the second time you run the bot or is this how you do it
  6. Ok I figured out how to add the tables together as a list and it will create a new csv file The problem is that when it adds the content of the first and second file it creates a empty row between them like this row o content row 1 empty row 2 content I included a quck sample of how I laid it out
  7. The table function works properly. It's just I cant append new data to it then next time I run the bot. I'll tinker with adding the output to a list and combine it with the new data and see how it goes Thanks for your help
  8. I've got a bot that creates web2 sites. It adds all the account information such as username pass, url, rss feed, by setting table cells by colum and row I set a variable to which row I want the data to go for example the first time I run the bot it goes in row 0 The next time I run the bot I want the data to be saved in row 1 What happens is that when I run it the second time it correctly puts the data in row 1 but it erases the data from the first run My goal is to collect all this data over a period of time and repurpose it. Since it may be hours or days between runs, adding the data to
  9. Thanks That definately puts me on the right track. I do have a question though in the middle of the facebook url where the /Something-Goes-Here/ it will different each time but it should be the name of the page http://www.facebook.com/pages/Something-Goes-Here/ I could probably used the technique you showed me to ad a - between the page name but is there a way use wild cards instead?
  10. I think I figured it out I mistakenly nested the if then statements that contained the "footprints" of the confirmation emails so that it wouldn't ever see the second if then statement
  11. I am trying to set a table cell a from a facebook url, strip off the ?created and then combine the numeric portion of the url to a text string which becomes the rss feed for the page http://www.facebook.com/pages/Something-Goes-Here/185929538088957?created I am able to change the url to this http://www.facebook.com/pages/Something-Goes-Here/185929538088957 I want to take this 185929538088957 and add this to the begining http://www.facebook.com/feeds/page.php?format=atom10&id= so it becomes this http://www.facebook.com/feeds/page.php?format=atom10&id=185929538088957 Can a
  12. Aaron, Thanks for the tutorials and contributions you've given along the way. They have been quite helpful. I actually built a yahoo mobile bot that worked as planed but some of the mails kept going to the spam folder which I coulldn't access. That's why I wanted to move to the next step
  13. Thanks I've gone through all of those and based my bot on what I learned. He had 2 yahoo tutorials 1 was a complete bot but several who tried it including mysel never got it to work. It required a "footprint" file but if you look at the code there isn't a reference to it. The other yahoo email tutorial I looked at used yahoo mobile and it doesn't have a spam box. Some of the account confirmation go to spam consistantly. In any case I'll keep looking for a solution and hopefully someone or myself will solve the issue
  14. I'm trying to build email confirmation script for yahoo. What it is supposed to do is add all the confirmation emails to a list and then navigate to them It scrapes the number of unread emails to determine the number of loops To test it I included a couple of stat monitors and created a facebook account and a twitter account and saved the urls to a txt file on my desktop As of now it scrapes the twitter url 2 times navigates to twitter confirms the email but not for facebook at all I've spent quite a while looking at list tutorials, scraping tutorials and know I'm probably missing someth
  15. Thanks No problem just checking in. Glad you guys are on top of it
  16. Thanks for looking into it Sorry misread your reply I will pm lilly later today after seeing if there are more replies
  17. I see that but if you run it by itself the pause turns into play. Shouldn't this be the same no matter where you call the sub from. I've included just the sub so you can compare visually Maybe this is normal and I'm just now running into it because up til now I either ran subs withing the same script or created a specific funtion as a stand alone script testbot.ubot testbot 2.ubot
  18. testbot.ubotI'll keep that in mind As a test I created a new bot with the same results works ok as a sub but not with check box
  19. Let me try to explain it better I created several seperate scripts under 1 bot each with its own tab (9) Each of thes scripts have pauses in them to wait for some user imput They run flawlessly To simplfy the interface I created subs for each script and now have only 2 tabs One that has all the subs and 1 that tells which subs to run using a ui check box If ui checkbox is checked then run sub yahoo else navigate to google sub yahoo do something do something else pause do something else Then to test this I ran the sub like this first run sub yahoo sub yahoo do something do somethi
  20. I created a bot that creates a yahoo email, facebook account, twitter account etc. Each function has its own tab 9+ but they are getting out of hand. The bot works fine as is but what I decided to do is tidy things up a bit. So what I've done is dedicated 1 tab for all the functions and created them as subs. Then on a seperate tab I set up check boxes for each function using if/then statements The issue I'm having is that if a sub has a pause in it, It gets to that point and freezes up. Normally it pauses and is waiting on my input the I click on the play buton to resume I tested the s
  21. Thanks for the tip I've been using the while command with a sub but your solution is much more elegent
  22. I would be interested in something like this as well. If you are open to it Thanks
×
×
  • Create New...