hi, i install the script on my local host, its working but i cant change the theme, when ever i change it the new theme did not show up correctly..
And this error message shows on every page at the top as i installed the script
query("SELECT id, title, date, alt_name FROM ". PREFIX . "_post WHERE approve='1' ORDER BY RAND() LIMIT 0,{$cng['limit']}"); while($row = $db->get_row()){ $row['date'] = strtotime($row['date']); if (strlen($row['title']) > $cng['link']) $title = substr ($row['title'], 0, $cng['link'])." ..."; else $title = $row['title']; $go_page = ($config['ajax']) ? "onclick=\"DlePage('newsid=".$row['id
39;]."'); return false;\" " : ""; if ($config['allow_alt_url'] == "yes") $link = "".stripslashes($title).""; else $link = "".stripslashes($title).""; $rand_news .= "» ".$link."
"; } } ?> Processing. Please wait...