Subversion Repositories personal-webbase

Rev

Rev 4 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4 Rev 8
Line 59... Line 59...
59
  <td valign="top">';
59
  <td valign="top">';
60
 
60
 
61
  if ($f_creator_ip == '')
61
  if ($f_creator_ip == '')
62
    echo 'Unbekannt!';
62
    echo 'Unbekannt!';
63
  else
63
  else
64
    echo '<a href="http://www.ripe.net/fcgi-bin/whois?form_type=simple&amp;full_query_string=&amp;searchtext='.$f_creator_ip.'&amp;submit.x=0&amp;submit.y=0" target="_blank">'.$f_creator_ip.'</a> (DNS: '.@gethostbyaddr($f_creator_ip).')';
64
    echo '<a href="http://www.ripe.net/fcgi-bin/whois?form_type=simple&amp;full_query_string=&amp;searchtext='.urlencode($f_creator_ip).'&amp;submit.x=0&amp;submit.y=0" target="_blank">'.$f_creator_ip.'</a> (DNS: '.@gethostbyaddr($f_creator_ip).')';
65
 
65
 
66
  echo '</td>
66
  echo '</td>
67
</tr>
67
</tr>
68
<tr>
68
<tr>
69
  <td valign="top">Letzter Login<img src="design/spacer.gif" height="1" width="35" alt=""></td>
69
  <td valign="top">Letzter Login<img src="design/spacer.gif" height="1" width="35" alt=""></td>
70
  <td valign="top">'.de_convertmysqldatetime($f_lastlogin).'</td>
70
  <td valign="top">'.de_convertmysqldatetime($f_lastlogin).'</td>
71
</tr>
71
</tr>
72
</table><br>
72
</table><br>
73
<a href="javascript:document.mainform.submit();">&Auml;nderungen durchf&uuml;hren</a>&nbsp;|&nbsp;<a href="'.$_SERVER['PHP_SELF'].'?seite=inhalt&amp;modul='.$modul.'">Zur&uuml;ck</a>
73
<a href="javascript:document.mainform.submit();">&Auml;nderungen durchf&uuml;hren</a>&nbsp;|&nbsp;<a href="'.$_SERVER['PHP_SELF'].'?seite=inhalt&amp;modul='.urlencode($modul).'">Zur&uuml;ck</a>
74
 
74
 
75
</form>';
75
</form>';
76
 
76
 
77
  echo $footer;
77
  echo $footer;
78
 
78