Stackposts - Social Marketing Tool By StackCode

Stackposts - Social Marketing Tool By StackCode v8.2.0

No permission to download

KangMus

Active member
Oct 3, 2020
163
54
28
i am installing stackpost on new vps, but when on the last step, loading never ending
check inspect element got this error
Code:
Failed to load resource: the server responded with a status of 404 (Not Found)
/install/index.php/ajax_install:1

Edited
got it working, i use nginx so i add this code on my domain conf


Code:
location / {
    try_files $uri $uri/ /index.php;
}
location /install {
    try_files $uri $uri/ /install/index.php;
}
 
Last edited:

einovip

New member
Aug 18, 2022
8
4
3
Hello,
Is there a solution to this? It didn't work for me at all
I think I activate all the right steps, and uploaded my SQL file, what is the solution
Seems this app is already installed! You can't reinstall it again. Make sure you not edit file config.php and index.php
 

Attachments

  • Screenshot_18.png
    Screenshot_18.png
    19.2 KB · Views: 37
  • Screenshot_19.png
    Screenshot_19.png
    60.3 KB · Views: 37

brazziltec

New member
Mar 15, 2021
6
-1
1
Eu tenho o mesmo problema. Você resolveu? Amigo você tem que entrar ai no gerenciador de pacotes, vai no plano premium, ativa tudo e nas permições você ativa tudo, depois salva e atualiza e em seguida voce deve ir no gerenciador de usuários edita seu usuário e muda para plano premium, pronto se você instalou corretamente vai funcionar, espero ter ajudado
 

lyestah

New member
May 28, 2020
9
1
3
Hello friends, someone help me here, I'm not able to insert a user to instagram, give an error.
I installed the script on localhost and it works ins.png ins2.png
 

Attachments

  • ins2.png
    ins2.png
    27.5 KB · Views: 11

holograma

New member
Jul 8, 2020
15
17
3

$_bash

Member
May 4, 2022
88
23
8
Ok, so...aparently I nulled v7.2.2...
I'll upload it here for you... (@Tomz I hope it counts as uploaded resourse, cause I losted my count on babiato crash)

Installation:
just upload stackpost.sql to your database.
Add your database details in app/config.php.
Done.

Admin Login Details:

Username/Email
: [email protected]
Password: Babiato

https://www.mediafire.com/file/puvr...ting-tool-v7.2.2-nulled-by-holograma.zip/file

Any addons included ?

Or can you help with some addons too ?
 

BUTANAT

Active member
Banned User
Feb 13, 2020
153
82
28
Итак... очевидно, я обнулил v7.2.2...
Я загружу его сюда для вас... (@Tomz Надеюсь, это будет считаться загруженным ресурсом, потому что я потерял счет из-за сбоя babiato)

Монтаж:
просто загрузите stackpost.sql в свою базу данных.
Добавьте данные своей базы данных в app/config.php.
Сделанный.

Данные для входа администратора:

Имя пользователя/электронная почта
: [email protected]
Пароль: Бабиато

https://www.mediafire.com/file/puvr...ting-tool-v7.2.2-nulled-by-holograma.zip/file
без плагинов этот скрипт не актуален
 
  • Like
Reactions: hackthegravity

RaidenElite

New member
Jul 7, 2022
3
2
3

For everyone with error 500 on LINKEDIN addon, here is the solution

Apparently the code is only made for 64 bits system so on 32 bit systems the CSRF generation fails.

In this files:
/inc/public/linkedin_profiles/libraries/LinkedIn.php
/inc/public/linkedin_post/libraries/LinkedIn.php
/inc/public/linkedin_pages/libraries/LinkedIn.php

in the function construct (the very top) find this:
$this->csrf = random_int(111111,99999999999);

replace with
$this->csrf = random_int(111111,2147483647);

As mentioned, we changed the limit integer of the generation to the max int for 32bit system.
 
  • Like
Reactions: $_bash

holograma

New member
Jul 8, 2020
15
17
3

$_bash

Member
May 4, 2022
88
23
8

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu