Posted by: ipsita mishra on: October 23, 2007
Once I needed a database designing tool and found this one. It has many features that are really useful. But it’s no open source. So you can utilize it for 1 month.
Report Generator
Database Designer for MySQL can generate comprehensive printable reports for you. This gives you the possibility of getting a [...]
Posted by: ipsita mishra on: October 22, 2007
Never edit includes/DefaultSettings.php, just copy appropriate lines to LocalSettings.php instead and amend them as appropriate.
Just add this line to LocalSettings.php.
# Disable anonymous editing
$wgGroupPermissions['*']['edit'] = false;
Restrict ‘Page Creation’ access for anonymous users.
# Anonymous users can’t create pages
$wgGroupPermissions['*']['createpage'] = false;
Posted by: ipsita mishra on: October 15, 2007
It’s simple. Though this article is not well organized still if you simply follow these steps while running AWSTATS setup, it will definitely help you.
1. First download awstats-6.7.tar.gz from http://awstats.sourceforge.net/
2. Untar the file, rename the folder to “awstats” and ideally keep it in the path /usr/local/.
3. Now all files are at [...]
Recent Comments