Hi,
Some decoded a zend file for me but i get this error:
Parse error: syntax error, unexpected '*' in /home/xxx/public_html/.main.php on line 136
the code is:
mt_srand( ( double ) * 1000000 );
I just delete the * ?
Sorry i dont know much about php.