Josel
New Member
- Feb 18, 2021
- 7
- 16
Hello everyone! nice to the community, I was a bit bored so I programmed something for the arpy levelsystem plugin, I hope you like this contribution.
Here I leave you some images.
Download:
Installation:
1. First put the client folder in the root of your CMS.
2. Then go to client and in the bp_client.php file edit your data in the following snippet.
3. in your plugin levelsystem table replace ls_rawards with:
4. In the client file of your hotel put the following code:
5. To edit the time, edit the following code snippet, it is important to know that this does not change the season time of the plugin levelsystem, that is done manually.
Note: for this to work you must have the ArpyAge levelsystem plugin.
Credits:
ZayterDep (Code)
ArpyAge (LevelSystem Plugin)
I hope you like it! I plan to bring more contributions!
Here I leave you some images.
You must be registered for see images attach
You must be registered for see images attach
You must be registered for see images attach
Download:
You must be registered for see links
Installation:
1. First put the client folder in the root of your CMS.
2. Then go to client and in the bp_client.php file edit your data in the following snippet.
Code:
$servername = "localhost";
$username = "root";
$password = "contraseña";
$dbname = "DataBase";
3. in your plugin levelsystem table replace ls_rawards with:
You must be registered for see links
4. In the client file of your hotel put the following code:
<?php
include_once 'client/bp_client.php';
?>
5. To edit the time, edit the following code snippet, it is important to know that this does not change the season time of the plugin levelsystem, that is done manually.
$fecha_finalizacion = "2023-06-21 00:00:00";
You must be registered for see images attach
Note: for this to work you must have the ArpyAge levelsystem plugin.
Credits:
ZayterDep (Code)
ArpyAge (LevelSystem Plugin)
I hope you like it! I plan to bring more contributions!
Last edited: