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

SOURCE NI OHARA BONAK

Initiate Mage
Joined
Jun 23, 2018
Messages
2
Reaction score
2










Credit kay : CrossBowScammer
 
RaGEZONE VIP
[VIP] Member
Joined
Oct 28, 2020
Messages
92
Reaction score
16
Last edited:
Junior Spellweaver
Joined
Jul 20, 2010
Messages
120
Reaction score
9
so if you planning to run these sources find the session_check_time if you are on ovh

#define session_check_time 300000

replace with

#define session_check_time 30000

I'll advise using a Tunnel service if you have a large player base in order to add ip allow list bat i share here to run properly.
 
Junior Spellweaver
Joined
Mar 16, 2017
Messages
156
Reaction score
5
EP6 Gameplay? or EP9 with Taiwan Skill?
 
Last edited:
RaGEZONE VIP
[VIP] Member
Joined
Oct 28, 2020
Messages
92
Reaction score
16
Chinese greed in many territories here in our land . someday you were sent back to your damn country











Credit kay : CrossBowScammer
team 100K team crossbows AAHAHAAHAAHAHAHAAHAHA. LEAK FILES RESELL HAAHAHAAHAHAHAHA
 
Newbie Spellweaver
Joined
Aug 3, 2015
Messages
39
Reaction score
0
so if you planning to run these sources find the session_check_time if you are on ovh

#define session_check_time 300000

replace with

#define session_check_time 30000

I'll advise using a Tunnel service if you have a large player base in order to add ip allow list bat i share here to run pro

SQL version use?
 
Junior Spellweaver
Joined
Mar 16, 2017
Messages
156
Reaction score
5
hmm i have a problem in database cant login ingame already done execute some sql :unsure:

1690691995073 - SOURCE NI OHARA BONAK - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Banned
Banned
Joined
Mar 21, 2013
Messages
225
Reaction score
18
hmm i have a problem in database cant login ingame already done execute some sql :unsure:

View attachment 239294

go to SQL Management > stored procedure > find user_verify and comment these lines:

SQL:
IF (SELECT COUNT(*) FROM UserKey WITH (NOLOCK) WHERE PCIDKey = @pcID ) > 5
    BEGIN
        -- pc active
        SET @nReturn = 31
        RETURN @nReturn
    END
    
    INSERT INTO UserKey (PCIDKey,PCIDUserNum,PCIDUserID,PCIDSGNum) VALUES (@pcID, @nUserNum, @userId, @SvrGrpNum )

and this input paramenter:

SQL:
@pcID  varchar(33), --PCID
 
  • Like
Reactions: zet
Banned
Banned
Joined
Mar 21, 2013
Messages
225
Reaction score
18
the first code you give i put it in last lines and second code i put in first line is that correct? sir jubet ?

Second code

View attachment 239311

First code

View attachment 239312

View attachment 239313
wrong implementation, look for the code that I sent and then comment that out like this:

SQL:
/*IF (SELECT COUNT(*) FROM UserKey WITH (NOLOCK) WHERE PCIDKey = @pcID ) > 5
    BEGIN
        -- pc active
        SET @nReturn = 31
        RETURN @nReturn
    END
    
    INSERT INTO UserKey (PCIDKey,PCIDUserNum,PCIDUserID,PCIDSGNum) VALUES (@pcID, @nUserNum, @userId, @SvrGrpNum )*/

and this line as well:

SQL:
--@pcID  varchar(33), --PCID
 
Junior Spellweaver
Joined
Mar 16, 2017
Messages
156
Reaction score
5
wrong implementation, look for the code that I sent and then comment that out like this:

SQL:
/*IF (SELECT COUNT(*) FROM UserKey WITH (NOLOCK) WHERE PCIDKey = @pcID ) > 5
    BEGIN
        -- pc active
        SET @nReturn = 31
        RETURN @nReturn
    END
  
    INSERT INTO UserKey (PCIDKey,PCIDUserNum,PCIDUserID,PCIDSGNum) VALUES (@pcID, @nUserNum, @userId, @SvrGrpNum )*/

and this line as well:

SQL:
--@pcID  varchar(33), --PCID
Thank you sir jubet it work! btw what function is that sir? i have no idea
 
Back
Top