Need Help With BHCB [AD ROTATE]

Chrome

Newbie
Joined
Apr 2, 2009
Messages
20
Reaction score
0
Below is a code I found for rotating ads with bhcb

PHP:
<?php

$random_url = array("http://www.site1.com",
"http://www.site2.com","http://www.site3.com","http://www.site4.com");
            srand(time());
            $random = (rand()%count($random_url));
        
            header ("Location: $random_url[$random]");

My question is if I use this code will the BHCB referrer hiding option still work?
 
dont quote me, but i really dont think it would make a difference. i dont see any reason it would interfere with the referrer hiding code...

maybe ask the people you got this code from?

what version of BHCB are you using?
 
Any updates on this topic? I'm interested in finding out if this code will interfere with the referrer hiding option.
 
Well I'm not 100% sure but i think it will not interfere with the Referrer hiding option
 
Back
Top