Quote Originally Posted by V3g3t4 View Post
thatswhathesaid, follow these steps:

Search for:
PHP Code: 
if (in_array("megaupload"$hosts)){
        
flush();
        if (
file_exists($umucookie));
        {
            
unlink($umucookie);
        } 
Remove semi-colon after
PHP Code: 
if (file_exists($umucookie)) 

It didnt workout for me. I am downgrading to V1.2 as it was working fine for me.