From 3a1d43597880d2c5d2043cc6ae4f9e6083f1f58d Mon Sep 17 00:00:00 2001 From: mensonge Date: Thu, 13 Nov 2008 14:38:04 +0000 Subject: Bug fix: correct artviper for identification [Config modified] git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@152 b3834d28-1941-0410-a4f8-b48e95affb8f --- config.inc.php.example | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'config.inc.php.example') diff --git a/config.inc.php.example b/config.inc.php.example index 7b9eff9..9966286 100644 --- a/config.inc.php.example +++ b/config.inc.php.example @@ -28,7 +28,7 @@ $tableprefix = 'sc_'; # table prefix used for this installation. Do not use '-' ### Users ### $adminemail = 'admin@example.org'; # Contact address for the site administrator. Used as the FROM address in password retrieval e-mails. -$admin_users = array('admin'); # admin users = array('adminnickname', 'user1nick', 'user2nick'); +$admin_users = array(''); # admin users = array('adminnickname', 'user1nick', 'user2nick'); $reservedusers = array('all', 'watchlist'); # array of usernames that cannot be registered # Antispam $antispamQuestion = 'name of this application (no Caps)'; # antispamQuestion: A question to avoid spam @@ -66,8 +66,13 @@ $filetypes = array( 'video' => array('avi', 'mov', 'mp4', 'mpeg', 'mpg', 'wmv') ); $enableCommonBookmarkDescription = true; # enableCommonBookmarkDescription {true,false} -$enableWebsiteThumbnails = true; # enableWebsiteThumbnails {true|false} + + +### Website Thumbnails ### +$enableWebsiteThumbnails = false; # enableWebsiteThumbnails {true|false} # According to artviper.net license, buy a license if you gain profit with your pages. (see http://www.websitethumbnail.de/) +$thumbnailsUserId = ''; #you need to register on http://www.artviper.net/registerAPI.php in order to register your domain +$thumbnailsKey = ''; #then artviper.net send you a UserId and a secretKey ### Tags ### -- cgit v1.2.3