Archive for the ‘linux’ Category

PhpList 2.10.10 Greek Support UTF-8

Well this is how you can set up a greek phplist installation to send greek newsletters:

First of all open texts/greek.inc and change the $strCharSet  to  ‘utf-8′;
Then save the file as UTF-8 nobom
Open admin/send_core.php and find the lines
line 1034 change .htmlentities(iconv(’ISO-8859-1′,’UTF-8′,$subject),ENT_QUOTES,’UTF-8′) to .htmlentities($subject,ENT_QUOTES,’UTF-8′)
Line 1040 change htmlentities(iconv(’ISO-8859-1′,’UTF-8′,$from),ENT_QUOTES,’UTF-8′) to htmlentities($from,ENT_QUOTES,’UTF-8′)

That’s it all done your emails will be saved [...]

Read the rest of this entry »

Bookmark and Share

Biznet Infoservices Ltd

Install SSHFS on CentOS 5.2

Many of you probably tried to install sshfs on a centos operating system but had no luck with yum or build from source cause of strange message saying that
checking for SSHFS… configure: error: The pkg-config script could not be found or is too old.  Make sure it is in your PATH or set the PKG_CONFIG [...]

Read the rest of this entry »

Bookmark and Share

Biznet Infoservices Ltd