Need an ADD ROTATOR Script!

Discussion in 'Scripts' started by Omar, Jan 1, 2006.

  1. #1
    Dear Friends,

    I want some codes for my site.

    As some PHP Scripts are avaiable to ROTATE ADS on site, but I need in JAVA or HTML....

    LIke I have:

    1-FatclickAds
    2-GMS1.net ads
    and many more others Ads (Pay per Impression)

    So any script avaiable for this kind of function?

    Waiting
     
    Omar, Jan 1, 2006 IP
  2. andriusk

    andriusk Well-Known Member

    Messages:
    367
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    140
    #2
    DO you need to be able to put java or html as your banner or you want rotating system to be based on java or html?

    If you want to be able to add banner as HTML code, so you can try phpAdsNew. It's quite good system and I think it's best one which is free.
     
    andriusk, Jan 2, 2006 IP
  3. Omar

    Omar Peon

    Messages:
    70
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #3
    It'll work in HTML page? Because my site is not on PHP its on HTML & only forums on PHP....

    As you mentioned about above script, just tell me it will work in HTML or it needs MY SQL or something else? And please give me the link

    Waiting
     
    Omar, Jan 2, 2006 IP
  4. andriusk

    andriusk Well-Known Member

    Messages:
    367
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    140
    #4
    phpAdsNew needs php and MySQL, but if you have two different servers you can put adrotator on server with MYSQL and include code on all your sites.
     
    andriusk, Jan 2, 2006 IP
  5. Omar

    Omar Peon

    Messages:
    70
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #5
    But if it become posible, please give me a JAVA type code..
     
    Omar, Jan 2, 2006 IP
  6. lappy512

    lappy512 Peon

    Messages:
    277
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #6
    PHPAdsNew will output Javascript code

    it will generate some code like this:

    <script language='JavaScript' type='text/javascript' src='http://ad.krazyletter.com/manage/adx.js'></script>
    <script language='JavaScript' type='text/javascript'>
    <!--
       if (!document.phpAds_used) document.phpAds_used = ',';
       phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11);
       
       document.write ("<" + "script language='JavaScript' type='text/javascript' src='");
       document.write ("http://ad.krazyletter.com/manage/adjs.php?n=" + phpAds_random);
       document.write ("&amp;what=zone:1");
       document.write ("&amp;exclude=" + document.phpAds_used);
       if (document.referrer)
          document.write ("&amp;referer=" + escape(document.referrer));
       document.write ("'><" + "/script>");
    //-->
    </script><noscript><a href='http://ad.krazyletter.com/manage/adclick.php?n=a2496a6c' target='_blank'><img src='http://ad.krazyletter.com/manage/adview.php?what=zone:1&amp;n=a2496a6c' border='0' alt=''></a></noscript>
    Code (markup):
     
    lappy512, Jan 2, 2006 IP
  7. Jen-

    Jen- Peon

    Messages:
    151
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Jen-, Dec 1, 2006 IP