KTB_Pdrive
|
Re:Search Error points to com_remository_settings.php - 2005/12/18 09:08
find this
| Code: |
$download_text = "<script type=\"text/javascript\"><!--\r\ngoogle_ad_client = \"pub-9523985668336222\";\r\ngoogle_ad_width = 300;\r\ngoogle_ad_height = 250;\r\ngoogle_ad_format = \"300x250_as\";\r\ngoogle_ad_type = \"image\";\r\ngoogle_ad_channel =\"\";\r\n//--></script>\r\n<script type=\"text/javascript\"\r\nsrc=\"http://pagead2.googlesyndication.com/pagead/show_ads.js\">\r\n</script>";
|
and replace it with
| Code: |
$download_text = "";
|
and it seems to work for me
best of luck
|