Mô tả
A powerful plugin Pay per download manager for WordPress
Features:
- User management roles
- The cost of credit for the role
- Management users role
- Add user to role
- Management files role
- Add file to role
- Add user payment
- Enable/disable vip user
- Send download link for the user indirectly
Send email for Translation files: mst404[a]gmail[dot].com
for translate, please open langs/default.po by Poedit and translate strings.
Ảnh màn hình
Cài đặt
- Upload
vip
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Goto setting page and management setting.
- Go to roles user page and create new role.
- Go to users page and add new user to role.
- Go to files page and upload a new file to role and get download link for using in post/page.
- Go to payments page and add new payment for user.
- Other functions plugin:
- Convert Byte to MB:
<?php echo vip_formatSizeUnits($byte); ?>
- Get file type:
<?php echo vip_file_type($filename); ?>
- Get file mime:
<?php echo vip_mime_type($filename); ?>
- Get user credit:
<?php echo vip_get_credit_by_userid($user_id); ?>
- Get user payments:
<?php echo vip_get_payments_by_userid($user_id); ?>
- Get user role:
<?php echo vip_get_user_role($column); ?>
- Get file role:
<?php echo vip_get_file_role($file_id, $column); ?>
Hỏi đáp
A powerful plugin Pay per download manager for WordPress
Người đóng góp & Lập trình viên
“WordPress VIP” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “WordPress VIP” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
1.0.4
- Fix: Database tables version
1.0.3
- Improvement: Changelog has been updated
1.0.2
- Improvement: Sanitize data input
- Improvement: typos & setup CI/CD
1.0.1
- This is not new version. This is announcement for new version. Be patient…
1.0
- Start plugin