代理服务器分为透明代理和匿名代理
透明代理会将客户端的请求IP包含在HTTP头中,具体就是$_SERVER[‘HTTP_X_FORWARDED_FOR’]中匿名代理将客户端的IP隐藏起来,IP信息只能在$_SERVER[‘REMOTE_ADDR...
苏 demo
10年前 (2015-07-27)
2437℃
0评论
0喜欢
下载地址:
verify
转载请注明:苏demo的别样人生 » php 简单验证码...
苏 demo
10年前 (2015-07-27)
2401℃
0评论
0喜欢
(PHP 4, PHP 5, PHP 7)
imagecolorallocate — 为一幅图像分配颜色
说明
int imagecolorallocate ( resource $image , int $red , int $green , int $blue )
im...
苏 demo
10年前 (2015-07-27)
2379℃
0评论
0喜欢
(PHP 4, PHP 5, PHP 7)
imagecreate — 新建一个基于调色板的图像
说明
resource imagecreate ( int $x_size , int $y_size )
imagecreate() 返回一个图像标识符,代表了一幅大小为 x...
苏 demo
10年前 (2015-07-27)
2811℃
0评论
0喜欢
代码下载地址:
search仿搜索
转载请注明:苏demo的别样人生 » php 使用like 模仿百度搜索效果...
苏 demo
10年前 (2015-07-25)
2492℃
0评论
0喜欢
php 3种邮件发送类
参考代码:
sendmail
转载请注明:苏demo的别样人生 » php 3种邮件发送类...
苏 demo
10年前 (2015-07-25)
2256℃
0评论
0喜欢
php 根据IP跳转地区
<?php
/*
*Powered by Aiens
*/
require dirname(__FILE__).’/include/common.inc.php’;
require dirname(__FILE__)....
苏 demo
10年前 (2015-07-24)
2784℃
0评论
0喜欢
<?php
set_time_limit(0);
function _rand() {
$length=26;
$chars = “0123456789abcdefghijklmnopqrstuvwxyz”;
$max = strlen($chars...
苏 demo
10年前 (2015-07-24)
2300℃
0评论
0喜欢
<?php
header(“Content-Type:text/html;charset=utf-8″);
clearstatcache();
function import_contacts($username, $password) {
$coo...
苏 demo
10年前 (2015-07-24)
12940℃
0评论
0喜欢
php curl 获得126邮箱通讯录列表
<?php
header(“Content-Type:text/html;charset=utf-8”);
/**
* @file class.126http.php
* 获得126邮箱通讯录列表
* @a...
苏 demo
10年前 (2015-07-24)
2817℃
0评论
0喜欢