Changeset 87

Show
Ignore:
Timestamp:
02/18/08 12:47:47 (9 months ago)
Author:
root
Message:

1.4.6 release

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/readme.txt

    r76 r87  
    8181- uncompress it with your preferred unzip/untar program or use the command line: tar xzvf wassup.tar.gz 
    8282- copy the directory wassup in your plugins directory at your wordpress blog (/wp-content/plugins) 
     83- add the 4 following lines to the end of your wp-config.php: 
     84        // Change SECRET_KEY to a unique phrase.  You won't have to remember it later, 
     85        // so make it long and complicated.  You can visit https://www.grc.com/passwords.htm 
     86        // to get a phrase generated for you, or just make something up. 
     87        define('SECRET_KEY', 'your secret key please change it!'); // Change this to a unique phrase. 
    8388- activate the WassUp Wordpress plugin at your Plugins admin page 
    8489 
  • trunk/wassup.php

    r86 r87  
    5454        'wassup_spider' => "1", 
    5555        'wassup_attack' => "1", 
    56         'wassup_spamcheck' => "0", 
    57         'wassup_spam' => "0", 
    58         'wassup_refspam' => "0", 
     56        'wassup_spamcheck' => "1", 
     57        'wassup_spam' => "1", 
     58        'wassup_refspam' => "1", 
    5959        'wassup_exclude' => "", 
    6060        'wassup_exclude_url' => "", 
    6161        'wassup_savepath' => null, 
    6262        'wassup_chart' => "1", 
     63        'wassup_chart_type' => "1", 
    6364        'delete_auto' => "never", 
    6465        'delete_auto_size' => "0",