Zip file for Version 1.4 is missing
signup.php
member.php (has members.php) and
clients.php
in the zip file. where can I get these files ?
I guess I cannot test without them.
Moderator: Scooby
JGJacobs wrote:The files you are looking for are in ver1.2 only. member.php is members.php, signup.php is register.php.
// Only do so, when the checks before go ok. So, if $outputmsg is empty, we can check the available domains
else {
$tld_query = mysql_query("SELECT * FROM $domain_table ORDER BY domain ASC");
$outputmsg = $text_16;
while ($tlds = mysql_fetch_array($tld_query)) {
$checkname = "$domainname.$tlds[0]";
$checkdom=mysql_num_rows(mysql_query("select * from $redir_table where host='$checkname'"));
//--- debug
echo '<br>checkdom='.$checkname.' results in '.$checkdom;
//--- debug
if($checkdom!="0") {
$outputmsg.="www.$checkname $text_21 [<a href="whois.php?do=check&domainname=$checkname">$text_7</a>]<br><br>";
}
else {
$outputmsg.="<a href="register.php?do=register2&domainname=$domainname&ext=$tlds[0]"><b>www.$checkname</b></a> $text_22 <a href="register.php?do=register2&domainname=$domainname&ext=$tlds[0]">$text_23</a><br><br>";
}
$do ="main";
}
}
}
Users browsing this forum: No registered users and 1 guest