site.php 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <?php
  2. return array (
  3. 'name' => 'Etsy',
  4. 'logo' => 'http://dapp-static.oss-cn-shenzhen.aliyuncs.com/tou-biao/202404/5329329%20%282%29.png',
  5. 'maintain_switch' => '1',
  6. 'day_tasks_num' => '60',
  7. 'task_income' => '0.005',
  8. 'categorytype' =>
  9. array (
  10. 'default' => 'Default',
  11. 'page' => 'Page',
  12. 'article' => 'Article',
  13. 'test' => 'Test',
  14. ),
  15. 'configgroup' =>
  16. array (
  17. 'basic' => 'Basic',
  18. 'recharge' => 'Recharge',
  19. 'withdraw' => 'Withdraw',
  20. 'email' => 'Email',
  21. ),
  22. 'mail_type' => '1',
  23. 'mail_smtp_host' => 'smtp.qq.com',
  24. 'mail_smtp_port' => '465',
  25. 'mail_smtp_user' => '10000',
  26. 'mail_smtp_pass' => 'password',
  27. 'mail_verify_type' => '2',
  28. 'mail_from' => '10000@qq.com',
  29. 'attachmentcategory' =>
  30. array (
  31. 'category1' => 'Category1',
  32. 'category2' => 'Category2',
  33. 'custom' => 'Custom',
  34. ),
  35. 'recharge_usdt_switch' => '1',
  36. 'recharge_usdt_address' => '-',
  37. 'recharge_bank_switch' => '0',
  38. 'recharge_bank_name' => '-',
  39. 'withdraw_usdt_switch' => '1',
  40. 'withdraw_bank_switch' => '1',
  41. 'withdrawal_time' => '15:04:41',
  42. 'withdrawal_fee' => '0',
  43. 'recharge_bank_card' => '-',
  44. 'recharge_real_name' => '-',
  45. 'balance_mini' => '15',
  46. 'bonus_share_1' => '0.5',
  47. 'bonus_share_2' => '0.5',
  48. 'bonus_share_3' => '0.5',
  49. );