STnavi 情報館 ver.2.12
F = datas/index.php
2014-11-24 20:02:50 更新
INDEX
$encode = 'UTF-8';
$title = 'STrip NAVIgator';
$thisprog = 'index.php';
$toppage = 'top.php';
$lastupdate = date("Y-m-d H:i", filemtime($thisprog));
include 'functions.inc';
$dbhost = 'localhost';
$dbuser = 'stnavi';
$dbpass = 'cubie';
$dbname = 'stnavi';
$dbtable = 'user';
$uid = getparam('uid', '');
$pw = getparam('pw', '');
$uid = checkcookie('uid', $uid);
$pw = checkcookie('pw', $pw);
$br = '
';
print '';
print '';
print '';
print '' . $title . '';
print '';
print '';
print '';
$kubun = checkuser($uid, $pw);
if (!$uid) $uid = 'ゲスト';
print $uid . 'さん ' . $kubun . 'モード';
print '' . $title . '
';
print '
';
print '当サイトは Strip 情報を取り扱っています。';
print '18歳未満の方の閲覧はご遠慮ください。
';
print '';
include 'login.inc';
print $br;
print '';
print $br;
print '';
print '
';
print $br;
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)