Linux sg77.dns-private.com 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64
LiteSpeed
Server IP : 135.181.230.13 & Your IP : 216.73.217.64
Domains :
Cant Read [ /etc/named.conf ]
User : pilasate
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
chamilo /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2026-07-04 08:51
php53
[ DIR ]
drwxr-xr-x
2026-07-04 08:51
php56
[ DIR ]
drwxr-xr-x
2026-07-04 08:51
php71
[ DIR ]
drwxr-xr-x
2026-07-04 08:51
php81
[ DIR ]
drwxr-xr-x
2026-07-04 08:51
php82
[ DIR ]
drwxr-xr-x
2026-07-04 08:51
add_course.conf.php
265
B
-rw-r--r--
2021-12-23 11:54
auth.conf.php
6.37
KB
-rw-r--r--
2024-10-22 11:51
clone.php
5.84
KB
-rw-r--r--
2026-07-03 12:04
configuration.php
138.33
KB
-rw-r--r--
2026-07-03 09:44
course_info.conf.php
176
B
-rw-r--r--
2021-12-23 11:54
edit.php
4.27
KB
-rw-r--r--
2026-07-03 12:04
edit.xml
433
B
-rw-r--r--
2021-12-23 11:54
events.conf.php
3.23
KB
-rw-r--r--
2021-12-23 11:54
fileindex.php
516
B
-rw-r--r--
2023-01-25 05:55
import.php
3.45
KB
-rw-r--r--
2026-07-03 12:04
info.xml
3.18
KB
-rw-r--r--
2026-07-03 10:17
install.js
924
B
-rw-r--r--
2021-12-23 11:54
install.php
6.73
KB
-rw-r--r--
2026-07-03 12:04
install.xml
4.24
KB
-rw-r--r--
2021-12-23 11:54
mail.conf.php
3.42
KB
-rw-r--r--
2024-10-22 11:51
md5
1.99
KB
-rw-r--r--
2026-07-03 12:04
notes.txt
1.22
KB
-rw-r--r--
2024-01-24 10:57
profile.conf.php
1.31
KB
-rw-r--r--
2023-01-25 05:55
upgrade.php
6.03
KB
-rw-r--r--
2026-07-03 12:04
upgrade.xml
419
B
-rw-r--r--
2021-12-23 11:54
Save
Rename
<?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);