Tag: php
phpBB 3: How to Disable IP Logging
by admin on Feb.16, 2012, under Web Development
phpBB is an popular open-source bulletin board software written in PHP. It logs IP’s automatically and stores them in the database. It’s very important for security purposes, but if you have concerns about data privacy you can disable IP logging permanently. Please note that your apache is logging IPs also… (continue reading…)
Incoming search terms:
How to get ‘Monthly Active Users’ of your Facebook Application
by admin on Dec.15, 2010, under Web Development
I’ll show you how to get the monthly active users of your Facebook application via FQL with the help of PHP…
Ehh wait, what’s FQL?
“Facebook Query Language, or FQL, enables you to use a SQL-style interface to query the data exposed by the Graph API. It provides for some advanced features not available in the Graph API, including batching multiple queries into a single call.”
More information: Facebook FQL reference
(continue reading…)