We won’t forget the people
For more than a decade, these people have been bring me the best happiness throughout years.
For more than a decade, these people have been bring me the best happiness throughout years.
We are a team of devils. Our colours are red as fire, and black, to invoke fear in our opponents
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]
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
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.