Skip to content

Some website i've made for my cs2 server for the plugin cs2-weaponpaints and wanted to share this with the community.

License

Notifications You must be signed in to change notification settings

LielXD/CS2-WeaponPaints-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS2 WeaponPaints website with huge update.

after a lot of effort with no time, finally a new version to the website v2.0.0,
with all the current features weaponpaints have to offer.

Please download the website from the releases section.

Requirements

  • Webserver
    • Apache - use .htaccess file included.

      OR

    • Nginx - use this location block in .conf file

      location / {
           try_files $uri /index.php?path=$uri&$args;
      }
  • PHP - make sure to enable in php.ini these:
    • extension_dir = "ext"
    • extension=curl
    • extension=pdo_mysql

You ofc need a webhost to host the website.

Updates

  • Recoded the whole website backend.
  • Changed the URL structure.
  • Removed ugly code from the config file.
  • The website will now recognize if using subfolder.
  • Better error handling, now it will display the errors instead of blank skins page.
  • Added skin team preview to pages of weapon/skin select.
  • Added custom page for customizing skins.
    • Added team selection for skins.
    • Added Nametag.
    • Added Stattrak.
    • Added Stickers.
    • Added Keychains.
    • 3D preview of the skin in real time.

Bugs

if you found any bug don't hesitate to open issue here at the github repository. but please check old issues first to see if the bug is already discovered.

I have checked most of the textures of the 3D preview, but if you found any texture error let me know...

To Do

  • Display Stickers & Keychain on the 3D preview.
  • Stickers & Keychain custom position.
  • Update rest of the language files (only English and Hebrew up to date).
  • Add models of characters (currently only weapons, knifes, gloves models exists).

would be happy if some of you can update the language files and send me, currently updated languages: English, Hebrew.

Donations

any donation would be appreciated.
Skins trade link => https://steamcommunity.com/tradeoffer/new/?partner=1684190212&token=u_ofAuvN
Paypal => https://paypal.me/lielxd

Preview Website

link => https://cs2.lielxd.com/

Link to the plugin (big credit to them)

link => https://github.com/Nereziel/cs2-WeaponPaints

php support

  • v1.2.5 - v2.0.0

    • supports all PHP versions!
  • all versions before v1.2.5

    • Minimum PHP version is 8.0!

About

Some website i've made for my cs2 server for the plugin cs2-weaponpaints and wanted to share this with the community.

Resources

License

Stars

Watchers

Forks