diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-11-13 14:38:04 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-11-13 14:38:04 +0000 |
commit | 3a1d43597880d2c5d2043cc6ae4f9e6083f1f58d (patch) | |
tree | 9e1c866c7fd962378daa65e565a887284133128e /config.inc.php.example | |
parent | e44a7e37b6c7b5961adaffc62b9042b8d442938e (diff) | |
download | semanticscuttle-3a1d43597880d2c5d2043cc6ae4f9e6083f1f58d.tar.gz semanticscuttle-3a1d43597880d2c5d2043cc6ae4f9e6083f1f58d.tar.bz2 |
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
Diffstat (limited to 'config.inc.php.example')
-rw-r--r-- | config.inc.php.example | 9 |
1 files changed, 7 insertions, 2 deletions
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 ### |