cron_estorage.php

More
9 months 1 week ago #84174 by tobajarrat
cron_estorage.php was created by tobajarrat
Hi, can somebody explain me what \administrator\logs\cron_estorage.php (and 1.cron_estorage.php) is for?
I see these two file are getting bigger and bigger cron_estorage.php is 120mb big and 1.cron_estorage.php is already ^20mb?

the content of these files is e. g. :
Code:
2023-07-11 22:39:24 INFO Set-Cookie: 8059dbe71aa47ea8eedc6bcad9735961=80448e9cd1f717de6a36147ee2312aad; path=/; secure; HttpOnly x-frame-options: SAMEORIGIN referrer-policy: strict-origin-when-cross-origin cross-origin-opener-policy: same-origin content-security-policy-report-only: frame-ancestors 'self' Pragma: no-cache Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Content-Type: text/html; charset=utf-8 Expires: Wed, 17 Aug 2005 00:00:00 GMT Last-Modified: Tue, 11 Jul 2023 22:39:24 GMT
***and here starts the complete sourcecode of a site like...***
Code:
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" class="j4" xml:lang="en" lang="en" dir="ltr"> <head>....... 2023-07-11 22:07:01 INFO Set-Cookie: 8059dbe71aa47ea8eedc6bcad9735961=2d3ded540befd910ffcd14c29f4a6641; path=/; secure; HttpOnly x-frame-options: SAMEORIGIN referrer-policy: strict-origin-when-cross-origin cross-origin-opener-policy: same-origin content-security-policy-report-only: frame-ancestors 'self' Pragma: no-cache Cache-Control: no-cache Content-Type: text/html; charset=utf-8 Expires: Wed, 17 Aug 2005 00:00:00 GMT Last-Modified: Tue, 11 Jul 2023 10:10:37 GMT ETag: "4d25a67acd18c2189d15a3abc4ad436c" Content-Encoding: gzip Vary: Accept-Encoding X-Content-Encoded-By: Joomla ‹      í}ÛrÛH²à³á(s¶GÒšàý&YR,ɶ¦eËkÉÝ3ÛÝÁ(pP÷qÄù‡ó°ûØoûºû =²_²™YU@EÊ—ž™£°IU•••••·ºí>>:;¼øë›c6I¦þþÃ]üb7S?ˆ÷*“$™íÔë×××µëv-ŒÆõæöövýóT˜íó2½ïT0ÿŽÏƒñ^E–=9^´Wñ“¨²ÿ îì?dl÷±e±a8ö»àcöŠ|,"fYûîÆvä........

Am I being hacked or is something misconfigured?

Flexicontent 4.1.5 Joomla 4.2.9

BTW: I got a notice that a new version of flexiconent is available, but here on official website i see nothing?!
 

Im using latest joomla and latest Flexicontent

Please Log in or Create an account to join the conversation.

More
9 months 1 week ago #84176 by micker
Replied by micker on topic cron_estorage.php
hello its not relevant to flexicontent but this file exist in joomla core ... not realy a problem
about new in site i will update asap

FLEXIcontent is Free but involves a very big effort on our part.
Like the our support? (for a bug-free FC, despite being huge extension) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing reviews. Thanks![/size]

Please Log in or Create an account to join the conversation.

More
8 months 1 week ago #84295 by tobajarrat
Replied by tobajarrat on topic cron_estorage.php
Are you sure?

in the meantime these files are 500mb big and i found:

$log_filename = 'cron_estorage.php';

in "plugins\system\flexisystem\flexisystem.php"

and also in "components\com_flexicontent\tasks\estorage.php"

Can anyone help?

Im using latest joomla and latest Flexicontent

Please Log in or Create an account to join the conversation.

More
8 months 3 days ago #84298 by micker
Replied by micker on topic cron_estorage.php
at first you do a reference to joomla folder..
did you open the file and check up ?

FLEXIcontent is Free but involves a very big effort on our part.
Like the our support? (for a bug-free FC, despite being huge extension) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing reviews. Thanks![/size]

Please Log in or Create an account to join the conversation.

More
8 months 3 days ago #84305 by tobajarrat
Replied by tobajarrat on topic cron_estorage.php
HI!

at first you do a reference to joomla folder..

What do you mean?
Firstly, i did a reference to a file created in a log-folder. What' wrong about that?

did you open the file and check up ? 

How is that meant?
Which file? the log-file? because I initially added content in my post? Or the two files I referenced now? What do you mean by "check up"? whether it exists? Please see below:

components\com_flexicontent\tasks\estorage.php
line 125:
Code:
public function transferFiles() { $log_filename = 'cron_estorage.php'; jimport('joomla.log.log'); JLog::addLogger( array( 'text_file' => $log_filename, // Sets the target log file 'text_entry_format' => '{DATE} {TIME} {PRIORITY} {MESSAGE}' // Sets the format of each line ), JLog::ALL, // Sets messages of all log levels to be sent to the file array('com_flexicontent.estorage') // category of logged messages );

plugins\system\flexisystem\flexisystem.php
line 1569:
Code:
            if ($output)             {                 $log_filename = 'cron_estorage.php';                 jimport('joomla.log.log');                 Log::addLogger(                     array(                         'text_file' => $log_filename,  // Sets the target log file                         'text_entry_format' => '{DATE} {TIME} {PRIORITY} {MESSAGE}'  // Sets the format of each line                     ),                     Log::ALL,  // Sets messages of all log levels to be sent to the file                     array('com_flexicontent.estorage')  // category of logged messages                 );                 Log::add($output, Log::INFO, 'com_flexicontent.estorage');             }


Thank you for clarification in advance!

Im using latest joomla and latest Flexicontent

Please Log in or Create an account to join the conversation.

More
8 months 3 days ago #84307 by micker
Replied by micker on topic cron_estorage.php
you need to open estorage to see that is content, its just a log

FLEXIcontent is Free but involves a very big effort on our part.
Like the our support? (for a bug-free FC, despite being huge extension) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing reviews. Thanks![/size]

Please Log in or Create an account to join the conversation.

Moderators: vistamediajoomlacornerggppdk
Time to create page: 0.274 seconds
Save
Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Essential
These cookies are needed to make the website work correctly. You can not disable them.
Display
Accept
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline