共计 4026 个字符,预计需要花费 11 分钟才能阅读完成。
<!-- /\* Font Definitions \*/ @font-face {font-family: 宋体; panose-1:2 1 6 0 3 1 1 1 1 1; mso-font-alt:SimSun; mso-font-charset:134; mso-generic-font-family:auto; mso-font-pitch:variable; mso-font-signature:3 680460288 22 0 262145 0;} @font-face {font-family:"Cambria Math"; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family: 微软雅黑; panose-1:2 11 5 3 2 2 4 2 2 4; mso-font-charset:134; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-2147483001 672087122 22 0 262175 0;} @font-face {font-family:Tahoma; panose-1:2 11 6 4 3 5 4 4 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-520081665 -1073717157 41 0 66047 0;} @font-face {font-family:Consolas; panose-1:2 11 6 9 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:modern; mso-font-pitch:fixed; mso-font-signature:-520092929 1073806591 9 0 415 0;} @font-face {font-family:"\\@微软雅黑"; panose-1:2 11 5 3 2 2 4 2 2 4; mso-font-charset:134; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-2147483001 672087122 22 0 262175 0;} @font-face {font-family:"\\@宋体"; panose-1:2 1 6 0 3 1 1 1 1 1; mso-font-charset:134; mso-generic-font-family:auto; mso-font-pitch:variable; mso-font-signature:3 680460288 22 0 262145 0;} /\* Style Definitions \*/ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:""; margin-top:0cm; margin-right:0cm; margin-bottom:10.0pt; margin-left:0cm; mso-pagination:widow-orphan; layout-grid-mode:char; mso-layout-grid-align:none; font-size:11.0pt; font-family:"Tahoma","sans-serif"; mso-fareast-font-family: 微软雅黑; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi;} span.hljs-number {mso-style-name:hljs-number; mso-style-unhide:no;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; font-size:11.0pt; mso-ansi-font-size:11.0pt; mso-fareast-font-family: 微软雅黑; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi; mso-font-kerning:0pt;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:11.0pt;} /\* Page Definitions \*/ @page {mso-page-border-surround-header:no; mso-page-border-surround-footer:no;} @page WordSection1 {size:595.3pt 841.9pt; margin:72.0pt 90.0pt 72.0pt 90.0pt; mso-header-margin:35.4pt; mso-footer-margin:35.4pt; mso-paper-source:0;} div.WordSection1 {page:WordSection1;} /\* List Definitions \*/ @list l0 {mso-list-id:279725072; mso-list-template-ids:-1797495592;} ol {margin-bottom:0cm;} ul {margin-bottom:0cm;} -->
2020 最新微信域名防封技术打破谣言
采用域名轮播系统
添加入口域名以及多个分布式落地页面,入口域名采用多层加密防护。落地页采用随机展示,并且对接微信域名监控系统,系统自己检查,发现域名被封及时切换,保证用户每次生成的分享链接和地址的子域名永不重复。
这样做的好处有;
1 落地域名多层加密使用,减少域名的浪费和被封杀。
2 是保护原始推广落地页不容易被举报和发现,延长原始推广落地页寿命。
3 是中间落地域名被封只需重新更换,不影响防封短链接的打开,减少流量浪费。
兼容 QQ 微信
使用说明
使用步骤
在用户后台申请开通接口
登陆自己的用户后台,点击菜单《微信域名加密防封》的子菜单《项目管理》,创建所属的项目,首先创建一个项目
添加入口域名和落地域名
JSON 返回示例
域名正常:
- $url = “http://api.monkeyapi.com”;
- $params = array(
- ‘appkey’ =>’appkey’,_//__您申请的__APPKEY_
- ‘url’ =>’www.url.com’,_//__需要查询的网站_
- ); <<– 有不懂的加 q 咨询:510124737–>>
- $paramstring = http\_build\_query($params);
- $content = Curl($url, $paramstring);
10.$result = json\_decode($content, true);
11.if($result) {
- var_dump($result);
13.}else {
- //__请求异常
15.}
16.
17._/**_
- * _请求接口返回内容_
- * _@param_ string $url [ 请求的__URL__地址 ]
- * _@param_ string $params [__请
求的参数_]_
- * _@param_ int $ipost [ 是否采用__POST__形式 ]
- * _@return_ string
23._*/_
24.function Curl($url, $params = false, $ispost = 0)
25.{
- $httpInfo = array();
- $ch = curl_init();
28.
- curl_setopt($ch, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_1);
- curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 60);
- curl_setopt($ch, CURLOPT_TIMEOUT, 60);
- curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
- curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
- if ($ispost) {
- curl_setopt($ch, CURLOPT_POST, true);
- curl_setopt($ch, CURLOPT\_POSTFIELDS, $params);
- curl_setopt($ch, CURLOPT\_URL, $url);
- }else {
- if ($params) {
- curl_setopt($ch, CURLOPT\_URL, $url.’?’.$params);
- } else {
- curl_setopt($ch, CURLOPT\_URL, $url);
- }
- }
45.
- $response = curl\_exec($ch);
- if ($response === FALSE) {
- //echo “cURL Error: ” . curl_error($ch);
- return false;
- }
51.
- $httpCode = curl\_getinfo($ch, CURLINFO_HTTP_CODE);
- $httpInfo = array\_merge($httpInfo, curl_getinfo($ch));
- curl_close($ch);
- <<– 有不懂的加 q 咨询:510124737–>>
正文完