echo"Weight <input type=text size=2 value=".$row["weight"]."> This lets you weight your pod lower on the list if you have too much trafic coming in<br>";
echo"save button goes here<br><br><br>";
echo"delete button with big warning its forever<br>";
//save and exit
if($_GET['save']==$row["token"]){
if($_GET['weight']>10){
echo"10 is max weight";
die;
}
if($sfsdthis==1){
$expire=date("Y-m-d H:i:s",time()+7000);
$sql="UPDATE pods SET token=$1, tokenexpire=$2 WHERE domain = '$domain'";
echo"Weight <input type=text size=2 name=weight value=".$row["weight"]."> This lets you weight your pod lower on the list if you have too much trafic coming in, 10 is the norm use lower to move down the list.<br>";