mmoore5553
12-24-2011, 02:15 AM
I have a program that manages my ads. I am unable to put code in cms sidebar or forum sidebar.
example
<?php /* Terra Plana VivoBarefoot Athletic (Started 12/10/11) */ @readfile('http://www.wpcreations.net/vbbarefoot/mysimpleads/mysa_output.php?r='.$_SERVER['REMOTE_ADDR'].'&h='.urlencode($_SERVER['HTTP_HOST']).'&rf='.urlencode($_SERVER['HTTP_REFERER']).'&ua='.urlencode($_SERVER['HTTP_USER_AGENT']).'&show_ad=1'); ?>
How do i add this to sidebar to show ads ? I have tried everything. On a normal webpage I am find but vb is not liking this at all.
example
<?php /* Terra Plana VivoBarefoot Athletic (Started 12/10/11) */ @readfile('http://www.wpcreations.net/vbbarefoot/mysimpleads/mysa_output.php?r='.$_SERVER['REMOTE_ADDR'].'&h='.urlencode($_SERVER['HTTP_HOST']).'&rf='.urlencode($_SERVER['HTTP_REFERER']).'&ua='.urlencode($_SERVER['HTTP_USER_AGENT']).'&show_ad=1'); ?>
How do i add this to sidebar to show ads ? I have tried everything. On a normal webpage I am find but vb is not liking this at all.