forked from ltt2801/new-vinaget-script
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.php
55 lines (53 loc) · 1.76 KB
/
config.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?php
$config = array();
$config['secure'] = true;
$config['password'] = "user1, user2, user3, user4";
$config['admin'] = "admin";
$config['homepage'] = "github.com/ltt2801/new-vinaget-script";
$config['download_prefix'] = "vinaget_";
$config['download_suffix'] = "";
$config['limitMBIP'] = 100 * 1024;
$config['ttl'] = 6 * 60;
$config['limitPERIP'] = 10;
$config['ttl_ip'] = 1;
$config['max_jobs_per_ip'] = 100;
$config['max_jobs'] = 500;
$config['max_load'] = 50;
$config['max_size_default'] = 2048;
$config['file_size_limit'] = 2048;
$config['bbcode'] = true;
$config['title'] = "[color=blue] download [/color]";
$config['colorfilename'] = "green";
$config['colorfilesize'] = "red";
$config['listfile'] = true;
$config['checkacc'] = true;
$config['showlinkdown'] = true;
$config['showdirect'] = true;
$config['redirectdl'] = false;
$config['longurl'] = true;
$config['privatefile'] = false;
$config['privateip'] = false;
$config['checklinksex'] = false;
$config['badword'] = "porn, sex, hentai, xxx, jav";
$config['rename'] = true;
$config['delete'] = true;
$config['display_error'] = false;
$config['adslink'] = false;
$config['api_ads'] = "";
$config['tinyurl'] = false;
$config['language'] = "english";
$config['skin'] = "default";
$config['display_error'] = false;
$config['hide_plugins_col'] = false;
$config['hide_preacc_col'] = false;
$config['hide_number_acc'] = false;
$config['del_checked_acc'] = true;
$config['recaptcha_login'] = false;
$config['show_func_cbox'] = false;
$cbox_config = array();
$cbox_config['cbox_url'] = "";
$cbox_config['default_cbox_username'] = "";
$cbox_config['default_cbox_userkey'] = "";
$recaptcha_config = array();
$recaptcha_config['recaptcha_site_key'] = "";
$recaptcha_config['recaptcha_secret_key'] = "";