jacobwb / hashover

Free and Open Source PHP Comment System
http://tildehash.com/?page=hashover
GNU Affero General Public License v3.0
255 stars 30 forks source link

Need help with the installation on LocalHost #21

Closed DeniTx closed 8 years ago

DeniTx commented 8 years ago

I added all the folder to localhost using wamp server

it is showing this

document.write("HashOver: The variable values in /hashover/scripts/secrets.php need to be UNIQUE.");

jacobwb commented 8 years ago

@DeniTx

You most likely need to edit the file located at hashover/scripts/secrets.php and change each one of the variables there to unique values. For example, the variable $encryption_key should be something you might normally use as a password, like "gaodino2016".

Likewise, $notification_email should have an e-mail address you're comfortable having notification e-mails sent to, $admin_nickname should be a username something like "superuser", and $admin_password should again be a password like "sysadmin_rock_and_roll2016".

That should remove the message.