i could probably make such hack...
could you be a bit more specefic though?
uhm.. also i've updated the hack.. :\
in member.php find:
Quote:
mysql_query("INSERT INTO profiletagboard (msg, touserid, fromuserid) VALUES ('$text','$userinfo[userid]','$bbuserinfo[userid]')") or die (mysql_error());};
|
and replace with
Quote:
$DB_site->query("INSERT INTO profiletagboard (msg, touserid, fromuserid) VALUES ('$text','$userinfo[userid]','$bbuserinfo[userid]')") or die (mysql_error());
header("location: member.php?s=$session[sessionhash]&action=$action&userid=$userinfo[userid]");
};
|
I don't think i have to explain what this does?