Archive for August, 2010
Sri Lanka vs India, tri-series final, Dambulla – Live scorecard
0Sri Lanka v India, tri-series final, Dambulla – Live scorecard
http://www.cricinfo.com/sl-tri2010/engine/current/match/456668.html
GD Star Ratingloading...
Enable error reporting in PHP
02 years ago
by Dhillon
in Server Admin
Just below
<?php
GD Star Ratingloading...error_reporting(E_ALL); ini_set(‘display_errors’, TRUE); ini_set(‘display_startup_errors’, TRUE);
Create SYMLINK Example
02 years ago
by Dhillon
in Server Admin
GD Star Ratingloading...ln -s path/to/some/folder shortname
Example: ln -s /home/mysite/public_html/info/php.info php.info
lastRSS with cURL
02 years ago
by Dhillon
in Server Admin
lastRSS requires fopen() enabled on server but If fopen() is disabled on you server here is the cURL version of the script.
Download: lastRSS with cURL
GD Star Ratingloading...