Jump to content
View in the app

A better way to browse. Learn more.

Portal do Host

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

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.


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.


  • Author

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...

Recently Browsing 0

  • No registered users viewing this page.

Important Information

Do you agree with our terms?

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.