How do you insert banner ads, and things of that nature into pages, using SHTML?
I'll give an example:
Page 1, having a commented HTML string, like this
Now, replace that with 1) A banner ad....duhhhh 2) After 1 visit, the banner goes away for an entire day. I'm figuring cookies, since they have to be persistent enough to last 24 hours, but what would be put and where for this effect to happen? .htaccess? And if so, what directive?
OR
Inject a banner into a page without inserting anything into the HTML to begin with
I'll give an example:
Page 1, having a commented HTML string, like this
Code:
<!-- #bannerads -->
Now, replace that with 1) A banner ad....duhhhh 2) After 1 visit, the banner goes away for an entire day. I'm figuring cookies, since they have to be persistent enough to last 24 hours, but what would be put and where for this effect to happen? .htaccess? And if so, what directive?
OR
Inject a banner into a page without inserting anything into the HTML to begin with
Last edited: