Jump to content

JCMS | Auto-donate / Multi-language / Leaderboard / Roulette / Live map / Admin-panel and etc more...


Jaehaerys

Recommended Posts

News section added
-> The ability to create news using the visual HTML editor has been added, the administrator can change:
News title, content, Photo, news description, first, third and fourth will be displayed on the news preview on the main page
-> Also added a counter of views of each news, as well as the date of creation.
-> There is a search by the name of the news.
-> You can also change the photo on the background of the news.
The front-end was 95% taken from the off-site RUST Facepunch, the back-end, unlike the off-site, was implemented with SSR technology, all without page reloads (they have a search, opening posts, changing categories with a reload).
By the release I will change the front-end to something of my own, but so far so.
image.png.8824f051d1c4056cfa06f2fe04b05cab.pngimage.thumb.png.e19d7e11cb142bc32a4946319d509aca.png
image.thumb.png.ead0a56d2b09afcfbf9e972d7e965c1d.png

 

Link to comment
Share on other sites

Added combat log, displays: killed, his killer, weapon from which he was killed, distance, date.
Detailed statistics have been added to the user profile, namely:
-> List of recent deaths (shows the cause of death, date, and square on the map).
-> List of last crafted items (will display the item, date, quantity).
-> List of extracted resources (displays all available resources in the game and reports the number of extracted by the player).
-> List of last killed animals (displays the animal, the weapon it was killed with, and the date).

*implemented for the buyer of this CMS, depending on sqlstats.
image.png.a0bea717fcb10105faf172d24b3d6714.png

image.png.7ca35684fbfcbe928b230eb3778ec7be.png

image.png.bdf4f650d4c993249ae5fc17705de331.png

image.png.ab1ed42fc8cf2067915bba745e4bfa85.png

image.thumb.png.51f6604df7735ac708e02177f007d14f.png

Link to comment
Share on other sites

  • 1 month later...

 

Soon there will be 1 more product with similar functionality, but a completely different design, the same as in the game itself, an example of a finished, main page, selling as before, either in 1 hand, or 5 copies will be sold.

 

will be:
shop/cases/admin panel/leaderboard/promo-codes/auth though steam and etc..

image.thumb.png.9aae88e69b45bf154b5dbccb044389af.png

 

Edited by Jaehaerys
Link to comment
Share on other sites

  • 2 weeks later...
  • 3 weeks later...

in the near future, the landing version with authorization steam/discord, banlist, statistics will appear on this marketplace. the price will be $50. I managed to solve problems with paypal)
Develop stack:
Laravel 9 
Vue.js / React.js
PHP 8.2
 

Edited by Jaehaerys
Link to comment
Share on other sites

The content of the site will be edited through the admin panel, no configs, everything is as simple and easy as possible, the admin panel is issued for steam, and after authorization, the admin account will have access to the admin panel.
Edited: staff list, navbar, news with html editor, help section.



Main page
image.thumb.png.011ae7ece43627edfab5560bf07fdac2.png
Team
image.thumb.png.d3bd06efe1e517d5a692321fc6acff3a.png
News page
image.thumb.png.83e10f63d0f61d6d118c4e96bde5f41d.png
Admin panel, staff card edit
image.thumb.png.5ef8ce0b94e1a3e56c89be12538a9601.png
mob-menu
image.thumb.png.ce1f99dbc6c4442e1b04be6307d2b433.png

Edited by Jaehaerys
Link to comment
Share on other sites

  • 3 weeks later...

Made an API for interacting with the site's shopping cart(For those who want to receive items from the site directly in the game), features:
-> Display all items in the cart. /shop/items
-> Display all items of a certain user, taking into account his steamid. /shop/useitems/{steamid}
-> Delete an item by its ID. /shop/deletitetem/{id}
-> Change quantity of item in cart by ID. /shop/changecount/{id}/{count}
-> Add item to cart. /shop/additem/{steamid}/{gameid}/{count}
In the admin panel, you can specify the IP address, with access to the implementation of the request to the API, and you can also specify the access key that will be addressed in the url to receive a request, without a request that will not be processed by the server.
If the key was not correct on request, it will return a 403 error.
If the item is not found when deleting, it will return a 404 error.
Some screenshots:
image.png.58c3806ad3ae753eec7522034837e85c.png
image.thumb.png.bb9e030cee410c5f1c02f85abf007e2f.png
image.png.c3675a2a1ea3c34c1fd24ebc7ab13d24.png
image.png.6cfc1d47b4e1d2d74c67024047ba558d.png

Link to comment
Share on other sites

An example of a store, also added toasts after successful authorization with a user greeting, there are categories, there is a search inside them.
Maintenance mode, disables access for all users to the site, except for administrators.
image.png.1a79e7be93ea4b836031a7b40144a8d8.pngimage.thumb.png.218996498377a1f951e2137fd0f06d3f.png

Link to comment
Share on other sites

  • 2 weeks later...
On 10/5/2022 at 10:32 PM, Jaehaerys said:

The owner of one large server in the CIS with about 300 players online.

So this is no longer possible to be bought for personal use?
Already have a great-looking and rust-inspired website template, Outpost one from here for my server, but this one that copies the main menu looks fantastic.

Link to comment
Share on other sites

On 6/5/2022 at 11:36 PM, Jaehaerys said:

Good day ✋, I'm a beginner web developer, I wanna present my first product.
This landing page has 4 sections, title section, section list of servers, section rules, and section project team.
It is possible to change the language, all elements, such as buttons, a language change module, rules are made in the style of the RUST game.
The site is adapted for tablets, phones and laptops, adapted manually without using bootstrap.
Screenshots of the site are attached below.
There is also a 404 page


Video review - 

https://youtu.be/9vp_Zs4kXvY


 

 

Screenshot_2.png

Screenshot_3.png

Screenshot_4.png

Screenshot_5.png

Screenshot_6.png

Screenshot_7.png

Screenshot_9.png

Screenshot_10.png

Screenshot_8.png

 

On 6/5/2022 at 11:36 PM, Jaehaerys said:

Good day ✋, I'm a beginner web developer, I wanna present my first product.
This landing page has 4 sections, title section, section list of servers, section rules, and section project team.
It is possible to change the language, all elements, such as buttons, a language change module, rules are made in the style of the RUST game.
The site is adapted for tablets, phones and laptops, adapted manually without using bootstrap.
Screenshots of the site are attached below.
There is also a 404 page


Video review - 

https://youtu.be/9vp_Zs4kXvY


 

 

Screenshot_2.png

Screenshot_3.png

Screenshot_4.png

Screenshot_5.png

Screenshot_6.png

Screenshot_7.png

Screenshot_9.png

Screenshot_10.png

Screenshot_8.png

This is a really nicely made website, wonderful

Link to comment
Share on other sites

On 12/9/2022 at 2:57 PM, Flammable said:

So this is no longer possible to be bought for personal use?
Already have a great-looking and rust-inspired website template, Outpost one from here for my server, but this one that copies the main menu looks fantastic.

Thank you! Unfortunately I don't have much time right now to finish the sale version, it will soon be possible to buy the site from the screenshots below, also it includes an API to make an in-game shopping cart.

 

image.thumb.png.d5f5634fb65bb8372722738d40af7263.pngimage.thumb.png.9575443e7b5dbe5c625fb4d08222b092.pngimage.thumb.png.d66ce6ac1dcebdeb45055825eb39a2c6.png 

Link to comment
Share on other sites

  • 1 month later...

preRelease

-------------

The admin panel has been updated, charts have been added, the ability to connect Discord/Telegram bots for news statistics.

Added 'spinner' to show page loading.

Shows the number of purchases in the last week

The number of items sold per week.

The amount of money received per week.

There is also a graph showing which payment method most often tops up the balance.

The leaderboard has been updated, showing the place of the authorized user in the top.

Avatars have also been added.

Added admin alerts when buying an item on the site, in the future there will be alerts for authorizations, replenishments, and everything that you use.
video

image.thumb.png.a31967bff754229904337a8294b9b861.pngimage.thumb.png.45b71710e81cd9b14792e798d38faf45.pngimage.thumb.png.85dcc34d3c21acd55c2349a005433909.png

image.png.11197f46eecf4b88cf554e87ea885041.png

 

 

image.png

image.png

image.png

image.png

Edited by Jaehaerys
Link to comment
Share on other sites

  • 3 weeks later...
  • 2 weeks later...

Added system group and permissions.

Added live chat related to the game.

A number of rights have been created that you can grant / remove to groups through the admin panel.

Full list of rights at this point in the post:

'buy access',

'shop access',

'live chat',

'web access',

'profile access',

'profile webcart',

'deposit access',

'promo access',

'dashboard stats',

'dashboard userinv',

'dashboard shop',

'dashboard console',

'dashboard console send',

'dashboard news',

'dashboard users',

'dashboard faq',

'dashboard rules',

'dashboard staff',

'dashboard promos',

'dashboard settings',

'dashboard roles',
 

There are also 4 groups

user | Moderator | admin | Owner

The latter is issued at the first launch of the site to the administrator, has all rights, is not edited through the admin panel.

When you try to remove the rights from the group, a modal window will pop up, asking you to confirm.

The group also has checks for the presence of a role, a toast will pop up indicating that the selected right already exists.

image.thumb.png.47aff1830a3763b6762e112be91e750b.png
image.thumb.png.3891f5f8d59f7c3a15b29004e6ca8c5c.pngimage.png.9586b11e32f70e75ac9f79f7f409723f.pngimage.png.d76f8fef115763e75697d8db44e269ee.png 

Link to comment
Share on other sites

  • 2 weeks later...

-> Added a library of items with absolutely all the items in the game to add items to the store.
-> Added the ability to list commands for execution separated by commas, all are executed (initially only 1 was possible).
-> Changed shop.
image.thumb.png.c433c92893f3bd8fdf3ebb68f5c17c43.pngimage.thumb.png.98fd6aa8b5519ed5e96107ac8c0a3ce1.pngimage.thumb.png.b9e5c702bac9e28273823cd0d906ce47.png 

Link to comment
Share on other sites

  • 2 weeks later...

Added the ability to edit a number of pages through the control panel - Rules / Staff / About the server / FAQ, through the html editor, over time, all pages available to the user will be available for editing in the panel.
Added promo code system, available fields:
-> Name.
-> The number of promo codes, after they are completed, it will be deleted and unavailable.
-> The amount that will be credited upon execution.
-> Number of uses per user.
-> The number of hours since the first authorization on the site, after which the user will not be able to activate it. To create promotional codes exclusively for beginners.
Implemented a cart in the game for transfer purchased item, with checks for free space in the inventory.
Also I do demo website. Contact me if you interested in.
image.png.388eb6e9bbf8c4abf74b2a662584c64c.pngimage.thumb.png.756c74f0f7af95d1d0a362a36d6e0f47.pngimage.thumb.png.3582ecaa9defc219e8cb03f589357bb8.pngimage.png.0c8ce33c960ff65e5e2260bfe16fcbdf.png

Link to comment
Share on other sites

Added a map of the server with game events (ship, helicopter.crates), players' vendings, you can also view the contents of the shops by clicking. Works without add-ons from the server side.
Works with any types of maps, even custom ones.
UPD
added search by items, as well as the ability to hide stores:

image.thumb.png.44ddd3110108a230403e6038f2d42242.png
image.thumb.png.d64e02f5b7c37e9dde5d9f6aaab37272.png

 

Edited by Jaehaerys
Link to comment
Share on other sites

  • 2 weeks later...

-> Added the ability to create polls, in the admin panel you can create a poll, as well as answer options for it, after which authorized users who have been in the game at least once will be able to vote, after voting they will be shown the results, before voting / without authorization, the results will not be shown.

-> Everything except for the admin panel has been redesigned for TailwindCSS, and several themes have been added, white / dark, and pink (you can specify the theme according to the standard for the first visit, and after choosing a theme, the site remembers the choice and is attached to the user's browser).

-> Purchase of items, map, promotional codes have been transferred to my API, i.e. the your site now sends some data to me on the api server, and then my interacts with the your site (calculates balance, cart items, etc.). Now each site is tied to the first launch VPS IP and a special key, and when you try to use the functionality of the purchase, promotional codes, live cards (in the future and authorization) outside the VPS, my API simply will not process your requests.

Those who want to see a demo site can throw me their steamid and give me a link.
image.thumb.png.2292eb9094aa3bdd932b646789ff699e.pngimage.thumb.png.32a46386776321412d080837f8cc4fd9.pngimage.thumb.png.73333b85132f4586a7f5230f5fa8ed84.pngimage.thumb.png.35fa7c0b272cb782feb7c68f2757dd76.png

Edited by Jaehaerys
Link to comment
Share on other sites

-> Added alerts about suspicious user activity, site validation is available both on the client and on the server, and if the site notices that these data do not match when buying an item / transferring an item to the game, then the site will send a notification to the administrator in the telegram specified in the site settings .

->All items that were specified as 'Privileges' during creation will be displayed in a special section where you can customize their description, as well as indicate the number of days for which it will be purchased. From 7 to 30 days, in increments of 1 day.

-> When creating an item, you can now specify its z-index. the higher - the higher the item will be displayed in the store to the user.

-> Added dropdown menu for easy site navigation.
At the same time, I am making an addon for buying items through the discord, the user only needs to link the discord on the site.
image.png.ec986842ddd8df515f53e707de9ef649.png
image.thumb.png.31f5ea429992c028e6f09aed15aa2886.png
image.png.e2979ddfbe9bf4de505557d3764f8e66.pngimage.thumb.png.41ad852086e849420fa9154f371458bb.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
1.1m

Downloads

Total number of downloads.

5.5k

Customers

Total customers served.

78.5k

Files Sold

Total number of files sold.

1.5m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.