mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
update settings.default.php and dbstructure_v1.6.sql
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -26,7 +26,7 @@
|
||||
'maxusers' => '50000',
|
||||
'torrent_dir' => 'torrents',
|
||||
'iniupload' => '0',
|
||||
'SITEEMAIL' => '353856593@qq.com',
|
||||
'SITEEMAIL' => 'nobody@gmail.com',
|
||||
'ACCOUNTANTID' => '1',
|
||||
'ALIPAYACCOUNT' => '',
|
||||
'PAYPALACCOUNT' => '',
|
||||
@@ -37,8 +37,8 @@
|
||||
'autoclean_interval_three' => '3600',
|
||||
'autoclean_interval_four' => '43200',
|
||||
'autoclean_interval_five' => '648000',
|
||||
'reportemail' => '353856593@qq.com',
|
||||
'invitesystem' => 'yes',
|
||||
'reportemail' => 'nobody@gmail.com',
|
||||
'invitesystem' => 'no',
|
||||
'registration' => 'yes',
|
||||
'showhotmovies' => 'no',
|
||||
'showclassicmovies' => 'no',
|
||||
@@ -51,7 +51,7 @@
|
||||
'showlastxtorrents' => 'no',
|
||||
'showtrackerload' => 'yes',
|
||||
'showshoutbox' => 'yes',
|
||||
'showfunbox' => 'yes',
|
||||
'showfunbox' => 'no',
|
||||
'showoffer' => 'yes',
|
||||
'sptime' => 'no',
|
||||
'showhelpbox' => 'no',
|
||||
@@ -77,22 +77,21 @@
|
||||
'seeding_leeching_time_calc_start' => '',
|
||||
'startsubid' => NULL,
|
||||
'logo' => '',
|
||||
'use_cron_trigger_cleanup' => 'yes',
|
||||
'showlastxforumposts' => 'no',
|
||||
'pt_gen_api_point' => 'https://ptgen.rhilip.info',
|
||||
'enable_pt_gen_system' => 'yes',
|
||||
),
|
||||
'smtp' =>
|
||||
array (
|
||||
'smtptype' => 'external',
|
||||
'smtptype' => 'advanced',
|
||||
'emailnotify' => 'no',
|
||||
'smtp_host' => 'localhost',
|
||||
'smtp_port' => '233',
|
||||
'smtp_from' => NULL,
|
||||
'smtpaddress' => 'smtp.qq.com',
|
||||
'smtpport' => '25',
|
||||
'accountname' => '353856593@qq.com',
|
||||
'accountpassword' => 'zixbeopslzidbgbi',
|
||||
'accountname' => '',
|
||||
'accountpassword' => '',
|
||||
),
|
||||
'security' =>
|
||||
array (
|
||||
@@ -164,13 +163,12 @@
|
||||
'titlekeywords' => '',
|
||||
'metakeywords' => '',
|
||||
'metadescription' => '',
|
||||
'enablesqldebug' => 'yes',
|
||||
'enablesqldebug' => 'no',
|
||||
'sqldebug' => '13',
|
||||
'cssdate' => '',
|
||||
'enabletooltip' => 'yes',
|
||||
'prolinkimg' => 'pic/prolink.png',
|
||||
'analyticscode' => '',
|
||||
'logging' => '/tmp/nexus.log',
|
||||
),
|
||||
'bonus' =>
|
||||
array (
|
||||
@@ -342,13 +340,13 @@
|
||||
'bonusnoad' => '2',
|
||||
'bonusnoadpoint' => '10000',
|
||||
'bonusnoadtime' => '15',
|
||||
'adclickbonus' => '1',
|
||||
'adclickbonus' => '0',
|
||||
),
|
||||
'code' =>
|
||||
array (
|
||||
'mainversion' => 'NexusPHP',
|
||||
'subversion' => 'v1.6.0-beta1',
|
||||
'releasedate' => '2021-01-28',
|
||||
'releasedate' => '2021-01-30',
|
||||
'website' => '<a href="http://nexusphp.org" target="_blank">http://nexusphp.org</a>',
|
||||
),
|
||||
);
|
||||
Reference in New Issue
Block a user