Rayzak Posted January 11, 2005 Posted January 11, 2005 Hello Ok, theres a thing: I want to use google ads, but when site uses SSL it give me a message about security. Is there any way to make it work smoothly?
boxtel Posted January 11, 2005 Posted January 11, 2005 HelloOk, theres a thing: I want to use google ads, but when site uses SSL it give me a message about security. Is there any way to make it work smoothly? <{POST_SNAPBACK}> don't use external unsecure links on your secure pages. Treasurer MFC
Rayzak Posted January 11, 2005 Author Posted January 11, 2005 thx boxtel, do u know any way to exclude external link from sidebar on secured pages?
Rob123 Posted January 11, 2005 Posted January 11, 2005 This is one way you could do it within HTML tags <?php if ($request_type != 'SSL') { ?> Your Google provided javascript goes here... <?php } ?> This is one way you could do it within PHP tags if ($request_type != 'SSL') { ?> Your Google provided javascript goes here... <?php } This is untested, but should work. HTH, Robert
mikey boy Posted April 30, 2005 Posted April 30, 2005 Can anyone tell me which file this mod' should go in? Thx Rob, That worked <{POST_SNAPBACK}>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.