phpBB Star is back
It’s rather awesome. phpBB Star Free Forums
It’s rather awesome. phpBB Star Free Forums
On the Invision Plus Blog, I got this error after upgrading to the latest version of WordPress: `Fatal error: Call to undefined function: get_currentuserinfo() in /home/blahblah/public_html/wp-blog-header.php on line 169′ I followed the suggestion of someone on the WordPress forums, and it worked: “i fixed this by moving all the functions inside pluggable_functions.php over to template-functions-general.php…Continue Reading…
Size: 214 KB The Microsoft GDI+ Detection Tool helps detect the presence of Microsoft products (other than Windows) that contain the GDI+ component. Microsoft customers can run this tool to help determine if a GDI+ security update is required. Microsoft recommends you visit the Office Update site to determine if your computer requires security updates…Continue Reading…
Looks like some pretty good stuff here. I’ll probably try one of their scripts. AlstraSoft – Start Your Own Turnkey Web Sites With AlstraSoft PHP Scripts
Some information for reference. Class C Network — binary addresses start with 110, therefore the decimal number can be anywhere from 192 to 223. The first 24 bits (the first three octets) identify the network and the remaining 8 bits indicate the host within the network. An example of a Class C IP address is…Continue Reading…
This used to be on the php.net reference page, but it’s no longer there. So I’ll post it here for reference. In order for 301 redirects to work properly in PHP with IE (without showing a Page Not Found error), do the following: header(“HTTP/1.1 301 Moved Permanently”); header(“Location: “.$url); header(“Connection: close”);