Crack is


引用:
<?php

//////////////////////////////////////////////
// vBulletin ******e Key Generator
//////////////////////////////////////////////

$domain = "chinahtml.com"; ///////////// !!!!!!!!!!!!!!!!!!!!!! your domains
// ex: "127.0.0.1","localhost"

$key1 = md5($domain);
$key2 =md5($key1);

print "key1 is: ".$key1."<br/>";
print "key2 is: ".$key2."<br/>";
print "Copy and past 2 values above to your key.php file";
?>