public marks

PUBLIC MARKS with tags facebook & php

June 2008

apc@facebook

by nhoizey
Des slides expliquant l'utilisation poussée d'APC faite par Facebook

May 2008

January 2008

SocialEngine PHP - Build your own unique social network!

by springnet
SocialEngine is a PHP-based social network platform that lets you create a social network on your website. Right out of the box, your social network will offer nearly all of the features found on today's wildly popular social networks. Instead of hosting

September 2007

Learning from Facebook: Preventing PHP Leakage | New Web Order - Nik Cubrilovic

by srcmax & 1 other
I just posted on TC about the Facebook code leak. PHP has always been notorious for sometimes not processing requests poorly and sending back the source code for pages to the client. Because of the way mod_php works with apache, if mod_php fails in intercepting and processing the request, then apache will just serve it back to the client as an ordinary text file. I could go into the details of how this all works and why it sometimes breaks, as well as the causes, but instead lets touch on a few solutions to preventing PHP code from leaking: