Jump to content
UBot Underground

RayMue

Members
  • Content Count

    19
  • Joined

  • Last visited

Everything posted by RayMue

  1. Hey Guys, yesterdays mail, announcing The Botsource was interesting. But how can I update ? "in the early days" UBot automatically updates but now, for severeal weeks my UBot 4.0.84 is not updating any more. Or is 4.0.84 the latest version ? So I would like to know how to update to use the Botsource. Thank you in advance
  2. Hey Guys, I'm searching for a way to scrape the Google AdWords Keyword-Tool and write the results to a csv file. I have done that one year ago but now the Keyword-Tool-Interface changed. I need: Keyword, Numerb of Searches, CPC Has anybody sucessully done it ? Ray
  3. Hey Guys, I found a page where several "raffles" are postet. To be able to win a price you hat to "like" and "share" the posts. So how can I click one like after the other ? And after likeing I want to share. Any suggestion ? Thanks URL: http://www.facebook.com/gefaellt.mir.gewinnspiele PS: I'm allways getting a 403 Error when I want to reply to the answer. 403 - Forbidden: Access is denied. You do not have permission to view this directory or page using the credentials that you supplied.
  4. Hey Guys, I've got a great problem. My wordpress databasecrashed and now I have to rebuild my page. I thought about scraping archive.org. For example scrape the content of http://web.archive.org/web/20100211154758/http://www.guteshandy.de/prepaid-vergleich.html I tried: set(#content, $page scrape("<div class=\"sale-title\">", "<!--<div class=\"body-right\">"), "Global") save to file("C:\\content.txt", #content) to scrape the HTML Code between the htm-tag <div class=\"sale-title\"> and <!--<div class=\"body-right\"> but the content.txt file is empty :
  5. Was on Holiday - now back !THANK YOU for the code !!! I will test it
  6. I dont know how to. I'll try it in other words. 1. Use google Germany http://www.google.de/ 2. Search for "polar rcx5" 3. I want the bot to click on our page which is: www.sportuhren-profi.de/triathlon/353-polar-rcx5.html I tried to set a variable with scrape choosen attribute, attribute innerhtml, but how to assign the innerhtml *sportuhren-profi.de ?
  7. I solved the "Umlaute-Problem" by using a Text UTF-8 coded. BUT this works only when using a list. When you try i with a table you cannot use ÜÖÄ. I built a bot for submitting your Businessdata to several local search engines Like allesklar.de 11880.com cyclex ...
  8. Hey Guys, for several hours I am trying to create a bot which clicks on the google results of my homepage. I enter a keyword in the ui text box and submit this to google. Thats ok so far. But then the Bot should select the result which links my domain. I tried chose attribute <A class="l noline" onmousedown="" href="/url?sa=t&source=web&cd=1&ved=0CCAQFjAA&url=http%3A%2F%2Fwww.mydomain.com* or <A class="l noline" onmousedown="" href="http://www.google.de/url?sa=t&source=web&cd=1&ved=0CCAQFjAA&url=http%3A%2F%2Fwww.madomain.com%* but all attemps faild.
  9. Found it - good old DOS - copy copy file1.txt +file2.txt result.txt Is it possible to add an separator line at the end of a table e.g. -----------
  10. This was another idea of mine. set counter = 1 loop .... save blabla{counter} inc counter But how to merge 20 files into 1 ?
  11. I'm scraping a SEO website for Pageranks, indexed pages etc. for several Domains
  12. Hey Guys, I have got the following "problem". I want to scrape tables fro e.g. 10 pages. Goto Page 1 Scrape Table Goto Pag 2 Scrape Table Goto .... Save tables in a file. Unfortunately it seems not to be possible to add a scraped table to an existing table? Could someone help me ?
  13. Hey guys, I have got a problem with the german Umlaute üöä / ÜÖÄ. When I import a textfile containing ü or ä or ö and filling out forms the ü ist replaced by an � even the other Umlaute. Any suggestion what to do ?
  14. Thank you very much. But I doubt in my intelligence to understand it. I think I have got to sleep one or more nights to understand it. I have got the following structure First Name;Last Name;Street;Number;ZIP Code;City;Birth Day;Birth Month;Birth Year;Username;Password;secret Answer Edward;Walter;Mundsburger Damm;37;15749;Ragow;12;12;1988;Edward.Walter;GRNg8mjp;Brandenburg Charles;Brandt;Steindamm;25;24799;Meggerdorf;6;3;1984;Charles.Brandt;o9qyRDIP;Schleswig-Holstein George;Hahn;Tonndorfer Weg;72;82481;Mittenwald;12;8;1960;George.Hahn;Pqrkr6F9;Bayern And I want to fill this form: htt
  15. Thank you. But how to fill out the form with the data from the csv file?
  16. I'm looking for an example how to read a CSV file and use the datas for filling the registration form.
  17. Hey Guys, I'm a german user thats why I cannot use the random generated usernames, names and so on. I created an csv file and want to take the datas from this file as an input for the e-mail registration form, for example the gmx registration form https://service.gmx.net/de/cgi/g.fcgi/tariff/new/freemail/instant/user?sid=babhdff.1288715913.2596.df0vytzswg.76.ilm Is there a tutorial for the csv input ? Thank you in advance
×
×
  • Create New...