=2000 or ($loguser[posts]>=1000 && (ctime()-$loguser[regdate])>=200*86400)) $postreq=1;
  if($loguser[titleoption]==0 || $banned) $titleopt=0;
  if($loguser[titleoption]==1 && ($postreq or $power>0 or $loguser[title])) $titleopt=1;
  if($loguser[titleoption]==2) $titleopt=1;
  if(!$action){
    $birthday=getdate($loguser[birthday]);
    if($loguser[birthday]){
	$month=$birthday[mon];
	$day=$birthday[mday];
	$year=$birthday[year];
    }
    $descbr="$smallfont
 ";
    $checked1[$loguser[sex]]='checked=1';
    $checked2[$loguser[viewsig]]='checked=1';
    $checked3[$loguser[posttool]]='checked=1';
    $checked4[$loguser[useranks]]='checked=1';
    $sexlist="
	$radio=sex value=0 $checked1[0]> Male   
	$radio=sex value=1 $checked1[1]> Female   
	$radio=sex value=2 $checked1[2]> N/A";
    $vsig="
	$radio=viewsig value=0 $checked2[0]> Disabled   
	$radio=viewsig value=1 $checked2[1]> Enabled   
	$radio=viewsig value=2 $checked2[2]> Auto-updating";
    $vtool="
	$radio=posttool value=0 $checked3[0]> Disabled   
	$radio=posttool value=1 $checked3[1]> Enabled";
    if($titleopt){
		// this went after this block, which makes it COMPLETELY USELESS
	    squot(0,$loguser[title]);
		$titleoption="
	    $tccell1>Custom title:$descbr This title will be shown below your rank.
	    $tccell2l>$inpt=title VALUE=\"$loguser[title]\" SIZE=60 MAXLENGTH=255>
		";
    }
    squot(1,$loguser[minipic]);
    squot(1,$loguser[picture]);
    squot(0,$loguser[realname]);
    squot(0,$loguser[location]);
    squot(1,$loguser[aim]);
    squot(1,$loguser[imood]);
    squot(1,$loguser[email]);
    squot(1,$loguser[homepageurl]);
    squot(0,$loguser[homepagename]);
    sbr(1,$loguser[postheader]);
    sbr(1,$loguser[signature]);
    sbr(1,$loguser[bio]);
    $schemes=mysql_query('SELECT id,name FROM schemes ORDER BY ord');
    while($sch=mysql_fetch_array($schemes)){
	$sel=($sch[id]==$loguser[scheme]?' selected':'');
	$used=mysql_result(mysql_query("SELECT count(*) FROM users WHERE scheme=$sch[id]"),0,0);
	$schlist.="