Jump to content
UBot Underground

dbwebhosting

Fellow UBotter
  • Content Count

    10
  • Joined

  • Last visited

Community Reputation

0 Neutral

About dbwebhosting

  • Rank
    Member

Profile Information

  • Gender
    Not Telling

System Specs

  • OS
    Windows 8
  • Total Memory
    6Gb
  • Framework
    v3.5
  • License
    Professional Edition

Recent Profile Visitors

1582 profile views
  1. Edit: Fixed the issue i just posted.
  2. Hi guys, i stopped the above code and changed to using Google. I have a small error with my code. When i scrape the address to a list it puts it onto 2 lines instead of appending it to 1 line. Can you advise me where i am missing ui text box("Keyword", #Keyword) ui text box("Location", #Location) ui text box("Email", #email) ui text box("File Name", #filename) ui stat monitor("<br>", "") ui stat monitor("<br>", "") ui stat monitor("<br>", "") ui stat monitor("<br>", "") ui stat monitor("Company Names", $list total(%companies)) ui stat monitor("Contact Number", $list t
  3. Hi guys, I am building a scrapper and i am scrapping the following details; Company Address Contact number I have it all working and i want to add a 'Website' scrape. However i don't want it to mess up my lists if their is no website. It needs to add a a blank and then move on if the website does not exist. Still learning ubot guys so please be patient with me Regards
  4. It does it perfectly when i only scrape the first page (25 results) when i loop it to scrape multiple pages it goes wrong
  5. What am i doing wrong here guys, ui stat monitor("Company Names", $list total(%companies)) ui stat monitor("Contact Number", $list total(%contactnumbers)) ui stat monitor("Address", $list total(%address)) clear table(&Contacts) clear list(%address) clear list(%companies) clear list(%contactnumbers) navigate("http://www.thomsonlocal.com/listing/search?Phrase=publishers&Location=London", "Wait") define Scrape Data { add list to list(%companies, $scrape attribute(<tagname="h2">, "outertext"), "Don\'t Delete", "Global") add list to table as column(&Contacts, 0, 0, %compa
  6. Just needing some advice guys, I want to define a URL list (this data will not be used anywhere except to export at the end of the bot) I will then add the username + password etc to its own column. At the end save this list to a csv (i am ok with this bit i think) Any help is appreciated Edit: In a tutorial i saw 'add to local list' I am guessing this has been removed in the new version?
  7. I would just like some more info on the stages i have said so far, finding it quiet tricky as of now and i can't see the solution in the tutorials i have been watching. I have seen a way of creating a CSV and using the data within it to import the data of username, password, email, first name, last name. but i want it so when a user opens the program they are prompted for them to enter it. once they have entered it, it will define it as a variable for the software to run through all of the websites provided help please guys, any links to tutorials to help is much appreciated also
  8. Hi Guys, I have just purchased uBot and so far i am liking how it looks. This is what i want to be able to do and just wondering if you guys can give me some tips. Once completed this is what i want the bot to do 1) A user opens the script 2) Enters some details: username, email, password etc (in text field boxes) 3) Use those details to register to different sites (the registration part looks pretty simple using the built in features such as twitter) 4) Post to the websites etc. ( I will then need someway of logging in to them all, posting updates and logging out) Any help is appreciate
×
×
  • Create New...