Wow! Impressive hack!
I am experiencing one issue though (although it's not mission critical it still is a concern) and that's within the control panel itself.
When I go to modify a particular category of avatars, it does list the avatars and everything just fine, however, at the top of the screen on EVERY category I get the same message:
Warning: Supplied argument is not a valid MySQL result resource in /home/hohavoc/public_html/vbPortal/forums/admin/db_mysql.php on line 154
Code:
if ( isset($this->query_id) ) {
line 154: $this->record = mysql_fetch_array($this->query_id);
} else {
if ( !empty($query_string) ) {
$this->halt("Invalid query id (".$this->query_id.") on this query: $query_string");
} else {
$this->halt("Invalid query id ".$this->query_id." specified");
}
}
Any idea what this means??
I'm using the latest mysql, php, apache and linux kernel on our host.
v 2.0.3 of jelsoft's bulletin board.