• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Nextpost: Api Updates 2023

Nextpost: Api Updates 2023 7.0.29

No permission to download

Attachments

  • Screenshot_2020-10-18-16-56-39-955_com.brave.browser.jpg
    Screenshot_2020-10-18-16-56-39-955_com.brave.browser.jpg
    399.1 KB · Views: 80
HOW TO INSTALL V3 VERSIONS:

Before we start making changes to the code, I strongly urge you to backup the source files so that you do not have any problems if something goes wrong. The list of files that we have to change:

/app/vendor/mgp25/instagram-php
Step 1
To begin with, you’ll have to check the Ubuntu, PHP and CURL versions that’s currently installed in your system by typing the following commands:

lsb_release -a
php -v
curl -V
Minimum server requirements:

  • Ubuntu 20.4
  • PHP v.7.4
  • CURL v.7.73
1.1. Ubuntu 20.04 is required for the correct work of Zstd compression in API.
IMPORTANT: Create a full server back-up before update!

Upgrade Ubuntu 18.04 to 20.04 LTS using command line:

https://www.cyberciti.biz/faq/upgrade-ubuntu-18-04-to-20-04-lts-using-command-line/

Notice that you cannot run both Apache and Nginx on the same port.

Don’t forget to disable old PHP versions and keep working only PHP 7.4. It’s important to not running more than one PHP version in the same moment.

You’ll need to disable Apache webserver using command line:

sudo systemctl disable --now apache2
1.2. Curl update.
Upgrade Curl to 7.73 using command line:

apt-get update
apt-get install build-essential libcurl4 openssl libssl-dev libssh-dev zlib1g-dev zlib1g libbrotli-dev brotli libkrb5-dev libldap2-dev librtmp-dev libpsl-dev libnghttp2-dev zstd libzstd-dev
wget https://curl.haxx.se/download/curl-7.73.0.tar.gz
tar -xvf curl-7.73.0.tar.gz && cd curl-7.73.0
./configure --with-libzstd --with-libssh2 --with-libmetalink --with-ngtcp2; make && make install
sudo ldconfig
1.3. Zstd extension for PHP.
Installation of Zstd Extension for PHP is required. Without that PHP extension API will not work correctly.

git clone --recursive --depth=1 https://github.com/kjdev/php-ext-zstd.git
cd php-ext-zstd
phpize
./configure
make
make install
cd modules
cp zstd.so /usr/local/
Open php.ini and add this line anywhere after
PHP:
”[/B]:

extension = "/usr/local/zstd.so"
Then just save the file and restart server using:

sudo service nginx restart
sudo service php7.4-fpm restart
[B]php7.x-fpm[/B] – depends on which php you use.

To check if everything is working create a file called [B]phpinfo.php[/B] into your root web directory and put these lines of code:

<?php phpinfo(); ?>
And then visit [B]http://yoursite.com/phpinfo.php[/B] and search “zstd”.

If that is installed correctly, you will see the latest version is showing up.

[SIZE=5][B]1.4. API files update.[/B][/SIZE]
[LIST]
[*]Unzip file [B]api-files (Android only).zip[/B], which attached to your order in [URL='https://nextpost.tech/dashboard/']Dashboard[/URL].
[*]Replace [B]/app/vendor/mgp25/instagram-php[/B] folder with the folder from [B]api-files (Android only).zip[/B].
[/LIST]
 
  • Love
Reactions: Babak
djpabloh updated Nextpost: Api Updates 2020 [Monthly Update]✅ with a new update entry:

Nextpost: Api Updates 2020 [Monthly Update]✅ v3.1.10

Download Nextpost: Api Updates 2020 [Monthly Update]✅ v3.1.10 Nulled Free
Version 3.1.10 - 14.12.2020 [IMPORTANT UPDATE]


- UPDATE: Important updates for emulation.

Changed files:
/instagram-php/src/Instagram.php
/instagram-php/src/Client.php
/instagram-php/src/Constants.php

Version 3.1.9 - 12.12.2020 [IMPORTANT UPDATE]

- UPDATE: Function getFollowingGrapg() added.
- UPDATE: Function getInfoById() updated.

Changed files:
/instagram-php/src/Instagram.php...

Read the rest of this update entry...
 
Is there any guide how to install or where to find the whole nextpost app? Thanks in advance.
 
😊 thanks dude

