Josel
New Member
- Feb 18, 2021
- 7
- 16
Hello everyone! In retros it is essential to have an economy, therefore knowing the prices of each of the rares is essential, so I coded a price catalog of rares, I hope you enjoy it a lot for your retros! Remember that you can implement it in any cms, you can use the base code and modify it to your liking!
Excuse my English a little, my natural language is Spanish.
Download: (Update thanks Sledmore)
Installation:
1. First put the client folder in the root of your CMS.
2. Then go to client and in the catalogo_client.php file edit your data in the following snippet.
3. Put this SQL code in your database.
4. In the client file of your hotel put the following code:
Credits:
ZayterDep (Code)
I did an update separating the css from the php, adding the images, and correcting some part thanks also to Sledmore for the fix.
Maybe this will update it creating a version 2.0.
I hope you like it! I plan to bring more contributions!
Remember that I also uploaded the levelsystem plugin rewards here:
Excuse my English a little, my natural language is Spanish.
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: (Update thanks Sledmore)
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 catalogo_client.php file edit your data in the following snippet.
$servername = "localhost";
$username = "root";
$password = "contraseña";
$dbname = "DataBase";
3. Put this SQL code in your database.
You must be registered for see links
4. In the client file of your hotel put the following code:
<?php
include_once 'client/catalogo_client.php';
?>
Credits:
ZayterDep (Code)
I did an update separating the css from the php, adding the images, and correcting some part thanks also to Sledmore for the fix.
Maybe this will update it creating a version 2.0.
I hope you like it! I plan to bring more contributions!
Remember that I also uploaded the levelsystem plugin rewards here:
You must be registered for see links
Last edited: