Author: David

Pull Parsing ARIN WHOIS Data in PHP

Pull Parsing ARIN WHOIS Data in PHP

At JerseyConnect, we have been using the Bulk WHOIS Data from ARIN for a few years now, mostly as a diagnostic tool for libraries concerned about their bandwidth usage, but also for capacity planning and judging peering options. After years of using the flat text format dumps, this week I decided to take the plunge and change to the much larger — but much better structured — XML formatted files. Here’s how I did it!

An example of BuddyPress group tabs with Home tab 12

Creating a BuddyPress Group Home Page

Do you want to create a “home page” for each of your groups, like the one on plugin groups on buddypress.org? Updated (1/07/12): Updated instructions and the sample child theme to fix the activity...

Unified Search on BuddyPress 1.5 0

Unified Search on BuddyPress 1.5

Just a quick note to anyone wanting to use the unified search from buddydev.org with BuddyPress 1.5: Replace: remove_action( ‘init’, ‘bp_core_action_search_site’, 5 );//force buddypress to not process the search/redirect add_action( ‘init’, ‘bp_buddydev_search’, 10 );//...