Verify 800 urls if they have popups?

mlektra

Banned
Jan 8, 2008
57
1
0
Canada
Hi, i am submitting 800 urls to a campaign for ppv and my account manager tell me that she cannot approve my urls since there's several ones with exit pops and its against the TOS of the network.

Is there a known software/trick to batch process the urls and know which ones are clean or not?:confused:
 


I would guess you need to find some sort of popup footprint across the sites. For example maybe write a script that searches the sites for <javascript src=... and <script src=... then manually check those sites.

use php, curl and a loop and you should be able to do it.

I would write you a quick script in ubot but it doesn't support page scraping between the head tags so it wouldn't help.
 
I would guess you need to find some sort of popup footprint across the sites. For example maybe write a script that searches the sites for <javascript src=... and <script src=... then manually check those sites.

use php, curl and a loop and you should be able to do it.

I would write you a quick script in ubot but it doesn't support page scraping between the head tags so it wouldn't help.

do that