Doing some integration work with WHMCS, I found the need to export some of the announcements into Wordpress. Since there isn’t any native implementation of this, I found the best way is to export it directly from the database. The PHP code to do this is fairly easy…
Browsing Tag
PHP
13 posts
Adding Random Quotes to the Bash Login Screen
According to “official” system administrator rules and guidelines you shouldn’t be adding…
Find Out If A Twitter Username Exists Using PHP/JSON
I’ve been trying to grab a Twitter screenname that people continually register…
A phpBB 3 iPhone Style Theme With Option to Disable
A forum that I am an adminstrator for has been clamoring for an iPhone theme (style) for a long time now. In the past, I hadn’t seen any usable iPhone template for phpBB3, until now.
View this entire post to view my modifications to a theme switcher for mobile devices, so that the end user can disable a mobile theme for their login if they should choose to do so.
Problem installing PECL PHP extensions while /tmp is secured
I recently tried to install a PHP PECL extension on a server…
Use PHP, GD and .htaccess to Watermark All Images in a Directory
The goal here is to watermark all images in a certain directory,…
ffmpeg PHP Extension Howto for CentOS
If you need to compile ffmpeg for PHP (for example, to allow…