Hi all,
I have this code:
<?php
$ALP_URL = "http://valleywebnet.com/aclp/";
$LIST_OF_TLDS = array("com","net","org");
$FORCE_ONLY_DOMAIN = "true";
$lang = array ("available" => "Domain is available for registration.",
"invalid" => "Domain is invalid.",
"notavailable" =>...