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] KlubZone Web OpenMu Source

The Supreme King
Loyal Member
Joined
Jun 11, 2012
Messages
1,201
Reaction score
255
Rankings-Bugs,Top 10 players-Bugs

KlubZone - [Release] KlubZone Web OpenMu Source - RaGEZONE Forums


Admins-Error

KlubZone - [Release] KlubZone Web OpenMu Source - RaGEZONE Forums
 
Last edited:
Newbie Spellweaver
Joined
Jun 20, 2010
Messages
71
Reaction score
13
Code:
Warning: mssql_query() [function.mssql-query]: message: Invalid column name 'AdminOrder'. (severity 16) in C:\xampp\htdocs\modules\admins.php on line 11
make in the database -> muonline -> table -> character a colum "AdminOrder" type -> int def -> 0 and it-s fix

for rankings, install muweb9 for ranking colums and it will be fixed, after put back KlubZone web:)
 
The Supreme King
Loyal Member
Joined
Jun 11, 2012
Messages
1,201
Reaction score
255
Code:
Warning: mssql_query() [function.mssql-query]: message: Invalid column name 'AdminOrder'. (severity 16) in C:\xampp\htdocs\modules\admins.php on line 11
make in the database -> muonline -> table -> character a colum "AdminOrder" type -> int def -> 0 and it-s fix

for rankings, install muweb9 for ranking colums and it will be fixed, after put back KlubZone web:)

tanks for help

How Much Have This Muweb Security

How Ay fixed Server UpTime 31 day's to have 7 days

KlubZone - [Release] KlubZone Web OpenMu Source - RaGEZONE Forums




KlubZone Fixed This Problems

Reset Character-Bugs

KlubZone - [Release] KlubZone Web OpenMu Source - RaGEZONE Forums


Grand Reset Character-Bugs

KlubZone - [Release] KlubZone Web OpenMu Source - RaGEZONE Forums
 
Last edited:
Newbie Spellweaver
Joined
Jun 20, 2010
Messages
71
Reaction score
13
For grand reset, you need 100 resests, for reset you neeed to type character name. for server uptime edit index.php, find countup(2014,3,4) and change to your starting date.
 
The Supreme King
Loyal Member
Joined
Jun 11, 2012
Messages
1,201
Reaction score
255
For grand reset, you need 100 resests, for reset you neeed to type character name. for server uptime edit index.php, find countup(2014,3,4) and change to your starting date.

tanks again for help but ay have this problems,[Rankings-Bugs,Top 10 players-Bugs]

no works for rankings, install muweb9 for ranking colums and it will be fixed, after put back KlubZone web:)

[plss fixed no works] and [Muweb loading hard]

KlubZone - [Release] KlubZone Web OpenMu Source - RaGEZONE Forums
 
Newbie Spellweaver
Joined
Jun 20, 2010
Messages
71
Reaction score
13
DataBase -> table -> Character -> add column GrandResets with the same caracteristics like Resets column, if u dont have GrandResets colum ranking will not show up.
 
The Supreme King
Loyal Member
Joined
Jun 11, 2012
Messages
1,201
Reaction score
255
DataBase -> table -> Character -> add column GrandResets with the same caracteristics like Resets column, if u dont have GrandResets colum ranking will not show up.

pff plss create tutorial how ay fixed rankings,Top 10 players

and create tutorial for muweb admins how ay fixed plsss

ay love this muweb free is good
 
Newbie Spellweaver
Joined
Jun 20, 2010
Messages
71
Reaction score
13
RUN SQL QUERY AND SELECT MUONLINE
COPY THE CODE BELOW AND RUN IT!
Code:
ALTER TABLE Character 
ADD AdminOrder int NOT NULL DEFAULT(0)
ADD GrandResets int NOT NULL DEFAULT(0)
GO
 
The Supreme King
Loyal Member
Joined
Jun 11, 2012
Messages
1,201
Reaction score
255
RUN SQL QUERY AND SELECT MUONLINE
COPY THE CODE BELOW AND RUN IT!
Code:
ALTER TABLE Character 
ADD AdminOrder int NOT NULL DEFAULT(0)
ADD GrandResets int NOT NULL DEFAULT(0)
GO

tanks again for help,I'll try to see if they works

KlubZone why this muweb is loading hard and no faster ?



RUN SQL QUERY AND SELECT MUONLINE
COPY THE CODE BELOW AND RUN IT!
Code:
ALTER TABLE Character 
ADD AdminOrder int NOT NULL DEFAULT(0)
ADD GrandResets int NOT NULL DEFAULT(0)
GO

Muweb Admins Works-Fixed

Rankings No Works ay have this error

Server: Msg 2705, Level 16, State 4, Line 1
Column names in each table must be unique. Column name 'GrandResets' in table 'character' is specified more than once.

How ay fixed ?
 
Newbie Spellweaver
Joined
Jun 20, 2010
Messages
71
Reaction score
13
Try this for ranking.
Code:
ALTER TABLE Character 
DROP GrandResets
GO

ALTER TABLE Character 
ADD GrandResets int NOT NULL DEFAULT(0)
GO

Your comp specifications must be high and you need a wide network band, this web works directly with sql and that's why.
 
The Supreme King
Loyal Member
Joined
Jun 11, 2012
Messages
1,201
Reaction score
255
Try this for ranking.
Code:
ALTER TABLE Character 
DROP GrandResets
GO

ALTER TABLE Character 
ADD GrandResets int NOT NULL DEFAULT(0)
GO

Your comp specifications must be high and you need a wide network band, this web works directly with sql and that's why.

ranking.no works plss fixed to works for 97d.99i ay have sql 2000

Server: Msg 2705, Level 16, State 4, Line 1
Column names in each table must be unique. Column name 'GrandResets' in table 'character' is specified more than once.
 
Last edited:
MFS Team Owner
Joined
Jan 10, 2007
Messages
767
Reaction score
227
so easy to tell...

Hints:
97d-99i -> NO DARK LORD

so Rankings.php >>>> Leadership is not found as column because its not used NO DL !! WOW ;d
 
Banned
Banned
Joined
Jan 1, 2014
Messages
793
Reaction score
81
Live demo is down. I just you need to touch up alittle bit mate. :)
 
Back
Top