May 14 2012

We won’t forget the people

For more than a decade, these people have been bring me the best happiness throughout years.

Continue reading


May 14 2012

Grazie Campioni!


Apr 19 2012

New ACMilan Jersey 2012/13

We are a team of devils. Our colours are red as fire, and black, to invoke fear in our opponents


Mar 31 2012

100元的世界之旅

Continue reading


Feb 26 2012

Remove Windows Media Player Context Menu Items in Windows 7

The Windows Media Player team moved away from DllRegisterServer (called by regsvr32) in the Windows Vista timeframe. If you’re still using it on Windows 7, you’re probably confused about what you’re trying to do. It would *generally* not be expected to work right.

 
 

I removed following registry entries and context menu items disappeared:

 
 

[HKEY_CLASSES_ROOT\SystemFileAssociations\Directory.Audio\shell\Play]

[HKEY_CLASSES_ROOT\SystemFileAssociations\Directory.Audio\shell\Enqueue]

[HKEY_CLASSES_ROOT\SystemFileAssociations\Directory.Image\shell\Play]

[HKEY_CLASSES_ROOT\SystemFileAssociations\Directory.Image\shell\Enqueue]

[HKEY_CLASSES_ROOT\SystemFileAssociations\Directory.Video\shell\Play]

[HKEY_CLASSES_ROOT\SystemFileAssociations\Directory.Video\shell\Enqueue]


Feb 16 2012

Do your co.cc domain names have any problems?

I don’t know what happened in co.cc. But absolutely there are some problems between them and xtreemhost.com, because it shows ns1.xtreemhost.com and ns2.xtreemhost.com are blocked.

Below is a temporary resolution. Change your name server to
ns1.byet.org
ns2.byet.org
ns3.byet.org
ns4.byet.org
ns5.byet.org


Feb 11 2012

Look forward to the movie – The Lady – Aung San Suu Kyi (昂山素季)


Feb 7 2012

孫中山致日本首相大隈伯爵密函

From HERE
Continue reading


Feb 7 2012

【時務論壇】香港陶杰:兩岸三地不想告訴你的辛亥革命真相

Original post


Feb 6 2012

How to use SMTP server for Mantis with authtication disabled

A very weird symptom is that you try whatever on the computer, they can always work with the SMTP server, just except Mantis.
In very rare cases, some SMTP servers have the authentication disabled. Although Mantis support SMTP server, for very obvious security reasons it does not support the SMTP server with authentication disabled. BUT what if you have no choice, and you cannot touch the email server?

Let’s see.
If you check the codes of Mantis, you will find the underlying phpmailer library actually support SMTPAuth=false.
So open /core/email_api.php, at line 919, you can see $mail->SMTPAuth = true, just it to false.
This is for version 1.2.8, if you have different versions, try searching for SMTPAuth, it should not be difficult to find the right place.