Changeset 412513
- Timestamp:
- 07/20/2011 12:14:01 PM (15 years ago)
- Location:
- clickchina/trunk
- Files:
-
- 1 added
- 2 edited
-
click_en.png (added)
-
clickchina.php (modified) (3 diffs)
-
run.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
clickchina/trunk/clickchina.php
r412340 r412513 2 2 /** 3 3 * @author liming and ƮҶѰÃÎ 4 * help.txt4 * readme.txt 5 5 */ 6 6 … … 14 14 header("Cache-Control: no-cache, must-revalidate"); 15 15 header("Pragma: no-cache"); 16 $click = imagecreatefrompng('click.png'); 16 //$liulanqi="L_".$_SERVER['HTTP_USER_AGENT']; 17 //¸ù¾ÝÓû§ÓïÑÔÅжÏÑéÖ¤ÂëÓïÑÔ 18 $lang = "l".$_SERVER['HTTP_ACCEPT_LANGUAGE']; 19 if(strpos($lang,"zh")) 20 $click = imagecreatefrompng('click.png'); 21 else 22 $click = imagecreatefrompng('click_en.png'); 17 23 $im = imagecreate(200, 100); 18 24 $click_type = rand(0, 3); //Ëæ»úÑ¡Ôñ×î´ó/×îСÊý×Ö»òΨһ×Öĸ»òÊý×Ö … … 115 121 } 116 122 $_SESSION['verifysession'] = isset($xp_true['xy'])?$xp_true['xy']:''; 123 //echo $lang; 117 124 //setcookie('test', json_encode($xp_true)); 118 125 -
clickchina/trunk/run.php
r412340 r412513 2 2 /* 3 3 Plugin Name: clickchina 4 Plugin URI: http://jishigu.com 5 Description: 按照clickcha的思路开发的,点击图形提交评论的评论验证插件。但是不必连接指定的服务器,速度更快,没有广告(According to "Clickcha",Click on the Right picture to submit Reviews,but,it's Open source,and not need to connect to other servers,so it's Faster,And no Ads)4 Plugin URI: http://jishigu.com/2163.html 5 Description: 点击图形提交评论(仿wp-Clickcha),防止垃圾评论插件,思路新颖,使用简单。不必连接指定服务器,速度更快,没有广告(According to "Clickcha",Click on the Right picture to submit Reviews,to prevent spam comments,it's Open source,and not need to connect to other servers,so it's Faster,And no Ads) 6 6 Version: 1.0 7 7 Author: liming
Note: See TracChangeset
for help on using the changeset viewer.