Uncategorized
When a directory becomes a subdomain
Quand on veut que chaque sous-répertoire devienne directement un sous-domaine : voici le “virtualhost” a ajouté dans le fichier Apache : <VirtualHost XXX.XXX.XXX.XXX> ServerAdmin webmaster@domain.com DocumentRoot /home/domain/www ServerName www.domain.com ServerAlias domain.com *.domain.com VirtualDocumentRoot /home/domain/%-3.0 UseCanonicalName off CustomLog /home/domain/logs/access_logs combined ScriptAlias /cgi-bin/ /home/domain/cgi-bin/ User domain Group users </virtualHost>
cpg_picture quickfix
Well, I was too fast to deliver the psnGallery2…In the sql, included in the “package”. There is a “(” too much ! In order to fix the issue. Execute the following sql (eg, from phpMyAdmin) : UPDATE wp_psnGallery SET value = ‘CPGPicture($elems[ 0 ], $elems[ 1 ], $elems[ 2 ], $elems[ 3 ], $elems[ 4 [...]
psnGallery2 version 1.2.1
So ! Here we go ! The release of psnGallery 2 (wordpress + Copermine) is out since few days but as you know, the idahocline.com is down for unknow reason without news from the webhoster ! So as promised, here is the zip of the plugin Have fun with it ! )
psnGallery 2 Version 1.2.1 released !
As promised, the new release is available for download ! Click on download to get it ! Keep me inform if you encounter any issue !
PHP Tag within a post
Based on the work of Stevarino and to answer to WordPress Forum, here is another version : I found the problem….It comes the formatting functions which convert few “special” characters into more fancy one…. function run_phpinpost($data) { $PHPTag = “phpcode”; $data = str_replace(array(“rn”,”r”), “n”, $data); while (false !== strpos($data, “< ".$PHPTag .">“)) { $Before= substr($data, [...]
psnGallery2 1.2.1 changes overview
Well, I know it is always annoying to wait for news…. So here are some… The most important addition/change with the release is the fact that all the configuration parameters are now stored in a table in the “wordpress” database (see below to have further information). Here are the differents news functionnalities available with psnGallery2 [...]
psnCPGAdmin preview (psnGallery2 admin page)
According the WordPress Support forum, several requests appeared..about having a way to found out the albumid, the pictureid, etc… So, my answer is : Here is a preview of the Administration page for psnGallery2 plugin. The new psnGallery2 will be out soon. In fact, I am reviewing the way of handling the “customized” tags and [...]
Nicer Archives integrated
I finally integrated the “nicer archives“. Easy, simple, nearly nothing to do to be integrated ! Click here to view it in action or in the Blog menu, select the option “Archives”.
George W. Bush quotes…
I have gathered few quotes from George W. Bush…. “The vast majority of our imports come from outside the country.” – George W. Bush “If we don’t succeed, we run the risk of failure.” – George W. Bush “One word sums up probably the responsibility of any Governor, and that one word is ‘to be [...]
Cortech ‘2004
Sunday afternoon,in Antoing, the “Cortech” took place for the second time. It is a parade in the streets of the town. My wife, as she works for the “Foyer Culturel d’Antoing” , and I gave a hand to the organisation of the event. She participated more than me, she had to sew the costume of [...]
Recent Comments