Jump to content
UBot Underground

Website "blocking" script


Recommended Posts

Hello,

 

I'm having trouble with my script. I'm cycling through a bunch of "ads" and navigating and capturing the "redirect" url. 

 

However, one site is causing me problems. It's http://www.yac.mx/ssc/yac.php?pt=mat

 

If you click on the link, you'll see it has some javascript or something blocking my script to capture the $url. Therefore my whole script is "stuck".

 

Here's the basic code i have: 

 

allow javascript("No")
                                navigate(#redirect_url_good"Don\'t Wait")
                                wait(2)
                                add item to list(%redirect_url$url, "Don\'t Delete""Global")

 

As you can see, i have tried disabling javascript but still having the problem.

 

NOTE: the #redirect_url_good variable would be the ad network url which would redirect to http://www.yac.mx/ssc/yac.php?pt=mat (example www.adserver.com?site=xxx&placement=234r3g etc.)

 

Does anyone have any ideas?

Thanks in advance.

 

Thanks,

Natural_cg

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