Changeset 87
- Timestamp:
- 02/18/08 12:47:47 (9 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
readme.txt (modified) (1 diff)
-
wassup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/readme.txt
r76 r87 81 81 - uncompress it with your preferred unzip/untar program or use the command line: tar xzvf wassup.tar.gz 82 82 - 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. 83 88 - activate the WassUp Wordpress plugin at your Plugins admin page 84 89 -
trunk/wassup.php
r86 r87 54 54 'wassup_spider' => "1", 55 55 '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", 59 59 'wassup_exclude' => "", 60 60 'wassup_exclude_url' => "", 61 61 'wassup_savepath' => null, 62 62 'wassup_chart' => "1", 63 'wassup_chart_type' => "1", 63 64 'delete_auto' => "never", 64 65 'delete_auto_size' => "0",
