搜尋
首頁後端開發php教程如何使用php實作openSug.js的參數偵錯(程式碼範例)

本篇文章给大家带来的内容是关于如何使用php实现openSug.js的参数调试(代码示例),有一定的参考价值,有需要的朋友可以参考一下,希望对你有所帮助。

这是一款利PHP对百度搜索下拉框提示免费代码实现参数配置调试的程序源代码.

由想要对网站进行搜索下拉调试的站长朋友们进行方便、快速的效果演示,具体参考下面的PHP代码.

如何使用?

请新建一份PHP文档,并将下面PHP代码粘贴进去,然后通过浏览器访问访该文档即可进行预览openSug各种效果

<?php
$starttime = explode(&#39; &#39;,microtime());
$title = array(
    &#39;qun&#39; => &#39;QQ群&#39;,
    &#39;friend&#39; => &#39;分流节点&#39;,
    &#39;api&#39; => &#39;API进阶&#39;,
);

session_start();
$n = empty($_GET["n"]) ? NULL : $_GET["n"];
$f = empty($_POST["friend"]) ? NULL : $_POST["friend"];
$q = empty($_POST["qun"]) ? NULL : $_POST["qun"];
$l = empty($_POST["link"]) ? NULL : $_POST["link"];

date_default_timezone_set("PRC");
header("Refresh: 3600");
header("Content-Type:text/html;charset=utf-8");
header("Cache-Control: max-age=". 9E9);
header("Expires: ". gmdate ("l, d F Y H:i:s",strtotime("+9 year"))." GMT");

define("Q", "./qun.list");
define("F", "./friend.list");
define("D", "./js/opensug.js");
define("WP_USE_THEMES", false);
define("G", "aHR0cHM6Ly9vcGVuc3VnLmdpdGh1Yi5pby9qcy9vcGVuc3VnLmpz");
define("I", substr($_SERVER["PHP_SELF"],strrpos($_SERVER["PHP_SELF"], "/")+1));
define("H", dirname(((isset($_SERVER["HTTPS"]) && $_SERVER["HTTPS"]=="on") || (isset($_SERVER["HTTP_X_FORWARDED_PROTO"]) && $_SERVER["HTTP_X_FORWARDED_PROTO"] == "https")) ? "https://". $_SERVER["SERVER_NAME"] . $_SERVER["REQUEST_URI"] : "http://". $_SERVER["SERVER_NAME"] . $_SERVER["REQUEST_URI"]));
define("S", $_SERVER["SERVER_NAME"]);
define("client", &#39;_&#39;. md5($_SERVER[&#39;REMOTE_ADDR&#39;]) .&#39;_&#39;);
//empty($_SERVER[&#39;HTTP_VIA&#39;]) or exit(&#39;Access Denied!&#39;);
if(isset($_SESSION[client])){
    list($s1, $s2) = explode(&#39; &#39;, microtime());
    if( (float)sprintf(&#39;%.0f&#39;, (floatval($s1) + floatval($s2)) * 1000) - $_SESSION[client] < 2000){
        header("Refresh:5");
        header("HTTP/1.1 403 Forbidden");
        exit(&#39;<p style="margin:0px;text-align:center;background-color:#FDFFCE;font-size:12px;padding:5px 30px;border:1px #FFBA43 solid;font-weight:700;color:#FF0000;">[403]刷新过于频繁, 请稍后重试!</p>&#39;);
    }
    $_SESSION[client] = (float)sprintf(&#39;%.0f&#39;, (floatval($s1) + floatval($s2)) * 1000);
}else{
    list($s1, $s2) = explode(&#39; &#39;, microtime());
    $_SESSION[client] = (float)sprintf(&#39;%.0f&#39;, (floatval($s1) + floatval($s2)) * 1000);
}

if($n == &#39;js&#39;) _down(D);elseif($n == &#39;php&#39;)_down(I);
if(!empty($_GET[&#39;dl&#39;])) _down(&#39;./user/&#39;. $_GET[&#39;dl&#39;]);

// update openSug.js
if($n == S) exit(G);
if(!file_exists(D)){/* || (time()-filemtime(D)) > 604800*/
    !is_dir("./js/")&&mkdir("./js/", 0755, true);
    $res = _curl(base64_decode(G));
    if(strlen($res) > 10){
        if(!file_put_contents(D, $res )) exit("Error: execution failed.");
    }else(exit("Update failed!"));
    header("Refresh: 3");
    exit("Updating openSug.js file, please wait...");
}

if(!empty($f)){
    $url = parse_url($f) ? parse_url($f) : NULL;
    if(!empty($url["host"])){
        $auth = _curl($url["scheme"] ."://". $url["host"] . (!empty($url["path"]) ? $url["path"] : NULL) ."?n=". $url["host"]);
        if($auth == G){
            if(!file_put_contents(F, $url["scheme"]."://".$url["host"].$url["path"]."|" )) exit("Error: execution failed.");
            $Msg = "Subnode sharing is complete, thank you for your support!";
            header("Refresh: 0");
        }else($Msg ="Error:The submission failed and the site you submitted is not an openSug subnode.");
    }
}

if(!empty($q)){
    if(preg_match("/^\d*$/",$q) && strlen($q) > 4){
        if(!empty($l) && strlen($l) == 64 && preg_match(&#39;/^(?![0-9]+$)(?![a-zA-Z]+$)[0-9a-zA-Z]+$/&#39;, $l) == 1) $links = $l;
        else $qunt = &#39;<span style="color:red;">Illegal IdKey!</span>&#39;;
        if(!file_put_contents(Q, intval($q).&#39;,&#39;. (empty($links) ? NULL : $links) .&#39;|&#39;, FILE_APPEND)) $qunt = &#39;<span style="color:red">Failed!</span>&#39;;
        $qunt = &#39;<span style="color:green">Success.</span>&#39;;
    }else $qunt=&#39;<span style="color:red;">Illegal group number!</span>&#39;;
}

if((!empty($_POST[&#39;user&#39;]))){
    !is_dir("./user/")&&mkdir("./user/", 0755, true);
    if(!file_exists(D))exit($Msg = "The openSug.js file is missing.");
    $userJS = time() .&#39;.js&#39;;
    if(!file_put_contents(&#39;./user/&#39;. $userJS, ( get(&#39;sugResult&#39;,"") ? &#39;var _source;_source="&#39;. get(&#39;sugResult&#39;,"") .&#39;";&#39;:NULL) . file_get_contents(D) . "\r\n". $_POST[&#39;conf&#39;] ."\r\n//{{".date(&#39;H:i:s m/d Y&#39;).&#39;}}&#39;.(!empty($_SERVER["HTTP_CLIENT_IP"]) ? $_SERVER["HTTP_CLIENT_IP"] : !empty($_SERVER["HTTP_X_FORWARDED_FOR"]) ? $_SERVER["HTTP_X_FORWARDED_FOR"]:!empty($_SERVER["REMOTE_ADDR"])?$_SERVER["REMOTE_ADDR"]:NULL)."{".$_SERVER[&#39;HTTP_USER_AGENT&#39;].&#39;}&#39; )) exit("Error: execution failed.");
}


function get($i="",$o=""){return empty($_GET[$i]) ? $o : $_GET[$i];}
function _down($d){
    if(!file_exists($d)){header("HTTP/1.0 404 Not Found");return"";}
    header("Content-type: application/javascript");
    header("Content-Disposition: attachment; filename=\"". basename($d) ."\"");
    exit(file_get_contents($d));
}

function _curl($url = ""){
    if(function_exists("curl_init") && strlen($url) > 6){
        $c = curl_init();
        curl_setopt($c, CURLOPT_URL, $url);
        curl_setopt($c, CURLOPT_TIMEOUT,5);
        curl_setopt($c, CURLOPT_RETURNTRANSFER,TRUE);
        curl_setopt($c, CURLOPT_SSL_VERIFYPEER,false);
        curl_setopt($c, CURLOPT_USERAGENT, $_SERVER[&#39;HTTP_USER_AGENT&#39;]);
        $res = curl_exec($c);
        $sta = curl_getinfo($c)["http_code"];
        curl_close($c);
        if($sta == &#39;200&#39;) return $res;
        return false;
    }else(exit("Error:the current environment does not support cURL."));
}?>
<!DOCTYPE html><html><head><meta charset="UTF-8"><title><?php echo empty($n) ? &#39;&#39; : $title[$n] .&#39;[&#39;. (empty($_GET["sugResult"]) ? &#39;BaiduSuggestion&#39; : $_GET["sugResult"]) .&#39;.bind()] - &#39;;?>百度搜索下拉框提示免费代码 - openSug.js</title><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"><link rel="dns-prefetch" href="//img.shields.io"/><link rel="dns-prefetch" href="//data.jsdelivr.com"/><link rel="dns-prefetch" href="//www.bountysource.com"/><link rel="dns-prefetch" href="//travis-ci.org"/><link rel="dns-prefetch" href="//ghbtns.com"/><link rel="dns-prefetch" href="//cloudflare.com"/><link rel="dns-prefetch" href="//api.travis-ci.org"/><link rel="dns-prefetch" href="//api.github.com"/><link rel="dns-prefetch" href="//www.opensug.eu.org"/><link rel="dns-prefetch" href="//hm.baidu.com"/><link rel="dns-prefetch" href="//cdn.jsdelivr.net"/><link rel="dns-prefetch" href="//www.baidu.com"/><link rel="dns-prefetch" href="//opensug.github.io"/><style type="text/css">html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;font-size:62.5%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0;padding:3px;outline:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;margin-left:-6px}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=text]{width:61%}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-scrollbar-track-piece{background-color:#f8f8f8;}::-webkit-scrollbar{width:9px;height:9px;}::-webkit-scrollbar-thumb{background-color:#dddddd;background-clip:padding-box;min-height:28px;}::-webkit-scrollbar-thumb:hover{background-color:#bbb;}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}.list:after,.list:before,.item:after,.item:before{content:"";display:table}.list:after,.item:after{clear:both;overflow:hidden}.c-list-title,.item-1st,.item-2nd,.item-3rd{float:left}body{color:#333;font-size:16px;font-family:Verdana,Helvetica,"LiHei Pro","Microsoft JhengHei",sans-serif;line-height:1.6;background:#fff}a{color:#008b8b;text-decoration:none}a:hover{text-decoration:underline}.container,.detail{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto;max-width:1080px;padding-left:10px;padding-right:10px}.header{background:#eee;margin-bottom:30px;width:100%;line-height:50px;height:50px}.header h1{margin:0 auto;text-align:center;line-height:2em;font-size:1.5em}.header h1 a{color:#008b8b}.header h1 a:focus,.header h1 a:hover{text-decoration:none}.Examples{height:130px;margin-bottom:1em;padding-top:2em}.DEMO{float:right;margin:20px 0 0 0;max-width:230px;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.DEMO1{position:relative}.DEMO1:focus{color:red}.DEMO2{display:-webkit-box;-webkit-box-ordinal-group:1;-webkit-order:1;order:1;-webkit-box-flex:0;flex:0 0 auto;margin:-5px 0 margin-left:5px}.DEMO3{padding-left:0;padding-right:8px;font-size:18px;border-left:none;color:#000;line-height:25px;background-color:transparent;border:none;margin:0;padding:0}.DEMO3.DEMO0{-webkit-appearance:none;-webkit-tap-highlight-color:transparent;display:-webkit-box;-webkit-box-ordinal-group:2;-webkit-order:2;order:2;-webkit-box-flex:1;-webkit-flex:1 0;flex:1 0;padding-left:8px}.DEMO4{font-size:18px}.DEMO4:focus{outline:0}.DEMO5{font-family:"Microsoft YaHei"!important;cursor:pointer;-webkit-border-radius:0;color:#FFF;padding:0;position:absolute;right:0;top:0;background-color:#3385ff;box-sizing:border-box;-webkit-border-top-right-radius:2px;background:-webkit-gradient(linear,left top,left bottom,from(#3385ff),to(#cae6ff))!important;border:1px solid #2d78f4;height:37px;width:50px;-webkit-border-bottom-right-radius:2px}#config input[type=text],input[type=color],input[type=number],select{width:60%}.footer{background-color:#fff;text-align:center;color:#999;font-size:.6em;position:fixed;bottom:0;width:100%;padding:10px 0}.list{background:#fff;margin-bottom:30px;width:100%}.item{-moz-transition-property:background;-o-transition-property:background;-webkit-transition-property:background;transition-property:background;-moz-transition-duration:.3s;-o-transition-duration:.3s;-webkit-transition-duration:.3s;transition-duration:.3s}.item:focus,.item:hover{background:#eff7f7}.item.title{background:#eee;border-bottom:1px solid #e3e3e3}.item.title:focus,.item.title:hover{background:#e1e1e1}.c-list-title{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:5px 20px;float:none;}form{margin:30px auto}.c-list-title a{-moz-transition-property:color;-o-transition-property:color;-webkit-transition-property:color;transition-property:color;-moz-transition-duration:.3s;-o-transition-duration:.3s;-webkit-transition-duration:.3s;transition-duration:.3s}.c-list-title{max-width:100%}.c-list-title a{color:#008b8b}.c-list-title a:focus,.c-list-title a:hover{color:#005858}.detail{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;border:1px solid #e3e3e3;padding-bottom:20px;margin-bottom:80px}.article-title{border-bottom:1px solid #e3e3e3;color:#44321b;padding-bottom:.83em}.article-box img{display:block;max-width:100%;margin-top:10px;margin-bottom:10px}.item-1st,.item-2nd,.item-3rd{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin-right:20px}.item-1st{width:32%;width:calc(35% - 20px)}.item-2nd{width:32%;width:calc(35% - 20px)}.item-3rd{width:30%;margin-right:0}@media (max-width:768px){.item-1st{width:45%;width:calc(50% - 10px);margin-right:10px}.item-2nd{width:45%;width:calc(50% - 10px);margin-left:10px;margin-right:0}.item-3rd{width:100%;margin-left:0;margin-right:0;margin-top:20px}}@media (max-width:480px){.item-1st,.item-2nd,.item-3rd{width:100%;margin-left:0;margin-right:0}.item-2nd,.item-3rd{margin-top:20px}}.code{padding:5px;border:1px solid #e1e1e1;background-color:#f0f0f0;border-left:10px solid #e0e0e0;}.src{word-wrap:break-word;text-align:left;padding:10px 5px;margin-bottom:1em;border-left:3px solid #e1e1e1;background:#eee;border-bottom:1px solid #e3e3e3;}</div></style><link rel="canonical" href="https://www.opensug.org/" /><meta content="always" name="referrer"><meta name="theme-color" content="#191919"><link rel="shortcut icon" href="https://www.baidu.com/favicon.ico" type="image/x-icon" /><link rel="icon" sizes="any" mask href="https://www.baidu.com/img/baidu.svg" /><meta name="description" content="百度搜索框提示免费代码(openSug.js):只需引用一段JS即可获得带有“搜索框提示”功能的搜索框,让您的搜索更便捷!" /><meta name="keywords" content="opensug,openSug.js,百度搜索框提示免费代码,搜索下拉框,jQuery,<?php echo(empty($_GET["sugResult"]) ? &#39;BaiduSuggestion&#39; : $_GET["sugResult"]);?>.bind" /></head><body>
<header role="banner" style="padding:2.5% 4.5455%;background-color:#191919;margin-bottom:1em;">
    <div style="-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;margin:0 auto;max-width:1060px;color:#FFFFFF;">
        <h1 style="-webkit-margin-after:0;"><a href="<?php echo I;?>" rel="home" style="color:#d7d7d7;text-decoration:none;" title="百度搜索下拉框提示免费代码_openSug.js">百度搜索下拉框提示免费代码_openSug.js</a></h1>
        <p style="color:#686868;-webkit-margin-before:0;vertical-align:middle;">只需引用一段JS即可获得带有“搜索框提示”功能的搜索框,让您的搜索更便捷! <img src="/static/imghwm/default1.png"  data-src="https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat"  class="lazy"   alt="license:MIT"   style="max-width:90%" /></p>
    </div>
</header>
    <!--div class="header" title="百度搜索下拉框提示免费代码 - openSug.js"><a href="<?php echo I;?>" style="text-decoration:none;"><h1 id="openSug-js">openSug.js</h1></a></div-->
    <div class="container">
        <div style="text-align:left;padding:10px 5px;margin-top:.2em;margin-bottom:.7em;background-color:#eeeeee;border-left:3px solid #999999;color:#008b8b;border-bottom:1px solid #e3e3e3">下载: <a href="?n=js" style="color:red" title="下载openSug.js代码">JS</a> <a href="?n=php" style="color:blue" title="下载本页面源码" onClick="alert(&#39;请下载后上传到你的主机空间[限PHP]&#39;);">PHP</a> <a target="_blank" href="https://www.npmjs.com/package/opensug">NPMJS</a>       <span style="float:right"><a href="?n=qun" style="color:#F60">Q群</a> <a href="?n=friend" style="color:green">分流</a></span></div>
        <?php if($n==&#39;api&#39;){?>
        <div class="list" style="margin-bottom:0;">
            <div class="item title"><div class="c-list-title">API进阶</div></div>
            <div class="row" style="padding:5rem"><form style="background:none;width:80%" action="https://www.baidu.com/s" method="GET" target="_blank" onSubmit="return wd.value!=""" role="search"><input type="hidden" name="si" value="<?php echo S;?>" /><input name="ct" type="hidden" value="2097152" /><div class="DEMO1"><div class="msfo"><div style="background-color:#fff !important;border-color:#cae6ff;border-style:solid;border-width:2px 1px 2px 2px;border-right:none;margin-top:-1px;padding:0;padding-right:0;height:35px;padding-right:0;border:1px solid #E3E3E3 !important;border-right:none !important;border-top:1px solid #E3E3E3 !important;zoom:1;position:relative"><div style="display:-webkit-box;display:-webkit-flex;display:flex;padding:5px 0;"><input type="text" class="DEMO3 DEMO0 DEMO4" id="inputObj" maxlength="2048" name="wd" autocapitalize="off" autocomplete="off" autocorrect="off" autofocus="autofocus" placeholder="本输入框ID为:inputObj"></div></div></div><button type="submit" class="DEMO5"><div class="sbico">搜索</div></button></div></form></div>
            <a href="https://www.opensug.org/faq/uncaught-typeerror-cannot-read-property-guid-of-null/" target="_blank"><p style="text-align:left;color:red;padding:.3em;background-color:#FFC">关于出现Uncaught TypeError: Cannot read property &#39;_GUID&#39; of null的解决方案,请点击此处...</p></a>
            <form action="" method="get" style="margin:0;"><input type="hidden" name="n" value="api">
            <table width="100%" border="0" cellspacing="5" cellpadding="0" id="config">
            <tr>
                <td class="i"><label for="id">输入框ID</label></td>
                <td><input type="text" id="id" name="id" value="<?php echo get(&#39;id&#39;, &#39;inputObj&#39;);?>" onFocus="select();" /></td>
                <td class="i" for="act"><label for="sugSubmit">动作</label></td>
                <td><select id="sugSubmit" name="sugSubmit"><option value="true"<?php if(get(&#39;sugSubmit&#39;, &#39;-1&#39;)!=&#39;false&#39;)echo &#39; selected="selected"&#39;;?> >选中提交</option><option value="false"<?php if(get(&#39;sugSubmit&#39;, &#39;-1&#39;)==&#39;false&#39;)echo &#39; selected="selected"&#39;;?> >手动提交</option></select></td>
            </tr>
            <tr>
                <td class="i"><label for="XOffset">横向偏移</label></td>
                <td title="提示框位置横向偏移量,负值向右偏移,单位px"><input type="number" id="XOffset" name="XOffset" value="<?php echo get(&#39;XOffset&#39;, &#39;-15&#39;);?>" /></td>
                <td class="i"><label for="YOffset">纵向偏移</label></td>
                <td title="提示框位置纵向偏移量,负值向下偏移,单位px"><input type="number" id="YOffset" name="YOffset" value="<?php echo get(&#39;YOffset&#39;, &#39;-30&#39;);?>" /></td>
            </tr>
            <tr>
                <td class="i"><label for="width">宽度</label></td>
                <td><input type="number" id="width" name="width" onFocus="select();" value="<?php echo get(&#39;width&#39;, "");?>" /></td>
                <td class="i"><label for="borderColor">边框颜色</label></td>
                <td><input type="color" id="borderColor" name="borderColor" value="<?php echo get(&#39;borderColor&#39;, &#39;#008000&#39;);?>" /></td>
            </tr>
            <tr>
                <td class="i"><label for="fontFamily">字体</label></td>
                <td><input type="text" id="fontFamily" name="fontFamily" onFocus="select();" value="<?php echo get(&#39;fontFamily&#39;, &#39;Microsoft YaHei&#39;);?>" /></td>
                <td class="i"><label for="fontColor">提示框文字颜色</label></td>
                <td><input type="color" id="fontColor" name="fontColor" value="<?php echo get(&#39;fontColor&#39;, &#39;#FF0000&#39;);?>" /></td>
            </tr>
            <tr>
                <td class="i"><label for="fontSize">字体大小</label></td>
                <td><input type="text" id="fontSize" name="fontSize" onFocus="select();" value="<?php echo get(&#39;fontSize&#39;, &#39;28px&#39;);?>" /></td>
                <td class="i"><label for="bgcolorHI">背景高亮颜色</label></td>
                <td><input type="color" id="bgcolorHI" name="bgcolorHI" value="<?php echo get(&#39;bgcolorHI&#39;, &#39;#FF6600&#39;);?>" /></td>
            </tr>
            <tr>
                <td class="i"><label for="confirmCallback">回调函数</label></td>
                <td><input type="text" id="confirmCallback" name="confirmCallback" onFocus="select();" value="<?php echo get(&#39;confirmCallback&#39;, &#39;function(Callback){}&#39;);?>" /></td>
                <td class="i"><label for="fontColorHI">字体高亮颜色</label></td>
                <td><input type="color" id="fontColorHI" name="fontColorHI" value="<?php echo get(&#39;fontColorHI&#39;, &#39;#FFFFFF&#39;);?>" /></td>
            </tr>
            <tr>
                <td colspan="4" style="text-align:center;padding-top:10px;">
                <select id="sugResult" name="sugResult" style="width:120px;color:blue;"><option value=""<?php if(get(&#39;sugResult&#39;, &#39;-1&#39;)=="")echo &#39; selected="selected"&#39;;?> >百度[缺省]</option><option value="google"<?php if(get(&#39;sugResult&#39;, "")==&#39;google&#39;)echo &#39; selected="selected"&#39;;?> >Google</option><option value="haoso"<?php if(get(&#39;sugResult&#39;, "")==&#39;haoso&#39;)echo &#39; selected="selected"&#39;;?> >奇虎好搜</option><option value="kugou"<?php if(get(&#39;sugResult&#39;, "")==&#39;kugou&#39;)echo &#39; selected="selected"&#39;;?> >酷狗[音乐]</option><option value="yahoo"<?php if(get(&#39;sugResult&#39;, "")==&#39;yahoo&#39;)echo &#39; selected="selected"&#39;;?> >雅虎</option><option value="yandex"<?php if(get(&#39;sugResult&#39;, "")==&#39;yandex&#39;)echo &#39; selected="selected"&#39;;?> >Yandex</option><option value="youku"<?php if(get(&#39;sugResult&#39;, "")==&#39;youku&#39;)echo &#39; selected="selected"&#39;;?> >优酷[视频]</option><option value="taobao"<?php if(get(&#39;sugResult&#39;, "")==&#39;taobao&#39;)echo &#39; selected="selected"&#39;;?> >淘宝[购物]</option></select>    <input type="reset" value="重 设" />    <input type="submit" value="更 新" /></form>
                    <?php if(get(&#39;id&#39;,"")){?><p><form action="" method="POST" style="margin:0;"><input type="submit" name="user" value="保存调试后的openSug在当前服务器上"></form><?php }?></td>
            </tr>
            <tr>
                <td colspan="4" style="text-align:center;color:red;font-size:16px;">本页面仅供参数调试,请调整参数以配合实际生产环境!</td>
            </tr>

            <tr>
                <td colspan="4"><textarea style="width:99%;border:none;overflow-y:visible;resize:none;font-size:14px;color:blue;" rows="13" cols="10" id="out" spellcheck="false" onFocus="select();" name="conf"><?php echo !empty($_GET[&#39;sugResult&#39;])?strtolower($_GET[&#39;sugResult&#39;]):&#39;BaiduSuggestion&#39;?>.bind(&#39;<?php echo get(&#39;id&#39;, &#39;inputObj&#39;). "&#39;, {  //输入框ID\r\n      \"XOffset\": \"".get(&#39;XOffset&#39;, &#39;-15&#39;)."\",// 提示框位置横向偏移量,单位px\r\n      \"YOffset\": \"".get(&#39;YOffset&#39;, &#39;-30&#39;)."\",// 提示框位置纵向偏移量,单位px\r\n      \"width\": \"".get(&#39;width&#39;, "")."\",// 提示框宽度,单位px\r\n      \"fontColor\": \"".get(&#39;fontColor&#39;, &#39;#FF0000&#39;)."\",// 提示框文字颜色\r\n      \"fontColorHI\": \"".get(&#39;fontColorHI&#39;, &#39;#FFFFFF&#39;)."\",// 提示框高亮选择时文字颜色\r\n      \"fontSize\": \"".get(&#39;fontSize&#39;, &#39;28px&#39;)."\",// 文字大小\r\n      \"fontFamily\": \"".get(&#39;fontFamily&#39;, &#39;Microsoft YaHei&#39;)."\",// 文字字体\r\n      \"borderColor\": \"".get(&#39;borderColor&#39;, &#39;#008000&#39;)."\",// 提示框的边框颜色\r\n      \"bgcolorHI\": \"".get(&#39;bgcolorHI&#39;, &#39;#FF6600&#39;)."\",// 提示框高亮选择的颜色\r\n";?>
      "sugSubmit": <?php if(get(&#39;sugSubmit&#39;, &#39;-1&#39;)!=&#39;false&#39;)echo &#39;true&#39;;else echo &#39;false&#39;;?>// 选中提示框中词条时是否提交表单
  }<?php if(!empty($_GET[&#39;confirmCallback&#39;])){echo &#39;, &#39;. $_GET[&#39;confirmCallback&#39;];}?>);</textarea><?php if(!empty($userJS))echo &#39;<p style="background-color:#b0e0b0;color:#006000;padding:5px;">您的专属openSug.js文件:<a href="&#39;. H .&#39;/user/&#39;. $userJS .&#39;" target="_blank">&#39;. H .&#39;/user/&#39;. $userJS .&#39;</a> [<a href="?dl=&#39;. $userJS .&#39;" target="_blank">下载</a>]</p>&#39;;?></td>
              </tr>
            </table>
            
        </div>
        <?php }elseif($n==&#39;qun&#39;){?>
        <div class="list">
        <div class="item title">
            <div class="c-list-title">加入QQ群讨论</div>
        </div>
        <div class="item" style="padding:10px;word-wrap:break-word;">
        <?php if(file_exists(Q)){$tmp=explode(&#39;|&#39;,file_get_contents(Q));$cou=count($tmp)-2;for($i=0;$i<=$cou;$i++){$tt=explode(&#39;,&#39;,$tmp[$i]);$last=$i==$cou?&#39; style="color:red;font-weight:bold;text-decoration:underline" title="最新分享群讨论 &#39;.$tt[0].&#39;"&#39;.$tt[0]:"";echo empty($tt[1])?&#39;<span&#39;.$last.&#39; onclick="prompt(\&#39;请手动加群:\&#39;,&#39;.$tt[0].&#39;);">&#39;.$tt[0].&#39;</span>    &#39;:&#39;<a href="https://shang.qq.com/wpa/qunwpa?idkey=&#39;.$tt[1].&#39;" target="_blank"&#39;.$last.&#39;>&#39;.$tt[0].&#39;</a>    &#39;;}}?>
        </div>
        <form action="" method="post">
        <a href="https://qun.qq.com/join.html" target="_blank">shang.qq.com/wpa/qunwpa?idkey=</a><input type="text" name="link" style="width:30%" autocapitalize="off" autocomplete="off" autocorrect="off" autofocus="autofocus" value="<?php echo $l;?>" /><br />
        群号码:<input type="text" name="qun" style="width:15%" autocapitalize="off" autocomplete="off" autocorrect="off" value="<?php echo $q;?>" /><input type="submit" value="提交" />
        <?php if(isset($qunt))echo &#39; &#39;.$qunt;?>
        </form>
        </div>
        <?php }elseif($n==&#39;friend&#39;){?>
        <div class="list">
            <form action="" method="post" style="text-align:center">节点:<input type="text" name="friend" style="width:70%" autocapitalize="off" autocomplete="off" autocorrect="off" autofocus="autofocus" value="<?php echo $f;?>" /><input type="submit" value="提交" /></form>
    <p>
    <div class="item title"><div class="c-list-title">openSug分流节点</div></div>
    <div class="item" style="padding:10px;word-wrap:break-word;">
    <?php if(file_exists(F)){
        $tmp=explode(&#39;|&#39;,file_get_contents(F));
        $cou=count($tmp)-2;
        for($i=0;$i<=$cou;$i++){
            $url = parse_url($tmp[$i]);
            echo &#39;<a style="color:red;font-weight:bold;text-decoration:underline" href="&#39;. $tmp[$i] .&#39;" target="_blank">&#39;. $url[&#39;host&#39;] .&#39;</a>    &#39;;
        }
    }?></div>
    </p>
    </div>
    <?php }else{?>
    <div class="list">
        <div class="item-1st">
            <div class="item title">
                <div class="c-list-title">baiduSug = "1"</div>
            </div>
            <div class="item">
                <div class="c-list-title">
                    <form style="background:none" action="https://www.baidu.com/s" method="GET" name="gs" target="_blank" onSubmit="return q.value!=""" role="search"><input type="hidden" name="si" value="<?php echo S;?>" /><input name="ct" type="hidden" value="2097152" /><div class="DEMO1"><div class="msfo"><div style="background-color:#fff !important;border-color:#cae6ff;border-style:solid;border-width:2px 1px 2px 2px;border-right:none;margin-top:-1px;padding:0;padding-right:0;height:35px;padding-right:0;border:1px solid #E3E3E3 !important;border-right:none !important;border-top:1px solid #E3E3E3 !important;zoom:1;position:relative"><div style="display:-webkit-box;display:-webkit-flex;display:flex;padding:5px 0;"><input type="text" class="DEMO3 DEMO0 DEMO4" maxlength="2048" name="wd" autocapitalize="off" autocomplete="off" autocorrect="off" autofocus="autofocus" placeholder="baiduSug = &#39;1&#39;" baiduSug="1" /></div></div></div><button type="submit" class="DEMO5"><div class="sbico">搜索</div></button>    </div>
                    </form>
                    选中词条时<span style="color:red;">默认执行</span>表单提交动作
                </div>
            </div>
            <div class="code">
                <pre class="brush:php;toolbar:false"><form action="https://www.baidu.com/baidu" target="_blank"><br />    <input <span style="color:blue">type</span>="<span style="color:red">text</span>" <span style="color:blue">baiduSug</span>="<span style="color:red">1</span>" name="word" size="30" /><br />    <input type="submit" value="百度搜索" /><br /></form>
                              
            
                
baiduSug = "2"
            
            
                
                    
                        " />                                                  
                            
                                
                                    
                                                                             
                                
                            
                                                     
                    
                    选中词条时不执行表单提交动作                 
            
            
                
ba27322eaa259bd2ef2c18d2bbae7692<br>    dcd888538dbb1e85489010388f09f1e8<br>    0f3779d773fa274568376d3e87704f8b<br>f5a47148e367a6035fd7a2faa965022e
            
        
        
            
                
API
            
            
                
                    
BaiduSuggestion.bind();
                    
                
                
提供“百度搜索框提示”API,打造您的个性化搜索框提示功能!  获得开始...
            
                 更新日志';         if(file_exists('./faq/wp-load.php')){             // 加载wp-load.php占用内存超过32倍.             require('./faq/wp-load.php');             query_posts('showposts=5&orderby=new');             while(have_posts()) : the_post();?>             " href="">             ';         ?>                  * 浏览器支持:IE6+, Firefox, Chrome, Safari, Opera, Edge...
        * 在网页中引入Javascript文件,Javascript代码请尽量添加到网页中  闭合标签之前.
        * 如使用utf-8编码,请务必在script标签中设置 charset="gbk" 属性,否则搜索提示词会出现乱码.已修正!
后面','');">
为受窘的人说一句解围的话;为沮丧的人说一句鼓励的话;为疑惑的人说一句提醒的话;为自卑的人说一句自信的话;为痛苦的人说一句安慰的话...因为,更多时候,我们需要的是雪中送炭,而不是锦上添花.
如何使用php實作openSug.js的參數偵錯(程式碼範例) 如何使用php實作openSug.js的參數偵錯(程式碼範例) 如何使用php實作openSug.js的參數偵錯(程式碼範例) 
DNS: charles.ns.cloudflare.com、janet.ns.cloudflare.com
  1000 ? round($mem / 1024, 2) .'MB': $mem .'KB';}$endtime = explode(' ',microtime());$thistime=$endtime[0]+$endtime[1]-($starttime[0]+$starttime[1]);echo " ". round($thistime,2) ."second.";?>
var _source;_source="'. get('sugResult',"") .'";';?> <script></script> <script><?php echo !empty($_GET[&#39;sugResult&#39;])?strtolower($_GET[&#39;sugResult&#39;]):&#39;BaiduSuggestion&#39;?>.bind(&#39;inputObj&#39;, {"XOffset":"<?php echo get(&#39;XOffset&#39;, &#39;-15&#39;);?>","YOffset":"<?php echo get(&#39;YOffset&#39;, &#39;-30&#39;);?>", "width":"<?php echo get(&#39;width&#39;, "");?>","fontColor":"<?php echo get(&#39;fontColor&#39;, &#39;#FF0000&#39;);?>","fontColorHI":"<?php echo get(&#39;fontColorHI&#39;, &#39;#FFFFFF&#39;);?>","fontSize":"<?php echo get(&#39;fontSize&#39;, &#39;28px&#39;);?>","fontFamily":"<?php echo get(&#39;fontFamily&#39;, &#39;Microsoft YaHei&#39;);?>","borderColor":"<?php echo get(&#39;borderColor&#39;, &#39;#008000&#39;);?>","bgcolorHI":"<?php echo get(&#39;bgcolorHI&#39;, &#39;#FF6600&#39;);?>","sugSubmit":<?php if(get(&#39;sugSubmit&#39;, &#39;-1&#39;)!=&#39;false&#39;)echo &#39;true&#39;;else echo &#39;false&#39;;?>}<?php if(!empty($_GET[&#39;confirmCallback&#39;])){echo &#39;, &#39;. $_GET[&#39;confirmCallback&#39;];}?>);</script> <script>window._bd_share_config={"common":{"bdSnsKey":{},"bdText":"","bdMini":"2","bdMiniList":false,"bdPic":"","bdStyle":"0","bdSize":"16"},"slide":{"type":"slide","bdImg":"4","bdPos":"left","bdTop":"109.5"},"image":{"viewList":["sqq","qzone","tsina","tqq","renren","weixin"],"viewText":"分享到:","viewSize":"16"},"selectShare":{"bdContainerClass":null,"bdSelectMiniList":["sqq","qzone","tsina","tqq","renren","weixin"]}};with(document)0[(getElementsByTagName(&#39;head&#39;)[0]||body).appendChild(createElement(&#39;script&#39;)).src=&#39;https://bdimg.share.baidu.com/static/api/js/share.js?v=89860593.js?cdnversion=&#39;+~(-new Date()/36e5)];var _hmt=_hmt||[];(function(){var hm=document.createElement("script");hm.src="https://hm.baidu.com/hm.js?746c3f6346fae8612933e5921803ee32";var s=document.getElementsByTagName("script")[0];s.parentNode.insertBefore(hm,s)})();<?php if(isset($Msg ))echo&#39;alert("&#39;. $Msg .&#39;");&#39;;?></script>
<script>.js"></script>
<script></script>

以上是如何使用php實作openSug.js的參數偵錯(程式碼範例)的詳細內容。更多資訊請關注PHP中文網其他相關文章!

陳述
本文轉載於:博客园。如有侵權,請聯絡admin@php.cn刪除
PHP的目的:構建動態網站PHP的目的:構建動態網站Apr 15, 2025 am 12:18 AM

PHP用於構建動態網站,其核心功能包括:1.生成動態內容,通過與數據庫對接實時生成網頁;2.處理用戶交互和表單提交,驗證輸入並響應操作;3.管理會話和用戶認證,提供個性化體驗;4.優化性能和遵循最佳實踐,提升網站效率和安全性。

PHP:處理數據庫和服務器端邏輯PHP:處理數據庫和服務器端邏輯Apr 15, 2025 am 12:15 AM

PHP在數據庫操作和服務器端邏輯處理中使用MySQLi和PDO擴展進行數據庫交互,並通過會話管理等功能處理服務器端邏輯。 1)使用MySQLi或PDO連接數據庫,執行SQL查詢。 2)通過會話管理等功能處理HTTP請求和用戶狀態。 3)使用事務確保數據庫操作的原子性。 4)防止SQL注入,使用異常處理和關閉連接來調試。 5)通過索引和緩存優化性能,編寫可讀性高的代碼並進行錯誤處理。

您如何防止PHP中的SQL注入? (準備的陳述,PDO)您如何防止PHP中的SQL注入? (準備的陳述,PDO)Apr 15, 2025 am 12:15 AM

在PHP中使用預處理語句和PDO可以有效防範SQL注入攻擊。 1)使用PDO連接數據庫並設置錯誤模式。 2)通過prepare方法創建預處理語句,使用佔位符和execute方法傳遞數據。 3)處理查詢結果並確保代碼的安全性和性能。

PHP和Python:代碼示例和比較PHP和Python:代碼示例和比較Apr 15, 2025 am 12:07 AM

PHP和Python各有優劣,選擇取決於項目需求和個人偏好。 1.PHP適合快速開發和維護大型Web應用。 2.Python在數據科學和機器學習領域佔據主導地位。

PHP行動:現實世界中的示例和應用程序PHP行動:現實世界中的示例和應用程序Apr 14, 2025 am 12:19 AM

PHP在電子商務、內容管理系統和API開發中廣泛應用。 1)電子商務:用於購物車功能和支付處理。 2)內容管理系統:用於動態內容生成和用戶管理。 3)API開發:用於RESTfulAPI開發和API安全性。通過性能優化和最佳實踐,PHP應用的效率和可維護性得以提升。

PHP:輕鬆創建交互式Web內容PHP:輕鬆創建交互式Web內容Apr 14, 2025 am 12:15 AM

PHP可以輕鬆創建互動網頁內容。 1)通過嵌入HTML動態生成內容,根據用戶輸入或數據庫數據實時展示。 2)處理表單提交並生成動態輸出,確保使用htmlspecialchars防XSS。 3)結合MySQL創建用戶註冊系統,使用password_hash和預處理語句增強安全性。掌握這些技巧將提升Web開發效率。

PHP和Python:比較兩種流行的編程語言PHP和Python:比較兩種流行的編程語言Apr 14, 2025 am 12:13 AM

PHP和Python各有優勢,選擇依據項目需求。 1.PHP適合web開發,尤其快速開發和維護網站。 2.Python適用於數據科學、機器學習和人工智能,語法簡潔,適合初學者。

PHP的持久相關性:它還活著嗎?PHP的持久相關性:它還活著嗎?Apr 14, 2025 am 12:12 AM

PHP仍然具有活力,其在現代編程領域中依然佔據重要地位。 1)PHP的簡單易學和強大社區支持使其在Web開發中廣泛應用;2)其靈活性和穩定性使其在處理Web表單、數據庫操作和文件處理等方面表現出色;3)PHP不斷進化和優化,適用於初學者和經驗豐富的開發者。

See all articles

熱AI工具

Undresser.AI Undress

Undresser.AI Undress

人工智慧驅動的應用程序,用於創建逼真的裸體照片

AI Clothes Remover

AI Clothes Remover

用於從照片中去除衣服的線上人工智慧工具。

Undress AI Tool

Undress AI Tool

免費脫衣圖片

Clothoff.io

Clothoff.io

AI脫衣器

AI Hentai Generator

AI Hentai Generator

免費產生 AI 無盡。

熱門文章

R.E.P.O.能量晶體解釋及其做什麼(黃色晶體)
4 週前By尊渡假赌尊渡假赌尊渡假赌
R.E.P.O.最佳圖形設置
4 週前By尊渡假赌尊渡假赌尊渡假赌
R.E.P.O.如果您聽不到任何人,如何修復音頻
4 週前By尊渡假赌尊渡假赌尊渡假赌
WWE 2K25:如何解鎖Myrise中的所有內容
1 個月前By尊渡假赌尊渡假赌尊渡假赌

熱工具

SecLists

SecLists

SecLists是最終安全測試人員的伙伴。它是一個包含各種類型清單的集合,這些清單在安全評估過程中經常使用,而且都在一個地方。 SecLists透過方便地提供安全測試人員可能需要的所有列表,幫助提高安全測試的效率和生產力。清單類型包括使用者名稱、密碼、URL、模糊測試有效載荷、敏感資料模式、Web shell等等。測試人員只需將此儲存庫拉到新的測試機上,他就可以存取所需的每種類型的清單。

Atom編輯器mac版下載

Atom編輯器mac版下載

最受歡迎的的開源編輯器

DVWA

DVWA

Damn Vulnerable Web App (DVWA) 是一個PHP/MySQL的Web應用程序,非常容易受到攻擊。它的主要目標是成為安全專業人員在合法環境中測試自己的技能和工具的輔助工具,幫助Web開發人員更好地理解保護網路應用程式的過程,並幫助教師/學生在課堂環境中教授/學習Web應用程式安全性。 DVWA的目標是透過簡單直接的介面練習一些最常見的Web漏洞,難度各不相同。請注意,該軟體中

mPDF

mPDF

mPDF是一個PHP庫,可以從UTF-8編碼的HTML產生PDF檔案。原作者Ian Back編寫mPDF以從他的網站上「即時」輸出PDF文件,並處理不同的語言。與原始腳本如HTML2FPDF相比,它的速度較慢,並且在使用Unicode字體時產生的檔案較大,但支援CSS樣式等,並進行了大量增強。支援幾乎所有語言,包括RTL(阿拉伯語和希伯來語)和CJK(中日韓)。支援嵌套的區塊級元素(如P、DIV),

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

將Eclipse與SAP NetWeaver應用伺服器整合。