Backups Created:
/home/japatmex/public_html/wp-content/edit-wolf.php
Savvy
W
olf -
MANAGER
Edit File: cryptobox.config.php
<?php /** * ... Please MODIFY this file ... * * * YOUR MYSQL DATABASE DETAILS * */ define("DB_HOST", $this->db->hostname); define("DB_USER", $this->db->username); define("DB_PASSWORD", $this->db->password); define("DB_NAME", $this->db->database); /** * ARRAY OF ALL YOUR CRYPTOBOX PRIVATE KEYS * Place values from your gourl.io signup page * array("your_privatekey_for_box1", "your_privatekey_for_box2 (otional)", "etc..."); */ $cryptobox_private_keys = array(''); define("CRYPTOBOX_PRIVATE_KEYS", implode("^", $cryptobox_private_keys)); unset($cryptobox_private_keys);