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] FaceDev Panel

Newbie Spellweaver
Joined
Aug 25, 2014
Messages
62
Reaction score
4
Guys, this panel has a lot of security lacks and doesn't have the same features as the ZPanel v1. This panel was created by facedev only for DoomMMO. It doesn't have all features that the current zpanel has.
 
Newbie Spellweaver
Joined
Jul 15, 2014
Messages
36
Reaction score
6
Wrong post sorry



Any one got this working yet?


I get register disabled :

how do i fix this?
 
Newbie Spellweaver
Joined
Jul 1, 2014
Messages
29
Reaction score
4
Fix Register -
1) Open Navicat, Edit Accounts Design Table
2) Add Field "Adi"
3) Add Field "Soyadi", And Save
4) Click Functions
5) open WZ_ACCOUNTS_CREATE
6) Add Line 6 under ->
Code:
  @in_Adi varchar(60),
  @in_Soyadi varchar(60),

7)Add Line 62 under ->
Code:
    Adi,
    Soyadi,

8)
Add Line 71 under ->
Code:
    @in_Adi,
    @in_Soyadi,


9) Open register.php , scroll down 154
10) replace ->
Code:
$registerUser = "EXECUTE [". DATABASE_NAME ."].[dbo].WZ_ACCOUNT_CREATE ?, ?, ?, ?, ?, ?, 0, 0";

----ENJOY
:eek:tt1:
-----------

 
Last edited:
Newbie Spellweaver
Joined
Jun 24, 2015
Messages
25
Reaction score
1
u give IsDeveloper perm =126 and
open web page end use link your-ip.com/zpanel/home.php?url=manager/team
 
Last edited:
Junior Spellweaver
Joined
Sep 29, 2008
Messages
110
Reaction score
57
-- ----------------------------
-- Table structure for WEB_Redeem_Code
-- ----------------------------
DROP TABLE [WEB_Redeem_Code]
GO
CREATE TABLE [WEB_Redeem_Code] (
[id] int NOT NULL IDENTITY(1,1) ,
Code:
 varchar(32) NULL ,
[items] varchar(100) NULL ,
[quantity] int NULL ,
[status] varchar(1) NULL ,
[datecreated] datetime NULL DEFAULT (getdate()) 
)


GO
DBCC CHECKIDENT(N'[WEB_Redeem_Code]', RESEED, 9)
GO

-- ----------------------------
-- Records of WEB_Redeem_Code
-- ----------------------------
BEGIN TRANSACTION
GO
SET IDENTITY_INSERT [WEB_Redeem_Code] ON
GO
SET IDENTITY_INSERT [WEB_Redeem_Code] OFF
GO
COMMIT TRANSACTION
GO
 
Junior Spellweaver
Joined
Apr 3, 2014
Messages
135
Reaction score
23
this is a good panel but have much vulnerabilities and isn't complete

i have him complete and working perfect 100%
 
Newbie Spellweaver
Joined
Jun 24, 2015
Messages
25
Reaction score
1
ı need other tables WEB_MyPurchases etc..
and dont use web configuration



and reedem code give me this error message on query

Code:
[/COLOR]Checking identity information: current identity value 'NULL', current column value '9'.[COLOR=#666666]
[/COLOR]
DBCC execution completed. If DBCC printed error messages, contact your system administrator.[COLOR=#666666]


 
Last edited:
Junior Spellweaver
Joined
Sep 29, 2008
Messages
110
Reaction score
57
ı need other tables WEB_MyPurchases etc..
and dont use web configuration



and reedem code give me this error message on query

Code:
[/COLOR]Checking identity information: current identity value 'NULL', current column value '9'.[COLOR=#666666]
[/COLOR]
DBCC execution completed. If DBCC printed error messages, contact your system administrator.[COLOR=#666666]



Script full of paid version of panel


:thumbup1:
 
Last edited:
Junior Spellweaver
Joined
Apr 5, 2012
Messages
148
Reaction score
5
trying to loggin i get this error (PD: I set all the sql information)
15 - [Release] FaceDev Panel - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Apr 5, 2012
Messages
148
Reaction score
5
the password is long and already I review all the posts but can't fix that login issue
 
Back
Top