This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $spam = false; | |
| if($_POST['form']['HoneyPotFieldName'] != '') { | |
| $spam = true; | |
| } | |
| if (preg_match( "/bcc:|cc:|multipart|\[url|Content-Type:/i", implode($_POST['form']))) { | |
| $spam=true; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| REduce | |
| var baseURL = window.location.href.split(/[?#]/)[0].split("/").slice(0, -1).join("/")+"/"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* + SORTABLE NEWS with LIST.JS | |
| //https://codepen.io/Log1x/pen/LajRyo | |
| ======================================================================*/ | |
| app.sortableNews = { | |
| init: function () { | |
| $(function () { | |
| if (!$('#news_cat').length) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| app.reCaptcha = { | |
| init: function() { | |
| var RSFormProReCAPTCHAv3 = { | |
| forms: {}, | |
| add: function(key, action, formId) { | |
| formId = parseInt(formId); | |
| RSFormProReCAPTCHAv3.forms[formId] = {key: key, action: action}; | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Overwrite here:/administrator/components/com_rsform/layouts/foundation.php | |
| <?php | |
| /** | |
| * @package RSForm! Pro | |
| * @copyright (C) 2007-2019 www.rsjoomla.com | |
| * @license GPL, http://www.gnu.org/copyleft/gpl.html | |
| */ | |
| // no direct access |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * @copyright | |
| * @package Lazy Load for Joomla! Pro - LLFJ for Joomla! 3.x | |
| * @author Viktor Vogel <[email protected]> | |
| * @version 3.5.0-FREE - 2020-06-06 | |
| * @link https://kubik-rubik.de/llfj-lazy-load-for-joomla | |
| * --------------------------------------------------------------------------- | |
| - RECODED FOR JS-PLYR YOUTUBE + CODYHOUSE |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| AddHandler application/x-httpd-php73 .php .php5 .php4 .php3 | |
| ## | |
| # @package Joomla | |
| # @copyright Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved. | |
| # @license GNU General Public License version 2 or later; see LICENSE.txt | |
| ## | |
| ## | |
| # READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* + GLOBAL VARIABLES | |
| ======================================================================*/ | |
| var htmlElements = 'h1, h2, h3, h4, h5, h6, hr, p, div, a, b, span, sup, sub, strong, strike, em, i, br, ol, ul, li, pre, img, table, td, tr, th, tbody, thead, tfoot, caption, img, blockquote'; | |
| var alignButton = 'div.rte-align-options.is-rte-pop.active > div > button'; | |
| var h1Format = 'div.rte-paragraph-options.is-rte-pop.deactive > div > div'; | |
| /* | |
| * ======================================================================= |