Jump to content

Recommended Posts

Posted

Olá, estou com este problema.

 

O website está mostrando este erro:

PHP script /home/jnhost/public_html/classes/config.php is protected by phpSHIELD and requires the phpSHIELD loader phpshield.5.3.lin. The phpSHIELD loader has not been installed, or is not installed correctly. Please visit the phpSHIELD php encoder site to download required loader.

 

Vi alguns tutoriais aqui sobre o assunto, mas nada que resolvesse.

(Tenho acesso root ao meu servidor)

 

Alguém tem alguma solução pra isso e que pode me ajudar ?

 

Grato.


Posted

Bom dia @, tente executar os seguintes comandos para instalação:

 

# mkdir phpshield

# cd phpshield

 

Faça o download de acordo com o seu Linux.

 

# wget http://www.phpshield.com/loaders/ixed4.lin.x86-32.tar.gz <- 32Bits

# wget http://www.phpshield.com/loaders/ixed4.lin.x86-64.tar.gz <- 64Bits

# tar zxvf ixed4.lin.x86-*

 

O seguinte comando é pra descobrir qual é a pasta das extensões do php

# php -i | grep extension_dir

 

EXEMPLO:

/usr/local/lib/php/extensions/no-debug-non-zts-20090625

 

Agora vamos descobrir qual a versão do nosso php com o comando php -v

# php -v

 

EXEMPLO:

PHP 5.4.33 (cli)

 

Agora vamos copiar a extensão certa pra sua versão do PHP, no meu caso, PHP 5.4, o comando é o seguinte:

# cp ixed.5.4.lin /usr/local/lib/php/extensions/no-debug-non-zts-20100525

 

Da permissões necessária:

# chmod +x /usr/local/lib/php/extensions/no-debug-non-zts-20100525/ixed.5.4.lin

 

Caso seu PHP seja 5.3, substitua ixed.5.4.lin por ixed.5.3.lin

Agora adicione a seguinte linha no fim do seu php.ini:

 

extension = “ixed.5.4.lin”

 

Agora reinicie o Apache com o comando

# /etc/init.d/httpd restart

 

Espero que ajude, abraço.

Posted

Olá, @Hudson Silva tudo bem ?

Ao executar o comando cp ixed.5.4.lin /usr/local/lib/php/extensions/no-debug-non-zts-20100525 apresenta este erro cp: cannot star 'ixed.5.4.lin': No such file or directory

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

Do you agree with our terms?

-