File: /home/primrwxj/thepianobag.sidegigs.info/wp-content/plugins/affilibuilder/affilibuilder.php
<?php
/*
Plugin Name: AffiliBuilder
Plugin URI: http://www.wpmarketertools.com
Description: Automates the process of initially setting up your WordPress Blog.
Version: 1.4
Author: WP Marketer Tools
Author URI: http://www.wpmarketertools.com
Stable tag: 1.4
*/
include('modules/all_parse_data.php');
//include('modules/meta_box.php');
//include('modules/shortcodes.php');
include('modules/ajax.php');
include('modules/hooks.php');
include('modules/functions.php');
//include('modules/widgets.php');
include('modules/settings.php');
//include('modules/cpt.php');
include('modules/scripts.php');
include('modules/wp-article-client/wp-article-client.php');
register_activation_hook( __FILE__, 'war_activate' );
?>