Step 2: Configuration

In your favourite text editor, open proxy.php find the following lines and adjust the settings with your information

define('FM_VHOST', Your-VHOST-ID-Here);
define('API_KEY', 'Your-APIKEY-Here');

Open report.php in an editor and make the following changes, adjust the VHOST line with your VHOST ID, and update the MAIL_TO line to contain the e-mail address you'd like abuse report emails to be sent to. If you don't wish to include the report abuse functionality, you can skip this step

define('FM_VHOST', Your-VHOST-ID-Here);
define('MAIL_TO', 'reportabuse@example.com');

0 comments

Be the first to comment on Step 2: Configuration.

Add a Comment

  • captcha