uawdijnntqw1x1x1
IP : 216.73.216.103
Hostname : dsru51-17647.fornex.org
Kernel : Linux dsru51-17647.fornex.org 4.9.0-4-amd64 #1 SMP Debian 4.9.65-3+deb9u1 (2017-12-23) x86_64
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
OS : Linux
PATH:
/
var
/
www
/
rustam
/
data
/
www
/
.
/
.
/
kran-balka.com
/
components
/
com_imagerecycle
/
queue_process.php
/
/
<?php @set_time_limit(0); if (defined('IR_PROCESSING_QUEUE')) { die(); } define('IR_PROCESSING_QUEUE', true); if (ob_get_length() > 0) { ob_end_clean(); } header("Connection: close"); ignore_user_abort(true); // just to be safe ob_start(); //echo('connected'); $size = ob_get_length(); header("Content-Length: $size"); ob_end_flush(); // Strange behaviour, will not work flush(); // Unless both are called ! // Do processing here sleep(1); if (!defined('_JEXEC')) { /** Set up Joomla environment */ define('_JEXEC', 1); // This will allow to access file outside of joomla. //defined( '_JEXEC') or die( 'Restricted access' );// Use this if you wanna access file only in Joomla. define('DS', DIRECTORY_SEPARATOR); define('JPATH_BASE', realpath(dirname(dirname(dirname(__FILE__))) . '/')); require_once(JPATH_BASE . DS . 'includes' . DS . 'defines.php'); require_once(JPATH_BASE . DS . 'includes' . DS . 'framework.php'); } // Register helper class JLoader::register('ImagerecycleHelper', JPATH_ADMINISTRATOR . '/components/com_imagerecycle/helpers/imagerecycle.php'); // Register helper class JLoader::register('ImagerecycleComponentHelper', JPATH_ADMINISTRATOR . '/components/com_imagerecycle/helpers/component.php'); $helper = new ImagerecycleHelper(); $helper->optimizeInQueue(); die(); ?>
/var/www/rustam/data/www/././kran-balka.com/components/com_imagerecycle/queue_process.php