图片展示
审核通知
如果你想及时收到友链申请的提醒,可以通过server酱来实现
若你使用的自助申请代码是我的前两篇教程代码,可直接按照步骤进行
*若使用其他博主的自助申请友链代码,请自行测试通知代码的放置位置
将下列代码复制到博客主题目录的blinks.php
文件中的// 表单项数据验证
上面:
*将[SENDKEY]
内容改成自己SendKey密钥
// server酱 微信通知我 function sc_send( $text , $desp = '' , $key = '[SENDKEY]' ) { $postdata = http_build_query( array( 'text' => $text, 'desp' => $desp )); $opts = array('http' => array( 'method' => 'POST', 'header' => 'Content-type: application/x-www-form-urlencoded', 'content' => $postdata)); $context = stream_context_create($opts); return $result = file_get_contents('https://sctapi.ftqq.com/'.$key.'.send', false, $context); }
如果觉得文章对你有帮助,请打赏支持一下,谢谢!
评论(0)
暂无评论