Array ( [USER] => b3mybackend [HOME] => /home/b3mybackend [SCRIPT_NAME] => /index.php [REQUEST_URI] => /js/prettySocial.min.js?t1714110259 [QUERY_STRING] => m=resources/js/prettySocial.min.js&t1714110259 [REQUEST_METHOD] => GET [SERVER_PROTOCOL] => HTTP/1.1 [GATEWAY_INTERFACE] => CGI/1.1 [REDIRECT_QUERY_STRING] => m=resources/js/prettySocial.min.js&t1714110259 [REDIRECT_URL] => /js/prettySocial.min.js [REMOTE_PORT] => 52801 [SCRIPT_FILENAME] => /home/b3mybackend/public_html/resources/index.php [SERVER_ADMIN] => webmaster@resources.b3.my [CONTEXT_DOCUMENT_ROOT] => /home/b3mybackend/public_html/resources [CONTEXT_PREFIX] => [REQUEST_SCHEME] => https [DOCUMENT_ROOT] => /home/b3mybackend/public_html/resources [REMOTE_ADDR] => 3.145.191.169 [SERVER_PORT] => 443 [SERVER_ADDR] => 51.91.62.179 [SERVER_NAME] => resources.b3.my [SERVER_SOFTWARE] => Apache [SERVER_SIGNATURE] => [PATH] => /usr/local/jdk/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/X11R6/bin:/root/bin:/opt/bin [HTTP_HOST] => resources.b3.my [HTTP_USER_AGENT] => Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) [HTTP_ACCEPT] => */* [proxy-nokeepalive] => 1 [SSL_TLS_SNI] => resources.b3.my [HTTPS] => on [UNIQUE_ID] => ZjjicCf4NT3BDjw7caamugAAAU0 [REDIRECT_STATUS] => 200 [REDIRECT_SSL_TLS_SNI] => resources.b3.my [REDIRECT_HTTPS] => on [REDIRECT_UNIQUE_ID] => ZjjicCf4NT3BDjw7caamugAAAU0 [FCGI_ROLE] => RESPONDER [PHP_SELF] => /index.php [REQUEST_TIME_FLOAT] => 1715004016.1202 [REQUEST_TIME] => 1715004016 [argv] => Array ( [0] => m=resources/js/prettySocial.min.js&t1714110259 ) [argc] => 1 ) /** * jQuery prettySocial: Use custom social share buttons * Author: Sonny T. , sonnyt.com */ (function(a) { a.fn.prettySocial = function() { var b = { pinterest: { url: "http://pinterest.com/pin/create/button/?url={{url}}&media={{media}}&description={{description}}", popup: { width: 685, height: 500 } }, facebook: { url: "https://www.facebook.com/sharer/sharer.php?s=100&p[title]={{title}}&p[summary]={{description}}&p[url]={{url}}&p[images][0]={{media}}", popup: { width: 626, height: 436 } }, twitter: { url: "https://twitter.com/share?url={{url}}&text={{description}}", popup: { width: 685, height: 500 } }, googleplus: { url: "https://plus.google.com/share?url={{url}}", popup: { width: 600, height: 600 } }, linkedin: { url: "https://www.linkedin.com/shareArticle?mini=true&url={{url}}&title={{title}}&summary={{description}}", popup: { width: 600, height: 600 } } }, d = function(f, e) { var h = (window.innerWidth / 2) - (f.popup.width / 2), g = (window.innerHeight / 2) - (f.popup.height / 2); return window.open(e, "", "toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no, width=" + f.popup.width + ", height=" + f.popup.height + ", top=" + g + ", left=" + h) }, c = function(f, g) { console.log(g.url); var e = f.url.replace(/{{url}}/g, encodeURIComponent(g.url)).replace(/{{title}}/g, encodeURIComponent(g.title)).replace(/{{description}}/g, encodeURIComponent(g.description)).replace(/{{media}}/g, encodeURIComponent(g.media)).replace(/{{via}}/g, encodeURIComponent(g.via)); return e }; return this.each(function() { var i = a(this); var g = i.data("type"), f = b[g] || null; if (!f) { a.error("Social site is not set.") } var h = { url: window.location.href || "", title: document.title || "", description: "", media: i.data("media") || "", via: i.data("via") || "" }; var e = c(f, h); if (navigator.userAgent.match(/Android|IEMobile|BlackBerry|iPhone|iPad|iPod|Opera Mini/i)) { i.bind("touchstart", function(j) { if (j.originalEvent.touches.length > 1) { return } i.data("touchWithoutScroll", true) }).bind("touchmove", function() { i.data("touchWithoutScroll", false); return }).bind("touchend", function(k) { k.preventDefault(); var j = i.data("touchWithoutScroll"); if (k.originalEvent.touches.length > 1 || !j) { return } d(f, e) }) } else { i.bind("click", function(j) { j.preventDefault(); d(f, e) }) } }) } })(jQuery);