Recent post
. */ // ****************** START ADMIN TEMPLATES $master_template = << Faucet in a Box
<:: content ::> TEMPLATE; $admin_template = << <:: oneclick_update_alert ::><:: version_check ::><:: changes_saved ::><:: new_files ::><:: connection_error ::><:: curl_warning ::><:: send_coins_message ::><:: missing_configs ::><:: template_updates ::><:: nastyhosts_not_allowed ::><:: faucet_disabled ::> TEMPLATE; $admin_login_template = << <:: csrftoken ::>
TEMPLATE; $login_error_template = << Incorrect password. Welcome to your Faucet in a Box Admin Page!
<:: content ::>
You have disabled Javascript. Javascript is required for the admin panel to work!
Don't remember? Reset your password.
TEMPLATE; $session_error_template = << There was a problem with accessing your session data on the server. Check your server logs and contact your hosting provider for further help. You must enter the same password you've entered in your config.php file.
TEMPLATE; $invalid_key_error_template = << You've entered an invalid API key! There's a new version of Faucet in a Box available! Your version: $version; new version: <:: version ::> Download version <:: version ::> <:: oneclick_update_button ::>
Manual update instructions <:: changelog ::>
TEMPLATE; $page_nav_template = <<Page <:: i ::>TEMPLATE; $page_form_template = << Manual update instructions <:: changelog ::>
- <:: new_files ::>
.new
files when you're done. 'disable_curl' => true,
in config.php
file.TEMPLATE; $send_coins_success_template = <<You sent {{amount}} satoshi to {{address}}.TEMPLATE; $faucet_disabled_template = <<You have provide API key, enable captcha and add rewards to enable your faucet.TEMPLATE; $send_coins_error_template = <<There was an error while sending {{amount}} satoshi to "{{address}}": {{error}}TEMPLATE; $missing_configs_template = <<There are missing settings in your config.php file. That's probably because they were added in recent update.<:: missing_configs ::>- Name: <:: config_name ::>
- Default:
$<:: config_name ::> = <:: config_default ::>;
- <:: config_description ::>
- <:: message ::>