Jump to content
UBot Underground

can someone help me click this link


Recommended Posts

this piece of scripting opens up a page that has three links towards the middle of the page

local,server,and url.

the url link opens what i believe is a javascript popup that in a normal browser i can type into.

can someone get ubot to open this link?

click_the_url_link.ubot

Link to post
Share on other sites

A work around that I have used in the past was to use an out dated iphone user agent to get a different file upload, but every time I try the site kicks me out.

Link to post
Share on other sites

I don't think the site has a mobile theme. Sorry I could not help you, but I hope someone can beacuse I would also like to know a work around when there is no mobile theme.

Link to post
Share on other sites

thanks for the code traffik cop.

but thats not what im looking for,please try clicking the link manualy

login/pass :admin

http://numberoneandroid.com/numberoneandroid/admin.php?dispatch=products.add

 

notice how when the url link is clicked manualy the text box appears, that what i need

Link to post
Share on other sites

it seems to work if you allow popup before clicking look at this

 http://i.imgur.com/dR95kaw.png

 

PS: how do I attach .ubot file ?

 

loop(1) {
    clear cookies
    navigate("http://numberoneandroid.com/numberoneandroid/admin.php""Wait")
    wait for browser event("Everything Loaded""")
    type text(<username field>"admin""Standard")
    type text(<password field>"admin""Standard")
    click(<login button>"Left Click""No")
    wait for browser event("Everything Loaded""")
    navigate("http://numberoneandroid.com/numberoneandroid/admin.php?dispatch=products.add""Wait")
    wait for browser event("Everything Loaded""")
    allow popups("Yes")
    click(<outerhtml=w"<a onclick=\"fileuploader.show_loader(this.id);\" id=\"server_*\">Server</a>">, "Left Click", "No")
   
}

Edited by zenos
Link to post
Share on other sites

Every one is looking at the Server Link.

I need to click the Link marked "url".

The object is download the Picture from the venders site, not download it to my machine and then reupload ir.

Link to post
Share on other sites

my code clicks the URL link and I get a pop up with a list of files.

 

click toolbox to give more room it will close left panel and you will see full pop up of your filr uploader pop up you want

 

 

Zenos

next to post button "more reply options" press that and you will see how there.

Link to post
Share on other sites

im sorry traffic.

when i run the script all i see is the list of files on my hard drive to chose from.

when i click the link manualy in a browser ,what i get is a text box where i can type in a url

Link to post
Share on other sites

first off let me express my love and appreciation to the community, you guys allways step up for a challenge.

much love!

i dont think that i was being clear on what i am trying to accomplish.

the first image is what we are getting from the script,

the second is what i get when i click the url link in a browser (which is what i need).

post-5517-0-31594900-1389154240_thumb.jpg

post-5517-0-56398700-1389154305_thumb.jpg

Link to post
Share on other sites

Best bet solution is a work-a-round

-download image from url, then use the local up-loader to upload your image.
*this is the only thing i can think of as a work around that would take care of the image upload from url issue not showing the layover.

Link to post
Share on other sites

This is what TJ had to say in the Skype group.

 

Best bet solution is a work-a-round

-download image from url, then use the local uploader to upload your image.
*this is the only thing i can think of as a work around that would take care of the image upload from url issue not showing the layover.

 

add me on skype and will add you to group if you would like. My skyp is in profile

 

 

haha just reloaded and saw you posated

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