instead of pasting the code for the entire poage into multiple messages, you can compress the php page into a zip archive and attach that to your reply.
to fix the error,
find the following code:
$BurstSize = undefined;
$BurstTime = undefined;
$WaitTime = undefined;
and change it to:
$BurstSize = 200;
$BurstTime = 1;
$WaitTime = 1;