Skip to content

Instantly share code, notes, and snippets.

@pke
pke / README.md
Created January 29, 2020 12:55 — forked from nikcub/README.md
Facebook PHP Source Code from August 2007
@pke
pke / gist:50ff98187b4f10f960dc11caffc14632
Created January 29, 2020 12:53 — forked from philfreo/gist:7257723
Facebook Perl source code from 2005. When browsing around thefacebook.com in 2005 the server spit out some server-side source code rather than running it. I believe this was for their old graph feature that let you visualize the graph between all your friends. The filename is `mygraph.svgz` and contains some gems such as a commented out "zuck" d…
#!/usr/bin/perl
use Mysql;
use strict;
use vars qw($school_name);
use vars qw($pass);
require "./cgi-lib.pl";