shell bypass 403

Cubjrnet7 Shell


name : component_types.sql
CREATE TABLE IF NOT EXISTS `#__rsform_component_types` (
  `ComponentTypeId` int(11) NOT NULL auto_increment,
  `ComponentTypeName` text NOT NULL,
  `CanBeDuplicated` tinyint(1) NOT NULL DEFAULT '1',
  PRIMARY KEY  (`ComponentTypeId`)
) DEFAULT CHARSET=utf8;

© 2025 Cubjrnet7