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.112
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
html /
bdc.bdcloud.fr /
custom /
stancer /
sql /
Delete
Unzip
Name
Size
Permission
Date
Action
llx_stancer_stancer_payments.key.sql
1.56
KB
-rwxr-x---
2023-04-04 16:13
llx_stancer_stancer_payments.sql
1.54
KB
-rwxr-x---
2023-04-04 16:13
llx_stancer_stancer_payouts.key.sql
1.3
KB
-rwxr-x---
2023-04-04 16:13
llx_stancer_stancer_payouts.sql
1.25
KB
-rwxr-x---
2023-04-04 16:13
update_001_01.sql
150
B
-rwxr-x---
2023-04-04 16:13
Save
Rename
-- Copyright (C) 2023 Eric Seigne <eric.seigne@cap-rel.fr> -- -- 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_stancer_stancer_payments( -- BEGIN MODULEBUILDER FIELDS rowid integer AUTO_INCREMENT PRIMARY KEY NOT NULL, stancer_id varchar(30) NOT NULL, amount integer DEFAULT NULL, fee integer DEFAULT NULL, currency varchar(4), description varchar(64), order_id varchar(36), unique_id varchar(36) UNIQUE, method varchar(4), card varchar(30), sepa varchar(30), customer varchar(30), refunds text, response varchar(4), capture boolean, created datetime, date_bank timestamp DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, live_mode boolean, fk_soc integer, date_creation datetime NOT NULL, tms timestamp DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, fk_user_creat integer, fk_user_modif integer, status integer NOT NULL, entity INTEGER DEFAULT 1 NOT NULL -- END MODULEBUILDER FIELDS ) ENGINE=innodb;