Stackposts - Social Marketing Tool By StackCode

Stackposts - Social Marketing Tool By StackCode v8.2.0

No permission to download

phpCore

ReLOADED
Trusted Uploader
Banned User
Jun 6, 2020
1,511
1,657
120
127.0.0.1/::1
Yeah I saw 😂

There's fetching the data from the server in base64 format and the nullmaster added his name there that the script is nulled by him 😂😆

It's a crazy nuller​


$result = "success{|}21747459{|}./{|}7.1.0{|}NULLED.BY.BABIATO.MEMBER";

$result_array = json_decode( $result , 1 );
if( is_array( $result_array ) && isset( $result_array['status'] ) && $result_array['status'] == "error"){
ms($result);
}

$result = base64_decode( $result );
$result = explode("{|}", $result);

if( count( $result ) != 5 ){
ms([
"status" => "error",
"message" => "There was a problem during installation"
]);
}

At the end the script itself becomes drunk and the whole server crashes and wishes to kill the nuller​

 
Last edited:
  • Haha
Reactions: ChintanBhat

hiy0104

Active member
Jan 19, 2021
86
153
33
Santa Monica, CA
The decoded files are already included with the files, as is the extended version of the sql file. The { | } delimiter only checks for a index of 5. The API request was made already and extracted unto the directory. Check before you talk ;) Been nulling Stackpost for over a year. I rushed this one because of the security concerns pulling from socialtoolseu. My mistake.

Anyways, fixing now. Or you can continue to grab files from a cracker who we know nothing about.
 

phpCore

ReLOADED
Trusted Uploader
Banned User
Jun 6, 2020
1,511
1,657
120
127.0.0.1/::1

In order to solve the problem during the installation, edit the file:​


install/install/helpers/install_helpers.php

And change the function: install(){....} with this one:​


function install($version='7.1.0'){
$CI = &get_instance();
$db_host = $CI->input->post("db_host");
$db_name = $CI->input->post("db_name");
$db_user = $CI->input->post("db_user");
$db_pass = $CI->input->post("db_pass");
$admin_fullname = $CI->input->post("admin_fullname");
$admin_email = $CI->input->post("admin_email");
$admin_pass = $CI->input->post("admin_pass");
$admin_timezone = $CI->input->post("admin_timezone");
$config_file_path = APPPATH."../../app/config.php";
$encryption_key = md5(rand());
$config_file = file_get_contents($config_file_path);
$is_installed = strpos($config_file, "enter_db_host");

if (empty($db_host) || empty($db_name) || empty($db_user) || empty($admin_fullname) || empty($admin_email) || empty($admin_pass) || empty($admin_timezone)) {
ms(array(
"status" => "error",
"message" => "Please input all fields."
));
}

if (filter_var($admin_email, FILTER_VALIDATE_EMAIL) === false) {
ms(array(
"status" => "error",
"message" => "Please input a valid email."
));
}

$mysqli = @new mysqli($db_host, $db_user, $db_pass, $db_name);
if (mysqli_connect_errno()) {
ms(array(
"status" => "error",
"message" => "Database error: ".$mysqli->connect_error
));
}

if (!$is_installed) {
ms(array(
"status" => "error",
"message" => "Seems this app is already installed! You can't reinstall it again. Make sure you not edit file config.php and index.php"
));
}

if( file_exists( $install_path."database.sql" ) ){
$ids = md5(rand());
$sql = @file_get_contents($install_path."database.sql");
$sql = str_replace('ADMIN_FULLNAME', $admin_fullname, $sql);
$sql = str_replace('ADMIN_EMAIL', $admin_email, $sql);
$sql = str_replace('ADMIN_PASSWORD', md5($admin_pass), $sql);
$sql = str_replace('ADMIN_TIMEZONE', $admin_timezone, $sql);
$sql = str_replace('ADMIN_IDS', $ids, $sql);
$mysqli->multi_query($sql);

$sql = "INSERT INTO sp_purchase_manager (ids, item_id, purchase_code, version) VALUES ('$ids', '21747459', '505882de-c88f-45a3-a643-3fa8b49a8934', '$version')";
$mysqli->query($sql);

$config_file = str_replace('enter_db_host', $db_host, $config_file);
$config_file = str_replace('enter_db_user', $db_user, $config_file);
$config_file = str_replace('enter_db_pass', $db_pass, $config_file);
$config_file = str_replace('enter_db_name', $db_name, $config_file);
$config_file = str_replace('enter_encryption_key', md5(rand()), $config_file);
$config_file = str_replace('enter_timezone', $admin_timezone, $config_file);
file_put_contents($config_file_path, $config_file);

$index_file_path = APPPATH."../../index.php";
$index_file = file_get_contents($index_file_path);
$index_file = preg_replace('/installation/', 'production', $index_file, 1);
file_put_contents($index_file_path, $index_file);
}

ms(array(
"status" => "success"
));
}
 

phpCore

ReLOADED
Trusted Uploader
Banned User
Jun 6, 2020
1,511
1,657
120
127.0.0.1/::1
The decoded files are already included with the files, as is the extended version of the sql file. The { | } delimiter only checks for a index of 5. The API request was made already and extracted unto the directory. Check before you talk ;) Been nulling Stackpost for over a year. I rushed this one because of the security concerns pulling from socialtoolseu. My mistake.

Anyways, fixing now. Or you can continue to grab files from a cracker who we know nothing about.

What are you saying ? I checked a code that is a big mess, you are the nuller of this script, right ? My apologies if I have offended you. I changed my opinion the one who wrote this code is a pro (I'm talking about the added part but not the initial code).

Check before you talk ;) Been nulling Stackpost for over a year

You are right, I have never known how to null a single script.
 
  • Haha
Reactions: ChintanBhat

master96333

New member
Dec 14, 2020
7
1
3
I just uploaded using the given files. I could not understand what you mentioned. Was there a malicious file? Shall I delete it?
 

OliverQueen

Well-known member
Trusted Uploader
Dec 8, 2018
163
311
63
The version of Stackposts currently available for download has not been tested by me. I will be providing the link for the tested version below:

Stackposts – Social Marketing Tool (Extended Version With Payment Module) v7.1.0 Nulled

I don't know what happened, my publication was removed, well, anyway, I'll post it here, just download and install, use the key 8cafce35-3db1-7caa-4171-7061e799e36b for activation. Enjoy!


Version 7.1.0 - 4 May, 2021
- Improve: Instagram API Unofficial: "Throttled by Instagram because of too many API requests Error"
- Improve: User manager
- Improve: Wimax landing pag
- Improve: Multi language
- Added post video via Instagram API Official
- Improve: Facebook page
- Improve: Facebook post
- Improve: Facebook group
- Improve: Twitter post
- Improve: Twitter add account
- Added delete multi account on Account manager page


Modules for Stackposts - Some modules I have, just download. Enjoy!

COMBO Twitter Tool Module For Stackposts Version 1.1
Instagram Analytics Module For Stackposts Version 2.0.1
Instagram Auto Activity Module for Stackposts Version 4.0.1
Instagram Direct Message Manager Module Version 2.0.1
Instagram Live with Recorded Video Module for Stackposts Version 2.0.1
Linkedin Auto Post Module for Stackposts Version 4.0.3
Live Stream Pre Recorded Video To Facebook Module for Stackposts Version 2.0.1
Live Stream Pre Recorded Video To Youtube Module for Stackposts Version 2.0.2
Pinterest Auto Activity Module For Stackposts Version 2.0.1
Pinterest Auto Post Module for Stackposts Version 4.0.2
Proxy Advance Manager Module for Stackposts Version 2.0
Reddit Auto Post Module for Stackposts Version 2.0
Rss Feed Post & Schedule Module For Stackposts Version 1.0
Vk Auto Post Module for Stackposts Version 3.0
Youtube Auto Post Module for Stackposts Version 2.0.1

Download: https://drive.google.com/file/d/1vgn1-bH_b-l0VRWADIBXvjs28NkjsM7R/view?usp=sharing

Guys, after doing the complete installation of all modules, you need to delete the core.js file (assets/core.js) and clear your browser's cache (Ctrl + Shift + R). Enjoy!


Documentation for Stackposts - Social Marketing Tool​


Important! I tested it and everything is working very well, pay attention to the documentation to obtain a successful installation, if there are errors it will be due to lack of attention.​

 

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