- 下载wallproxy并解压
- 双击wallproxy-plus\server\proxy.py(先安装 python)
- 选1设定appid(没有请先申请)
- 选3开始上传(需输入账号和密码)
- 如有多个app就重复3、4步多次
- 设置wallproxy-plus\local\proxy.conf。需修改的有 appid, password, crypto 三处参数。(加密操作在app控制面板的datastore viewer 里进行,加密模式为 AES-CBC-32)
- 打开wallproxy-plus\local\proxy.exe,查看能否连接上
- 在浏览器里设置代理,wallproxy 通过的端口为 8086
- 导入wallproxy-plus\local\cert 里的证书。
- 访问被屏蔽以测试,成功!
- 复制proxy.exe的快捷方式至 C:\Users\James\AppData\Roaming\Microsoft\Windows\Start Menu\Programs,便于从开始菜单中快速打开。
首先我要感謝國家,沒有這個神奇的國家就沒有這個多餘的博客(哽咽,抹淚)
Showing posts with label GFW. Show all posts
Showing posts with label GFW. Show all posts
Tuesday, February 21, 2012
GAE上部署wallproxy
Wednesday, August 3, 2011
Install and modify Dabr
Here download dabr;
Using text editor open config.php after you unzip theapplication, then fill the value as the comments tell you;
Here dowload itap;
Unzip the itap to the dabr folder; modify the user.php under the common folder of dabr. Find the the command:
change them to:
sometimes you need to limit the user who can access your dabr and you can add command below in the config.php:
that’s all.
Using text editor open config.php after you unzip theapplication, then fill the value as the comments tell you;
Here dowload itap;
Unzip the itap to the dabr folder; modify the user.php under the common folder of dabr. Find the the command:
$authorise_url = 'http://api.twitter.com/oauth/authorize?oauth_token='.$token['oauth_token'];
$authorise_url = 'http://your-itap's-path/authorize?oauth_token='.$token['oauth_token'];
function config_log_request() {// This function is called from menu.php if it exists// Ignore people that aren't logged inif (!user_is_authenticated()) return;// Create a *lowercase* list of allowed users$allowed_users = array('twitter','losrfuu',);// Or a file-based alternative if you prefer not to keep tampering with config.php:// $allowed_users = file('../allowed_users.php');// Check if the current user is in our allowed user listif (!in_array(strtolower(user_current_username()), $allowed_users)) {// They're not, kick them out!user_logout();die("Sorry, you're not on the list of allowed users for this site.");}}and if you want to save network traffic when you visit dabr on mobile phone you may change common/settings.php like this:
function setting_fetch($setting, $default = NULL) {$settings = (array) unserialize(base64_decode($_COOKIE['settings']));if (array_key_exists($setting, $settings)) { return $settings[$setting];} else { if ($setting == ’browser’) {return ’text’;} return $default;}}I do this change but it seems it doesn’t work.
that’s all.
Saturday, October 30, 2010
继续使用opera mini 国际版
Update appended
pera mini号称手机上最好用的手机浏览器,因为其可绕过某墙的功能尤其受到中国网民的喜爱,所以依照"好的就要被禁"的天朝互联网铁律,天朝人民只能使用opm的天朝阄割版。
如果你不愿意做太监,那么下面的内容将教你怎样重新勃起。
原理在这里,就不再详述了。
你需要的是
1、一个google account 或一台国外的主机服务器。
2、google appengine java sdk 或 ftp 客户端(推荐 filezilla)
3、opera mini server mirror (包括opm 服务器地址修改器、java版服务端或php版服务端)
附:3和4打包下载
使用java版服务器镜像的方法
一、解压java 版服务端后修改war 文件夹下 web-inf 中的 appengine-web.xml, 将application-id 中的application-id 替换你自己建立的application 的识别符,即xxxxxxx.appspot.com 中的xxxxxxx.
二、将 war 文件夹放入 appengine java sdk 中的bin 文件夹下,运行cmd 进入命令行模式,cd 入appengine java sdk 文件夹输入命令:appcfg.cmd update war. 之后按提示输入google account 的用户名和密码,等待上传完毕。
三、打开 http://xxxxxxx.appspot.com/opm 如果跳转到google 首页则证明上传成功程序正常运行。
四、解压opm 服务器修改器,运行omsc.exe, 通过浏览确定opm 国际版的位置和修改后文件的生成位置,在代理地址中输入 http://xxxxxxx.appspot.com/opm 需要的话可以测试一下是否有效,最后点击修改以完成。
五、将修改后的opm文件通过usb或蓝牙转入手机,安装,运行,然后你就可以大笑三声:"哈哈哈,一切反动派都是纸老虎!"
注:java 版上传需要jdk
使用php版服务器镜像的方法
一、解压php 版服务端,将opm.php 改为 index.php.
四、将修改后的opm文件通过usb或蓝牙转入手机,安装,运行,然后你就可以大笑三声:"哈哈哈,一切反动派都是纸老虎!"
成功用回国际版以后我发了一条推:一切反动派都是纸老虎,只是当年打虎之人如今已成被打纸虎。欢迎follow @losrfuu.
update: 2010.12.10
使用PHP版鏡像服務器,代理地址最後那個'/'至關重要,如果沒有,你會在瀏覽器中順利跳轉到google, 但是opera mini 卻無法連接網絡。(就這麼一個斜杠,我花了兩個小時找出來,我覺得程序的作者應該在project home 或 wiki 裡註明才是。)
Subscribe to:
Posts (Atom)