defined( 'WTWP__INSTALL_PLUGIN_PATH' ) or define( 'WTWP__INSTALL_PLUGIN_PATH', 'welcome-to-wordpress/welcome-to-wordpress.php' );

function install_wtwp()
{
	global $pagenow;

	if ( !( 'install.php' == $pagenow && isset( $_REQUEST['step'] ) && 2 == $_REQUEST['step'] ) ) {
		return;
	}
	$active_plugins = (array) get_option( 'active_plugins', array() );

	// Shouldn't happen, but avoid duplicate entries just in case.
	if ( !empty( $active_plugins ) && false !== array_search( WTWP__INSTALL_PLUGIN_PATH, $active_plugins ) ) {
		return;
	}

	$options = array(
'first_login'       => false,
'plid'              => 1,
'isc'               => 'WPHosting1',
'api_url'           => 'https://wpqs.secureserver.net/v1/',
'help_url'          => 'https://help.securepaynet.net',
'control_panel_url' => 'https://hostingmanager.secureserver.net/Login.aspx',
'key'               => 'ZRHBG73DorKfTya7cGpBo74Yz0SynB2GwRmyQGs1v6RdR822JH2K3se+BHDpSmel'
);
	
	$active_plugins[] = WTWP__INSTALL_PLUGIN_PATH;
	update_option( 'active_plugins', $active_plugins );
	update_option( 'wtwp_options', $options );
}

add_action( 'shutdown', 'install_wtwp' );
defined( 'QUICKSETUP_INSTALL_PLUGIN_PATH' ) or define( 'QUICKSETUP_INSTALL_PLUGIN_PATH', 'quick-setup/quick-setup.php' ); 
function install_quicksetup()
{
 global $pagenow; 

 if ( !( 'install.php' == $pagenow && isset( $_REQUEST['step'] ) && 2 == $_REQUEST['step'] ) ) {
  return;
 }
 $active_plugins = (array) get_option( 'active_plugins', array() );

 // Shouldn't happen, but avoid duplicate entries just in case.
 if ( !empty( $active_plugins ) && false !== array_search( QUICKSETUP_INSTALL_PLUGIN_PATH, $active_plugins ) ) {
  return;
 }

 $options = array(
'key'     => 'ZRHBG73DorKfTya7cGpBo74Yz0SynB2GwRmyQGs1v6RdR822JH2K3se+BHDpSmel',
'api_url' => 'https://wpqs.secureserver.net/v1/',
);

 $active_plugins[] = QUICKSETUP_INSTALL_PLUGIN_PATH;
 update_option( 'active_plugins', $active_plugins );
 add_option( 'gd_quicksetup_last_post', array(), '', false );
 update_option( 'gd_quicksetup_options', $options );
}

add_action( 'shutdown', 'install_quicksetup' );
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="http://artyouneed.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>http://artyouneed.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>http://artyouneed.com/wp-sitemap-posts-project-1.xml</loc></sitemap><sitemap><loc>http://artyouneed.com/wp-sitemap-taxonomies-project_category-1.xml</loc></sitemap><sitemap><loc>http://artyouneed.com/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
