ホームページ  >  記事  >  バックエンド開発  >  最高のゲストブックソースコードに挑戦(4)_PHPチュートリアル

最高のゲストブックソースコードに挑戦(4)_PHPチュートリアル

WBOY
WBOYオリジナル
2016-07-21 16:03:51900ブラウズ

config.php ファイル

// あなたのユーザー名とパスワード、データベース名、テーブル名はここで定義されています!!!
// あなたのユーザー名とパスワードが誰かに見られるのを恐れているからです。他はブラウザ経由なので、閲覧では見れないように php の拡​​張機能を使用しました。
$table_name_control='your_control_table'; コントロールテーブル名

$number_records_to_display =5; // 各ページに表示されるメッセージの数


$hang_zifu_number=50; // 改行の文字数


// ここに接続してください! !

$id_link=@mysql_connect($hostname,$username,$password);
if (! $id_link) {
affy_message("ローカルデータベースへの接続に失敗しました。");}

// パラメータの処理、今後のすべてのパラメーターは、post か get かに関係なく、$arr_request['name'] を通じて取得できます。 ($ key、$ value)=それぞれ($ http_get_vars)){
キー、$ value)=それぞれ($ http_post_vars){
$ arr_request [strtolower($ key)] = $ value; {O Echo ' '; }

function affy_header($title) {
echo ''; title"; <br> echo ' ';
}

function affy_message($msg) {
echo '

';
echo '< ;td>';
echo "$msg";
echo '
';

関数 affy_error_exit($msg); errno = mysql_errno() ; echo ;br> ;エラー: ($errno) $error
";
echo ''; exit();
}

// メッセージ処理関数!!!



//$test="2123.1.45.189";

function ip_question($msg)
{
//echo $msg;
$ ip=preg_split("/./ ",$msg);
$num=count($ip);
$result=""; num-1;$i++)
{ $result=$result .$ip[$i].".";
//echo $ip[$i]
//echo "
";
$result=$result . "XX";

//$result=ip_question($test)



関数 add_blankto50; ,$hang_zifu_number)
{
$ num=strlen($msg);

$num_need=$hang_zifu_number-$num;
for ($i=0;$i<$num_need; )
{
$str_suffix=$ str_suffix." ";
//$num6=strlen($str_suffix);
//エコー $num6;
//エコー "
";

$pattern='/^(.*)/';
$replacement="1$str_suffix";

$msg=preg_replace($pattern,$replacement,$msg);

return($msg);

}

関数 check_en_num($msg)
{
$pattern='/[x00-x7f]/';

preg_match_all($pattern,$msg,$matches);

$num2=count($matches[0]);

return($num2%2);

}

関数 short_one($msg)
{
$pattern='/.$/';
$replacement='';
$result=preg_replace($pattern,$replacement,$msg);

return($result);




}

関数 pian_question($msg)
{
$pattern="/'/";
$replacement="'";
$temp=preg_replace($pattern,$replacement,$msg);

$pattern="/'/";
$replacement="'";
$result=preg_replace($pattern,$replacement,$temp);

return($result);    

}

関数 check_last($msg)
{

$pattern='/.$/';

preg_match($pattern,$msg,$match);


if ($match[0]>'~')
return(1);
else
return(0); // "和文" をエコーし​​ます。


}

//$num5=short_one($test);
//$num5 をエコーし​​ます。




関数computer_message($msg,$hang_zifu_number)
{
$msg=pian_question($msg);

$arr_phone=preg_split("/n/",$msg);


$num=count($arr_phone);
//$num をエコーし​​ます。
//エコー "
";
//$num2=strlen($arr_phone[0]);
//$num2 をエコーし​​ます。
$first_line=1;

for ($i=0;$i{
while($str_num=strlen($arr_phone[$i])>$hang_zifu_number)
{

$first_line=0;
$workstr=$arr_phone[$i];



$pattern_pre50="/.{".$hang_zifu_number ."}/";

preg_match_all($pattern_pre50,$workstr,$matches);
$temp=$matches[0][0];

if ((check_last($temp)==1)and(check_en_num($temp)==1)) // 地酒と中国語
{
$hang_zifu_shortone=$hang_zifu_番号-1;

$pattern_replace="/^.{".$hang_zifu_shortone ."}/";

$replacement='';
$arr_phone[$i]=preg_replace($pattern_replace,$replacement,$workstr);
// 前49个处理完!

$temp=short_one($temp);  //从50个中减去一个。

}




else
{

$pattern_replace="/^.{".$ Hang_zifu_number ."}/";

$replacement='';
$arr_phone[$i]=preg_replace($pattern_replace,$replacement,$workstr);

}


$message=$message 。 $temp."
";

}

if (($first_line==1)and(strlen($arr_phone[$i])<$hang_zifu_number))
{

$first_line=0;
$temp_addblank=$arr_phone[$i];

$temp_addblank=add_blankto50($temp_addblank,$hang_zifu_number);

$message=$temp_addblank ."
";

}

else

$message=$message .$arr_phone[$i]."
";


}
return($message);


}

//$num1=strlen($test);
//$num1 をエコーし​​ます。
//エコー $test;

//エコー "
";
//$mes=add_blankto50($test);
//$num9=strlen($mes);
//エコー $num9;
//$result=ip_question($test);
//computer_message($test);
// $result をエコーし​​ます。


function checkpass($passwd,$action,$db_name,$table_name_control,$id_link)
{



if ($action="delete")
$str_sql="$table_name_control から値を選択イビエ='消去';";
else if ($action="huifu")
$str_sql="$table_name_control where leibie='huifu';"; から値を選択します。
else
echo "エラー";



$result=mysql_db_query($db_name,$str_sql,$id_link);

if (! $result) {
affy_error_exit('SQL の実行に失敗しました。');}


$record= mysql_fetch_object($result);
// echo $record->value;
// echo "
";
// echo $passwd;
// echo "
";
if ($record->value==$passwd)
return(1);
else
return(0);    



}

//$msg=computer_message($test,$hang_zifu_number);

//エコー $msg;

?>


【本文版权归作者与奥索网共同拥有,如果转下,请注明作者及出处】


www.bkjia.comtru​​ehttp://www.bkjia.com/PHPjc/316169.html技術記事 config.php文件 ?php // 你的ユーザー名と秘密コード、およびデータ库名、表名、ここに一次決定!!! // ユーザー名と秘密コードが人によって閲覧されたため、php が使用されていました...
声明:
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。