Ir para conteúdo
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

Postado

Você sabia que é possível customizar a URL de destino por ID de cliente?

Acesse o arquivo aff.php ( fica na raiz do diretório que seu WHMCS foi instalado ) e edite a linha (51 e 52)

Citar

header("HTTP/1.1 301 Moved Permanently");
header("Location: ".$whmcs->get_config('Domain'),true,301);

Altere para:

Citar

if ($aff ==XX){
    header("HTTP/1.1 301 Moved Permanently");
    header('Location: https://SUA_URL_DE_DESTINO/',true,301);
}
else{
// perform redirect
header("HTTP/1.1 301 Moved Permanently");
header("Location: ".$whmcs->get_config('Domain'),true,301);
}

Substitua os campos:

XX= ID do afiliado
SUA_URL_DE_DESTINO= a URL de acesso.

A customização irá manter a URL padrão ( http://prntscr.com/gm84j8 ) caso o afiliado não corresponda ao número que você deseja personalizar.

Caso queira trocar a URL de destino é simples, substitua a linha 52:

Citar

header("Location: ".$whmcs->get_config('Domain'),true,301);

Por:

Citar

header('Location: https://SUA_URL_DE_DESTINO/',true,301);

 


Participe da conversa

Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.
Nota: Sua postagem exigirá aprovação do moderador antes de ficar visível.

Visitante
Infelizmente, seu conteúdo contém termos que não são permitimos. Edite seu conteúdo para remover as palavras destacadas abaixo.
Responder

Quem Está Navegando 0

  • Nenhum usuário registrado visualizando esta página.

Informação Importante

Concorda com os nossos termos?

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.