X7ROOT File Manager
Current Path:
/var/softaculous/chamilo
var
/
softaculous
/
chamilo
/
??
..
??
add_course.conf.php
(265 B)
??
auth.conf.php
(6.37 KB)
??
chamilo.sql
(284.14 KB)
??
chamilo.zip
(123.67 MB)
??
clone.php
(5.85 KB)
??
configuration.php
(135.92 KB)
??
course_info.conf.php
(176 B)
??
edit.php
(4.28 KB)
??
edit.xml
(433 B)
??
events.conf.php
(3.23 KB)
??
fileindex.php
(516 B)
??
images
??
import.php
(3.45 KB)
??
info.xml
(3.18 KB)
??
install.js
(924 B)
??
install.php
(6.64 KB)
??
install.xml
(4.24 KB)
??
mail.conf.php
(3.42 KB)
??
md5
(1.93 KB)
??
notes.txt
(1.22 KB)
??
php53
??
php56
??
php71
??
php81
??
php82
??
profile.conf.php
(1.31 KB)
??
upgrade.php
(5.84 KB)
??
upgrade.xml
(419 B)
??
vendor.zip
(179.67 MB)
??
web.zip
(59.45 MB)
Editing: 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);
Upload File
Create Folder