Jump to content
UBot Underground

Cornerstone

Fellow UBotter
  • Content Count

    31
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Cornerstone

  • Rank
    Advanced Member

Profile Information

  • Gender
    Not Telling

System Specs

  • OS
    Windows 8
  • Total Memory
    < 1Gb
  • Framework
    v3.5
  • License
    Standard Edition

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  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
×
×
  • Create New...