Jump to content

Idea to defeat adblockers?


m3s3lf

Recommended Posts

Would it be possible to use PHP (and possibly .htaccess/mod rewrite) to randomize a single banner's filename before it's displayed?  I'm thinking that I could actually rename the file before it's displayed, but that would create a lot of load on the server.  Can a filename be 'spoofed'?

TY,

Billy

Link to comment
https://forums.phpfreaks.com/topic/49015-idea-to-defeat-adblockers/
Share on other sites

Yep it is entirely possible just as long as you know where it is being redirected to.

 

IE you have anything that comes from mysite.com/images re-directed to a php script which than checks the image name and matches it up with an image that you want to display.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.