Werdio Posted April 16, 2013 Group: Members Topic Count: 83 Topics Per Day: 0.02 Content Count: 248 Reputation: 1 Joined: 06/27/12 Last Seen: May 9, 2016 Share Posted April 16, 2013 Hi, I need the sourcecode for the command @guildstoragepw. With this command you can set a passwort for the guildstorage and you can only acess if you know the pw. Only the Guildleader can set the pw .. here an example: @guildstoragepw 1234 <-(Now the Guildstorage Password has been set to 1234) now let's open the guildstorage: @guildstorage ->(@guildstorage failed - false password) now let's try it with passwort entering: @guildstorage 1234 ->(Guildstorage was opened) Okay and what's if I want to delete the pw? Just type again @guildstoragepw but without anything behind the command: @guildstoragepw ->(Now the password has been removed) I know this code exists so please help me. ;-) Quote Link to comment Share on other sites More sharing options...
Emistry Posted April 18, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2371 Joined: 10/28/11 Last Seen: Yesterday at 12:58 PM Share Posted April 18, 2013 try this. http://pastebin.com/raw.php?i=JLRNg6z4 make sure you run this query first.... ALTER TABLE `guild` ADD COLUMN `storage_password` VARCHAR(32) NULL DEFAULT '' AFTER `emblem_data` ; Quote Link to comment Share on other sites More sharing options...
Question
Werdio
Hi,
I need the sourcecode for the command @guildstoragepw.
With this command you can set a passwort for the guildstorage and you can only acess if you know the pw.
Only the Guildleader can set the pw .. here an example:
@guildstoragepw 1234 <-(Now the Guildstorage Password has been set to 1234)
now let's open the guildstorage: @guildstorage ->(@guildstorage failed - false password)
now let's try it with passwort entering: @guildstorage 1234 ->(Guildstorage was opened)
Okay and what's if I want to delete the pw?
Just type again @guildstoragepw but without anything behind the command:
@guildstoragepw ->(Now the password has been removed)
I know this code exists so please help me.
;-)
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.