[原]Windows下FFmpeg下载和Linux下FFmpeg的编译

2010-01-13 更新
Windows下MEncoder下载和Linux下MEncoder的编译
  当前视频分享网站十分火爆,其中涉及到两个技术问题,一是对用户上传的视频进行转码,例如几乎所有的视频网站都会把视频转换成FLV格式;另一就是对视频进行截图,方便用户预览。视频转码常用的是MEn[……]

继续阅读

[原]Linux下ImageMagick和MagickWand For PHP的安装

ImageMagick是功能强大的服务器端图片处理工具,其功能比gd强大多了,典型的就是可以支持动态gif处理。MagickWand For PHP可以将ImageMagick编译成一个PHP可载入的模块,当然,也可以将它直接编译进PHP,这里介绍的是模块编译。

ImageMagick官方网站[……]

继续阅读

A Study In Scarlet – Exploiting Common Vulnerabilities in PHP Applications

<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<->>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

                           A Study In Scarlet
          Exploiting Common Vulnerabilities in PHP Applications

                                                                Shaun Clowes
                                                               SecureReality

“A reprint of reminisces from the Blackhat Briefings Asia 2001”

<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<->>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

— < Table of Contents > ————————————————–

1. Introduction
2. Caveats and Scope
3. Global Variables
4. Remote Files
5. File Upload
6. Library Files
7. Session Files
8. Loose Typing And Associative Arrays
9. Target Functions
10. Protecting PHP
11. Responsibility – Language vs Programmer
12. Other

“I could imagine his giving a friend a little pinch of the latest vegetable
alkaloid, not out of malevolence, you understand, but simply out of a spirit
of inquiry in order to have an accurate idea of the effects.” – Stamford
[……]

继续阅读

MySQL-Front改名SQL-Front继续开发

  MySQL-Front是个很不错的MySQL前端软件,提供图形化的界面,可以很方便地对MySQL数据库的管理。由于它的易用性,我曾抛弃使用PHPMyAdmin而转向它。后来由于MySQL AB公司以它作为商业用途而强制停止其开发。去年的时候它的官网(http://www.mysqlfront.d[……]

继续阅读