Quote:
Originally Posted by Psionic Vision
I love how everyone asks "anybody". Really. Who can know better than the author of the hack?
|
I think this is because the code.
Code:
$vbulletin->db->lock_tables(array('psistats_cache' => 'READ', 'psistats_data' => 'READ'));
//and
$vbulletin->db->unlock_tables();
Is not restricted to your hack alone.
So it is more a general questions, what could happen if the lines are commented out.
You obviously placed them there for a reason, we are just curious what the downside of commenting those out might be.
Seen that I cannot lock my tables I don?t have a choice really. I must comment them out.
FFMG