📄 config_real_inc.php
字号:
<?
// your mysql database details
$hostnm = "localhost";
$usernm = "username";
$pwd = "password";
$dbName = "autohits";
// URL Where AutoHits Is Installed
$path="http://www.domain.com";
$base="http://www.domain.com";
//Same as above but with '/' trailing slash
$url_default="http://supatools.com/software/php/autohits.php";
// your site name
$site_name="YOUR SITE NAME";
// email addresses
$admin_mail="admin@yourdomain.com";
$support_email="support@yourdomain.com";
// Your paypal account
$email_pay="paypal@youremail.com";
// Referral level credits
$ref_cr[1]=0.25;
$ref_cr[2]=0.0125;
$ref_cr[3]=0.000625;
$ref_cr[4]=0.0000625;
$ref_cr[5]=0.000003125;
// Account Credit Rates
$basic_min=0.75;
$basic_max=1;
$silver_min=1;
$silver_max=1.25;
$gold_min=1.25;
$gold_max=1.5;
// Bonus credits at signup
$bonus_credits=200;
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -