• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[NICAW ACC] Recovery Key System V2!! 5+

GOD Brotherh00d

New Member
Joined
May 5, 2012
Messages
32
Reaction score
0
Recovery Key System for NICAW ACC

Screenshot:
34622843.png


78483057.png




Download:
Recovery Key.rar - Speedy Share - upload your files here
 
Last edited by a moderator:
How to install it?

1.
open navigation.xml

after:
<item href="account.php">Account</item>

paste:
<item href="lost.php">Lost Account</item>


2.
Insert into your database

ALTER TABLE `accounts` ADD
`checkrkey` int(11) NOT NULL;

ALTER TABLE `accounts` ADD
`recoverykey` int(11) NOT NULL;

3.
Download files and in your main acc folder replace account.php and add lost.php



ITS NOW READY!
 
Updated

Please don't post links in the thread, PM them to me and I'll fix it
 
Back
Top