I recently moved my site to a new server and now I am seeing parts of the gallery script in the
VB pages. For example, within my admincp, I see the following text:
query_first("SELECT COUNT(*) AS images FROM " . TABLE_PREFIX . "adv_gallery_images"); $totalposts = $db->query_first("SELECT COUNT(*) AS posts FROM " . TABLE_PREFIX . "adv_gallery_posts"); $totalcats = $db->query_first("SELECT COUNT(*) AS cats FROM " . TABLE_PREFIX . "adv_gallery_categories"); $totalecards = $db->query_first("SELECT COUNT(*) AS cards FROM " . TABLE_PREFIX . "adv_gallery_ecards"); // ##### Need Moderate $imgcount = $db->query_first("SELECT ........................
This is right on the admincp homepage after the Welcome to Vbulletin content table.
Can someone help me figure out what is wrong here?
Thanks!