|
From: Naveen G. <nav...@gm...> - 2006-08-16 21:42:38
|
Thanks Shane, that worked beautifully: http://www.slash.golguppe.com/article.pl?sid=06/08/09/1828229 I would also like to be able to put story specific scripts / ads such as this: <script type="text/javascript"><!-- google_ad_client = "xxxxxx"; google_ad_width = 120; google_ad_height = 240; google_ad_format = "120x240_as_rimg"; google_cpa_choice = "xxxxx"; google_ad_channel = "xxxxx"; //--></script> <script type="text/javascript" src=" http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> ;;is this possible with: replace into vars (name,value) values ('approvedtags_admin','b|i|p |br|a|ol|ul|li|dl|dt|dd|em|strong|tt|blockquote|div|ecode|img|hr|big| small|sub|sup|span|dfn|code|samp|kbd|var|cite|address|ins|del|h1|h2| h3|h4|h5|h6|table|thead|tbody|tfoot|tr|th|td|pre|slash|center|object| param|embed|script'); ;followed by update vars set value=concat(value,' script:type,google_ad_client,google_ad_width,google_ad_height,google_ad_format,google_cpa_choice,google_ad_channel') where name='approvedtags_attr_admin'; Thanks, Naveen |