config_real_inc.php
来自「php script for auto surf」· PHP 代码 · 共 34 行
PHP
34 行
<?
// 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 + =
减小字号Ctrl + -
显示快捷键?