Currently Browsing: pHp
wp-config.php error in wordpress µ installation
wp-config.php error in wordpress µ installation
Recently I had a wordpress µ installation on my college server and I ended up in a typical error which left no clue to know whats actually  happening,the problem  layed out as the following.After unpacking wordpress µ, and pointing a browser to that location, a page comes up saying simply this: It...
Dynamic Signature
Dynamic Signature
I am here to introduce the working of a dynamic signature,have you ever wondered how the popular website www.danasoft.com make those signature,its quite wacky because they create an image online depicting your IP address, operating system (Windows, Mac), web browser type, along with your customized message...
IP Tracker
IP Tracker
This is a php code for tracking the IP address of visitors in your website, the IP's tracked are saved in a log file named "track.txt" in the server.   <?php   $ipaddress = $_SERVER['REMOTE_ADDR']; $date = date ("M dS H:i:s");   $message = "$page _...