This file contains 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
-> GRID - onRecord | |
-------------------------------------------------------------------- | |
{wpp} = "<img class='cm_wpp' data-phone='".{telefone}."' data-nome='".{nome}."' data-id='".{id}."' src='/scriptcase9/app/BootstrapTour/_lib/img/grp__NM__ico__NM__if_WhatsApp_1298775.png' border='0'>"; | |
-------------------------------------------------------------------- | |
-> GRID - onScriptInit |
This file contains 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
Seguem os eventos e seus respectivos códigos: | |
-> onScriptInit: | |
-------------------------------------------------------------------- | |
sc_include_lib("Jquery"); | |
?> | |
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" /> | |
<style> |
This file contains 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
REGRAS DESTE GRUPO DE USUÁRIOS DO SCRIPTCASE: | |
- ESSE É UM GRUPO DE USUÁRIOS DA FERRAMENTA SCRIPTCASE E NÃO UM GRUPO "DO SCRIPTCASE". DESSA FORMA AS RECLAMAÇÕES, SUGESTÕES, ELOGIOS, ETC. DEVEM SER FEITOS DIRETAMENTE À NETMAKE, ATRAVÉS DOS MEIOS DISPONIBILIZADOS PELA EMPRESA. | |
- OS ADMINISTRADORES DESSE GRUPO NÃO ENDOSSAM QUALQUER CONTEÚDO PUBLICADO POR USUÁRIOS, INCLUINDO MENSAGENS, FOTOS, VIDEOS, GIF E MEMES. A OMISSÃO EM REMOVER USUÁRIOS OU CONTEÚDOS EVENTUALMENTE CONSIDERADOS OFENSIVOS, DE NENHUMA FORMA IMPLICA NA CONCORDÂNCIA, ACEITE OU RATIFICAÇÃO DOS TERMOS CONTIDOS NAS DECLARAÇÕES E MATERIAIS PUBLICADOS. | |
- OS INTEGRANTES DESTE GRUPO SÃO INTEGRALMENTE RESPONSÁVEIS POR SUAS CONDUTAS, AQUI DESEMPENHADAS. | |
Idioma oficial do grupo: Português. | |
1) Não é permitido publicar propaganda sem permissão. | |
2) Publicar outros grupos sem permissão |
This file contains 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 | |
date_default_timezone_set('America/Sao_Paulo'); | |
require_once 'payment/cmlpmt.php'; | |
function getPurchase($id, $payment, $user) { | |
include 'includes/db.php'; | |
$_id = explode("-", $id); | |
$sql = "SELECT valor_real, valor_dolar, duration, meses FROM cm_planos WHERE id = ".$_id[1]; |
This file contains 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
############### COLOCAR ESSE CÓDIGO NO BLANK ############### | |
$x = array(); | |
if(isset($_POST['id'])) { | |
$sql = "SELECT region, customer_name, sales, product FROM sales WHERE id = ".$_POST['id']; | |
sc_select(rs, $sql); | |
$x['region'] = $rs->fields[0]; | |
$x['customer'] = $rs->fields[1]; | |
$x['sales'] = $rs->fields[2]; | |
$x['product'] = $rs->fields[3]; | |
echo json_encode($x); |
This file contains 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
/* BOTÃO HTML */ | |
<a href="javascript:;" class="dropdown-toggle" id="requestFullScreen"> | |
Expandir | |
</a> | |
/* JAVASCRIPT */ | |
<script> | |
$(document).ready(function() { | |
$('#requestFullScreen').click(function () { | |
screenfull.request(); |
NewerOlder