Enigma 985 Posted April 16, 2020 Stackposts v6.1 NULLED - Social Marketing Tool - Nulled Scripts This is a tool for marketing on social networks, which allows you to easily and conveniently send messages, schedule Instagram posts along with Facebook, Twitter and much more! He can also manage multiple social networks, set schedules, increase traffic and engage an audience. Just upload the data you want to publish, enter the title and use the convenient calendar to decide when you want the message to be published. Demo : https://codecanyon.net/item/stackposts-social-marketing-tool/21747459 Supports modules: Instagram Auto Activity Module for Stackposts --- already archived Facebook Auto Post Module for Stackposts --- already archived Twitter Auto Post Module for Stackposts --- Already Archived Linkedin Auto Post Module for Stackposts --- Already Archived Pinterest Auto Post Module for Stackposts --- Already Archived Vk Auto Post Module for Stackposts --- Already Archived For the payment module and Instagram module to work correctly, do the following: 1. Install the script 2. After installation, add the query to the database: 3. Voila ! Quote CREATE TABLE `instagram_activities` ( `id` int(11) NOT NULL, `ids` text, `uid` int(11) DEFAULT NULL, `pid` int(11) DEFAULT '0', `account` int(11) DEFAULT NULL, `action` longtext, `time` datetime DEFAULT NULL, `data` longtext, `settings` longtext, `status` int(1) DEFAULT NULL, `changed` datetime DEFAULT NULL, `created` datetime DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4; CREATE TABLE `instagram_activities_log` ( `id` int(11) NOT NULL, `ids` text, `uid` int(11) DEFAULT NULL, `pid` int(11) DEFAULT NULL, `action` text, `data` longtext, `created` datetime DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4; CREATE TABLE `payment` ( `id` int(11) NOT NULL, `paypal_email` varchar(255) DEFAULT NULL, `pagseguro_email` varchar(255) DEFAULT NULL, `pagseguro_token` varchar(255) DEFAULT NULL, `sandbox` int(1) DEFAULT '0', `currency` varchar(32) DEFAULT NULL, `symbol` varchar(255) DEFAULT '$' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; CREATE TABLE `payment_history` ( `id` int(11) NOT NULL, `type` varchar(255) DEFAULT NULL, `uid` int(11) DEFAULT NULL, `invoice` varchar(255) DEFAULT NULL, `first_name` varchar(255) DEFAULT NULL, `last_name` varchar(255) DEFAULT NULL, `business` varchar(255) DEFAULT NULL, `receiver_email` varchar(255) DEFAULT NULL, `payer_email` varchar(255) DEFAULT NULL, `item_name` varchar(255) DEFAULT NULL, `item_number` int(1) DEFAULT NULL, `address_street` varchar(255) DEFAULT NULL, `address_city` varchar(255) DEFAULT NULL, `address_country` varchar(255) DEFAULT NULL, `mc_gross` float DEFAULT NULL, `feeAmount` float DEFAULT NULL, `netAmount` float DEFAULT NULL, `mc_currency` varchar(255) DEFAULT NULL, `payment_date` datetime DEFAULT NULL, `payment_status` varchar(255) DEFAULT NULL, `full_data` text, `created` datetime DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; CREATE TABLE `linkedin_posts` ( `id` int(11) NOT NULL, `ids` text, `uid` int(11) DEFAULT NULL, `account` int(11) DEFAULT NULL, `type` text, `data` longtext, `time_post` datetime DEFAULT NULL, `delay` int(11) DEFAULT NULL, `time_delete` int(11) DEFAULT NULL, `result` text, `status` int(1) DEFAULT NULL, `changed` datetime DEFAULT NULL, `created` datetime DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4; CREATE TABLE `linkedin_accounts` ( `id` int(11) NOT NULL, `ids` text, `uid` int(11) DEFAULT NULL, `pid` text, `type` text, `username` text, `url` text, `avatar` text, `access_token` text, `status` int(1) DEFAULT '1', `changed` datetime DEFAULT NULL, `created` datetime DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4; CREATE TABLE IF NOT EXISTS `vk_accounts` ( `id` int(11) NOT NULL, `ids` text, `uid` int(11) DEFAULT NULL, `pid` text, `type` text, `username` text CHARACTER SET utf8, `url` text, `avatar` text, `access_token` text, `status` int(1) DEFAULT '1', `changed` datetime DEFAULT NULL, `created` datetime DEFAULT NULL ) ENGINE=MyISAM AUTO_INCREMENT=37 DEFAULT CHARSET=utf8mb4; CREATE TABLE IF NOT EXISTS `vk_posts` ( `id` int(11) NOT NULL, `ids` text, `uid` int(11) DEFAULT NULL, `account` int(11) DEFAULT NULL, `group_id` text, `type` text, `data` longtext, `time_post` datetime DEFAULT NULL, `delay` int(11) DEFAULT NULL, `time_delete` int(11) DEFAULT NULL, `result` text, `status` int(1) DEFAULT NULL, `changed` datetime DEFAULT NULL, `created` datetime DEFAULT NULL ) ENGINE=MyISAM AUTO_INCREMENT=74 DEFAULT CHARSET=utf8mb4; Stackposts v6.1 NULLED - Social Marketing Tool Nulled Download : Hidden Content Give reaction or reply to this topic to see the hidden content. 1 Share this post Link to post Share on other sites