• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

FS Poster - Best Auto Poster & Scheduler Plugin For WordPress

FS Poster — Auto Poster & Scheduler Plugin For WordPress v.6.5.8 Nulled By lgokul

No permission to download
I have nulled them. I will upload my nulled version. Please be tested for me because I am not publicly running on hosting but I am running on my MAMP Pro
 
ok but send me nulled please
also I will test and tell you
You can check them for me. I have no problem running on my computer. But many of you told me they were disabled after 8 hours of operation.
 
You can run the following sql query
-- phpMyAdmin SQL Dump
-- version 4.9.0.1
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Sep 02, 2019 at 12:09 PM
-- Server version: 5.7.26
-- PHP Version: 5.6.40

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";

--
-- Database: wp_testlocal
--

-- --------------------------------------------------------

--
-- Table structure for table wp_options
--

CREATE TABLE wp_options (
option_id bigint(20) UNSIGNED NOT NULL,
option_name varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
option_value longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
autoload varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table wp_options
--

INSERT INTO wp_options (option_id, option_name, option_value, autoload) VALUES
(206, 'fs_cron_job_runned_on', '2019-09-02 05:06:04', 'yes'),
(207, 'fs_license_last_checked_time', '1567398438', 'yes'),
(208, 'fs_poster_plugin_installed', '3.2.1', 'yes'),
(209, 'fs_poster_plugin_purchase_key', 'Nulled', 'yes'),
(211, 'external_updates-fs-poster', 'O:8:\"stdClass\":5:{s:9:\"lastCheck\";i:1567399354;s:14:\"checkedVersion\";s:5:\"3.2.1\";s:6:\"update\";O:8:\"stdClass\":10:{s:4:\"slug\";s:9:\"fs-poster\";s:7:\"version\";s:5:\"3.2.1\";s:12:\"download_url\";s:54:\"https://www.fs-poster.com/downloads/fs-poster-last.zip\";s:12:\"translations\";a:0:{}s:2:\"id\";i:0;s:8:\"homepage\";s:26:\"https://www.fs-poster.com/\";s:6:\"tested\";s:5:\"5.2.1\";s:14:\"upgrade_notice\";N;s:5:\"icons\";a:2:{s:2:\"1x\";s:46:\"https://s3.envato.com/files/268109011/icon.png\";s:2:\"2x\";s:46:\"https://s3.envato.com/files/268109011/icon.png\";}s:8:\"filename\";s:18:\"fs-poster/init.php\";}s:11:\"updateClass\";s:22:\"Puc_v4p4_Plugin_Update\";s:15:\"updateBaseClass\";s:13:\"Plugin_Update\";}', 'no');

--
-- Indexes for dumped tables
--

--
-- Indexes for table wp_options
--
ALTER TABLE wp_options
ADD PRIMARY KEY (option_id),
ADD UNIQUE KEY option_name (option_name);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table wp_options
--
ALTER TABLE wp_options
MODIFY option_id bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=215;
-- phpMyAdmin SQL Dump
-- version 4.9.0.1
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Sep 02, 2019 at 12:11 PM
-- Server version: 5.7.26
-- PHP Version: 5.6.40

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";

--
-- Database: wp_testlocal
--

-- --------------------------------------------------------

--
-- Table structure for table wp_fs_accounts
--

CREATE TABLE wp_fs_accounts (
id int(11) NOT NULL,
user_id int(11) DEFAULT NULL,
driver varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
name varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
profile_id varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
email varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
gender tinyint(4) DEFAULT NULL,
birthday date DEFAULT NULL,
proxy varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
is_public tinyint(1) DEFAULT '1',
username varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
password varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
followers_count varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
friends_count varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
listed_count varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
profile_pic varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
options varchar(1000) COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPACT;

-- --------------------------------------------------------

--
-- Table structure for table wp_fs_account_access_tokens
--

CREATE TABLE wp_fs_account_access_tokens (
id int(11) NOT NULL,
account_id int(11) DEFAULT NULL,
app_id int(11) DEFAULT NULL,
expires_on datetime DEFAULT NULL,
access_token varchar(2500) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
access_token_secret varchar(750) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
refresh_token varchar(1000) COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPACT;

-- --------------------------------------------------------

--
-- Table structure for table wp_fs_account_nodes
--

CREATE TABLE wp_fs_account_nodes (
id int(11) NOT NULL,
user_id int(11) DEFAULT NULL,
account_id int(11) DEFAULT NULL,
node_type varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
node_id varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
access_token varchar(1000) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
name varchar(350) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
added_date timestamp NULL DEFAULT CURRENT_TIMESTAMP,
category varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
fan_count bigint(20) DEFAULT NULL,
is_public tinyint(1) DEFAULT '1',
cover varchar(750) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
driver varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
screen_name varchar(350) COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPACT;

-- --------------------------------------------------------

--
-- Table structure for table wp_fs_account_node_status
--

CREATE TABLE wp_fs_account_node_status (
id int(11) NOT NULL,
node_id varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
user_id int(11) DEFAULT NULL,
filter_type varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
categories varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPACT;

-- --------------------------------------------------------

--
-- Table structure for table wp_fs_account_sessions
--

CREATE TABLE wp_fs_account_sessions (
id int(11) NOT NULL,
driver varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
username varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
settings varchar(2500) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
cookies varchar(1000) COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPACT;

-- --------------------------------------------------------

--
-- Table structure for table wp_fs_account_status
--

CREATE TABLE wp_fs_account_status (
id int(11) NOT NULL,
account_id int(11) NOT NULL,
user_id int(11) DEFAULT NULL,
filter_type varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
categories varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPACT;

-- --------------------------------------------------------

--
-- Table structure for table wp_fs_apps
--

CREATE TABLE wp_fs_apps (
id int(11) NOT NULL,
user_id int(11) DEFAULT NULL,
driver varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
app_id varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
app_secret varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
app_key varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
app_authenticate_link varchar(2000) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
is_public tinyint(1) DEFAULT NULL,
name varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
is_standart tinyint(1) DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPACT;

--
-- Dumping data for table wp_fs_apps
--

INSERT INTO wp_fs_apps (id, user_id, driver, app_id, app_secret, app_key, app_authenticate_link, is_public, name, is_standart) VALUES
(1, 0, 'fb', '6628568379', 'c1e620fa708a1d5696fb991c1bde5662', '3e7c78e35a76a9299309885393b02d97', NULL, 1, 'Facebook for iPhone', 2),
(2, 0, 'fb', '350685531728', '62f8ce9f74b12f84c123cc23437a4a32', '882a8490361da98702bf97a021ddc14d', NULL, 1, 'Facebook for Android', 2),
(3, NULL, 'fb', '193278124048833', NULL, NULL, 'https://www.facebook.com/v2.8/dialo...nse_type=token,code&client_id=193278124048833', 1, 'HTC Sense', 3),
(4, NULL, 'fb', '145634995501895', NULL, NULL, 'https://www.facebook.com/v1.0/dialo...nse_type=token,code&client_id=145634995501895', 1, 'Graph API explorer', 3),
(5, NULL, 'fb', '174829003346', NULL, NULL, 'https://www.facebook.com/v1.0/dialo...ps&response_type=token&client_id=174829003346', 1, 'Spotify', 3),
(6, NULL, 'twitter', NULL, 'xq5nJ2gkJFUdro8zAWPlbOOMPvCGL7Oue7bKyPFvPEk1BozHZe', 'l0fOqMTgEtO9UZcHHVBxjBzCN', NULL, NULL, 'FS Poster - Standert APP', 1),
(7, NULL, 'linkedin', '869d0k0dnz6ani', 'svD9SSMgoR0N4r7G', NULL, NULL, NULL, 'FS Poster - Standert APP', 1),
(8, NULL, 'vk', '6602634', 'wa2ijHeZn4jop4lpCiG7', NULL, NULL, NULL, 'FS Poster - Standert APP', 1),
(9, NULL, 'pinterest', '4978127361464614864', '20ea35e62b86fe39f2c911192f23d32a9a778052db6a15e7d29746f4e1323b4d', NULL, NULL, NULL, 'FS Poster - Standert APP', 1),
(10, NULL, 'reddit', 'wlYovB5vGbWY_w', '6iKVNyKe3KzKb2hmKvMnMOeqcmQ', NULL, NULL, NULL, 'FS Poster - Standert APP', 1),
(11, NULL, 'tumblr', '', 'Y1Sr7JPq32AOmdlz4cszwCLF1D6cUlNGpslzWnGLytLBBL2cIs', 'dEVlT3wWicbBZM6fyAmkr43Drv705bk1ULeIE8kFDfSilOoHMG', NULL, NULL, 'FS Poster - Standert APP', 1);

-- --------------------------------------------------------

--
-- Table structure for table wp_fs_feeds
--

CREATE TABLE wp_fs_feeds (
id int(11) NOT NULL,
post_type varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
post_id int(11) DEFAULT NULL,
node_id int(11) DEFAULT NULL,
node_type varchar(40) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
driver varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
is_sended tinyint(1) DEFAULT '0',
status varchar(15) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
error_msg varchar(300) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
send_time timestamp NULL DEFAULT CURRENT_TIMESTAMP,
interval int(11) DEFAULT NULL,
driver_post_id varchar(45) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
visit_count int(11) DEFAULT '0',
feed_type varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
schedule_id int(11) DEFAULT NULL,
driver_post_id2 varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
custom_post_message varchar(2500) COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPACT;

-- --------------------------------------------------------

--
-- Table structure for table wp_fs_schedules
--

CREATE TABLE wp_fs_schedules (
id int(11) NOT NULL,
user_id int(11) DEFAULT NULL,
title varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
start_date date DEFAULT NULL,
end_date date DEFAULT NULL,
interval int(11) DEFAULT NULL,
status varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
filters varchar(2000) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
accounts text COLLATE utf8mb4_unicode_ci,
insert_date timestamp NULL DEFAULT CURRENT_TIMESTAMP,
share_time time DEFAULT NULL,
post_type_filter varchar(2000) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
category_filter varchar(2000) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
post_sort varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
post_date_filter varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
post_ids varchar(2000) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
next_execute_time time DEFAULT NULL,
custom_post_message varchar(2500) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
share_on_accounts varchar(300) COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPACT;

--
-- Indexes for dumped tables
--

--
-- Indexes for table wp_fs_accounts
--
ALTER TABLE wp_fs_accounts
ADD PRIMARY KEY (id) USING BTREE;

--
-- Indexes for table wp_fs_account_access_tokens
--
ALTER TABLE wp_fs_account_access_tokens
ADD PRIMARY KEY (id) USING BTREE;

--
-- Indexes for table wp_fs_account_nodes
--
ALTER TABLE wp_fs_account_nodes
ADD PRIMARY KEY (id) USING BTREE;

--
-- Indexes for table wp_fs_account_node_status
--
ALTER TABLE wp_fs_account_node_status
ADD PRIMARY KEY (id) USING BTREE;

--
-- Indexes for table wp_fs_account_sessions
--
ALTER TABLE wp_fs_account_sessions
ADD PRIMARY KEY (id) USING BTREE;

--
-- Indexes for table wp_fs_account_status
--
ALTER TABLE wp_fs_account_status
ADD PRIMARY KEY (id) USING BTREE;

--
-- Indexes for table wp_fs_apps
--
ALTER TABLE wp_fs_apps
ADD PRIMARY KEY (id) USING BTREE;

--
-- Indexes for table wp_fs_feeds
--
ALTER TABLE wp_fs_feeds
ADD PRIMARY KEY (id) USING BTREE;

--
-- Indexes for table wp_fs_schedules
--
ALTER TABLE wp_fs_schedules
ADD PRIMARY KEY (id) USING BTREE;

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table wp_fs_accounts
--
ALTER TABLE wp_fs_accounts
MODIFY id int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table wp_fs_account_access_tokens
--
ALTER TABLE wp_fs_account_access_tokens
MODIFY id int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table wp_fs_account_nodes
--
ALTER TABLE wp_fs_account_nodes
MODIFY id int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table wp_fs_account_node_status
--
ALTER TABLE wp_fs_account_node_status
MODIFY id int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table wp_fs_account_sessions
--
ALTER TABLE wp_fs_account_sessions
MODIFY id int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table wp_fs_account_status
--
ALTER TABLE wp_fs_account_status
MODIFY id int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table wp_fs_apps
--
ALTER TABLE wp_fs_apps
MODIFY id int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;

--
-- AUTO_INCREMENT for table wp_fs_feeds
--
ALTER TABLE wp_fs_feeds
MODIFY id int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table wp_fs_schedules
--
ALTER TABLE wp_fs_schedules
MODIFY id int(11) NOT NULL AUTO_INCREMENT;
 
You can check them for me. I have no problem running on my computer. But many of you told me they were disabled after 8 hours of operation.

I have downloaded, installed and for now working ok, let see until tomorrow will it stay ok or not, i will update here.

Also about sql query i dont know where to put or how
 
I found a way to check the license to disable plugins and I fixed them.
 
  • Like
Reactions: mevufejo and Babak
I found a way to check the license to disable plugins and I fixed them.

And what to do, just to install this or must disable other plugins?
 
I am testing your version
"I found a way to check the license to disable plugins and I fixed them. "

but why it not have FS Poster – Standard App

because there in comments I see it have

one example:

  1. Go to FS Poster > Accounts > Facebook, Click the “ADD ACCOUNT” button.
  2. Choose “Personal App” method, and select the “FS Poster – Standard App” from the select box and click the “NEXT” button.
  3. Authorize your Facebook account.
 
Good afternoon everyone, all right? Please, could someone give me a hand? I have tried several times to install this plugin and could not activate it. Always gives the message: "allow_url_fopen" disabled in your php.ini settings! Please activate it and try again! . I am using it in a subfolder, eg domain.com / folder. I already set OFF the "allow_url_fopen" and it didn't work. Could anyone explain in more detail how to activate this plugin? Thank you very much in advance.
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock