Imagevue X2.8.7 - Dec 30, 2012

Setting for disabling mouse panning on full scale settings.image.image.image_panning
Added optional progress indicators: bar, spin, none. settings.image.image.progress_bar
Fixed progress bar
Improved MP3, MP4 file handling
Restricted user can't delete or change its home folder
Numerical user names are accepted
Added Czech language

Download link : http://s2.mgu.cc/2013/01/01/imagevuex287.zip
http://pan.baidu.com/share/link?shareid=175181&uk=2181097612

光顾着下载不回复的用户MJJ。

20 November 2012
IMAGEVUE 1.8.4
-----------------------------------------------------------------

1.8.4
[*] Fix for Flash Player 11.5

1.8.3
[*] PHP5.3.3 Compatibility

1.8.2
[*] PHP5.3 Compatibility

1.8.1
[*] PHP5.3 Compatibility

1.8
[*] Fixed picture ghosting
[+] Files are being chmoded 666 after upload using admin

1.7.8
[*] Refixed passwords

1.7.7
[*] Disabled sendpic logging by default
(if you need to log all emails, check sendpic.php)
[*] Fixed password being converted to lowercase
[*] Changed short opening tags in all .php files

Download link : http://s2.mgu.cc/2012/12/05/imagevuex184.zip

光顾着下载不回复的用户MJJ。

Imagevue X2.8.6 - Dec 3, 2012

Slideshow mode for mobile gallery
Fixed filemod slideshow missing fade transition
Fixed lightbox not responding to size parameters
Fix for multi-lingual site title
Fix for password on some servers
Fix for migrations from the old version
Fix for uploading files with non-latin characters
Fix for GPS coordinates in mobile gallery

Download link : http://s2.mgu.cc/2012/12/05/imagevuex286.zip

光顾着下载不回复的用户MJJ。

Imagevue X2.8.5.1 - Nov 14, 2012

Fix for the thumbnail scroller border color bug in new Flash player

Imagevue X2.8.5 - Nov 14, 2012

Fix for the bug introduced by Flash player update
jQuery Mobile 1.2.0
Smarter HTML redirect if flash is not installed
Updated French translation
Updated German translation

Download link : http://s2.mgu.cc/2012/11/19/imagevuex2851.zip

光顾着下载不回复的用户MJJ。

深深地被坑了一会 好好记录下

本地mysql的 my.cnf 配置中写了 skip-networking

意思就是 不监听端口,也无法从外网连接,唯有本地 sock连接过去

而 pureftpd的 pureftpd-mysql.conf 配置中有两句
MYSQLServer localhost
MYSQLPort 3306

因为没注释 所以是有效的

我注释了 #MYSQLServer localhost 但忽略了 MYSQLPort 3306

最后我看下 netstat -ln , 是没有3306端口的

顿时醒悟啊... 5小时 5小时

注释掉 #MYSQLPort 3306

重启 pureftpd ftp已经登录成功

泪奔中 立马写日志记录下