Gunz ReleasesDiscuss, Final Revolution Anniversary // 2009 GunZWebsite // Without Shop at Gunz Online forum; [CENTER]
first version
http://www.ziddu.com/downloadlink/64...ByX-Weaver.rar
2nd version
http://www.ziddu.com/downloadlink/64...ByX-Weaver.rar...
Re: Final Revolution Anniversary // 2009 GunZWebsite
Originally Posted by X-Weaver
* User Panel
- Logout function
- Clan Emblem
- Delet Clan (Only Leader can see it)
- Admin / GM Panel (Only 255/254/253 Grade can see it) you need to edit it
- Edit Profile
Banned Can see AdminPanel? lool
__________________
Take in the ass who was using my account you post shit.
Re: Final Revolution Anniversary // 2009 GunZWebsite // Without Shop
password added but need to download web again =D bcuz i forgot pass yesterday i uploaded again the web download!!! and enjoy xD!!!!!!! and for others petition i will make the itemshop soon xD
Re: Final Revolution Anniversary // 2009 GunZWebsite // Without Shop
Update Characters Ranking in AdminCP, credits for me -.-
PHP Code:
if( isset($_POST['atualizarpersonagens']) ) { $systemgz = odbc_exec($connection, "SELECT CID FROM {$_CONFIG[CharTable]} a, {$_CONFIG[AccountTable]} b WHERE a.AID=b.AID AND b.UGradeID !='253' AND DeleteFlag=0 ORDER BY XP DESC, Level DESC"); $rankingchar = 0;
Re: Final Revolution Anniversary // 2009 GunZWebsite // Without Shop
o.o ya make ranking in character table and make in dbo.Account UCoins and ECoins table (int) and put default value = 0 xD not NULL and this work in all xD appserv, wampp xampm etc
and XZennon fonts here xD go to 1st page download down (fonts)
Re: Final Revolution Anniversary // 2009 GunZWebsite // Without Shop
Mhh that's weird when i try to save my DB wit hthese settings:
In dbo.Account:
UCoins int 0
UCoins int 0
In dbo.Character
ranking int 0
And unchecked the Box with Allow NULL, there is this error that NULL cannot be added into these tables cuz NULL is not supported in those .
WTF I unchecked the NULL box and still there is thsi error ....
Any solutions??
Re: Final Revolution Anniversary // 2009 GunZWebsite // Without Shop
Nice One XWeaver =P
--> From X-Weaver <-- [ First Post ]
Tables
*dbo.Account =
-Make Anwers and Question 'varchar(20)' Null value = yes
-Edit Country Table to varchar(50)
-Make 2 new tables again
UCoins = int and Default Value =0
ECoins = int and Default Value =0
*dboCharacter =
-Make a table called Ranking
__________________
Goldoracko - When You Want, You Can - Use You Brain
Last edited by Goldoracko; 06-06-2009 at 08:13 PM.
Re: Final Revolution Anniversary // 2009 GunZWebsite // Without Shop
Originally Posted by Blue_Blast
Mhh that's weird when i try to save my DB wit hthese settings:
In dbo.Account:
UCoins int 0
UCoins int 0
In dbo.Character
ranking int 0
And unchecked the Box with Allow NULL, there is this error that NULL cannot be added into these tables cuz NULL is not supported in those .
WTF I unchecked the NULL box and still there is thsi error ....
Any solutions??
Re: Final Revolution Anniversary // 2009 GunZWebsite // Without Shop
Tables
*dbo.Account =
-Make table called Anwers and Question 'varchar(20)' Null value = yes
-Edit Country Table to varchar(50)
-Make 2 new tables again
UCoins = int and Default Value =0
ECoins = int and Default Value =0
*dboCharacter =
-Make a table called Ranking = default value=0