Skip to content

Instantly share code, notes, and snippets.

View pedrofaria's full-sized avatar
🇧🇷
Eu sou o Pedro

Pedro Faria pedrofaria

🇧🇷
Eu sou o Pedro
View GitHub Profile
<?php
function my_node_save(&$node) {
// Let modules modify the node before it is saved to the database.
node_invoke_nodeapi($node, 'presave');
global $user;
// ALEAGI -- Comentei aqui!
//$node->is_new = FALSE;
""""""""""""""""""""""""""""""""""""""""""""""""""""""
" Configurações Gerais
""""""""""""""""""""""""""""""""""""""""""""""""""""""
"Modo de compatibilidade
set nocompatible
"Historico de comandos do vim
set history=400
"Ativar filetype plugin
CREATE TABLE "auth_group" (
"id" integer NOT NULL PRIMARY KEY,
"name" varchar(80) NOT NULL UNIQUE
);
CREATE TABLE "auth_group_permissions" (
"id" integer NOT NULL PRIMARY KEY,
"group_id" integer NOT NULL REFERENCES "auth_group" ("id"),
"permission_id" integer NOT NULL REFERENCES "auth_permission" ("id"),
UNIQUE ("group_id", "permission_id")
);
/*** Nav bar styles ***/
div.block-menu div.mntop {
background-image: url(imgs/menu_top.gif);
background-repeat: no-repeat;
padding-top: 5px;
}
div.block-menu div.content {
background: url(imgs/menu_bottom.gif) no-repeat left bottom;
padding-bottom: 5px;
/*** Nav bar styles ***/
div.block-menu div.mntop {
background-image: url(imgs/menu_top.gif);
background-repeat: no-repeat;
padding-top: 5px;
}
div.block-menu div.content {
background: url(imgs/menu_bottom.gif) no-repeat left bottom;
padding-bottom: 5px;
#!/bin/sh
echo "Deploying git PHP repository"
CURR=`pwd`
cd /web/pedro/eusouopedro.com/icards
env -i git pull origin php
cd $CURR
<?php
//...
$db_prefix = array(
'default' => '',
'authmap' => 'databasedosusuarios.',
'sessions' => 'databasedosusuarios.',
'users' => 'databasedosusuarios.',
);
POST: /game/create
=====================================================
DATA: {"type":"PIFPAF"}
=====================================================
{"game_id":"ce01f40b7bfc73607c8d54dbe6069ea7","id":"1","status":true}
POST: /game/addplayer/ce01f40b7bfc73607c8d54dbe6069ea7
=====================================================
DATA: {"site_id":123,"name":"Pedro Faria"}
=====================================================
17:55 <plimaromero> olha a hora heim...
17:55 <plimaromero> mgdm mmm
17:56 <pedrofaria> mgdm mmm ?
17:56 >>> plimaromero is away: Do not Disturb (Cuidando do Dani :))
17:56 <pedrofaria> daniel?
17:56 <pedrofaria> eh vc?
17:56 <pedrofaria> fala com o papai
17:56 <plimaromero> c bvcnbum
17:56 <plimaromero> é
17:56 <pedrofaria> auihauiahiuahuiahuiahuiaa
.block-menu ul li:hover {
position:relative;
}
.block-menu ul ul {
display:none;
position:absolute;
left:130px;
top:5px;
}
.block-menu li:hover > ul {