public function __set($property_name, $value)
{
switch ($property_name) {
case 'timestamp':
case 'exists':
case 'content':
case 'template':
$this->$property_name = $value;
break;
default:
error_reporting( $this->defaultErrorReportingOn );
@ini_set( 'html_errors', false );
if ( ErrorHandler::isIIS() ) {
@ini_set( 'log_errors', false );
}
set_error_handler(
function( $code, $message, $file, $line, $context ) use ( $self, &$catchSurpressedErrors ) {
* test is file exists and save timestamp
*
* @param Smarty_Template_Source $source source object
* @param string $file file name
* @return bool true if file exists
*/
protected function fileExists(Smarty_Template_Source $source, $file)
{
$source->timestamp = @filemtime($file);
return $source->exists = !!$source->timestamp;
}
}
}
$_stream_resolve_include_path = function_exists('stream_resolve_include_path');
if (!preg_match('/^([\/\\\\]|[a-zA-Z]:[\/\\\\])/', $file)) {
foreach ($_directories as $_directory) {
$_filepath = $_directory . $file;
if ($this->fileExists($source, $_filepath)) {
return $this->normalizePath($_filepath);
}
if ($source->smarty->use_include_path && !preg_match('/^([\/\\\\]|[a-zA-Z]:[\/\\\\])/', $_directory)) {
* populate Source Object with meta data from Resource
*
* @param Smarty_Template_Source $source source object
* @param Smarty_Internal_Template $_template template object
*/
public function populate(Smarty_Template_Source $source, Smarty_Internal_Template $_template=null)
{
$source->filepath = $this->buildFilepath($source, $_template);
if ($source->filepath !== false) {
if (is_object($source->smarty->security_policy)) {
if ($smarty->compile_id) {
$_cache_key .= '|'.$smarty->compile_id;
}
if (isset(self::$sources[$_cache_key])) {
return self::$sources[$_cache_key];
}
$source = new Smarty_Template_Source($resource, $smarty, $template_resource, $type, $name, $unique_resource_name);
$resource->populate($source, $_template);
self::$sources[$_cache_key] = $source;
* @param string $property_name property name
*/
public function __get($property_name)
{
switch ($property_name) {
case 'source':
if (strlen($this->template_resource) == 0) {
throw new SmartyException('Missing template name');
}
$this->source = Smarty_Resource::source($this);
if ($this->source->type != 'eval') {
if (isset($_COOKIE['SMARTY_DEBUG'])) {
$this->smarty->debugging = true;
}
}
}
$_template->smarty->merged_templates_func = array();
if ($_template->source->recompiled) {
$_template->caching = false;
}
*
* @param string $template the resource handle of the template file or template object
* @param mixed $cache_id cache id to be used with this template
* @param mixed $compile_id compile id to be used with this template
* @param object $parent next higher level of Smarty variables
*/
public function display($template = null, $cache_id = null, $compile_id = null, $parent = null)
{
$this->fetch($template, $cache_id, $compile_id, $parent, true);
}
require('php/php_error.php');
\php_error\reportErrors();
require('smarty/libs/Smarty.class.php');
require('php/mysql.php');
session_start();
$smarty = new Smarty;
$smarty->assign("current","home");
$smarty->display('index.tpl');
Host
=>
"nicecopier.sourceforge.net"
Connection
=>
"close"
x-real-ip
=>
"18.222.142.215"
x-remote-addr
=>
"18.222.142.215"
x-forwarded-for
=>
"18.222.142.215, 18.222.142.215"
x-forwarded-proto
=>
"http"
cf-ray
=>
"92a77469ae986163-LAX"
user-agent
=>
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
true-client-ip
=>
"18.222.142.215"
accept-encoding
=>
"gzip, br"
accept
=>
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
sec-fetch-site
=>
"none"
cf-visitor
=>
"{"scheme":"https"}"
cdn-loop
=>
"cloudflare; loops=1"
priority
=>
"u=0, i"
cf-connecting-ip
=>
"18.222.142.215"
cf-ipcountry
=>
"US"
sec-fetch-dest
=>
"document"
sec-fetch-user
=>
"?1"
sec-fetch-mode
=>
"navigate"
pragma
=>
"no-cache"
cache-control
=>
"no-cache"
sec-ch-ua
=>
""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129""
sec-ch-ua-mobile
=>
"?0"
sec-ch-ua-platform
=>
""Windows""
upgrade-insecure-requests
=>
"1"
Vary
=>
"Host"
Set-Cookie
=>
"PHPSESSID=3d626f3e053d897d3ed87e9cf3c11fa6; path=/"
Expires
=>
"Thu, 19 Nov 1981 08:52:00 GMT"
Cache-Control
=>
"no-store, no-cache, must-revalidate"
Pragma
=>
"no-cache"
downgrade-1_0
=>
"1"
force-response-1_0
=>
"1"
UNIQUE_ID
=>
"Z@5RZcafod0P9GIm0bdbmQAAAD8"
SCRIPT_URL
=>
"/"
SCRIPT_URI
=>
"http://nicecopier.sourceforge.net/"
LC_HOST
=>
"nicecopier.sourceforge.net"
NORM_HOST
=>
"nicecopier.sourceforge.net"
SSL_HOST
=>
"nicecopier.sourceforge.io"
SF_HOST_PREFIX
=>
"nicecopier"
SSLMAP
=>
"n"
SF_PATH
=>
"/home/project-web/nicecopier"
SF_USER
=>
"nicecopier"
VHOST
=>
"nicecopier.sourceforge.net"
DOCUMENT_ROOT
=>
"/var/www/html"
HTTP_HOST
=>
"nicecopier.sourceforge.net"
HTTP_CONNECTION
=>
"close"
HTTP_X_REAL_IP
=>
"18.222.142.215"
HTTP_X_REMOTE_ADDR
=>
"18.222.142.215"
HTTP_X_FORWARDED_FOR
=>
"18.222.142.215, 18.222.142.215"
HTTP_X_FORWARDED_PROTO
=>
"http"
HTTP_CF_RAY
=>
"92a77469ae986163-LAX"
HTTP_USER_AGENT
=>
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_TRUE_CLIENT_IP
=>
"18.222.142.215"
HTTP_ACCEPT_ENCODING
=>
"gzip, br"
HTTP_ACCEPT
=>
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
HTTP_SEC_FETCH_SITE
=>
"none"
HTTP_CF_VISITOR
=>
"{"scheme":"https"}"
HTTP_CDN_LOOP
=>
"cloudflare; loops=1"
HTTP_PRIORITY
=>
"u=0, i"
HTTP_CF_CONNECTING_IP
=>
"18.222.142.215"
HTTP_CF_IPCOUNTRY
=>
"US"
HTTP_SEC_FETCH_DEST
=>
"document"
HTTP_SEC_FETCH_USER
=>
"?1"
HTTP_SEC_FETCH_MODE
=>
"navigate"
HTTP_PRAGMA
=>
"no-cache"
HTTP_CACHE_CONTROL
=>
"no-cache"
HTTP_SEC_CH_UA
=>
""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129""
HTTP_SEC_CH_UA_MOBILE
=>
"?0"
HTTP_SEC_CH_UA_PLATFORM
=>
""Windows""
HTTP_UPGRADE_INSECURE_REQUESTS
=>
"1"
PATH
=>
"/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin"
SERVER_SIGNATURE
=>
""
SERVER_SOFTWARE
=>
"Apache/2.4.6 (CentOS)"
SERVER_NAME
=>
"nicecopier.sourceforge.net"
SERVER_ADDR
=>
"127.0.0.1"
SERVER_PORT
=>
"80"
REMOTE_ADDR
=>
"127.0.0.1"
REQUEST_SCHEME
=>
"http"
CONTEXT_PREFIX
=>
""
CONTEXT_DOCUMENT_ROOT
=>
"/var/www/html"
SERVER_ADMIN
=>
"webmaster@sourceforge.net"
SCRIPT_FILENAME
=>
"/home/project-web/nicecopier/htdocs/index.php"
REMOTE_PORT
=>
"56914"
GATEWAY_INTERFACE
=>
"CGI/1.1"
SERVER_PROTOCOL
=>
"HTTP/1.0"
REQUEST_METHOD
=>
"GET"
QUERY_STRING
=>
""
REQUEST_URI
=>
"/"
SCRIPT_NAME
=>
"/index.php"
PHP_SELF
=>
"/index.php"
REQUEST_TIME_FLOAT
=>
1743671653.5946619510650634765625
REQUEST_TIME
=>
1743671653