Life’s Lustre

Archive for October 2007

microOLAP Database Designer for MySQL

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 [...]

Restrict editing of pages by Anonymous Users on Media Wiki

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;

Tags:

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 [...]

Tags: