Jump to content
UBot Underground

User intervention


Recommended Posts

... let's say the bot arrives at a webpage. The user validates the page ... eg. a facebook-page ... decides to like ... or not like the page ... Now I need a simple alert + two buttons 1)like 2)don't like -> and jump to different subs ... did I miss something?

Link to post
Share on other sites

im lost here..

 

Are you asking how this can be done?

Wanting pricing on a bot that will like a page or not?

and what is the jump to different sub for?

 

If you wouldn't mind also go to your preferences in the forum and update your license version of ubot so we know what version you have.

 

Thanks,

TJ

Link to post
Share on other sites

sorry for the confusion ... yes ... asking how this can be done (using Pro Edition) Thx For Help

 

Different Subs -->

 

User Chooses 1) --> Gosub likepage

User Chooses 2) --> Gosub ignorepage

Link to post
Share on other sites

What would the criteria be for if they like or dislike a page?

 

Normally i would say that you can have it search the page for the like button.

if -> [exists] = click

else -> [ignore]

 

Navigating to the pages from a list of urls (gathered somehow maybe a search for pages based on keyword(s) or phrase(s)

 

far as user input on a dialog box. True (ok) False (cancel)

Frank has a good example here

Link to post
Share on other sites

I do have the automatic solution. like: fans > 500 then like! thx

I do need the "manual" way. The USER watches the screen and decides!! Pushing a button! "You want to go SUB1 or SUB2?" depending on what he sees. Then the script proceeds depending on the users choice. So the "criteria" would be the USERS decision.

Link to post
Share on other sites

What would the criteria be for if they like or dislike a page?

 

Normally i would say that you can have it search the page for the like button.

if -> [exists] = click

else -> [ignore]

 

Navigating to the pages from a list of urls (gathered somehow maybe a search for pages based on keyword(s) or phrase(s)

 

far as user input on a dialog box. True (ok) False (cancel)

Frank has a good example here

 

Use above link Franks Dialog popup

It will return true or false.

 

Navigate

navigate to url of page with like button

 

java

run dialog (supplied by Frank)

 

if else command

if (true)

run sub1

else

run sub2

 

sub1

search for like button

click

navigate next url

 

sub2

do nothing

or navigate next url

 

 

I do have the automatic solution. like: fans > 500 then like! thx

I do need the "manual" way. The USER watches the screen and decides!! Pushing a button! "You want to go SUB1 or SUB2?" depending on what he sees. Then the script proceeds depending on the users choice. So the "criteria" would be the USERS decision.

 

see above

Link to post
Share on other sites

OK thanks so far ... This works for me - at least when I only need 2 options (True/False) Giving The User more options is not possible? (sounds greedy?) ... hoever thx for the really fast help.

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...