Jump to content
UBot Underground

winwell

Fellow UBotter
  • Content Count

    46
  • Joined

  • Last visited

Everything posted by winwell

  1. Ahhh - after more digging I think I can use $url to get the actual URL and then extract the bit I need...
  2. I am doing a bot to log into my webmail through my server but each login has a new session id which features in the URL. For example, https://blahblah.com:1234/cpsess14568747693/blah blah The cpsession changes each time I log in. To access the webmail I have to click a link but that link must contain the session id. If I could obtain the session id from the URL after I'd logged in I could do it but I can't figure out how to extract that piece of data So you login into the cpanel - Then the session id is set in the URL Need to know this to be able to include it in the URL to acces
  3. So in my mind I see the sequence of events going as ... Open the list of urls count them loop visit url somehow look for presence of the social service scrape the url to that service or services save details to list then next url Its the middle bit I have problem with as different sites use different plugins or methods to add their facebook/twitter/linkedin/G+ URLs so its what to look for on the site. I'll try to get it to work with once specific method forst and then see how to get it to work on others -
  4. These are random websites and I just have the site URLs so sorry, I don't get what you mean. Surely I have to visit the sites first to see if they have any social site links on them? Thanks
  5. I've seached the forum but no luck, hence this post... I am writing a bot to take a list of URLs and I want to scrape each page to identify: If there's a facebook page advertised, linkedin page, twitter page and so on.. If there is I want to capture the FB, Twitter LInkedIn ULs and so on. I just want a bit of help to kick this project off. I can call the list open the page but then what? Do I need to look at the HTML source and look for a specific ID or look for an icon or what. If someone can start me on the right road, that would be great many thanks,
  6. I am on a web page which takes product reviews. It has a box to add text and 2 sliders to rate different things. The text box is easy enough but I can't work out how I can get ubot to click and drag the sider to a random position. Here's the appropriate HTML: <div class="question" id="itemScoreQ"> <h3><span style="float:left;" id="scoreText">2</span>Now rate it out of 10</h3> <div id="slider" class="ui-slider ui-slider-horizontal ui-widget ui-widget-content ui-corner-all"><a class="ui-slider-handle ui-state-default ui-co
  7. @nuc63 - Thank you - I see where I went wrong - that worked
  8. I have a script that navigates to my phpmyadmin, logs in and displays a list of the databases under this user - there's 56 databases in this case. The list of databases are displayed on the screen and I want to scrape that list into a list. HEre's what I've tried so far which hasn't worked: clear list(%databases) ui stat monitor("Number of databases:-", %databases) click(<innertext="Databases">, "Left Click", "No") add list to list(%databases, $scrape attribute(<class="name">, "outertext"), "Don\'t Delete", "Global") save to file("C:path_to_my_file\\databases.txt", %databases) I
  9. I love ubot! I've been able to create a bot to check, optimize and repair my databases in a matter of minutes. I used to do this manually when i got a chance and then only some of the databases when they started to slow down. Now I can run this weekly using the windows scheduler and the bot will do it for me. Great stuff. EDIT:- What I would like to do now is improve it. Currently I have to tell the bot which item (database) to select from a database dropdown list in phpmyadmin. (I jsut copy paste/edit the raw code to do this). Is it possible to step (loop) through the items in t
  10. Ahhhh - Set Website Credentials! That did the trick - back to work now!
  11. I want to make a bot to log into my phpMyAdmin panel and do some stuff on my databases. When I log into mysql.mydomain.com - I am prompted for my login credentials (authenticates me) - I enter username and password in a dialog box, then click OK. I can't figure out how to do this in ubot. I navigate to the right place, but I don't see the modal authentication box at all. All I see when I access the page is an error message Wrong username/password. Access denied. So its as if I tried a wrong username/pawword and clicked OK - but I haven't. Any suggestions to get this working? Th
  12. Just tried to download some sample scripts from http://support.ubotstudio.com/index.php?/Default/Knowledgebase/Article/View/65/11/sample-codes-and-scripts but the links on that page are all dead.
  13. I see you use Windows XP with 9 Gig of Ram and .net 4.0 - how you do that? My XP only recognises 4GB and I can't install .net 4, only 3.5
×
×
  • Create New...