Configure Masked Text Field

To set the dialog box options, follow the next steps: In the Apply to field drop-down menu select the text field on which to apply the server behavior. In the Mask drop-down menu select one of the predefined masks or create your own custom mask. To learn more about this, read the note below. The …

Allowed memory size of 8388608 bytes exhausted

When trying to automatically upgrade a blog from 2.8.1 to 2.8.2 it wouldn’t work and I saw an error message similar to this: Allowed memory size of 33554432 bytes exhausted. It seems the error is pretty common and I found the solutions on the WordPress.org support forums. In my case it was an active plugin …

change maint password to trixbox

Its very simple to chage the passwords log into the asterisk box, ie command prompt, you can do this through puttty or a terminal window. The password you need to change are the following passwd will change your route password passwd-amp is your portal password passwd-maint will change your admin for free pbx passwd-meetme to …

Add Trailing Slash to the End of the URL with .htaccess Rewrite Rules

For a website that has URLs that end with a slash (/), it’s a good practice to ensure that all url links been parsed by the web server ended with trailing slash, even if visitors forget to enter the ending slash. This avoid visitors been served with 404 Page Not Found or Page Cannot be Displayed …

How to convert/encode files to FLV using FFMPEG & PHP

How to convert/encode files to FLV using FFMPEG & PHP So, as I’ve written in an earlier article on how to install FFMPEG on your server, while there are those who probably use a “YouTube Clone” script, there might be those who want to create their own using FFMPEG & PHP. FLV is the most widely …