Hi all, well, i couldnt fin any website that fills my expectatives so i decided to make mine, its multilanguage and completely written in php cause asp really sucks, well, the features are:
I will add more features soon. Here you have some screenies. No live preview yet.
New Language (French) and structure change (ADDED IN MAIN)
Credits:
All the coding: OmOiYuMe (Me)
Base Web Template: Senkouryu.net (Modified by me)
Anti Injection: Taken from Admin Panel of kekku500 (Fixed and moded by me)
Screenies attached.
The text you see in the top of the page "SG GunZ" its the name of the server, so you dont have to edit the image, just change the name of the server in the config, all the page its done that way, all variables, i will acept thankfully translations in others languages instead of the defaults and add them with their credits.
IMPORTANT, IF YOU DONT HAVE THE COLUMN "Email" IN THE Accounts TABLE YOU HAVE TO EXECUTE THIS QUERY:
- Registration Form
- Rankings ordered by XP (Can be changed)
- Download page
- Gallery
- Lost Password
- Password Change
- Multi Language!
I will add more features soon. Here you have some screenies. No live preview yet.
To view the content, you need to sign in or register
New Language (French) and structure change (ADDED IN MAIN)
Credits:
All the coding: OmOiYuMe (Me)
Base Web Template: Senkouryu.net (Modified by me)
Anti Injection: Taken from Admin Panel of kekku500 (Fixed and moded by me)
Screenies attached.
The text you see in the top of the page "SG GunZ" its the name of the server, so you dont have to edit the image, just change the name of the server in the config, all the page its done that way, all variables, i will acept thankfully translations in others languages instead of the defaults and add them with their credits.
IMPORTANT, IF YOU DONT HAVE THE COLUMN "Email" IN THE Accounts TABLE YOU HAVE TO EXECUTE THIS QUERY:
Code:
USE [GunZDB]
GO
ALTER TABLE [Accounts]
ADD Email varchar(50) not null default'nomail'
GO
Attachments
Last edited: