function get_random() { srand(time()); $max = 10000; return rand(1,$max) + rand(1,$max) ; } require("cfg.php"); require_once('recaptchalib.php'); $publickey = "6Lcd0QAAAAAAAJC5AT1SIgSpISxfZDY6AVlpNrh2"; // you got this from the signup page if ($status == "online") { echo <<