Stackposts - Social Marketing Tool By StackCode

Stackposts - Social Marketing Tool By StackCode v8.2.0

No permission to download

NullMaster

Well-known member
Null Master
Trusted Uploader
Jul 25, 2018
12,058
22,063
120
decode key method.
Code:
public function mcrypt_decode($data, $key)
    {
        $data = $this->_remove_cipher_noise($data, $key);
        $init_size = mcrypt_get_iv_size($this->_get_cipher(), $this->_get_mode());

        if ($init_size > self::strlen($data))
        {
            return FALSE;
        }

        $init_vect = self::substr($data, 0, $init_size);
        $data      = self::substr($data, $init_size);

        return rtrim(mcrypt_decrypt($this->_get_cipher(), $key, $data, $this->_get_mode(), $init_vect), "\0");
    }
 
  • Like
Reactions: alin.tehnic

hrm143

Member
Apr 14, 2020
62
26
18
This include Instagram Direct Message Manager Module? if not can we get it separately
 

lunga

Member
May 10, 2019
75
29
18
decode key method.
Code:
public function mcrypt_decode($data, $key)
    {
        $data = $this->_remove_cipher_noise($data, $key);
        $init_size = mcrypt_get_iv_size($this->_get_cipher(), $this->_get_mode());

        if ($init_size > self::strlen($data))
        {
            return FALSE;
        }

        $init_vect = self::substr($data, 0, $init_size);
        $data      = self::substr($data, $init_size);

        return rtrim(mcrypt_decrypt($this->_get_cipher(), $key, $data, $this->_get_mode(), $init_vect), "\0");
    }

which file should i edit
 

dolob

Member
Aug 27, 2018
93
56
18
decode key method.
Code:
public function mcrypt_decode($data, $key)
    {
        $data = $this->_remove_cipher_noise($data, $key);
        $init_size = mcrypt_get_iv_size($this->_get_cipher(), $this->_get_mode());

        if ($init_size > self::strlen($data))
        {
            return FALSE;
        }

        $init_vect = self::substr($data, 0, $init_size);
        $data      = self::substr($data, $init_size);

        return rtrim(mcrypt_decrypt($this->_get_cipher(), $key, $data, $this->_get_mode(), $init_vect), "\0");
    }
what is the return value? we dont have any success return from stackposts.com/api I couldn't figure out why u enter chipper decoding http://prntscr.com/rzvazq install_helper gets the $result var from api at first makes it base64 decode so incoming data is base64 encoded then it explode it from {|} brackets to make it array (so the data form which's coming from api is becomes smartpanel's data's form - "Here still we don't know what data is coming") then 5th node of result ($result[4];) again base64 decode to read the link of installation zip.

Shortly we need a success message to get the link...
actually I made a brute force game for try my chance :D it generates uuid's, (ok it's not possible just for "but if" :D )
http://prntscr.com/rzvil4 - I'm always playing with it if it coincides :D

if someone wanna try their chance, if they feel lucky I attached. repace it with root/install/install/views one
 

Attachments

  • install.zip
    4 KB · Views: 29

freenulled

Well-known member
Null Master
Trusted Uploader
Mar 29, 2019
281
903
100
Yes It's not nulled.
Pure downloaded version from envato

if you download it from envato so it will be so easy to nulling it..

you have a license and domain .. then you have all what you need to nulling it!

also I can help with this
 

dolob

Member
Aug 27, 2018
93
56
18
if you download it from envato so it will be so easy to nulling it..

you have a license and domain .. then you have all what you need to nulling it!

also I can help with this
C'mon man :D If I downloaded it until now I have at least exported the database :D (In case of I don't know anything about coding or nulling) I took it from one of deep forum they open threat as
"NOT NULLED Stackposts v.7.0.1 – Social Marketing Tool-REGULAR Version-Downloaded From Envato"
 

freenulled

Well-known member
Null Master
Trusted Uploader
Mar 29, 2019
281
903
100
C'mon man :D If I downloaded it until now I have at least exported the database :D (In case of I don't know anything about coding or nulling) I took it from one of deep forum they open threat as
"NOT NULLED Stackposts v.7.0.1 – Social Marketing Tool-REGULAR Version-Downloaded From Envato"

Sorry bro.. I thought it was downloaded by you ;)
 

tarwajt

New member
Jan 11, 2020
17
16
3
Can somebody confirm if they see Facebook groups on v6.5? I only gives me the option for profile and pages. no groups.

based on the changelog this should work, anyone having this issue also or knows how to solve it?
 

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