Get exclusive CAP network offers from top brands

View CAP Offers

Banner rotation code?

[bsa_pro_ad_space id=2]
  • This topic is empty.
Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #718385
    Anonymous
    Inactive

    Of if someone can give me a step by step on how to do it in php ?

    #718387
    Anonymous
    Inactive

    I have read two good threads regarding this both at site point and webmasterworld.

    The links are

    xhttp://www.sitepoint.com/forums/showthread.php?t=440863
    xhttp://www.webmasterworld.com/forum88/12322.htm

    Kind Regards,
    Nicolas Johnson
    Toll Free 1-800-549-7407
    MSN nicolas_1875 at hotmail dot com

    #718388
    NetPal
    Member

    I’d like to know if this jave code hides the links from google to have a pagerank more hight ?

    what do you think ?

    #718392
    Anonymous
    Inactive

    Thanks , but not what im looking for .

    i used to have a piece of html code , where i inserted the image and link for each banner , then placed the code where i wanted the banners to appear , but i cant seem to remember it

    #718394
    Anonymous
    Inactive

    Here is what I use… Its very easy to use:

    http://www.nettpokerguiden.com/random.rar

    Download this…

    thecode.php is containing the code you use whereever you want the random code to show…

    random_one.txt is the fil where the random code is… (one code pr. line)

    If you change the name of random_one.txt remember to change in random_one.php:

    $random_content=”random_one.txt”;

    to whatever you name the file…

    Thats it! :notify:

    #718539
    Anonymous
    Inactive

    misterDH,

    Thats a nice little script. Can I use it? Is it yours?

    I installed it on my site, http://www.onlinepokersitereview.com , and would like to leave it there. But before I do I need to know that it is OK to use.

    Thanks

    #718618
    Anonymous
    Inactive

    // Start banner code

    $codes = array(
    “,
    “,
    “,
    );
    srand ((float) microtime()*1000000);
    shuffle($codes);
    $i=0;
    $number=1; while(list(, $code) = each($codes)) {
    if ($i>=$number) { break; }

    echo “

    $header_content $code

    “;
    echo ““;
    $i++;
    }
    // End banner code
    [/CODE]

    The above is what I use to rotate three header banners. You can add all the banners you want.

    Hope this helps.[CODE]

    // Start banner code

    $codes = array(
    “,
    “,
    “,
    );
    srand ((float) microtime()*1000000);
    shuffle($codes);
    $i=0;
    $number=1; while(list(, $code) = each($codes)) {
    if ($i>=$number) { break; }

    echo “

    $header_content $code

    “;
    echo ““;
    $i++;
    }
    // End banner code
    [/CODE]

    The above is what I use to rotate three header banners. You can add all the banners you want.

    Hope this helps.

    #718798
    Anonymous
    Inactive
    ih82lose wrote:
    misterDH,

    Thats a nice little script. Can I use it? Is it yours?

    I installed it on my site, http://www.onlinepokersitereview.com , and would like to leave it there. But before I do I need to know that it is OK to use.

    Thanks

    Well its not mine, but I downloaded it for free so I guess its ok you use it :la-de-da:

    #718819
    Anonymous
    Inactive

    Luke , thats the one , i just found my old copy of it saved on my pc .

    thanks .

    #718823
    Anonymous
    Inactive

    heres the exact code i use , set up for 5 banners you can add as many as you want . be sure on the last banner you input leave off the last ,

Viewing 10 posts - 1 through 10 (of 10 total)