from a custom template ...?
hi folks!
i've created a custom 404 error page (
http://www.vbseo.com/f34/create-cust...seo-use-11288/) and i need to remove the ads from this page ...
i tried to wrap the templates with this code:
PHP Code:
<if condition="$_REQUEST['do'] != '404'">
#your adsense code# </if>
and this doesn't runs completely ...
so i tried with this:
PHP Code:
<if condition="THIS_SCRIPT != 'misc'">
#your adsense code# </if>
and this runs correctly only into the 404.php page because it leaves my ads ID into the other pages .... (check out the attachment)
so i need a tip to fix this trouble ...
TIA
ps. obviously i use the integrated ads by Jelsoft