好友Billy与MRs.刘 结婚

昨天是我的好朋友Billy跟Mrs. Liu小姐的大喜日子,祝愿二位白头偕老-永浴爱河
新婚

新婚

prestashop登陆后台提示_employee does not exist or bad password

安装prestashop,系统是Centos,控制面板是DirectAdmin,不知道是因为什么,貌似官方的版本有BUG ?
安装完毕登陆后台,系统提示 employee does not exist or bad password …
看了一下, ps_employee的表是空的 @_@

  1. mysql> INSERT INTO ps_employee(id_employee,id_profile,lastname,firstname,email,passwd,last_passwd_gen,
  2. stats_date_from,stats_date_to,active) VALUES('1','1','OWNER','YourFirstName',
  3. 'name@your.email','','2009-11-05 11:11:31','2009-01-01','2009-10-01','1');

config里的settings.inc.php里面,有个 _COOKIE_KEY_ 复制起来
md5码紧跟着新密码 xxxxxxxxxxxxxxxxxxxxxNewpasswd
例如: xxxxxxxxxxxxxxxxxxxxxxxxx123456
然后更新表的记录

  1. mysql> update ps_employee set passwd=md5('YourMD5Value123456') where email='name@your.email';

DirectAdmin控制面板报错_Init: SSL server IP/port conflict

DirectAdmin控制面板问题
客户反应使用zen-cart,在后台快速更新时出现错误,无法更新成功,且网站会临时性的无法打开。
我这边观察,他的zen-cart一旦出现错误,会导致所有网站都无法打开,wget测试提示“读取文件头错误 (Connection reset by peer)。”

  1. 正在解析主机 Domain.com... 111.111.111.111
  2. 正在连接 Domain.com[111.111.111.111]:80... 已连接。
  3. 已发出 HTTP 请求,正在等待回应...
  4. 读取文件头错误 (Connection reset by peer)
  5. 重试中。

apache日志报错

  1. [Tue Nov 17 01:52:41 2009] [warn] Init: SSL server IP/port conflict:
  2. www.domain.com:443 
  3. (/usr/local/directadmin/data/users/username/httpd.conf:48)
  4. vs. www.domain.com:443
  5. (/usr/local/directadmin/data/users/username/httpd.conf:48)

问题的关键在于DirectAdmin允许一个用户名下多个网站使用同一个SSL,但是不在同一个用户名底下的域名就会报错。
SSL导致IP冲突,apache报错,进而影响其他网站的正常访问,关掉非独立IP的SSL权限就正常了。
记录一下,希望能帮得上也碰到这种问题的朋友。
for English peopel: Disable SSL function for all the package them will be resolved.

asp虚拟主机支持flv格式

公司一合作伙伴抱怨他的客户在万网买的空间可以播放flv,而在他的空间却不行。

  1. 网站右键属性,HTTP头,MIME类型,新建
  2. 扩展名: .flv
  3. MIME 类型:video/x-flv

windows2003远程桌面出现_终端服务器超出了最大允许连接数

记录备忘

  1. 开始 -> 运行 -> mstsc /console /v:ip:port
2 12»