Phplist Two development summary of foreign mailing list system

Source: Internet
Author: User

It can be used in general.

1. Language Settings
$language _module = "Tchinese.inc";
$default _system_language = ' ZH_CN ';

2. SMTP Sending Settings
Add the following information in "config/config.php"
Define ("Phpmailerhost", ' mail.mail.com ');
$phpmailer _smtpuser = ' [email protected] ';
$phpmailer _smtppassword = ' password ';

3. Cancel the copyright at the bottom of the mail
Disable 214-224 lines in admin/connect.php

4, the subscription page changes in the index.php 318 rows or so

5. User Subscription page changes in admin/subscribelib2.php and index.php

6. User Profile page admin/?page=user&id=1996 add user tag in admin/commonlib/pages/user.php 555 line

7, navigation menu management in admin/connect.php, translation in admin/locale/zh_cn/pagetitles.php

8. User record (unsubscribe reason page) admin/?page=userhistory&id=1998
240 lines in admin/commonlib/lib/interfacelib.php
144 lines in admin/commonlib/pages/userhistory.php

9. Send mail page admin/?page=send&id=7&tab=lists user tag
1170 lines in admin/connect.php 1200 rows
Related "admin/send.php" "admin/send_core.php" "admin/lib.php"

10, the configuration page in "admin/defaultconfig.php" need to manually add the menu

11, send mail, filter label users in admin/actions/processqueue.php 882 lines

12, add "Send newsletter" to the database in admin/sendprepared.php

13, replace the content (user label) in admin/sendemaillib.php 270 line

14, change the system default language in admin/index.php 80 lines

15, import users, eliminate the repetition function in admin/actions/import2.php 253 lines
admin/commonlib/pages/importcsv.php 143 Lines


It is best to automatically upgrade the system to shut down, or you will not be changed after the upgrade.

Language automatically translated into Chinese, very practical, first click on each page to let the system automatically translated, and finally according to their needs in the database to be easily understood in the Chinese can, and finally shut down the system language update

Close language update in admin/languages.php "function gettranslation" 492 lines

Foreign mailing list system phplist two development summary

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.