Quote:
Originally posted by Logician
@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..
|
You are correct but it still plays no sound. I've also tried to change the line to something like this:
PHP Code:
srand(make_seed()); $srand_snd = rand (1,18);
$sound='<embed src="audio\sound'.$srand_snd.'wav" autostart="true" loop="0" hidden="true"></embed>';
And still nothing.. I've used $srand_code = rand (1,10) with no results, then changed it to $srand_snd thinking I needed a different string name considering the birthday mod installed and still nada. So I dunno...