LandMass Full Server Files+ Client + Tutorial

Newbie Spellweaver
Joined
Jan 22, 2013
Messages
79
Reaction score
8
The module 'fn_Desx_Decrypt_PW' depends on the missing object 'master..xp_desx_decrypt'. The module will still be created; however, it cannot run successfully until the object exists.
The module 'fn_Desx_Encrypt_PW' depends on the missing object 'master..xp_desx_encrypt'. The module will still be created; however, it cannot run successfully until the object exists.


------------------------------------------------------
-- Decrypts data previously encrypted with xp_desx_encrypt algorithm.
-- Parameter encrypted_password varchar(50)
-- Return value Decrypted Password char(12)
------------------------------------------------------
CREATE function dbo.fn_Desx_Decrypt_PW encrypted_password varchar(50))
returns char(12)
--
as
begin


declare return_pw char(12)
encrypt_password varchar(20)
encrypt_key char( 8)
set encrypt_password = 'pw050715'
set encrypt_key = 'pwkey050'




exec master..xp_desx_decrypt
encrypted_password
, encrypt_password
, encrypt_key
, return_pw OUTPUT


return return_pw
end
 
Newbie Spellweaver
Joined
Aug 3, 2012
Messages
57
Reaction score
1



Who has the program to open landmass.wdb
 
Initiate Mage
Joined
Aug 15, 2017
Messages
2
Reaction score
0
I GOT 100% AS DATABASE WHO CAN CONTACT PLEASE CONTACT (cacotube369@gmail.com) Twitter = cacocoelhosc