Jump to content

Sephaeriud

New Members
  • Posts

    6
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

Sephaeriud's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I feel guilty asking you to write and re-write so much code for me, but if it isn't too much trouble for you I would appreciate whatever solution you think might work best for me. Thank you,
  2. You say iframes makes the process harder, is there an easier/better way to go about randomizing ads to achieve what I'm looking for? Thanks,
  3. So do I need to add: <?php session_start(); $_SESSION["Ad"] = array(); ?> to the top of each HTML page?
  4. First, thank you again for your help, I currently have 5 ads, and 4 spots per page. Ideally, what I'm looking for is when the page is refreshed, you will get one of the 5 ads randomly in each spot, but without duplication - as in displaying the same ad more than once per page. This new code made the 4 ads static, they don't change when the page is refreshed. Where do I need to place the reshuffle code to allow them to randomize when the page is refreshed? Thank you,
  5. Thank you so much, MadTechie, for taking the time to help, however I'm afraid this still isn't working. I gave each ad a unique ID, but I am still getting duplicates. Am I supposed to edit some of the PHP myself to specify each ID? Please help me understand what I'm doing wrong Thank you again,
  6. Hi all, I'm using a Random Ad script on a site I'm working on found here. It's working great, super easy to set up, however the problem is that sometimes it "randomizes" the same ad more than once per page. The site I'm building will have 4 spots for ads per page. Is there a way to script "if -ad- is already displayed, choose a different one"? To avoid having duplicates each time the page is refreshed. Thanks!
×
×
  • 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.