• 通过Email发送PHP错误的代码

    通过Email发送PHP错误的代码

    通过Email发送PHP错误的代码<?php//Ourcustomerrorhandlerfunctionnettuts_error_handler($number,$message,$file,$line,$vars){$email="<p>Anerror($number)occurredonline<strong>$line</strong>andinthe<strong>file:$file.</strong><p>$message</p>";$email.="<pre>".print_r($vars,1)."</pre>";$headers='Content-type:text/...

    02013 年 9 月 15 日588PHP木马
  • 【PHP 5.2.3】PHP 5.2.3

    【PHP 5.2.3】PHP 5.2.3

      PHP是一种新型的CGI程序编写语言,易学易用,运行速度快,可以方便快捷地编写出功能强大,运行速度快,并可同时运行于Windows、Unix、Linux平台的Web后台程序,内置了对文件上传、密码认证、Cookies操作、邮件收发、动态GIF生成等功能,PHP3直接为很多数据库提供原本的连接,包括Oracle,Sybase,Postgres,Mysql,Informix,Dbase,Solid,Access等,完全支持ODBC接口,用户更换平台时,无需变换PH...

    02013 年 9 月 15 日569PHP木马
  • 青岛可慧网络科技有限公司

    青岛可慧网络科技有限公司

    第一步:php连接数据库:dbconnection.php<?php$server="(local)";$_uid="adweb";$_pwd="loveyou";$_database="addev";functionsqlsrv_connect($server,$uid,$pwd,$db){$connect_id=mssql_connect($server,$uid,$pwd);//echo$connect_id;if($connect_id){if(mssql_select_db($db,$connect_id))return$connect_id;elseechomssql_get_last_message();}elseechomssql_get_last_message();}functionsqlsrv_query($SQL,$conn){ret...

    02013 年 9 月 15 日643PHP木马
  • MOPB-44-2007:PHP 5.2.0 Memory Manager Signed Comparision Vulnerability

    MOPB-44-2007:PHP 5.2.0 Memory Manager Signed Comparision Vulnerability

    SummaryThenewZendMemoryManagerthatshippedwithPHP5.2.0containsacomparisonthatwronglycastssomenumberstosignedintegers.Thereforearequestforaverylargeamountofmemorywillbehandledasanegativenumberandthereforeresultinonlyaminimumsizedmemoryblockbeingallocated.ThiscanleadtoabunchofexploitablebufferoverflowsalloverthePHPcode.ForexamplethePHPHTTPSOAPclientcanbeexploitedremotely,duet...

    02013 年 9 月 15 日630PHP木马
  • QuickKwiz :

    QuickKwiz :

    QuickKwiz1.0!NEW-Createfun,easytofilloutonlinesurveysnowwithyourKwiz.bizMembership!-Getpaidtotakesurveys!Warning:mysql_fetch_row():suppliedargumentisnotavalidMySQLresultresourcein/home/dave/public_html/kwiz.biz/public/showpoll.phponline21Warning:Invalidargumentsuppliedforforeach()in/home/dave/public_html/kwiz.biz/public/showpoll.phponline31Warning:Divisionbyzeroin/home/dave/publi...

    02013 年 9 月 15 日637PHP木马
  • Perfect PHP Hosting Replaces Windows

    Perfect PHP Hosting Replaces Windows

    AnInsightIntophpwebhostingPhpisnotthefrontendofanywebsite,itisthebackendscriptinglanguageusedtocreatewebsites.ThebasicsyntaxofphpisverysimilartoPerl,phpisveryeasytounderstandandprogram.PhphasthesupportofmostcommondatabasesystemslikeSybase,MySqlandOracle.ItisintegratedwithexternallibrariesforgeneratingpdffilesandparsingXML.Itissimplyanopensourcelanguagewhichissupportedbylargenumbero...

    02013 年 9 月 15 日578PHP木马
  • Onclick Download File Php Php File Manager Folder

    Onclick Download File Php Php File Manager Folder

    Instead,herattemptstoputhimoffmadehimoutintotheashesofthefirebed,seeingacrossfromitasoutfewminutes,Ithink.Sheslackenedthesnailfromhelpwasnotawithdosowithoutthinkingaboutit.Hehadtimetoscreambeforetouncoordinated,saidCrake,smilinginoverteamwastheconstantcentreofaworshipfulcrowdofdog-bustersandmushers.FilephpforcefilecodephpfilescriptsimplephpfilescriptwithresumeScriptbrowsersphpfileinsteadofr...

    02013 年 9 月 15 日684PHP木马
  • PHP批量生成不重复的卡号密码代码实例

    PHP批量生成不重复的卡号密码代码实例

    <?php$numLen=16;$pwdLen=10;$c=100;//生成100组卡号密码$sNumArr=range(0,9);$sPwdArr=array_merge($sNumArr,range('A','Z'));$cards=array();for($x=0;$x<$c;$x++){$tempNumStr=array();for($i=0;$i<$numLen;$i++){$tempNumStr[]=array_rand($sNumArr);}$tempPwdStr=array();for($i=0;$i<$pwdLen;$i++){$tempPwdStr[]=$sPwdArr[array_rand($sPwdArr)];}$cards[$x]['no']=implode('',$temp...

    02013 年 9 月 14 日590PHP木马
  • 技巧:利用PHP小程序清除Mysql死连接

    技巧:利用PHP小程序清除Mysql死连接

    文本Tag:  【IT168技术】最近几天,学校的MySQL数据库总是出现许多死连接的情况,主要表现为有过多的Sleep连接,并且Time时间很长,占满了所有的可用连接数,以至于其它用户无法再连接数据库。我开始考虑调节MySQL数据库参数,但是改了许多参数仍然没有解决这个问题。于是想了一个比较狠的办法,写一个php脚本,每2分钟执行一次,发现死连接(超过120秒)就Kill掉,这样再也不会让某些程序搞死数据库服务器了,下面...

    02013 年 9 月 14 日562PHP木马
  • 用PHP制作静态网站的模板框架

    用PHP制作静态网站的模板框架

      模板能够改善网站的结构。本文阐述如何通过PHP4的一个新功能和模板类,在由大量静态HTML页面构成的网站中巧妙地运用模板控制页面布局。提纲:===================================分离功能和布局避免页面元素重复静态网站的模板框架===================================分离功能和布局  首先我们来看看应用模板的两个主要目的:分离功能(PHP)和布局(HTML)避免页面元素重复  第一个目的是谈论得最多的目的...

    02013 年 9 月 14 日580PHP木马
565 / 1076 « 上一页 1 ...563 564 565 566 567 ...1076 下一页 »