Jump to content
  • 0

@guildstoragepw


Werdio

Question


  • Group:  Members
  • Topic Count:  83
  • Topics Per Day:  0.02
  • Content Count:  248
  • Reputation:   1
  • Joined:  06/27/12
  • Last Seen:  

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


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

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` ;
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...