Descripción
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.
Capturas
Instalación
- 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); ?>
Preguntas frecuentes
A powerful plugin Pay per download manager for WordPress
Colaboradores y desarrolladores
Este software es de código abierto. Las siguientes personas han contribuido a este plugin.
ColaboradoresTraduce "WordPress VIP" a tu idioma.
¿Interesado en el desarrollo?
Revisa el código, echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.
Registro de cambios
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