File manager - Edit - /home/ferretapmx/public_html/pimcore.tar
Back
info.xml 0000644 00000007236 15231156057 0006236 0 ustar 00 <soft xmlns="http://www.softaculous.com"> <overview> <img src="logo.png" style="float:right;margin:10px;" alt="" />{{overview}} </overview> <features> {{features}} </features> <demo> http://www.softaculous.com/demos/pimcore </demo> <ratings> http://www.softaculous.com/softwares/cms/pimcore </ratings> <space> 321249406 </space> <support> https://pimcore.com/en/ </support> <version> 11.5.14.1 </version> <mod>147</mod> <release_date>16-01-2026</release_date> <admin>admin</admin> <softversion> 4.5.4 </softversion> <requirement check="php" type="version" operator="ge" value="8.2.0" /> <requirement check="php" type="version" operator="lt" value="8.4.0" /> <requirement check="mysql" type="version" operator="ge" value="8.0.0" mariadb="10.3.0.0" /> <requirement check="php" type="extension" name="mysqli" /> <requirement check="php" type="extension" name="iconv" /> <requirement check="php" type="extension" name="dom" /> <requirement check="php" type="extension" name="SimpleXML" /> <requirement check="php" type="extension" name="gd" /> <requirement check="php" type="extension" name="exif" /> <requirement check="php" type="extension" name="fileinfo" /> <requirement check="php" type="extension" name="mbstring" /> <requirement check="php" type="extension" name="zlib" /> <requirement check="php" type="extension" name="zip" /> <requirement check="php" type="extension" name="intl" /> <requirement check="php" type="extension" name="curl" /> <languages> <english-overview> <font size="5" color="#182e7a">Pimcore</font> is a powerful and robust Zend Framework based PHP content management system (WCMS) for creating and managing digital content and assets. <br /><br /> Besides being a full-featured open-source WCMS system, pimcore is the first and premier PHP open source enterprise product information management framework (PIM) available. <br /><br /> Pimcore is licensed under the <a href="http://www.pimcore.org/license" target="_blank">BSD license</a>. </english-overview> <english-features> <font size="2" color="#F46200"><b>Web-Content Management</b></font><br /> <font size="1">The biggest challenge for a content management system is to make it really easy and user-friendly for the editors to manage web content. Within pimcore almost all editing is done by using the drag-and-drop features of the rich administration interface, which is powered by well-known ExtJS framework.</font><br /> <font size="2" color="#F46200"><b>Asset Management</b></font><br /> <font size="1">Managing digital assets within pimcore is really easy, flexible and intuitive. It is a web-based, open source digital asset management module which has been designed to give your editors easy and fast access to print as well as web ready assets for website embedding or for content distribution. </font><br /> <font size="2" color="#F46200"><b>Product Information Management</b></font><br /> <font size="1">Product Information Management is the base technology for providing product information in a multi-channel and cross-media environment. Pimcore is the first and premier PHP open source enterprise product information management framework (PIM) available. </font><br /> </english-features> <english-exp_ad_pass>New password. Leave blank if you do not want to reset the password</english-exp_ad_pass> <english-err_no_username>Please provide the username to reset the password</english-err_no_username> <english-err_no_such_user>The Admin username is incorrect and does not exist!</english-err_no_such_user> <english-no_pass_encrypt>Could not encrypt admin password because the domain is not pointing to the correct server</english-no_pass_encrypt> </languages> </soft> services.yaml 0000644 00000005503 15231156057 0007263 0 ustar 00 parameters: secret: [[secret]] # customize the full path to external executables # normally they are auto-detected by `which program` or auto-discovered in the configured path in # System Settings -> General -> Additional $PATH variable # but in general it's a good idea to have your programs in your $PATH environment variable (system wide) #pimcore_executable_composer: php /opt/vendor/bin/composer.phar #pimcore_executable_html2text: /usr/local/html2text/bin/html2text #pimcore_executable_soffice: /opt/libreoffice/bin/soffice #pimcore_executable_gs: /opt/ghostscript/bin/gs #pimcore_executable_pdftotext: /opt/tools/pdftotext #pimcore_executable_xvfb-run: /opt/tools/xvfb-run #pimcore_executable_pngcrush: /opt/tools/pngcrush #pimcore_executable_zopflipng: /opt/tools/zopflipng #pimcore_executable_pngout: /opt/tools/pngout #pimcore_executable_advpng: /opt/tools/advpng #pimcore_executable_cjpeg: /opt/tools/cjpeg #pimcore_executable_jpegoptim: /opt/tools/jpegoptim #pimcore_executable_php: /usr/local/custom-php/bin/php #pimcore_executable_nice: /opt/tools/nice #pimcore_executable_nohup: /opt/tools/nohup #pimcore_executable_ffmpeg: /opt/tools/ffmpeg #pimcore_executable_exiftool: /opt/tools/exiftool #pimcore_executable_wkhtmltoimage: /usr/local/bin/wkhtmltoimage #pimcore_executable_timeout: /usr/bin/timeout #pimcore_executable_facedetect: /usr/bin/facedetect # graphviz #pimcore_executable_dot: /usr/bin/dot services: # default configuration for services in *this* file _defaults: # automatically injects dependencies in your services autowire: true # automatically registers your services as commands, event subscribers, etc. autoconfigure: true # this means you cannot fetch services directly from the container via $container->get() # if you need to do this, you can override this setting on individual services public: false # # CONTROLLERS # # auto-register all controllers as services App\Controller\: resource: '../src/Controller' public: true tags: [ 'controller.service_arguments' ] # # COMMANDS # # auto-register all commands as services App\Command\: resource: '../src/Command/*' tags: [ 'console.command' ] # Example custom templating helper # App\Templating\Helper\Example: # # templating helpers need to be public as they # # are fetched from the container on demand # public: true # tags: # - { name: templating.helper, alias: fooBar } # Example event listener for objects # App\EventListener\TestListener: # tags: # - { name: kernel.event_listener, event: pimcore.dataobject.preUpdate, method: onObjectPreUpdate } import.php 0000644 00000010736 15231156057 0006603 0 ustar 00 <?php //0046a if(!extension_loaded('ionCube Loader')){$__oc=strtolower(substr(php_uname(),0,3));$__ln='ioncube_loader_'.$__oc.'_'.substr(phpversion(),0,3).(($__oc=='win')?'.dll':'.so');if(function_exists('dl')){@dl($__ln);}if(function_exists('_il_exec')){return _il_exec();}$__ln='/ioncube/'.$__ln;$__oid=$__id=realpath(ini_get('extension_dir'));$__here=dirname(__FILE__);if(strlen($__id)>1&&$__id[1]==':'){$__id=str_replace('\\','/',substr($__id,2));$__here=str_replace('\\','/',substr($__here,2));}$__rd=str_repeat('/..',substr_count($__id,'/')).$__here.'/';$__i=strlen($__rd);while($__i--){if($__rd[$__i]=='/'){$__lp=substr($__rd,0,$__i).$__ln;if(file_exists($__oid.$__lp)){$__ln=$__lp;break;}}}if(function_exists('dl')){@dl($__ln);}}else{die('The file '.__FILE__." is corrupted.\n");}if(function_exists('_il_exec')){return _il_exec();}echo('Site error: the file <b>'.__FILE__.'</b> requires the ionCube PHP Loader '.basename($__ln).' to be installed by the website operator. If you are the website operator please use the <a href="http://www.ioncube.com/lw/">ionCube Loader Wizard</a> to assist with installation.');exit(199); ?> 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 notes.txt 0000644 00000007505 15231156057 0006451 0 ustar 00 ##### Before starting manual installation make the following changes in config/config.yaml for session handler. #### session: # handler_id: null gc_probability: null ####### Install all the bundles in manual ########## 1. PHP REQUIREMENT LINK : https://docs.pimcore.com/platform/Pimcore/Installation_and_Upgrade/System_Requirements 2. Install using composer and make zip, remove extra files eg. 1.config/services.yaml 2.config/local/database.yaml 3.var/* (except 'config' folder which has 'web-to-print' folder and 'web_to_print.yaml' file) 4.public/var 5.Keep APP_ENV as prod in .env file in our package. Check and move public/bundles from manual to our zip. and keep public/.htaccess file from manual for apache environment. https://docs.pimcore.com/platform/Pimcore/Installation_and_Upgrade/System_Setup_and_Hosting/Apache_Configuration 3. Follow installation steps mentioned in the link below, use the skeleton package to install via composer: composer create-project pimcore/skeleton my-project https://pimcore.com/docs/platform/Pimcore/Getting_Started/Installation/Webserver_Installation If the package does not get downloaded from above command, use the following command. php composer.phar create-project pimcore/skeleton:^11.0 my-project This will download the latest available package in the 11.x branch. 4. Use utf8mb4_general_ci collate for database while manual installation otherwise command throws error. 5. Check "pimcore/pimcore" version in composer.json of "pimcore/skeleton" and download that version of "pimcore/pimcore" and check "lib/too/requirements.php" if requirements verfication code is changed in "checkMysql" function then change requirements code accordingly. 6. Don't remove double quotes from "[[softdbpass]]" it throws error when contain "[" and "]". 7. Remove "DEFINER=`root`@`localhost`" From sql file. 8. Remove COLLATE=utf8mb4_0900_ai_ci From sql file if we have installed manually on Mysql 8. Because it gives error on installing with MariaDB. Besides this script itself doesn't use any collation and hence it takes server's default collation. https://github.com/pimcore/pimcore/blob/34d4734eafbb18bf91320452ecd7846c29c37c0f/bundles/InstallBundle/Resources/install.sql#L45 9. We have added redirection rule from public/.htaccess to our .htaccess to resolve image url issue. update when there is change. # ASSETS: check if request method is GET (because of WebDAV) and if the requested file (asset) exists on the filesystem, if both match, deliver the asset directly RewriteCond %{REQUEST_METHOD} ^(GET|HEAD) RewriteCond [[softpath]]/public/var/assets%{REQUEST_URI} -f RewriteRule ^(.*)$ /var/assets%{REQUEST_URI} [PT,L] # Thumbnails RewriteCond %{REQUEST_URI} .*/(image|video)-thumb__[\d]+__.* RewriteCond [[softpath]]/public/var/tmp/thumbnails%{REQUEST_URI} -f RewriteRule ^(.*)$ /var/tmp/thumbnails%{REQUEST_URI} [PT,L] # static pages RewriteCond %{REQUEST_METHOD} ^(GET|HEAD) RewriteCond %{QUERY_STRING} !(pimcore_editmode=true|pimcore_preview|pimcore_version) RewriteCond [[softpath]]/public/var/tmp/pages%{REQUEST_URI}.html -f RewriteRule ^(.*)$ /var/tmp/pages%{REQUEST_URI}.html [PT,L] 10. works only on apache as we have added apache code in public/.htaccess 11. We have disabled the script on ampps because we configure the .htaccess which has RewriteCond rules which is not compatible with ampps. 12. Take sql dump after cli install is complete(On 'Pimcore was successfully installed). as dumping sql on login page, adds some extra inserts in sql in `translations_admin` table. 13. Since 11.3.0 version, to download the package using composer the script requires "amqp" extension to fetch some dependency which is installed on cpanel. Check in next version if it is still required to download the package, download the package on cpanel and install it manually on any server. (on w1 amqp extension is installed) update_pass.php 0000644 00000000763 15231156057 0007600 0 ustar 00 <?php /** * A Compatibility library with PHP 5.5's simplified password hashing API. * * @author Anthony Ferrara <ircmaxell@php.net> * @license http://www.opensource.org/licenses/mit-license.html MIT License * @copyright 2012 The Authors */ @unlink('update_pass.php'); if (!defined('PASSWORD_BCRYPT')) { define('PASSWORD_BCRYPT', 1); define('PASSWORD_DEFAULT', PASSWORD_BCRYPT); } $resp = password_hash('[[admin_pass]]', PASSWORD_DEFAULT); echo '<update_pass>'.$resp.'</update_pass>'; ?>