Quote:
Originally Posted by corollasbest
I wrote somethin up real quick.. I don't know if it works.. I need to get to my home pc and test it first.. just posting it here as my scratchpad :banana: I'll edit this if it works...
PHP Code:
");
// Set the PM Counter to start at 0
if (!isset($messageCount))
{
session_register("messageCount");
$messageCount = 0;
}
while ($privatemessage = $DB_site->fetch_array($getmessages) AND $messageCount < 3)
|
was this for me?
If so I just replace what was asked in the hack I assume