- Joined
- May 20, 2023
- Messages
- 4
- Reaction score
- 2
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:
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 hope you like it! I plan to bring more contributions!
Remember that I also uploaded the levelsystem plugin rewards here:
https://forum.ragezone.com/threads/arcturus-emulator-battlepass-rewards-php-for-levelsystem.1214285/
Excuse my English a little, my natural language is Spanish.
Download:
Catalog of rares by ZayterDep V1
MediaFire is a simple to use free service that lets you put all your photos, documents, music, and video in a single place so you can access them anywhere and share them everywhere.www.mediafire.com
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.
4. In the client file of your hotel put the following code:
<?php
include_once 'client/catalogo_client.php';
?>
Credits:
ZayterDep (Code)
I hope you like it! I plan to bring more contributions!
Remember that I also uploaded the levelsystem plugin rewards here:
https://forum.ragezone.com/threads/arcturus-emulator-battlepass-rewards-php-for-levelsystem.1214285/
Last edited: