For some reason I try v3arcade, It does not summit score

don't know y?
I have to comment out this line other wise it give waring and error can not summit any score
// #################### Add v3arcade Game Support ########################
/*
if($_POST['sessdo'] == "sessionstart") {
$gamerand = rand(1,10);
$gametime = mktime();
$lastid = 1;
echo "&connStatus=1&initbar=$gamerand&gametime=$gametim e&lastid=$lastid&result=OK";
exit;
}
if($_POST['sessdo'] == "permrequest") {
$microone = microtime();
setcookie("v3score", $_POST['score']);
echo "&validate=1µone=$microone&result=OK";
exit;
}*/
when I comment out those it work fine for ibpro game and now error?
have anyone have this trouble or problem before? help plz
thanks ahead