���˶����y(c��)ԇ������http://int.dpool.sina.com.cn/iplookup/iplookup.php?format=js&ip=218.192.3.42
�Ѻ�IP��ַ��ԃ�ӿڣ�Ĭ�J(r��n)GBK����http://pv.sohu.com/cityjson
�Ѻ�IP��ַ��ԃ�ӿڣ����O(sh��)�þ��a����http://pv.sohu.com/cityjson?ie=utf-8
�Ѻ������IP��ַ��ԃ�ӿڣ�http://txt.go.sohu.com/ip/soip
�vӍ�Ľӿڣ�http://fw.qq.com/ipaddress (�vӍ�Ľӿ�ԭ��������õ����ɬF(xi��n)�ڴ��_��)
����Ľӿ������˵���js�ӿ��f(shu��)����
<script type="text/javascript" src="
<script type="text/javascript">
function ipmsg() {
var ss = remote_ip_info['country']??+ remote_ip_info['province']+ remote_ip_info['city'];
document.getElementByIdx_x_x("<%=HiddenField1.ClientID %>").value = ss;
}
</script>
]]>
//�����ֹIP
$time=time();
$fileforbid="log/forbidchk.dat";
if(file_exists($fileforbid))
{ if($time-filemtime($fileforbid)>60)unlink($fileforbid);
else{
$fileforbidarr=@file($fileforbid);
if($ip==substr($fileforbidarr[0],0,strlen($ip)))
{
if($time-substr($fileforbidarr[1],0,strlen($time))>600)unlink($fileforbid);
elseif($fileforbidarr[2]>600){file_put_contents($fileht,$ip."\r\n",FILE_APPEND);unlink($fileforbid);}
else{$fileforbidarr[2]++;file_put_contents($fileforbid,$fileforbidarr);}
}
}
}
//��ˢ��
$str="";
$file="log/ipdate.dat";
if(!file_exists("log")&&!is_dir("log"))mkdir("log",0777);
if(!file_exists($file))file_put_contents($file,"");
$allowTime = 120;//��ˢ�r(sh��)�g
$allowNum=10;//��ˢ�´Δ�(sh��)
$uri=$_SERVER['REQUEST_URI'];
$checkip=md5($ip);
$checkuri=md5($uri);
$yesno=true;
$ipdate=@file($file);
foreach($ipdate as $k=>$v)
{ $iptem=substr($v,0,32);
$uritem=substr($v,32,32);
$timetem=substr($v,64,10);
$numtem=substr($v,74);
if($time-$timetem<$allowTime){
if($iptem!=$checkip)$str.=$v;
else{
$yesno=false;
if($uritem!=$checkuri)$str.=$iptem.$checkuri.$time."1\r\n";
elseif($numtem<$allowNum)$str.=$iptem.$uritem.$timetem.($numtem+1)."\r\n";
else
{
if(!file_exists($fileforbid)){$addforbidarr=array($ip."\r\n",time()."\r\n",1);file_put_contents($fileforbid,$addforbidarr);}
file_put_contents("log/forbided_ip.log",$ip."--".date("Y-m-d H:i:s",time())."--".$uri."\r\n",FILE_APPEND);
$timepass=$timetem+$allowTime-$time;
die("Warning:"."<br>"."Sorry,you are forbided by refreshing frequently too much, Pls wait for ".$timepass." seconds to continue!");
}
}
}
}
if($yesno) $str.=$checkip.$checkuri.$time."1\r\n";
file_put_contents($file,$str);
����������:
$foo[1]['a']['xx'] = 'bar 1';
$foo[1]['b']['xx'] = 'bar 2';
$foo[2]['a']['bb'] = 'bar 3';
$foo[2]['a']['yy'] = 'bar 4';
$foo[3]['c']['dd'] = 'bar 3';
$foo[3]['f']['gg'] = 'bar 3';
$foo['info'][1] = 'bar 5';
���Ҫ���� bar 3 ��ô�M(j��n)�в�������������(g��)�Y(ji��)�������@����(g��)�Y(ji��)����Ҫ��������ĺ���(sh��)��
-------------------------------------------------------------------------------------------------------------------------------
function array_search_re($needle, $haystack, $a=0, $nodes_temp=array()){
global $nodes_found;
$a++;
foreach ($haystack as $key1=>$value1) {
??? $nodes_temp[$a] = $key1;
??? if (is_array($value1)){???
????? array_search_re($needle, $value1, $a, $nodes_temp);
??? }
??? else if ($value1 === $needle){
????? $nodes_found[] = $nodes_temp;
??? }
}
return $nodes_found;
}
---------------------------------------------------------------------------------------------------------------------------------
�@��(g��)����(sh��)�Ϳ�������Ҫ���ҵ��ă�(n��i)��ȫ�����س��I����(l��i)
$result = array_search_re('bar 3', $foo);
print_r($result);
ݔ���Y(ji��)�������£�
Array ( [0] => Array ( [1] => 2 [2] => a [3] => bb )
?????? ?? [1] => Array ( [1] => 3 [2] => c [3] => dd )
?????? ?? [2] => Array ( [1] => 3 [2] => f [3] => gg )
???? ?? )
1 php������S��(sh��)�M���I��
function array_search_key($needle, $haystack){
global $nodes_found;
foreach ($haystack as $key1=>$value1) {
?
?if ($key1=== $needle){
?
??$nodes_found[] = $value1;
???????
?? }
??? if (is_array($value1)){???
????? array_search_key($needle, $value1);
??? }
???
???
}
return $nodes_found;
}
$result = array_search_key('a', $foo);
print_r($result);
ݔ���Y(ji��)�������£�
?
Array
(
??? [0] => Array
??????? (
??????????? [xx] => bar 1
??????? )
??? [1] => Array
??????? (
??????????? [bb] => bar 3
??????? )
??? [2] => Array
??????? (
??????????? [yy] => bar 4
??????? )
)
]]>������Ҳ��� ��ɽ�W(w��ng)վ���O(sh��)?�@��(g��)�P(gu��n)�I�~�O(sh��)�����P(gu��n)�I�~����ǰ���������~�����������^��(w��n)���������p���������������յ�Ӱ푣��@�γô˙C(j��)��(hu��)һ�����������Ч��������(y��n)�Cһ��? �W(w��ng)վ�����½��r(sh��)�Ƿ������P(gu��n)�I�~�ĕr(sh��)�C(j��)��Ҳ�o����վ�L(zh��ng)��һ��(g��)������
]]>/**
* ��ȫ����
*/
function Add_S($array)
{
foreach($array as $key=>$value)
{
if(!is_array($value))
{
$value = get_magic_quotes_gpc()?$value:addslashes($value);
$array[$key]=filterHtml($value);
}
Else
{
Add_S($array[$key]);
}
}
return $array;
}
function glstr($var) {
if (is_array($var)) {
return Add_S($var);
}
elseif(strlen($var)){
$var = get_magic_quotes_gpc()?$var:addslashes($var);
$var = filterHtml($var);
}
return $var;
}
function filterHtml($html)
{
$farr = array(
"/<!DOCTYPE([^>]*?)>/eis",
"/<(\/?)(html|body|head|link|meta|base|input)([^>]*?)>/eis",
"/<(script|i?frame|style|title|form)(.*?)<\/\\1>/eis",
"/(<[^>]*?\s+)on[a-z]+\s*?=(\"|')([^\\2]*)\\2([^>]*?>)/isU",//�^(gu��)�Vjavascript��on�¼�
"/\s+/",//�^(gu��)�V����Ŀհ�
);
$tarr = array(
"",
"",
"",
"\\1\\4",
" ",
);
$html = preg_replace( $farr,$tarr,$html);
return $html;
}
if (sizeof($_GET)) {
foreach($_GET as $key => $value) {
$_GET[$key] = glstr($value); //
}
}
if (sizeof($_POST)) {
foreach($_POST as $key => $value) {
$_POST[$key] = glstr($value); //
}
}
<?php
//�_ʼӋ(j��)�r(sh��)
$HeaderTime = microtime(true);//����(sh��)true��ʾ���ظ��c(di��n)��(sh��)ֵ
//���a
//...
printf(" total run: %.2f s<br>".
"memory usage: %.2f M<br> ",
microtime(true)-$HeaderTime,
memory_get_usage() / 1024 / 1024 );
?>
�Y(ji��)����
total runtime: 1.47 s
memory usage: 77.09 M
]]>���ϴ��a��(sh��)�F(xi��n)�x���(xi��ng)���D(zhu��n)��ָ��朽�
]]>��Q�����ǣ�
����Լ��ķ���(w��)�����Й�(qu��n)����my.ini��Ԓ�����_my.ini������
sql-mode="STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"
��
sql-mode="NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"
Ȼ���؆�MYSQL
�ڄe�˵�̓�M���g�Ϯ�(d��ng)Ȼ�����܌�(sh��)�F(xi��n)�����Ը����Ľ�Q����߀�����Լ��Ĕ�(sh��)��(j��)�Y(ji��)��(g��u)���ѷǿյ��ֶμ���Ĭ�J(r��n)ֵ���Ժ��O(sh��)Ӌ(j��)��(sh��)��(j��)��(k��)Ҫע���@һ�c(di��n)������������ֲ
]]>{{php}}
for($i=0;$i<count($assign);$i=$i+2){
echo '
<ul>
<li> <span class="zz_pic"><a href="'._url('picture',array('col_key'=>'cert','pic_id'=>$assign[$i][pic_id])).'" title=""><img src="uploads/thumb_'.$assign[$i][pic].'" alt=""></a></span> <span class="zz_title"><a href="'._url('picture',array('col_key'=>'cert','pic_id'=>$assign[$i][pic_id])).'" title="">'.$assign[$i][title].'</a></span> </li>
<li> <span class="zz_pic"><a href="'._url('picture',array('col_key'=>'cert','pic_id'=>$assign[$i+1][pic_id])).'" title=""><img src="uploads/thumb_'.$assign[$i+1][pic].'" alt=""></a></span> <span class="zz_title"><a href="'._url('picture',array('col_key'=>'cert','pic_id'=>$assign[$i+1][pic_id])).'" title="">'.$assign[$i+1][title].'</a></span> </li>i>
</ul>';}
{{/php}}
��Q�ķ����ǣ�ģ��׃��ȫ������smarty��һ��(g��)��(du��)��������ֻҪ��for֮ǰ�M(j��n)���xֵ��$assign = $this->_tpl_vars[assign];
{{php}}
$assign = $this->_tpl_vars[assign];
for($i=0;$i<count($assign);$i=$i+2){
echo '
<ul>
<li> <span class="zz_pic"><a href="'._url('picture',array('col_key'=>'cert','pic_id'=>$assign[$i][pic_id])).'" title=""><img src="uploads/thumb_'.$assign[$i][pic].'" alt=""></a></span> <span class="zz_title"><a href="'._url('picture',array('col_key'=>'cert','pic_id'=>$assign[$i][pic_id])).'" title="">'.$assign[$i][title].'</a></span> </li>
<li> <span class="zz_pic"><a href="'._url('picture',array('col_key'=>'cert','pic_id'=>$assign[$i+1][pic_id])).'" title=""><img src="uploads/thumb_'.$assign[$i+1][pic].'" alt=""></a></span> <span class="zz_title"><a href="'._url('picture',array('col_key'=>'cert','pic_id'=>$assign[$i+1][pic_id])).'" title="">'.$assign[$i+1][title].'</a></span> </li>i>
</ul>';}
{{/php}}