[RELEASE] OmOiYuMe's GunZ Web Evolution 0.1

Junior Spellweaver
Joined
Jan 2, 2005
Messages
102
Reaction score
1
Location
Argentina
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:

  • 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.



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

  • Screen1 - [RELEASE] OmOiYuMe's GunZ Web Evolution 0.1 - RaGEZONE Forums
    Screen1.webp
    26.5 KB · Views: 1,256
  • Screen2 - [RELEASE] OmOiYuMe's GunZ Web Evolution 0.1 - RaGEZONE Forums
    Screen2.webp
    24 KB · Views: 459
  • Screen3 - [RELEASE] OmOiYuMe's GunZ Web Evolution 0.1 - RaGEZONE Forums
    Screen3.webp
    24.4 KB · Views: 337
  • Screen4 - [RELEASE] OmOiYuMe's GunZ Web Evolution 0.1 - RaGEZONE Forums
    Screen4.webp
    18.1 KB · Views: 270
Last edited:
This is an update for those who wants to use CuteNews for the news, just extract this over the previous web, go to
and follow the instructions in the setup, also, a nice skin called modern was included, try it ou ;)

EDITED: MADE ONE SINGLE PACKAGE IN FIRST POST
 
Last edited:
Made one package with new language (French), fixes and cutenews system, remember to go to to install and configure cutenews.
 
well done... i ahev a gaming network, and its good will use it as soon as i will setup my Gunz Server

Bien echo... tmb soy de Argentina, ....

Linda web, acorde con el juego ;)
 
very cool! anyway its better to dont make lot of complete pages with the whole layout etc... its heavyer and if u have to edit a small thing in the index u have to edit it in all other pages... its better to use the php includes with a variable to include htm-only-text pages... so if u have to edit the menu u just edit the index... for example:
PHP:
			switch($act){
			
			case "stats":
			include("pages/stats.htm");
			break;
			
			case "info":
			include("pages/info.htm");
			break;
			
			default:
			include("news/show_news.php");
			break;
			}

With this code, if u want to go to the page info u put a link like and only the text in the contents will change.

Understood? Sorry for my english XD
 
ovbiously i understand that, the languages are loaded and the menu also that way, but i wanted to make the rest of the pages the more simple as i could so people can change it quickly, i guess the thing that changes the most is the menu, the rest its static. but maybe ill change the structure in 0.2 and it will be like you said.
 
why when i click Ranking.php it be empty page,and after register,and after change password and after find pass will be empty page~ how come?
 
i dont have that error nor the people who tested the web, can you give me a link to view what can be causing it? give me the address to the website please.
 

now can show the box, but MSSQL cant connect i think,
cos at ranking,register,find password will be error~

and i already close Firewall, and Port Forward 1433 and 1434
 
Last edited:
"Connection with Gunz failed"

Are you sure that the db is called GunZ? its more likely GunZDB, because, there is no sql server error, that means that the web is connecting rightly with the host, check the name of the database, in config.php and put your database name, i guess its GunZDB, tell me the results and if that fix your problem rate the web :P
 
Back