m3s3lf Posted April 27, 2007 Share Posted April 27, 2007 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 More sharing options...
per1os Posted April 27, 2007 Share Posted April 27, 2007 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. Link to comment https://forums.phpfreaks.com/topic/49015-idea-to-defeat-adblockers/#findComment-240090 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.