Latest Updates RSS
-
graeinler
-
graeinler
Phormer by itself is an excellent photo gallery software (consider the fact that it was last updated Jan 07). while it may have its fair share of shortcomings, most of those are overshadowed by the extensive capabilities it offers and the semantic approach to design by the author.
Earlier tonight as I was updating my photo gallery and adfchiteens I noticed that it lacks the Description meta tag (among others) for search engine optimization. Keen on wanting to have this option for a fully functional website, I made some codehacking on the scripts with good results. Below is a quick howto:
1. Create a backup of your existing funcs.php
2. Edit funcs.php and on line 1107, add the following code” <META NAME=”Description” CONTENT=”Your descriptive sentence or two goes here.”>
3. Save your changes and your done.
4. Verify your changes:
on Firefox: Tools >> Page Info >> Description
on IE6 : View >> SourceHope this helps.
-
graeinler
I decided to reinstall SquirrelMail hoping to be able to archive my current emails since those wont be carried over. when I switch mail service to Gmail. For the uninitiated, Squirrelmail is a webmail package written in pure Php, has few requirements and is very easy to configure and install.
Here’s a quick guide:
1. download squirrelmail here
2. Unpack the SquirrelMail package: [via ftp or tar]
3. run the installation script from shell. [perl conf.pl]
4. select ‘General Options‘ by hitting ‘4‘ on your keyboard and edit the ‘Data Directory‘ by selecting ‘1‘
this part here gets a bit tricky, but the idea is to provide the server path for the directories. If you directories aren’t existing yet then you would have to create them first.
5. Once satisfied with the changes - ‘S‘ to save your changes then ‘Q‘ to quit from the menu.
You may then check if your configuration worked via this link. http://your-squirrelmail-location/src/configtest.phpHope this helps. Please feel free to ask questions if you got some.