Jump to content
UBot Underground

Loading drop down lists from a website into ubot


Recommended Posts

Is there any way I can prefill drop down boxes in ubot which are stored on a website.

 

For example would it be possible on a site that has a drop down box of choices to load the contents of the drop down list dynamically into a field in ubot? So that the updating of these lists occurred when ubot was opened?

 

Thanks

Link to post
Share on other sites

Is there any way I can prefill drop down boxes in ubot which are stored on a website.

 

For example would it be possible on a site that has a drop down box of choices to load the contents of the drop down list dynamically into a field in ubot? So that the updating of these lists occurred when ubot was opened?

 

Thanks

 

Haven't really looked into it but..

Perhaps with scrape page, and some clever replacing ?

 

Or do it in perl/php and save to a text file.

Then call that php file from the SHELL command in Ubot; then have ubot load from the text file.

That might be a lot easier because you can use Mechanize or just cut up the source with perl's great features.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...