首頁  >  文章  >  後端開發  >  挑戰最棒的留言本的源碼(四)_PHP教程

挑戰最棒的留言本的源碼(四)_PHP教程

WBOY
WBOY原創
2016-07-21 16:03:51900瀏覽

config.php檔案

// 你的使用者名稱和密碼,以及資料庫名稱,和表名,在這裡一次定義!!!
// 由於因為使用者名稱和密碼就害怕使用者名稱和密碼別人透過瀏覽器看到,所以用了php的副檔名,這樣透過瀏覽就看不到了!!!.

     $username='your_name';        your_password';          //密碼

     $hostname='localhost';      🎜>     $db_name='your_db_name';           //資料庫名稱
     $table_name ='your_liuyan_table';        //存放留言的命名者  

     $table_name_control='your_control_table'o   $table_name_control='your_control_table'o   $table_name_control='your_control_table's]   $table_name_control='your_control_table'o  _to_display=5;  //每頁顯示的留言列數!


     $hang_zifu_number=50;  //換行的一行字元數!



// 連結連接!
     $id_link=@mysql_connect($hostname,$username,$password);
     if (! $id_link) {
  🎜 >
// 處理參數,以後所有參數都可以透過$arr_request['name']得到,不管是post的還是get的!!!

  $arr_request=array();
if (count($HTTP_GET_VARS)) {
     while (list($key,$value)=each($HTTP_GET_VARS)) {
    
  }

  if (count($HTTP_POST_VARS)) {
     while (list($key,$value) = key )]=$value;
     }
  }

// 一些出錯處理函數!

  >';
  }

  function affy_header($title) {
    echo '

' o; ';
  }

  function affy_message($msg) {
    echo >';
    echo "$msg";
    echo '';
    echo '';
m }       $errno = mysql_errno();
      $error = mysql_error();
   $error = mysql_error();
  o> >';
      echo $msg;
      echo "
Error: ($errno) $error
";   }

// 一些message處理函數!!!



//$test="2123.1.45.189";
//$test="2123.1.45.189";

function ip_question($msg)
{
//echo $msg;
//echo "
";
$ip=preg_split("/./",$msg);
$num=count($ip);
//echo $num;
$result="";
for($i=0;$i{ $result=$result .$ip[$i].".";
  //echo $ip[$i];
  //echo "
";  

}
$result=$result ."XX";
return($result);  
}

//$result=ip_question($test);

//$result=ip_question($test);
//echo $result;



function add_blankto50($msg,$hang_zifu_number)
{
$num=strlen($msg)

$ num_need=$hang_zifu_number-$num;
$str_suffix="";
for ($i=0;$i{
  $str_suffix=$str_suffix=$str_suffix." ";

}
//$num6=strlen($str_suffix);
//回顯$num6;
//echo "
";

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

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

返回($msg);

}

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

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

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

回傳($num2%2);

}

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

回傳($結果);




}

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

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

return($結果);    

return($結果);    

}
>
函數check_last($msg)
  {

$pattern='/.$/';

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


if ($match[0]>'~')
  return(1);
否則  
  返回(0); // echo "中文";


}

//$num5=short_one($test);
//回顯$num5;




function computer_smes> ($msg,$hang_zifu_number)
{
$msg=pian_question($msg);

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


$num=count($arr_phone);
//回顯$num;
//echo "
";
//$num2=strlen($arr_phone[0]) ;
//回顯$num2;
$first_line=1;

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

       ];



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

   ,$ $5050,505p        $temp=$matches[ 0][0];

         if ((check_last($temp)==1)and(check_en_num($temp)==1))     
                  $ hang_zifu_shortone=$hang_ zifu_number-1 ;

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

                   $temp=short_one($temp);  //從50個減少一個。

             }  



                {

               $pattern_replace="/^.{".$hang_zi"/umber ;

              $replacement='';
           🎜>            }  

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

      }

   if (($first_line==1)and(strlen($arr_phone[$i])        $ temp_addblank=$arr_phone[$i];

       $temp_addblank=add_blankto50($temp_addblank,$ 🎜>
     }

   其他

       $message=$message .$arr_phone[$i]."
";訊息);


}

//$num1=strlen($test);
//回顯$num1;
//回顯$test;

//回顯「
」;
//$mes=add_blankto50($test);
//$num9=strlen($mes);
//回顯$num9;
//$result=ip_question($test);
//computer_message($test);
//回顯$結果;


函數checkpass ($passwd,$action,$db_name,$table_name_control,$id_link)
    {

           else if ($action="huifu")
        🎜>     else  
        回復中「錯誤」;



 >     if (! $result ) {
            affy_error_exit('SQL 執行失敗。 ');}


     $record= mysql_fetch_object($result);
    // / echo $passwd;
    // echo "
";
     if ($record->value==$passwd)
        返回(0 );    



   }

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


【論文版權歸作者與奧索網共同擁有,如需轉載,請版權作者及出處】    






http://www.bkjia.com/PHPjc/316169.html

www.bkjia.com

true

http: //www.bkjia.com/PHPjc/316169.html

TechArticle

config.php檔案?php // 你的使用者名稱和密碼,以及資料庫名稱和表名,在這裡一次定義! ! ! // 由於怕使用者名稱和密碼被別人透過瀏覽器看到,所以用了php的...





陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn