Jump to content

Stackposts v8.2.0 + 25 Modules [Extended License]

Featured Replies

  • Replies 210
  • Views 51.7k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Updated

  • FK PAYING FOR SHHHTT...
    FK PAYING FOR SHHHTT...

    lmao.. hmmm. charging people really?

  • Abduolkader Idriss
    Abduolkader Idriss

    Hi, please I need help with this product I want to buy it  but when I click on the link for the watch the modules supported by version 8.0.7 do not work https://doniacloud.com/39261ef64897b23e

Posted Images

On 2/18/2024 at 10:04 PM, Valdis Zelvis said:

Excuse me, could you look at why when entering the (schedules and ai content generator) a white page and an inscription appear(Whoops!We seem to have hit a snag. Please try again later...) Thanks!

ERROR - 2024-02-18 06:52:54 --> Unknown column 'function' in 'field list'
CRITICAL - 2024-02-18 06:52:54 --> Call to a member function getResult() on bool
#0 /home/u650624192/domains/socposters.com/public_html/inc/core/Schedules/Controllers/Schedules.php(15): Core\Schedules\Models\SchedulesModel->categories()
#1 /home/u650624192/domains/socposters.com/public_html/vendor/codeigniter4/framework/system/CodeIgniter.php(832): Core\Schedules\Controllers\Schedules->index()
#2 /home/u650624192/domains/socposters.com/public_html/vendor/codeigniter4/framework/system/CodeIgniter.php(419): CodeIgniter\CodeIgniter->runController()
#3 /home/u650624192/domains/socposters.com/public_html/vendor/codeigniter4/framework/system/CodeIgniter.php(326): CodeIgniter\CodeIgniter->handleRequest()
#4 /home/u650624192/domains/socposters.com/public_html/index.php(44): CodeIgniter\CodeIgniter->run()
#5 {main}

ERROR - 2024-02-18 16:08:31 --> Table 'u650624192_socposters.sp_ai_prompt_categories' doesn't exist
CRITICAL - 2024-02-18 16:08:31 --> Call to a member function getResult() on bool
#0 /home/u650624192/domains/socposters.com/public_html/inc/core/Ai_prompt_templates/Controllers/Ai_prompt_templates.php(12): db_fetch()
#1 /home/u650624192/domains/socposters.com/public_html/vendor/codeigniter4/framework/system/CodeIgniter.php(832): Core\Ai_prompt_templates\Controllers\Ai_prompt_templates->index()
#2 /home/u650624192/domains/socposters.com/public_html/vendor/codeigniter4/framework/system/CodeIgniter.php(419): CodeIgniter\CodeIgniter->runController()
#3 /home/u650624192/domains/socposters.com/public_html/vendor/codeigniter4/framework/system/CodeIgniter.php(326): CodeIgniter\CodeIgniter->handleRequest()
#4 /home/u650624192/domains/socposters.com/public_html/index.php(44): CodeIgniter\CodeIgniter->run()
#5 {main}

same issue 

20 hours ago, Valdis Zelvis said:

Delete my question. I decided everything myself.

can you help me how you fixed that error? about ai content and scheduling one

Go to your database and delete the sp_posts table and import this!

[hide m=101864]

-- phpMyAdmin SQL Dump
-- version 5.2.0
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Feb 09, 2024 at 06:10 PM
-- Server version: 8.0.30
-- PHP Version: 8.1.10

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


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Database: `stack13`
--

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

--
-- Table structure for table `migrations`
--

CREATE TABLE `migrations` (
  `id` bigint UNSIGNED NOT NULL,
  `version` varchar(255) COLLATE utf8mb4_general_ci NOT NULL,
  `class` varchar(255) COLLATE utf8mb4_general_ci NOT NULL,
  `group` varchar(255) COLLATE utf8mb4_general_ci NOT NULL,
  `namespace` varchar(255) COLLATE utf8mb4_general_ci NOT NULL,
  `time` int NOT NULL,
  `batch` int UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `migrations`
--

INSERT INTO `migrations` (`id`, `version`, `class`, `group`, `namespace`, `time`, `batch`) VALUES
(1, '2024-01-20-195138', 'App\\Database\\Migrations\\AddPostsColumn', 'default', 'App', 1707501420, 1),
(2, '2024-01-20-824631', 'App\\Database\\Migrations\\AddLanguageCategoryColumn', 'default', 'App', 1707501420, 1),
(3, '2024-02-09-120000', 'App\\Database\\Migrations\\CreateAiPromptCategoriesTable', 'default', 'App', 1707501420, 1),
(4, '2024-02-09-120100', 'App\\Database\\Migrations\\CreateAiPromptTemplatesTable', 'default', 'App', 1707501420, 1);

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

--
-- Table structure for table `sp_ai_prompt_categories`
--

CREATE TABLE `sp_ai_prompt_categories` (
  `id` int UNSIGNED NOT NULL,
  `ids` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL,
  `name` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL,
  `desc` text COLLATE utf8mb4_general_ci,
  `icon` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL,
  `color` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL,
  `status` int NOT NULL,
  `updated` int NOT NULL,
  `created` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

--
-- Table structure for table `sp_ai_prompt_templates`
--

CREATE TABLE `sp_ai_prompt_templates` (
  `id` int UNSIGNED NOT NULL,
  `ids` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL,
  `pid` int DEFAULT NULL,
  `content` text COLLATE utf8mb4_general_ci,
  `status` int NOT NULL,
  `updated` int NOT NULL,
  `created` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

--
-- Table structure for table `sp_posts`
--

CREATE TABLE `sp_posts` (
  `id` int UNSIGNED NOT NULL,
  `ids` text,
  `team_id` int DEFAULT NULL,
  `account_id` int DEFAULT NULL,
  `query_id` int DEFAULT NULL,
  `social_network` text,
  `category` text,
  `function` varchar(50) DEFAULT NULL,
  `method` varchar(50) DEFAULT NULL,
  `type` text,
  `data` longtext,
  `time_post` int DEFAULT NULL,
  `time_delete` int DEFAULT NULL,
  `delay` int DEFAULT NULL,
  `repost_frequency` int DEFAULT NULL,
  `repost_until` int DEFAULT NULL,
  `result` text,
  `status` int DEFAULT NULL,
  `changed` datetime DEFAULT NULL,
  `created` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Indexes for dumped tables
--

--
-- Indexes for table `migrations`
--
ALTER TABLE `migrations`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `sp_ai_prompt_categories`
--
ALTER TABLE `sp_ai_prompt_categories`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `sp_ai_prompt_templates`
--
ALTER TABLE `sp_ai_prompt_templates`
  ADD PRIMARY KEY (`id`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `migrations`
--
ALTER TABLE `migrations`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `sp_ai_prompt_categories`
--
ALTER TABLE `sp_ai_prompt_categories`
  MODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `sp_ai_prompt_templates`
--
ALTER TABLE `sp_ai_prompt_templates`
  MODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT;
COMMIT;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
[/hide]

I purchased the script Stackposts 8.1.3 but it's not nulled! unable to complete the installation! I get no replies from support!! if you can't deliver please refund. you can try it yourself: yesmm.vip/install 

Edited by Shay Galili

Hi I have a question , can i update my current script with regular license to this extended license without changes and need to redo the api's and all setup.  is there instructions how to upgrade ? 

Thanks

On 6/18/2024 at 1:15 AM, Mahmoud said:

The script has been verified and works without any problems.

Screenshot_410.png

it's not working!!! please help!!!! 

is it a SCAM or just BAD SERVICE? 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

Recently Browsing 0

  • No registered users viewing this page.

Latest Updated Files