sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Módulo Gofas Boleto Simples para WHMCS | |
* docs https://gofas.net/?p=13549 | |
* copyright 2020 Gofas Software | |
* version 1.0.0 | |
* license MIT | |
*/ | |
// Alterando o texto exibido na fatura que descreve taxa/desconto aplicada: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Módulo Gerencinet Cartão para WHMCS | |
* @author Mauricio Gofas | gofas.net | |
* @see https://gofas.net/?p=8423 | |
* @copyright 2016 - 2019 https://gofas.net | |
* @license https://gofas.net?p=9340 | |
* @support https://gofas.net/?p=8343 | |
* @version 2.1.2 | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Módulo Juno Cartão para WHMCS | |
* @copyright 2020 Gofas Software | |
* @see https://gofas.net/?p=12042 | |
* @license https://gofas.net/?p=9340 | |
* @support https://gofas.net/?p=12349 | |
* @version 1.0.2 | |
* bug fix reported in: https://gofas.net/foruns/topico/falha-na-obtencao-de-url-do-site/ | |
* /modules/gateways/gofasjunocartao/includes/params/whmcs_urls.php |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install php-pear php7.2-dev libyaml-dev | |
sudo pecl install yaml | |
# If /etc/php/7.2/mods-available/yaml.ini doesn't exist : | |
sudo cp /etc/php/7.2/mods-available/xml.ini /etc/php/7.2/mods-available/yaml.ini | |
sudo sed -i -- 's/xml/yaml/g' /etc/php/7.2/mods-available/yaml.ini | |
sudo phpenmod yaml | |
sudo service php7.2-fpm restart |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ּ_בּ | |
בּ_בּ | |
טּ_טּ | |
כּ‗כּ | |
לּ_לּ | |
מּ_מּ | |
סּ_סּ | |
תּ_תּ | |
٩(×̯×)۶ | |
٩(̾●̮̮̃̾•̃̾)۶ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<tbody> | |
<tr style="background-color: #009900; color: #ffffff;"> | |
<td style="text-align: center;" height="28"> | |
{if {$client_credit} } | |
<a href="{$whmcs_url}auth.php?email={$client_email}&userid={$client_id}&firstname={$client_first_name}&lastname={$client_last_name}&hash={$hash}&whmcsurl={$whmcs_url}&goto=viewinvoice.php?id={$invoice_id}&redirectToBillet=false" target="_blank" rel="noopener"><span style="color: #ffffff; font-weight: bold; text-decoration: underline;">PAGAR AGORA</span></a></td> | |
{else} | |
<a href="{$whmcs_url}auth.php?email={$client_email}&userid={$client_id}&firstname={$client_first_name}&lastname={$client_last_name}&hash={$hash}&whmcsurl={$whmcs_url}&goto=viewinvoice.php?id={$invoice_id}&redirectToBillet=true" target="_blank" rel="noopener"><span style="color: #ffffff; font-weight: bold; text-decoration: underline;">PAGAR AGORA</span></a></td> | |
{if $invoice_payment_method eq "Gofas - Boleto Fácil"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Módulo Boleto Fácil para WHMCS (boletobancario.com) | |
* @author Mauricio Gofas | gofas.net | |
* @see https://gofas.net/ | |
* @copyright 2018/2019 https://gofas.net | |
* @license https://gofas.net?p=9340 | |
* @support https://gofas.net/foruns/ | |
* @version 1.0.4 | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Módulo Gerencinet Boleto para WHMCS | |
* @author Mauricio Gofas | gofas.net | |
* @see https://gofas.net/?p=7893 | |
* @copyright 2016->2018 Gofas Softwares | |
* @license https://gofas.net?p=9340 | |
* @support https://gofas.net/?p=7856 | |
* @version 2.2.1 | |
*/ |