Activity Stream
48,167 MEMBERS
62332 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 5 of 5
  1.     
    #1
    Banned
    Website's:
    Bruv.org GetNulled.com etrace.org

    Default PHP/HTML : Simple Ad Poll Code

    With this simple advert code you can easly
    add adverts into your website/forum
    and the best thing about it is that its
    Ad Pool so you can add loads of adverts to it
    and you wont have to place loads on your site
    just 1 ad space and you can have loads of adverts
    in it i recommend having 3 + 1 Begginging advert

    KEY:

    How Fast They Show:
    window.setInterval("cycle1()",5000);
    Controls How Fast the adverts will show
    just change the 5000 (5 seconds) to what you want

    Basically each advert has a:
    "Image Url"
    "Site Url"
    "Site Name"
    and you cant put them wherever you want they
    all have to be in order
    i.e.
    IMAGE-URL-OF-SITE-1ST = Banner Image of your first site advert
    URL-OF-SITE-1ST = Url to your first site advert
    NAME-OF-SITE-1ST = Name to your first site advert

    ALL ADVERTS MUST BE COORDINATED LIKE:
    First Advert:
    IMAGE-URL-OF-SITE-1ST
    URL-OF-SITE-1ST
    NAME-OF-SITE-1ST

    Second Advert:
    IMAGE-URL-OF-SITE-2ND
    URL-OF-SITE-2ND
    NAME-OF-SITE-2ND

    How to change Advert Size:
    Just Change width="468" height="60"
    to what you need it to be

    Code: 
    
    <center>
    <script type="text/javascript">
    var imgs1 = new Array("IMAGE-URL-OF-SITE-1ST","IMAGE-URL-OF-SITE-2ND","IMAGE-URL-OF-SITE-3RD");
    var lnks1 = new Array("URL-OF-SITE-1ST","URL-OF-SITE-2ND","URL-OF-SITE-3RD");
    var alt1 = new Array("NAME-OF-SITE-1ST","NAME-OF-SITE-2ND","NAME-OF-SITE-3RD");
    var currentAd1 = 0;
    var imgCt1 = 3;
    function cycle1() {
      if (currentAd1 == imgCt1) {
        currentAd1 = 0;
      }
    var banner1 = document.getElementById('adBanner1');
    var link1 = document.getElementById('adLink1');
      banner1.src=imgs1[currentAd1]
      banner1.alt=alt1[currentAd1]
      document.getElementById('adLink1').href=lnks1[currentAd1]
      currentAd1++;
    }
      window.setInterval("cycle1()",5000);
    </script>
    <a href=""URL-OF-SITE-SHOWS-ONCE"" id="adLink1" target="_blank">
    <img src="IMAGE-URL-OF-SITE-SHOWS-ONCE" id="adBanner1" border="0" width="468" height="60"></a>
          </center>
    Pyro Reviewed by Pyro on . PHP/HTML : Simple Ad Poll Code With this simple advert code you can easly add adverts into your website/forum and the best thing about it is that its Ad Pool so you can add loads of adverts to it and you wont have to place loads on your site just 1 ad space and you can have loads of adverts in it i recommend having 3 + 1 Begginging advert KEY: Rating: 5

  2.   Sponsored Links

  3.     
    #2
    The Realest Nigga
    thanx alot bro

  4.     
    #3
    Member
    Website's:
    epicimagehost.com
    this isnt a poll?

  5.     
    #4
    Member
    ummm yea this isn't a poll lol, I think he meant pool, as he said in the main post.

    But another thing where is the php? this is Javascript not php.
    This is the staff, you have been banned

  6.     
    #5
    Respected Developer
    Website's:
    X4B.org
    Its a simple js ad rotator. If you want something more serious tr openads.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [Buying] Simple Html script/prog
    By maloxi in forum Completed Transactions
    Replies: 7
    Last Post: 31st Jul 2011, 01:43 PM
  2. [Buying] Need someone to do simple PSD to HTML/CSS
    By spreea in forum Completed Transactions
    Replies: 4
    Last Post: 20th Dec 2010, 03:31 PM
  3. [Buying] Simple HTML/CSS Work.
    By proXace? in forum Completed Transactions
    Replies: 6
    Last Post: 6th Nov 2010, 02:32 PM
  4. simple html :(
    By pi0tr3k in forum Technical Help Desk Support
    Replies: 13
    Last Post: 31st Mar 2010, 12:59 PM
  5. [$1] - Very Simple HTML Blog/Downloads
    By Chri5 in forum Completed Transactions
    Replies: 0
    Last Post: 12th Aug 2009, 12:43 AM

Tags for this Thread

BE SOCIAL