���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/rickpfrv/drive.rickard.co/customizablesMYs/plugins/crypt/include.js.php
���ѧ٧ѧ�
FR.customActions.crypt = { run: function() { var item = FR.UI.gridPanel.getOneSel().data; this.fileName = item.filename; this.filePath = item.path ? item.path : FR.currentPath+'/'+item.filename; this.action = item.ext == 'aes' ? 'decrypt' : 'encrypt'; if (this.action == 'encrypt') { var title = '<?php echo \S::safeJS(self::t('Encrypt "%1"', ['%1']));?>'.replace('%1', this.fileName); } else { var title = '<?php echo \S::safeJS(self::t('Decrypt "%1"', ['%1']));?>'.replace('%1', this.fileName); } if (!this.prompt) { this.prompt = new Ext.Window({ title: title, layout : 'form', width: 380, height: 230, closable: false, closeAction: 'hide', resizable: false, bodyStyle:'padding:10px;background-color:white', labelAlign: 'right', labelWidth: 140, items: [ { xtype: 'textfield', fieldLabel: '<?php echo \S::safeJS(self::t("Password"));?>', name: 'pwd', inputType: 'password' }, { xtype: 'textfield', fieldLabel: '<?php echo \S::safeJS(self::t("Confirm password"));?>', labelStyle: 'white-space:nowrap', name: 'pwd', inputType: 'password', hidden: (this.action == 'decrypt') }, {xtype: 'checkbox', fieldLabel: '', boxLabel: '<?php echo \S::safeJS(self::t("Delete the source file"));?>'} ], buttonAlign: 'left', buttons: [{ text : FR.T('Ok'), cls: 'fr-btn-primary', handler: function() {this.doAction();}, scope: this }, { text : FR.T('Cancel'), style: 'margin-left:15px', handler : function() {this.prompt.hide();}, scope: this }] }); } else { this.prompt.setTitle(title); //reset pass fields this.prompt.items.first().setValue(''); this.prompt.items.get(1).setValue(''); this.prompt.items.get(1).setVisible((this.action != 'decrypt')); } this.prompt.show(); }, doAction: function() { var pass = FR.customActions.crypt.prompt.items.first().getValue(); var repass = FR.customActions.crypt.prompt.items.get(1).getValue(); if (pass.length == 0) { new Ext.ux.prompt({text: '<?php echo \S::safeJS(self::t("Please type the password"));?>'}); return false; } if (this.action == 'encrypt' && pass != repass) { new Ext.ux.prompt({text: '<?php echo \S::safeJS(self::t("Please confirm the password"));?>'}); return false; } var deleteSrc = FR.customActions.crypt.prompt.items.get(2).getValue(); var pars = {path: this.filePath, pass: pass, deleteSrc: deleteSrc}; var url = FR.baseURL+'/?module=custom_actions&action=crypt&method=run'; FR.UI.showLoading('<?php echo \S::safeJS(self::t("Processing file..."));?>'); Ext.Ajax.request({ url: url, method: 'post', params: pars, callback: function(opts, succ, req) { FR.UI.doneLoading(); try { var rs = Ext.util.JSON.decode(req.responseText); } catch (er){return false;} if (rs.success) {FR.utils.reloadGrid();} FR.UI.feedback(rs.msg); this.prompt.hide(); }, scope: this }); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0.1 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