GRAYBYTE WORDPRESS FILE MANAGER9765

Server IP : 198.54.121.189 / Your IP : 216.73.216.112
System : Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Directory : /var/softaculous/chamilo/
Upload Files :
Current_dir [ Not Writeable ] Document_root [ Writeable ]

Command :


Current File : /var/softaculous/chamilo//events.conf.php
<?php
/* For licensing terms, see /license.txt */

/**
 * Events' configuration
 * @deprecated to be removed in 2.x
 * Used to configure each event and to link them to functions the event'll fire.
 * The flow is like the following :
 * 1. somewhere in the application an event is fired
 * 2. that event is intercepted by the switch EventsDispatcher
 * 3. that switch will go all over the "actions" in the event_config initialized beneath us according to the event
 * 4. that switch will see if the function actually exists (if not, we get dont do anything)
 * 5. then it will see if a filter for that function exists (if it does, the filter is executed)
 * 6. if the filter says it's ok, the function linked to the event is executed
 * 7. and that function will actually call the truly interesting function with the good require_once 
 */
global $event_config;

$event_config = array(
    'portal_homepage_edited' => array( // key for "user registration" event
        'actions' => array( // we link this event to a bunch of functions that will be triggered when the event is fired
            'event_send_mail' // don't forget to actually write this function in the events.lib.php file
        ),
        'self_sent' => false, // this key states that we can't add user to this event through the admin panel
        'name_lang_var' => get_lang('PortalHomepageEdited'),
        'desc_lang_var' => get_lang('PortalHomepageEdited'),
        'available_keyvars' => array (// keys used for the mail template
            'url'           => 'portal',
            'sitename'      => 'sitename',
            'firstname'     => 'firstname',
            'lastname'      => 'lastname',
            'username'      => 'username',
            'usermail'      => 'usermail',
            'password'      => 'password',
            'user_lang'     => 'language',
            'admin_name'    => 'administrator_name',
            'admin_surname' => 'administrator_surname',
            'admin_phone'   => 'administrator_phone',
            'admin_email'   => 'administrator_email',
        )
    ),
    'user_registration' => array( // key for "user registration" event
        'actions' => array( // we link this event to a bunch of functions that will be triggered when the event is fired
            'event_send_mail' // don't forget to actually write this function in the events.lib.php file
        ),
        'self_sent' => true, // this key states that we can't add user to this event through the admin panel
        'name_lang_var' => get_lang('UserRegistrationTitle'),
        'desc_lang_var' => get_lang('UserRegistrationComment'),
        'available_keyvars' => array (// keys used for the mail template
            'url'           => 'portal',
            'sitename'      => 'sitename',
            'firstname'     => 'firstname',
            'lastname'      => 'lastname',
            'username'      => 'username',
            'usermail'      => 'usermail',
            'password'      => 'password',
            'user_lang'     => 'language',
            'admin_name'    => 'administrator_name',
            'admin_surname' => 'administrator_surname',
            'admin_phone'   => 'administrator_phone',
            'admin_email'   => 'administrator_email',
        )
    ),
);


@include 'events.conf.local.php';

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
July 13 2025 08:30:22
root / root
0755
images
--
July 01 2025 09:24:30
root / root
0755
php53
--
July 01 2025 09:24:31
root / root
0755
php56
--
July 01 2025 09:24:31
root / root
0755
php71
--
July 01 2025 09:24:30
root / root
0755
php81
--
July 01 2025 09:24:30
root / root
0755
php82
--
July 01 2025 09:24:30
root / root
0755
add_course.conf.php
0.259 KB
December 23 2021 11:54:36
root / root
0644
auth.conf.php
6.371 KB
October 22 2024 11:51:56
root / root
0644
chamilo.sql
284.144 KB
July 01 2025 05:16:28
root / root
0644
chamilo.zip
123.67 MB
July 01 2025 05:16:28
root / root
0644
clone.php
5.849 KB
July 01 2025 06:59:18
root / root
0644
configuration.php
135.915 KB
July 01 2025 05:16:28
root / root
0644
course_info.conf.php
0.172 KB
December 23 2021 11:54:36
root / root
0644
edit.php
4.281 KB
July 01 2025 06:59:18
root / root
0644
edit.xml
0.423 KB
December 23 2021 11:54:36
root / root
0644
events.conf.php
3.234 KB
December 23 2021 11:54:36
root / root
0644
fileindex.php
0.504 KB
January 25 2023 05:55:00
root / root
0644
import.php
3.45 KB
July 01 2025 06:59:18
root / root
0644
info.xml
3.18 KB
July 01 2025 05:16:28
root / root
0644
install.js
0.902 KB
December 23 2021 11:54:36
root / root
0644
install.php
6.64 KB
July 01 2025 06:59:18
root / root
0644
install.xml
4.235 KB
December 23 2021 11:54:36
root / root
0644
mail.conf.php
3.42 KB
October 22 2024 11:51:56
root / root
0644
md5
1.932 KB
July 01 2025 06:59:18
root / root
0644
notes.txt
1.225 KB
January 24 2024 10:57:10
root / root
0644
profile.conf.php
1.309 KB
January 25 2023 05:55:00
root / root
0644
upgrade.php
5.84 KB
July 01 2025 06:59:18
root / root
0644
upgrade.xml
0.409 KB
December 23 2021 11:54:36
root / root
0644
vendor.zip
179.67 MB
July 01 2025 05:16:28
root / root
0644
web.zip
59.45 MB
July 01 2025 05:16:28
root / root
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF