• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Urgent; corrupted chars on public html. PSA 8.6

abdicarcomm

New Pleskian
Hello there to everyone,

I'm really worried, because i don't know if my server it's getting an attack or something like that, because in my website w w w . f o n t r e a c t o r . c o m (remove blank spaces) all visits gets very strange chars.

In the plesk > domain > domain preview the website load ok, i checked the logs and i can't find something special.

Thank you for any information or suggestions.

Larry
 
check if you have ioncube loader installed.

if so, try installing zend optimizer (i doubt this one has something to do, but worth a try).

try checking for ioncube loader.

create a php file with this:

Code:
<?php phpinfo(); ?>
you should see, on the first part of the page, the modules loaded, bellow should say something like this:

This program makes use of the Zend Scripting Language Engine:
Zend Engine vX.X.0, Copyright (c) 1998-2008 Zend Technologies
with the ionCube PHP Loader vX.X.XX, Copyright (c) 2002-2007, by ionCube Ltd., and

that example is based from one of my servers.
 
Hi there, thank you for your reply.
Now, can you check
?

I see something like the attached file.

[root@DNS01 ~]# php -v
PHP 5.1.6 (cli) (built: Jul 16 2008 19:53:00)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies
with Zend Extension Manager v1.2.2, Copyright (c) 2003-2007, by Zend Technologies
with Zend Optimizer v3.3.3, Copyright (c) 1998-2007, by Zend Technologies
[root@DNS01 ~]#

In the plesk preview website looks fine.

Any idea?
 

Attachments

  • fr.gif
    fr.gif
    27.9 KB · Views: 34
Back
Top