Category
php
10 posts in this category
-
Problems with a rootkit
2013-11-16
During this week I've been struggling with a problem with one of our servers. The server started to collapse with no aparent reason, sometimes we see suspicious processes like this: ./m64 -o stratum+tcp://mine.pool-x.eu:9000 -u gvsall.64...
-
How to get a contrasting font color for a given background ?
2010-01-24
This is a sample code to give a font color with a good contrast for a given background color. That php code snipped could be useful in case you give your users the option to set a custom background but not the font color (to avoid too many...
-
Tutorial de memcache
2009-12-10
Memcache es una extensió de PHP que interactua amb memcached, que a la seva vegada es un daemon de cache en memoria, molt simple, que enmagatzema parells key=>value on value pot ser qualsevol cosa serialitzable amb PHP. Per instal.lar amb...
-
Create the first bracket of a tournament
2009-10-15
Bueno tetes, no tinc molt de temps però si algun cop us heu trobat en el cas de com crear un bracket per un torneig, no es del tot trivial. Us deixo un troç de codi que el seu output es una array on cada element s'ha d'emparellar amb el...
-
How to emulate parse_ini_string in PHP5.2
2009-05-20
If you have ever wanted to parse a ini file from "not-a-file" you may have found the parse_ini_string function, but it only comes in PHP version 5.3 or newer. Here you have a piece of code that has two options, the easy one, if...
-
Links que m'he de treure de sobre
2009-02-25
Ja no puc tenir tantes pestanyes de Firefox obertes, deixaré aquí les que vaig a tancar com a referencia futura. Club de Cuines de TVC i Catalunya Ràdio, developed by interactiva i omatech.com PHP-PDB, llibreria per llegir arxius de palm...
-
Articles interessants d'avui
2008-12-09
Com a recordatori per mi mateix com a mínim, he vist un nou PNG Fix per IE6 (a veure si trobem el Sant Greal dels PNGFixs per fi) i un exemple de com fer servir la API de Akismet per detectar SPAM desde PHP....
-
Redirecció de dominis mantenint el pagerank
2008-10-16
301 powa! Amb la relativa novetat dels dominis .cat de vegades ens podem trobar que un client esta molt ben posicionat a google amb el seu domini .es pero no tant bé amb el .cat Segons google, la solució per migrar un domini es utilitzar...
-
CODERS KARMA
2008-09-23
Avui hem solucionat un bug de la editora "hard candy cms 2.8", es tracta que al guardar les imatges, calculem la seva mida amb el GD (width i height en pixels). Per enmagatzemar els valors, vaig fer servir la columna num_val que era una...
-
Fucking suse and php5 problem
2008-08-28
I'm trying to setup a new server with a new apache, php and mysql. Copying the same php development files must be enough, but I've spend two hours with this stupid error. When connecting to the website, I've got a dump of php code,...