摘要: <?php$externalContent = file_get_contents('http://checkip.dyndns.com/');preg_match('/Current IP Address: \[?([:.0-9a-fA-F]+)\]?/', $externalContent, $... 阅读全文
posted @ 2016-01-22 23:27 johnsonshu 阅读(2094) 评论(0) 推荐(0) 编辑
摘要: php 自带的邮件发送函数已经弱到不能用了。 PHPMailer非常的强大。绝对是php里必须使用的程序。下载地址:https://github.com/Synchro/PHPMailer只要这个三个文件class.phpmailer.phpclass.smtp.phpPHPMailerAutolo... 阅读全文
posted @ 2016-01-22 23:04 johnsonshu 阅读(188) 评论(0) 推荐(0) 编辑
摘要: 1) 下载gd的各种依赖包。 但是不要下载gd本身,因为这是包含在php里的。 探索的时候也下载了libvpxfreetype,可惜最后的编译没过,就没有用上2)编译各种(编译前记得把各种环境变量设上,这里我就直接用以前写好的cross-env.sh)-- libvpxxz -d libvpx-v... 阅读全文
posted @ 2016-01-22 03:41 johnsonshu 阅读(832) 评论(0) 推荐(0) 编辑