så.
Det virker stadig ikke den siger at alt er free og test er ikke prøv selv
http://www.webhosteu.com/webhosteu_beta/index.php?page=host/guild<? if($_GET['step'] == ""){?>
<style type="text/css">
<!--
.style1 {color: #FF0000}
-->
</style>
<table cellpadding="0" cellspacing="0" border="0">
<tr style="color:#999999;" bgcolor="#f3f3f3">
<td width="305px">
<strong>State Subdomain</strong>
</td>
<td width="305px" align="right">
<strong>Step 1 / 4</strong>
</td>
</tr>
<tr>
<td colspan="2">
State the name of the domain, that you wish to resive on WEBHOSTEU's server.
</td>
</tr>
<form action="?page=host/guild&step=1" method="post">
<tr>
<td colspan="2">
<br>Subdomain name<br>
<input width="300px" type="text" name="subdomain" style="border:1px gray solid;">
</td>
</tr>
<tr>
<td colspan="2" align="center">
<input type="submit" name="submit" value="Next >">
</td>
</tr>
</form>
</table>
<? }elseif($_GET['step'] == "1"){?>
<?
$subdomain = trim($_POST['subdomain']);
$SQL = "SELECT * FROM webhosteu_users WHERE subdomain_name != ''";
$loadin = mysql_query($SQL) or die("There is an Error in the database");
while ($row = mysql_fetch_array($loadin)){
if($row['$subdomain_name'] == "$subdomain"){ ?>
<table cellpadding="0" cellspacing="0" border="0">
<tr style="color:#999999;" bgcolor="#f3f3f3">
<td width="305px">
<strong>Problem!!!</strong>
</td>
<td width="305px" align="right">
<strong>Step 2 / 4</strong>
</td>
</tr>
<tr>
<td colspan="2">
<? echo "The subdomain ";?><span style="color:#FF0000;"><? echo $subdomain;?></span><? echo " is not available";?>
</td>
</tr>
<tr>
<td colspan="2" align="center">
<br>Please go back and try another subdomain<br>
<a href="?page=host/guild">Go back</a>
</td>
</tr>
</table>
<? }else{?>
Wee this is free go on.
<? }?>
<? }?>
<? }?>