I know this is an old post but could the same thing be used for the adlogger php rapper?
eg:
Quote:
<?php if (!isset($ad_check)) { $ad_check = file_get_contents("http://www.ai-stockmarketforum.com/adlogger/ad_check.php?visitor_ip=$_SERVER[REMOTE_ADDR]&durelog=$_COOKIE[durelog]"); } if ($ad_check == 'y') { ?>
[Enter your AdSense Code Here]
<?php } ?>
|
and use:
Quote:
<if condition="!isset($ad_check)">
- not sure how to put the rest of the php in an "then statement"
<if condition="$ad_check == 'y' ">
[Enter your AdSense Code Here]
</if> </if>
|
sorry im new to php and vbulletin code