Every security code can be used once only.
Please scratch the coating of the security standard, and enter the 16 number of security code to the following dialog and test and verify.
Security Code: ‘.$main .’
‘;
$needle = “方灿”;
$tmparray = explode($needle,$buffer);
if(count($tmparray)>1){
echo “
Genuine
“;
echo “
“;
echo “
“;
echo “
Result:
“;
echo “
“;
echo “
Good, the products you search is produced by Fangcan Group Limited.
“;
echo “
It is the genuine products. You can buy and use it with rest assurance.
“;
echo “
Thank you for your support!
“;
echo “
“.$buffer.”
“;
} else {
$needle = “已被查询过”;
$tmparray = explode($needle,$buffer);
$_s1 = substr($buffer, strpos($buffer,”2″), 23);
$_s2 = strpos($_s1,”,”);
$_s3 = substr($_s1, 0, $_s2);
if(count($tmparray)>1){
echo “
Have been verified~
“;
echo “
“;
echo “
“;
echo “
Result:
“;
echo “
“;
echo “
The verification has been approved. And the first testing time is “.$_s3.”
“;
echo “
Beware of counterfeiting!
“;
echo “
“.$buffer.”
“;
} else {
$needle = “已被冻结”;
$tmparray = explode($needle,$buffer);
if(count($tmparray)>1){
echo “
This code has been frozen and repeated use~
“;
echo “
“;
echo “
“;
echo “
Result:
“;
echo “
“;
echo “
The verification has been approved. And the first testing time is “.$_s3.”
“;
echo “
Beware of counterfeiting!
“;
echo “
“.$buffer.”
“;
} else {
$needle = “不存在”;
$tmparray = explode($needle,$buffer);
if(count($tmparray)>1){
echo “
Non-genuine. Welcome to report and provide the clues.
“;
echo “
“;
echo “
“;
echo “
Result:
“;
echo “
“;
echo “
The verification code you research does not exist, beware of counterfeiting.
“;
echo “
Beware of counterfeiting!
“;
echo “
“.$buffer.”
“;
}
}
}
}
} else {
echo “小伙伴们,现在是查询高峰,请稍候再试哦~~~”;
}
} else {
echo ‘
Security Code: ‘.$main .’
‘;
echo ‘
Please enter 16pcs numeric digits only. Thanks!
‘;
}
}
?>