GO AND READ THE RULES BEFORE POSTING ANYTHING IN THE COMMUNITY OR ELSE YOU ACCOUNT WILL MAY GET BAN!!

 
UPDATED:
This update only work if you do all this steps right!:
HOW TO INSTALL V3 VERSIONS:

Before we start making changes to the code, I strongly urge you to backup the source files so that you do not have any problems if something goes wrong. The list of files that we have to change:

/app/vendor/mgp25/instagram-php
Step 1
To begin with, you’ll have to check the Ubuntu, PHP and CURL versions that’s currently installed in your system by typing the following commands:

lsb_release -a
php -v
curl -V
Minimum server requirements:

  • Ubuntu 20.4
  • PHP v.7.4
  • CURL v.7.73
1.1. Ubuntu 20.04 is required for the correct work of Zstd compression in API.
IMPORTANT: Create a full server back-up before update!

Upgrade Ubuntu 18.04 to 20.04 LTS using command line:

https://www.cyberciti.biz/faq/upgrade-ubuntu-18-04-to-20-04-lts-using-command-line/

Notice that you cannot run both Apache and Nginx on the same port.

Don’t forget to disable old PHP versions and keep working only PHP 7.4. It’s important to not running more than one PHP version in the same moment.

You’ll need to disable Apache webserver using command line:

sudo systemctl disable --now apache2
1.2. Curl update.
Upgrade Curl to 7.73 using command line:

apt-get update
apt-get install build-essential libcurl4 openssl libssl-dev libssh-dev zlib1g-dev zlib1g libbrotli-dev brotli libkrb5-dev libldap2-dev librtmp-dev libpsl-dev libnghttp2-dev zstd libzstd-dev
wget https://curl.haxx.se/download/curl-7.73.0.tar.gz
tar -xvf curl-7.73.0.tar.gz && cd curl-7.73.0
./configure --with-libzstd --with-libssh2 --with-libmetalink --with-ngtcp2; make && make install
sudo ldconfig
1.3. Zstd extension for PHP.
Installation of Zstd Extension for PHP is required. Without that PHP extension API will not work correctly.

git clone --recursive --depth=1 https://github.com/kjdev/php-ext-zstd.git
cd php-ext-zstd
phpize
./configure
make
make install
cd modules
cp zstd.so /usr/local/
Open php.ini and add this line anywhere after
PHP:
”[/B]:

extension = "/usr/local/zstd.so"
Then just save the file and restart server using:

sudo service nginx restart
sudo service php7.4-fpm restart
[B]php7.x-fpm[/B] – depends on which php you use.

To check if everything is working create a file called [B]phpinfo.php[/B] into your root web directory and put these lines of code:

<?php phpinfo(); ?>
And then visit [B]http://yoursite.com/phpinfo.php[/B] and search “zstd”.

If that is installed correctly, you will see the latest version is showing up.

[SIZE=5][B]1.4. API files update.[/B][/SIZE]
[LIST]
[*]Unzip file [B]api-files (Android only).zip[/B], which attached to your order in [URL='https://nextpost.tech/dashboard/']Dashboard[/URL].
[*]Replace [B]/app/vendor/mgp25/instagram-php[/B] folder with the folder from [B]api-files (Android only).zip[/B].
[/LIST]
 
  • Sad
Reactions: holograma
I've recently installed Nextpost v4.3.1 (fixed by WireGuard) [that you shared before], followed the instructions from this previous post. I have a home server running ubuntu 20.04.2 LTS (Focal), Php 7.4.3, Curl 7.73.0 and running Zstd extension (following your instructions as well...)
Also created crons for autolike, autoviewstory, and auto comment...
It conects to my ig account but the auto-like, the auto view story and tried to post a story didn't work...
I'm missing something??
This has anything to do with Nextpost.io shuting down??
 
I've recently installed Nextpost v4.3.1 (fixed by WireGuard) [that you shared before], followed the instructions from this previous post. I have a home server running ubuntu 20.04.2 LTS (Focal), Php 7.4.3, Curl 7.73.0 and running Zstd extension (following your instructions as well...)
Also created crons for autolike, autoviewstory, and auto comment...
It conects to my ig account but the auto-like, the auto view story and tried to post a story didn't work...
I'm missing something??
This has anything to do with Nextpost.io shuting down??

it's working fine, re check your cron
 
  • Like
Reactions: holograma
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock