This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* <<小牆>> Anti-Spam v1.82 by Willin Kan. 2010/12/16 最新修改 */ | |
//建立 | |
class anti_spam { | |
function anti_spam() { | |
if ( !current_user_can('level_0') ) { | |
add_action('template_redirect', array($this, 'w_tb'), 1); | |
add_action('init', array($this, 'gate'), 1); | |
add_action('preprocess_comment', array($this, 'sink'), 1); | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
server { | |
# Redirect yoursite.com to www.yoursite.com | |
server_name yoursite.com; | |
rewrite ^(.*) http://www.yoursite.com$1 permanent; | |
} | |
server { | |
# Tell nginx to handle requests for the www.yoursite.com domain | |
server_name www.yoursite.com; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://www.gpshk.cc/thread-422184-1-1.html | |
=== ALL | |
1 C0028 C0028-B7K10-3521J0N 2015年春季版 进入资源 路畅(D2280HA)MIPS专版 | |
2 C0030 C0030-D5N04-3521J0N 2015年春季版 进入资源 路畅模拟屏A2270/A2265-MIPS二合一 | |
3 C0031 C0031-D5N04-3521J0N 2015年春季版 进入资源 路畅模拟屏A2270/A2265-MIPS二合一 | |
4 C0039 C0039-D5N04-3521J0N 2015年春季版 进入资源 路畅模拟屏(A2265R/A2270TP)二合一 | |
5 C0268 C0268-D5J04-3421J0M 2014年冬季版 进入资源 凯越路特仕RTS-1622普清 | |
6 C0288 C0288-D5N04-3521J0N 2015年春季版 进入资源 佳艺田普清专版 | |
7 C0354 C0354-D5L01-3221J0K 2014年夏季版 进入资源 科维嘉铭仁普清 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# !/usr/bin/env python3 | |
# | |
# nianfo.py - TudouCode Demo in Python 3 | |
# Credit: https://github.com/lersh/TudouCode/ | |
# | |
# Note: | |
# | |
# This is the first version('佛曰') of TudouCode('与佛论禅'). | |
# The second version('如是我闻') needs compression and I can't debug. | |
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# NETWORK | |
PROXY="$1" | |
# COLOR SCHEMA | |
COLOR_HINT=36m | |
COLOR_WARNING=31m | |
# DIRECTORY |