HEX
Server: Apache/2.4.25 (Debian)
System: Linux server17 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
User: web37 (1062)
PHP: 7.4.30
Disabled: show_source, highlight_file, apache_child_terminate, apache_get_modules, apache_note, apache_setenv, virtual, dl, disk_total_space, posix_getpwnam, posix_getpwuid, posix_mkfifo, posix_mknod, posix_setpgid, posix_setsid, posix_setuid, posix_uname, proc_nice, openlog, syslog, pfsockopen
Upload Files
File: /var/www/web37/htdocs/topsex/admin/template.php
<?php
############################################
### Top-XL - Template standards template.php 
############################################
/// 1. You are NOT entiteld to rent, lease, transfer, reproduce or distribute this Software.
/// 2. You are entiteld to adapt, and modify the Software to your need.
/// 3. You can use this Script on all of YOUR Domains.
/// 4. Any modification or removal to the links in the footer and member area shall terminate this license immediately .
/// 5. The Script has been tested on different Servers and found free of any notable errors by the author. The Author shall not in any case be liable for any special, incidental indirect or other similar damages arising from the use of this Script.
/// 6. Author: Simon Zehender - Contact: https://www.paddelberg.de
////////////////////////////////////////////
////////////////////////////////////////////
if ($scriptpath!=$_SERVER['DOCUMENT_ROOT'])
	{echo "Are you looking for something?";exit;}

$topsiteurlfile = $config['topsiteurl']."/".$config['filename'];
$zeile = str_replace("{topsitename}", $config['topsitename'],$zeile);
$zeile = str_replace("{topsiteurl}", $topsiteurlfile,$zeile);
$zeile = str_replace("{main_content}", $main_content,$zeile);
$zeile = str_replace("{text_main}", $text_main,$zeile);
$zeile = str_replace("{text_config}", $text_config,$zeile);
$zeile = str_replace("{text_accounts}", $text_accounts,$zeile);
$zeile = str_replace("{text_validateuser}", $text_validateuser,$zeile);
$zeile = str_replace("{text_newsletter}", $text_newsletter,$zeile);
$zeile = str_replace("{text_stats}", $text_stats,$zeile);
$zeile = str_replace("{text_resetlist}", $text_resetlist,$zeile);
$zeile = str_replace("{text_help}", $text_help,$zeile);
$zeile = str_replace("{text_view}", $text_gotolist,$zeile);
$zeile = str_replace("{text_logout}", $text_logout,$zeile);
$zeile = str_replace("{text_aatitle}", $text_aatitle,$zeile);
@fclose($fp1);
?>