Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Release] Webengine CMS for Gunz

Junior Spellweaver
Joined
Dec 21, 2011
Messages
193
Reaction score
93
Preview:


1690298700937 - [Release] Webengine CMS for Gunz - RaGEZONE Forums




1690298909030 - [Release] Webengine CMS for Gunz - RaGEZONE Forums



Installing​

  1. GunZ WebEngine CMS is only suitable for installation on VPS or dedicated servers using Windows OS
  2. PHP 7 or higher (7.4 recommended)
  3. Upload the ZIP file contents to your htdoc (XAMPP)
  4. Set up your SQL connection at "./modules/config.php"
  5. Edit your php.ini
    Code:
    short_open_tag=On
    
    extension=odbc
    extension=pdo_odbc
  6. Run WebEngine CMS Installer by going to "yoursite.com/install" and follow the given instructions

1690299491674 - [Release] Webengine CMS for Gunz - RaGEZONE Forums

1690299722860 - [Release] Webengine CMS for Gunz - RaGEZONE Forums


1690300001901 - [Release] Webengine CMS for Gunz - RaGEZONE Forums

Download :


credit:
Webengine
tannous94 (some code ^^~)
 

Attachments

You must be registered for see attachments list
Last edited:
Junior Spellweaver
Joined
Aug 26, 2020
Messages
148
Reaction score
20
I think I forgot something to config. I'm all set. Please pm me I will add you at discord.
 
Skilled Illusionist
Joined
Oct 29, 2012
Messages
312
Reaction score
26
It works well with sqlsrv but I have some places that use odbc like ranking. So I recommend everyone to use odbc so that it works stably
understand your point and that you probably based your code like this.

but some time ago php7 (or more recent, like 8) deprecated the mssql function, regardless of queries by odbc or not.

it is currently replaced by sqlsrv and can serve you completely well and with excellent stability (and much more stable knowing that function support is active and in constant development) anyway, I think what works well and safely is valid, like mssql, but it's worth checking and using the suggestion

anyway, congratulations for this project
 
Junior Spellweaver
Joined
Dec 21, 2011
Messages
193
Reaction score
93
understand your point and that you probably based your code like this.

but some time ago php7 (or more recent, like 8) deprecated the mssql function, regardless of queries by odbc or not.

it is currently replaced by sqlsrv and can serve you completely well and with excellent stability (and much more stable knowing that function support is active and in constant development) anyway, I think what works well and safely is valid, like mssql, but it's worth checking and using the suggestion

anyway, congratulations for this project
maybe i will develop a 100% sqlsrv version. But that is for the future. I still have a lot of work to do with this project
 
Experienced Elementalist
Joined
Oct 14, 2015
Messages
293
Reaction score
86
Since it's still in development, I'll update the progress in this thread:
https://forum.ragezone.com/threads/gunz-web-cms-for-php-7-8.1217216/

preview:

View attachment 239056



View attachment 239059


install
- Request PHP version 7 or higher
- Edit your php.ini
Code:
short_open_tag=On


extension=odbc
extension=pdo_odbc

- edit 2 files config.php in "modules" and "templates/default"
- put CMS to your htdoc
- Link to install " ../install/install.php

Download :
I like it, it's clean and beautifully layout, thanks for sharing.
 
Junior Spellweaver
Joined
Dec 21, 2011
Messages
193
Reaction score
93
Update
- Fix Register
- Fix visual display Clan Emblem
- Fix setting Admin panel (website side)
- Add log Admin panel (game side)
- Add automatic cron job for every minutes (update ranking)
- Update link download Github (topic post)
 
Back
Top