'www.example.net', # This is the part after the domain where this pastebin will be found. 'site_path' => '/paste/', # This is the directory where pastes will be stored 'results_dir' => 'results', # This is the path of the URL that will be generated for sharing (allows # shorter URLs to be used if you've set something up on your web server # to support this. #'short_results_path' => 'http://www.example.net/p/' # Change this to a unique value 'token_salt' => 'saltsaltsalt', ); require_once('include/storage/FileStorage.php'); $storage = new MysqlStorage('mysql', 'rafb', 'rafb', 'paste', 'rafb'); ?>