Jump to content
UBot Underground

Faling To Navigate/click An Url


Recommended Posts

Hello uboters!

 

After few months i am trying back my failed sites when i was beginning ubot.

 

Now i can login to this site and scrape ads link i have to click.(8 in the list)

How can i navigate to these url?

when i ve tried this way it did not work :

navigate("http://clickbiz.fr/ptc_clic.php?adid=420805944&action=start','PaidtoClickPage','640','480'")
%List1:
<a href="#" onclick="crea_openptc('http://clickbiz.fr/ptc_clic.php?adid=420805944&action=start','PaidtoClickPage','640','480');window.location.href=window.location.href;"><img src="http://www.mozi-ptp-regie.com/image.php?idpub=148&pseudo=surf-diffusion" border="0"></a>
<a href="#" onclick="crea_openptc('http://clickbiz.fr/ptc_clic.php?adid=596863796&action=start','PaidtoClickPage','640','480');window.location.href=window.location.href;"><img src="http://www.mozi-ptp-regie.com/image.php?idpub=130&pseudo=surf-diffusion" border="0"></a>
<a href="#" onclick="crea_openptc('http://clickbiz.fr/ptc_clic.php?adid=648855415&action=start','PaidtoClickPage','640','480');window.location.href=window.location.href;"><img src="http://www.regie-business.com/images/banniere.png" border="0"></a>
<a href="#" onclick="crea_openptc('http://clickbiz.fr/ptc_clic.php?adid=850715462&action=start','PaidtoClickPage','640','480');window.location.href=window.location.href;"><img src="http://www.mozi-ptp-regie.com/image.php?idpub=174&pseudo=surf-diffusion" border="0"></a>
<a href="#" onclick="crea_openptc('http://clickbiz.fr/ptc_clic.php?adid=402114320&action=start','PaidtoClickPage','640','480');window.location.href=window.location.href;"><img src="http://www.mozi-ptp-regie.com/image.php?idpub=173&pseudo=surf-diffusion" border="0"></a>
<a href="#" onclick="crea_openptc('http://clickbiz.fr/ptc_clic.php?adid=814433761&action=start','PaidtoClickPage','640','480');window.location.href=window.location.href;"><img src="http://www.mozi-ptp-regie.com/image.php?idpub=166&pseudo=surf-diffusion" border="0"></a>
<a href="#" onclick="crea_openptc('http://clickbiz.fr/ptc_clic.php?adid=658098491&action=start','PaidtoClickPage','640','480');window.location.href=window.location.href;"><img src="http://profits-barre.com/upload/ban/btcheat.jpg" border="0"></a>
<a href="#" onclick="crea_openptc('http://clickbiz.fr/ptc_clic.php?adid=857891320&action=start','PaidtoClickPage','640','480');window.location.href=window.location.href;"><img src="http://clickbiz.fr/upload/ban/boost_taux.png" border="0"></a>

Thank you for your support.

Edited by Kill3rbko
Link to post
Share on other sites

First "add list to list", list of just URLs, no extra stuff and tags.

The inside a loop use navigate and use "next list item" to go through all the links. loop cycle="list total" of scraped links.

Link to post
Share on other sites

Thank you for reply

 

I have no problem scraping urls and navigating through them.

 

But when i navigate ad nothing happen.

 

I dont know really what window.location.href=window.location.href;  means

Link to post
Share on other sites

When i try in firefox browser i noticed a new window open with url like :

http://clickbiz.fr/ptc_clic.php?adid=420805944&action=start

In ubot when i run

navigate("http://clickbiz.fr/ptc_clic.php?adid=420805944&action=start")

it open and suddenly close

 

how to stay on it?

Edited by Kill3rbko
Link to post
Share on other sites
  • 1 month later...

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