STnavi 情報館 ver.2.12

F = datas/profile.php
2014-11-30 13:19:42 更新
INDEX
$encode = 'UTF-8';
$title = 'STnavi - プロフィール';
$thisprog = 'profile.php';

include 'functions.inc';

$uid = getparam('uid', '');
$pw = getparam('pw', '');
$uid = checkcookie('uid', $uid);
$pw = checkcookie('pw', $pw);
$br = '
';

$f = getparam('f', '');
if ($f) {
$f = 'odoriko/' . getparam('f', '') . '.txt';
$ermsg = '';
if (file_exists($f)) {
$cunt = file($f);
} else {
$ermsg = "プロフィールファイルが存在しません";
}
} else {
$ermsg = "プロフィールファイルの指定がありません。";
}


print '';
print '';
print '';
print '' . $title . '';
print '';
print '';
print '';

print '

' . $title . '

';
print '劇場一覧  ';
print '踊り子一覧  ';
print '

';

if ($ermsg) {
print 'ERROR! : ' . $ermsg . '';
} else {
foreach ($cunt as $line) {
if (mb_substr($line, 0, 2) == '名前') {
print '

' . $line . '

';
} else {
print $line . '
';
}
}
}
print $br;

if ($uid == 'ゲスト') include 'login.inc';
print '
';
print '劇場一覧  ';
print '踊り子一覧  ';
print '

';

print footer($uid, $pw, $thisprog);
if (checkuser($uid, $pw) == '管理者') include 'kanrisha.inc';
print '';
print '';

?>

Copyright ©2013-2025 Libra0977.   All Rights Reserved.   last updated 2014.8/25.
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)