Ohh okay, it's fine now. Thanks. :P
Oh, I'm wondering if this will work on vB 3.5.3, because this is what happens when I run the install file:
Fatal error: Call to a member function on a non-object in /home/port/public_html/habborly/admincp/vbsurvey_install.php on line 66
PHP Code:
$DB_site->query("REPLACE INTO " . TABLE_PREFIX . "phrase (phraseid, languageid, varname, text, phrasetypeid) VALUES (NULL, '0', '" . $varname . "', '" . addslashes($text) ."', '$phrasetype')");
Well, that's line 66. Help?