@boofo:
change this line
PHP Code:
$sound='<embed src="$wav_file" autostart="true" hidden="true">';
like this:
PHP Code:
$sound='<embed src="'.$wav_file.'" autostart="true" hidden="true">';
also congratulations!
@350Chevy: remove this line:
PHP Code:
function make_seed() {list($usec, $sec) = explode(' ', microtime());return (float) $sec + ((float) $usec * 100000);}
I guess you are using my birthday greetings hack or another hack which uses the exact function, that's why you got this error..