• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Release] TheLiciaZ src - LATEST CODEX SRC FIXED

Experienced Elementalist
Joined
Jun 5, 2013
Messages
256
Reaction score
163
Hello, obamabf2
I hope the Warz universe you will not miss much. I support you, carry you well into the future. It was cool to see something on the forum from you.

 
Elite Diviner
Joined
Feb 18, 2014
Messages
440
Reaction score
232
Good luck mate, maybe some people here could have use for this :)
 
Junior Spellweaver
Joined
Oct 12, 2014
Messages
127
Reaction score
22
how to fly with UAV?
I spawned, more no control =\

thanks for source bro, very good.
 
Experienced Elementalist
Joined
Jun 5, 2013
Messages
256
Reaction score
163
I just have a little question?
What and how to install the TheLiciaZDB.bak?


SOLVE:
I have found by myself. But thank still the person who allegedly wanted to help me!
 
Last edited:
Junior Spellweaver
Joined
Feb 16, 2016
Messages
102
Reaction score
11
I tryed so many thing, im pretty seek today and my brain don't find the solution :'(
 
Junior Spellweaver
Joined
Feb 16, 2016
Messages
102
Reaction score
11
Why it should need the codex src when " SRC https://mega.nz/#!wYdyyaRB!2QdFsLf55Cah1UlqNfp4qoQcgxIldBhTogIQXgfveKY "
 
Newbie Spellweaver
Joined
Aug 7, 2015
Messages
39
Reaction score
5
wtf is this
omkiSl0 - [Release] TheLiciaZ src - LATEST CODEX SRC FIXED - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Custom Title Activated
Loyal Member
Joined
Dec 19, 2014
Messages
1,111
Reaction score
350
Many thanks for a job good luck to you good people God loves you!

P.s you have a website for him, or the controller?
 
Last edited:
Junior Spellweaver
Joined
Jan 19, 2014
Messages
136
Reaction score
126
I tryed so many thing, im pretty seek today and my brain don't find the solution :'(


When creating the accounts they come banned is required to release an administrator manually ...


Comment the following line in the function >> WZ_ACCOUNT_CREATE


Comment line
Code:
update UsersData set AccountStatus=(AccountStatus+10000) where CustomerID=@CustomerID
 
Junior Spellweaver
Joined
Oct 12, 2014
Messages
127
Reaction score
22
@obamabf2 screenshots does not work.
when someone reported not go wwwroot folder / webinfestation / panel

someone help me?
 
Experienced Elementalist
Joined
Jun 5, 2013
Messages
256
Reaction score
163
@obamabf2 screenshots does not work.
when someone reported not go wwwroot folder / webinfestation / panel

someone help me?

Go SQL Navicat.
Create Fonction: WZ_ACCOUNT_WEB_LOGIN
and paste in:
ALTER PROCEDURE [dbo].[WZ_ACCOUNT_WEB_LOGIN]
@in_Email varchar(128),
@in_Password varchar(64)
AS
BEGIN
SET NOCOUNT ON;
--AxGHD Report ScreenShot
-- create user
declare @MD5FromPwd varchar(100)
exec FN_CreateMD5Password @in_Password, @MD5FromPwd OUTPUT
-- get new CustomerID
declare @CustomerID int
declare @IsDeveloper int
--AxGHD Report ScreenShot


-- validate that email is unique
if exists (SELECT email from Accounts WHERE email=@in_Email and MD5Password=@MD5FromPwd) begin
select @CustomerID=CustomerID, @IsDeveloper=IsDeveloper from Accounts where email=@in_Email;
select 0 as ResultCode, 'Account log-in successfuly' as ResultMsg, @CustomerID as CustomerID, @IsDeveloper as IsDeveloper;
return;
end
--AxGHD Report ScreenShot
select 2 as resultCode;
return
END
--AxGHD Report ScreenShot
 
Junior Spellweaver
Joined
Oct 12, 2014
Messages
127
Reaction score
22
Why map v3 terrian is bug?
LsMQ2OV - [Release] TheLiciaZ src - LATEST CODEX SRC FIXED - RaGEZONE Forums


how to fix?



Go SQL Navicat.
Create Fonction: WZ_ACCOUNT_WEB_LOGIN
and paste in:

empty folder, no have screen shot's
dflXta3 - [Release] TheLiciaZ src - LATEST CODEX SRC FIXED - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Oct 12, 2014
Messages
127
Reaction score
22
If there is no screenshots folder in the bin folder, create a ... to be as follows ... bin / screenshots

Masterserver.cfg

[Report]
ReportDir=C:\inetpub\WebInfestation\panel\

screenshot don't show in folder
C:\inetpub\WebInfestation\panel\

I want from
kPUUbTV - [Release] TheLiciaZ src - LATEST CODEX SRC FIXED - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Back
Top