Warning: chmod(): Operation not permitted in /var/www/hopeinstoughton_www/wp-content/plugins/simple-universal-google-analytics/main.php on line 8 [0] in function chmod in /var/www/hopeinstoughton_www/wp-content/plugins/simple-universal-google-analytics/main.php on line 8 [1] in function include_once in /var/www/hopeinstoughton_www/wp-settings.php on line 560 [2] in function require_once in /var/www/hopeinstoughton_www/wp-config.php on line 85 [3] in function require_once in /var/www/hopeinstoughton_www/wp-load.php on line 50 [4] in function require_once in /var/www/hopeinstoughton_www/wp-blog-header.php on line 13 [5] in function require in /var/www/hopeinstoughton_www/index.php on line 17
| Server IP : 94.177.8.99 / Your IP : 216.73.217.165 Web Server : Apache/2.4.58 (Ubuntu) System : Linux aries 6.8.0-134-generic #134-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 26 18:43:11 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/hopeinstoughton_vote/storage/handlebars/ |
Upload File : |
<?php function lcr63742ab22cae1encq($cx, $var) {
if ($var instanceof LS) {
return (string)$var;
}
return str_replace(array('=', '`', '''), array('=', '`', '''), htmlspecialchars(lcr63742ab22cae1raw($cx, $var), ENT_QUOTES, 'UTF-8'));
}
function lcr63742ab22cae1raw($cx, $v, $ex = 0) {
if ($ex) {
return $v;
}
if ($v === true) {
if ($cx['flags']['jstrue']) {
return 'true';
}
}
if (($v === false)) {
if ($cx['flags']['jstrue']) {
return 'false';
}
}
if (is_array($v)) {
if ($cx['flags']['jsobj']) {
if (count(array_diff_key($v, array_keys(array_keys($v)))) > 0) {
return '[object Object]';
} else {
$ret = array();
foreach ($v as $k => $vv) {
$ret[] = lcr63742ab22cae1raw($cx, $vv);
}
return join(',', $ret);
}
} else {
return 'Array';
}
}
return "$v";
}
if (!class_exists("LS")) {
class LS {
public static $jsContext = array (
'flags' =>
array (
'jstrue' => 1,
'jsobj' => 1,
),
);
public function __construct($str, $escape = false) {
$this->string = $escape ? (($escape === 'encq') ? static::encq(static::$jsContext, $str) : static::enc(static::$jsContext, $str)) : $str;
}
public function __toString() {
return $this->string;
}
public static function stripExtendedComments($template) {
return preg_replace(static::EXTENDED_COMMENT_SEARCH, '{{! }}', $template);
}
public static function escapeTemplate($template) {
return addcslashes(addcslashes($template, '\\'), "'");
}
public static function raw($cx, $v, $ex = 0) {
if ($ex) {
return $v;
}
if ($v === true) {
if ($cx['flags']['jstrue']) {
return 'true';
}
}
if (($v === false)) {
if ($cx['flags']['jstrue']) {
return 'false';
}
}
if (is_array($v)) {
if ($cx['flags']['jsobj']) {
if (count(array_diff_key($v, array_keys(array_keys($v)))) > 0) {
return '[object Object]';
} else {
$ret = array();
foreach ($v as $k => $vv) {
$ret[] = static::raw($cx, $vv);
}
return join(',', $ret);
}
} else {
return 'Array';
}
}
return "$v";
}
public static function enc($cx, $var) {
return htmlspecialchars(static::raw($cx, $var), ENT_QUOTES, 'UTF-8');
}
public static function encq($cx, $var) {
return str_replace(array('=', '`', '''), array('=', '`', '''), htmlspecialchars(static::raw($cx, $var), ENT_QUOTES, 'UTF-8'));
}
}
}
return function ($in = null, $options = null) {
$helpers = array();
$partials = array();
$cx = array(
'flags' => array(
'jstrue' => true,
'jsobj' => true,
'jslen' => true,
'spvar' => true,
'prop' => false,
'method' => false,
'lambda' => false,
'mustlok' => false,
'mustlam' => false,
'mustsec' => false,
'echo' => true,
'partnc' => false,
'knohlp' => false,
'debug' => isset($options['debug']) ? $options['debug'] : 1,
),
'constants' => array(
'DEBUG_ERROR_LOG' => 1,
'DEBUG_ERROR_EXCEPTION' => 2,
'DEBUG_TAGS' => 4,
'DEBUG_TAGS_ANSI' => 12,
'DEBUG_TAGS_HTML' => 20,
),
'helpers' => isset($options['helpers']) ? array_merge($helpers, $options['helpers']) : $helpers,
'partials' => isset($options['partials']) ? array_merge($partials, $options['partials']) : $partials,
'scopes' => array(),
'sp_vars' => isset($options['data']) ? array_merge(array('root' => $in), $options['data']) : array('root' => $in),
'blparam' => array(),
'partialid' => 0,
'runtime' => '\LightnCandy\Runtime',
);
$inary=is_array($in);
ob_start();echo '
<p>Welcome to ',lcr63742ab22cae1encq($cx, (($inary && isset($in['company'])) ? $in['company'] : null)),'; there is one final step - please confirm your email address.</p>
<p>Your authentication code is:</p>
<div style="font-size:48px">',lcr63742ab22cae1encq($cx, (($inary && isset($in['authcode'])) ? $in['authcode'] : null)),'</div>
<p>To confirm your address please <a href="',lcr63742ab22cae1encq($cx, (($inary && isset($in['link'])) ? $in['link'] : null)),'">follow this link</a>. Otherwise, if you do not recognize this email, simply delete it.</p>
<p>The link and authentication code expire in 24 hours.</p>
';return ob_get_clean();
};