[Only registered and activated users can see links. Click Here To Register...]
Hello everyone, after my last presentation ([Only registered and activated users can see links. Click Here To Register...]) of how the sites around are obsolete, I want to release a "free" version of my project.There is not really much, I worked to improve its base, but it is an idea for those who want to try working with this framework.
First of all, we need:
Code:
php >=5.6, OpenSSL extension, PDO extension, Intl extension
Code:
ALTER TABLE PS_UserData.dbo.Users_Master ADD CONSTRAINT PK_UID PRIMARY KEY (UserUID)
A. Yii2 working with identity, so need that table have a primary key for idenity user.
then :
Code:
ALTER TABLE PS_UserData.dbo.Users_Master ALTER COLUMN Enpassword varchar(60)
A. because yii2 uses a level of encryption and decryption, currently the unencrypted password is saved in the database, so the game will work the same.
remember to always change our sqlserver username and password,
Code:
Example folder location: C:\xampp\htdocs\yii-advanced\common\config\main-local.php edit: $db_user = 'sa'; $db_psw = 'Shaiya123'; $db_host = '127.0.0.1';
I leave some screens of the pages already created.
| Yii2 Website | |
|
|
|
Please leave a comment with your thoughts, advice, suggestions ...
■ Features
- register
- login
- pvpranking
- news
- event
- patch note
- server time
- grb time
- slider image
- information page
[Only registered and activated users can see links. Click Here To Register...]
Code:
ChangeLog: V1.2: • News • Events • Patch Notes • Slider image • Server time • grb time countdown • new style pure dark added V1: • Login • Register • PvP Ranking • Information page