This is how new band site hosting servers should be configured.

See also: Creating a Band Site Hosting Server

Fill out inc_dir.php with include directory with the following files:

server_name.php

<?php
  $server_name = 'http://bandsX.bombplates.com';
  $pw_sync_credentials = 'bandsX:Loib0ELENZb1q2T1';

sites.php 

<?php
  global $capacity;
  $capacity = 400;
  global $all_sites;

inc_dir.php

<?php
  $inc_dir = '/var/www/include/';
default_site.php
<?php
$default_api_key = '- log in and submit manage/site_settings to generate api key -';
$default_site = 'bandsX.bombplates.com';
 
Consult earlier instances for examples.