Stackposts - Social Marketing Tool By StackCode

Stackposts - Social Marketing Tool By StackCode v8.2.0

No permission to download

obs3rv3r

Member
Sep 6, 2018
38
15
8
mare sure your config file are set up correctly and also linked to the database.
I'm on PHP 7.1.33

Make sure your config file is set up correctly and the site links to your database correctly. if you have done that then I can help you check it. We would need to agree when we can both be online so I can assist.
 
  • Like
Reactions: danger

danger

Member
Jan 6, 2019
121
23
18
Belgique
Make sure your config file is set up correctly and the site links to your database correctly. if you have done that then I can help you check it. We would need to agree when we can both be online so I can assist.
I'm ready, at your convenience
 

dolob

Member
Aug 27, 2018
93
56
18
If developers doesn't make something about api Stackposts will die on 29th of june Source
So what will be the changes?
To achieve this, the launching of Instagram Basic Display API comes with 3 major changes:

  • To protect users’ privacy, location information will no longer be included along with the media;
  • Only Instagram business accounts will continue to support likes and comments on the hover overlay;
  • The number of data fields like location data and follower counts are going to be censored.

With the basic display api you can not post, u can not comment u can just get data
and graph api if the account is not business or creator account nearly same!

Limitations

  • Can only be used by Instagram Business IG Users
  • Cannot be used to publish content on Instagram Creator IG Users.
  • JPEG is the only image format supported

so everyone who use this script is selling panel for regular users (or agency's which has regular users)
new changes kills this coz regular accunts are not business or creator accounts...

I have some ideas I can solve this issue but I need someone who really want to make this (with knowlage of "python, php dev who has exp. mvc, api's, disassemble, reverse eng. on apk's")
 
  • Like
Reactions: alin.tehnic

freenulled

Well-known member
Null Master
Trusted Uploader
Mar 29, 2019
281
903
100
C'mon man even developers doesn't have 7.0 RC :ROFLMAO::LOL: it's still in beta test

Changle log:
Version 7.0.1 - 12 Apr, 2020
- Sloved: Can't upload file via Instagram
- Sloved: Can't post & schedule
- Sloved: Password save not correct via User manager
- Sloved: Sidebar not work

Version 7.0 - 10 Apr, 2020
- New design and layout for all pages
- New design for Schedule calendar
- Added Instagram IGTV Post feature
- Added: Add location on Twitter post
- Added disable landing page feature
- Added OneDirve for File manager
- Added new notification with Beamer
- Added watermark for each social accounts
- Added User report feature
- Added payment report feature
- Added change date/datetime format feature
- Package manager can manager all modules for now
- And many more change for this update
 
  • Like
Reactions: tarwajt

dolob

Member
Aug 27, 2018
93
56
18
Changle log:
Version 7.0.1 - 12 Apr, 2020
- Sloved: Can't upload file via Instagram
- Sloved: Can't post & schedule
- Sloved: Password save not correct via User manager
- Sloved: Sidebar not work

Version 7.0 - 10 Apr, 2020
- New design and layout for all pages
- New design for Schedule calendar
- Added Instagram IGTV Post feature
- Added: Add location on Twitter post
- Added disable landing page feature
- Added OneDirve for File manager
- Added new notification with Beamer
- Added watermark for each social accounts
- Added User report feature
- Added payment report feature
- Added change date/datetime format feature
- Package manager can manager all modules for now
- And many more change for this update
Uuups, I think last time I checked before 10 Apr :D
 

dolob

Member
Aug 27, 2018
93
56
18
Ok. I got the 7.0.1 but not nulled, I'm working on this,
First of all @Tomz please do not update this threat with new one, we can open a new threat like "Nulling SP7.0.1" or something... after we success we can promote it

It sends 3 parameters to http://stackposts.com/api/install? they are;
"purchase_code", "domain" (base_url func of codeigniter) and a bool named by "main"

and returns 5 node as $result (just like smartpanel's but smart panel returns 4 node)
first node is $status = $result[0]; should return "success" second node is $item_id = $result[1]; it can be anything the third node is $install_path = "../".$result[2]; ../ is shows install directory which's under root so $result[2] can be empty if install directory is +w, 4th node is $version = $result[3]; as I guess it's 7.0 coz of next one (but it can be 7.0.1 indeed) the last node is $data = $result[4]; it should be a link which require a zip file which includes installation files and "database.sql" file...

This $result returns base64 encoded and also $result[4] is base64 encoded too, if we can not find the link (actual success message) we can not know that!

in my opinion if we can not find the original install db we have to play around 6.5's db but I'm not sure are there extra files inside that zip (smartpanel had it the success return of smart panel was {"status":"success","response":"24815787{|}Activated{|}aHR0cHM6Ly9zbWFydHBhbmVsc21tLmNvbS9hc3NldHMvdXBsb2Fkcy9maWxlX21hbmFnZXIvU21hcnRTdG9yZS9TbWFydFN0b3JlX0luc3RhbGxfdmVyMV8xLnppcA=={|}7.0.1"} when we base64 decode of it the link was above one... whatever)

I a lil bit look at table names and columns everything has quite changes. at first the table names starts with general_ changes with sp_ in an example: general_purchase table with (id, ids, pid, purchase_code, version) columns now sp_purchase_manager with (ids, item_id, purchase_code, version) columns and there is no more general_packages table, also general_users table becomes "sp_users";

If someone who has exp with codeigniter can solve everything I belive. (except extra files!!!)

Happy Nulling Dudes... Please share here your experiences.

 
Last edited:

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,060
111,714
120
Ok. I got the 7.0.1 but not nulled, I'm working on this,
First of all @Tomz please do not update this threat with new one, we can open a new threat like "Nulling SP7.0.1" or something... after we success we can promote it

It sends 3 parameters to http://stackposts.com/api/install? they are;
"purchase_code", "domain" (base_url func of codeigniter) and a bool named by "main"

and returns 5 node as $result (just like smartpanel's but smart panel returns 4 node)
first node is $status = $result[0]; should return "success" second node is $item_id = $result[1]; it can be anything the third node is $install_path = "../".$result[2]; ../ is shows install directory which's under root so $result[2] can be empty if install directory is +w, 4th node is $version = $result[3]; as I guess it's 7.0 coz of next one (but it can be 7.0.1 indeed) the last node is $data = $result[4]; it should be a link which require a zip file which includes installation files and "database.sql" file...

This $result returns base64 encoded and also $result[4] is base64 encoded too, if we can not find the link (actual success message) we can not know that!

in my opinion if we can not find the original install db we have to play around 6.5's db but I'm not sure are there extra files inside that zip (smartpanel had it the success return of smart panel was {"status":"success","response":"24815787{|}Activated{|}aHR0cHM6Ly9zbWFydHBhbmVsc21tLmNvbS9hc3NldHMvdXBsb2Fkcy9maWxlX21hbmFnZXIvU21hcnRTdG9yZS9TbWFydFN0b3JlX0luc3RhbGxfdmVyMV8xLnppcA=={|}7.0.1"} when we base64 decode of it the link was above one... whatever)

I a lil bit look at table names and columns everything has quite changes. at first the table names starts with general_ changes with sp_ in an example: general_purchase table with (id, ids, pid, purchase_code, version) columns now sp_purchase_manager with (ids, item_id, purchase_code, version) columns and there is no more general_packages table, also general_users table becomes "sp_users";

If someone who has exp with codeigniter can solve everything I belive. (except extra files!!!)

Happy Nulling Dudes... Please share here your experiences.

thanks bro but cant add another resource for Stackposts
we must update this resource
 

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