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>";
}
if($sfsdthis==1){
$expire=date("Y-m-d H:i:s",time()+7000);
$sql="UPDATE pods SET token=$1, tokenexpire=$2 WHERE domain = '$domain'";