Best Blackhat Forum

Full Version: [GET] Nextpost Instagram Auto Post and Scheduler - Nextpost Instagram V4.0.4 + Modules v4.0
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5
(06-13-2018 05:51 AM)meassana Wrote: [ -> ]Thanks for great sharing, bro. Max Rep added. The problem is I activated all plugin but it seem not working. can you help, bro?

Go into users, then select yours. then on to right, click/check all the modules, then type in your password to verify, and then reload page. All modules should show up.

Not too sure if theyre actually working tho. haha
Hi,

There is an issue with the script, specifically the database structure.

When trying to make a post this is the error that I receive in the interface for new post:
Oops! An error occured. Please try again later!

the php error log:
Code:
2018/06/14 15:23:29 [error] 7168#0: *6867 FastCGI sent in stderr: "PHP message: PHP Fatal error:  Uncaught PDOException: SQLSTATE[42S22]: Column not found: 1054   Unknown column 'first_comment' in 'field list' in /var/www/instapost..../htdocs/app/vendor/usmanhalalit/pixie/src/Pixie/QueryBuilder/QueryBuilderHandler.php:152

Stack trace:

#0 /var/www/instapost.../htdocs/app/vendor/usmanhalalit/pixie/src/Pixie/QueryBuilder/QueryBuilderHandler.php(152): PDOStatement->execute()

After further debugging I found the reason.
The database structure is for OLD version of the nextposter. You're using some part of the code that is old and some part of the code that is new. This does NOT work!

This code is what causes the error because it is trying to insert data into 4 columns first_comment, location, media_ids and remove_media into table np_posts which do not exist. Adding these 4 columns fixes the error and posting works.
Code:
55 Query     INSERT INTO `np_posts` (`id`,`status`,`user_id`,`type`,`caption`,`first_comment`,`location`,`media_ids`​,`remove_media`,`account_id`,`is_scheduled`,`create_date`,`schedule_date`,`publi​sh_date`,`is_hidden`,`data`) VALUES (NULL,'publishing','1','timeline','','','','2',0,'1',0,'2018-06-14 13:54:50','2018-06-14 13:54:50','2018-06-14 13:54:50',0,'{}')

To solve this manually add the columns with phpmyadmin, sqlscript or some GUI tool and the script will work.
Enjoy.

Thank you for sharing (little broken) script. Hopefully this will now solve all the problems, if not report and we will debug it further.
(06-14-2018 11:25 PM)goorda Wrote: [ -> ]Hi,

There is an issue with the script, specifically the database structure.

When trying to make a post this is the error that I receive in the interface for new post:
Oops! An error occured. Please try again later!

the php error log:
Code:
2018/06/14 15:23:29 [error] 7168#0: *6867 FastCGI sent in stderr: "PHP message: PHP Fatal error:  Uncaught PDOException: SQLSTATE[42S22]: Column not found: 1054   Unknown column 'first_comment' in 'field list' in /var/www/instapost..../htdocs/app/vendor/usmanhalalit/pixie/src/Pixie/QueryBuilder/QueryBuilderHandler.php:152

Stack trace:

#0 /var/www/instapost.../htdocs/app/vendor/usmanhalalit/pixie/src/Pixie/QueryBuilder/QueryBuilderHandler.php(152): PDOStatement->execute()

After further debugging I found the reason.
The database structure is for OLD version of the nextposter. You're using some part of the code that is old and some part of the code that is new. This does NOT work!

This code is what causes the error because it is trying to insert data into 4 columns first_comment, location, media_ids and remove_media into table np_posts which do not exist. Adding these 4 columns fixes the error and posting works.
Code:
55 Query     INSERT INTO `np_posts` (`id`,`status`,`user_id`,`type`,`caption`,`first_comment`,`location`,`media_ids`​,`remove_media`,`account_id`,`is_scheduled`,`create_date`,`schedule_date`,`publi​sh_date`,`is_hidden`,`data`) VALUES (NULL,'publishing','1','timeline','','','','2',0,'1',0,'2018-06-14 13:54:50','2018-06-14 13:54:50','2018-06-14 13:54:50',0,'{}')

To solve this manually add the columns with phpmyadmin, sqlscript or some GUI tool and the script will work.
Enjoy.

Thank you for sharing (little broken) script. Hopefully this will now solve all the problems, if not report and we will debug it further.

Nice fix it works reps added
Yes this is db from prev. version of NextPost, manually upgraded. And we all suffer :( so ...

Here is fix:
[VT]
Code:
https://www.virustotal.com/ru/file/436361c10bde273f182b82ff2b5ea73c4b60dc0cbb104817802d46fa9643a4b3/analysis/1529011425/

[Link]
Code:
https://www.mirrorcreator.com/files/07EMHZ5U/Nextpost_Instagram_V4.0.4-SQL-FIX1.zip_links
(06-13-2018 05:51 AM)meassana Wrote: [ -> ]Thanks for great sharing, bro. Max Rep added. The problem is I activated all plugin but it seem not working. can you help, bro?

You have to login as "Regular user"
Open "Users" Page then click "add new" and select "Regular User" in "Account Type" field, fill all req. fields.
Then login as that user.

(06-12-2018 09:03 AM)punyakhubi Wrote: [ -> ]are have neptune skin?

[Link]
Code:
https://www2.zippyshare.com/v/a5kN41dA/file.html

I'm Not sure how to install this. You should rename original "default" theme folder to something different like "_old_default" and then upload new one
thanks for the fix instruction,
rep added

already can create a new post,

but the module don't work for me, already setting the module in admin,
and use regular user for using the module, left for 1 night, the activity log still empty.

using hastag, medium (i set 30/hour) and set active

Auto Follow activity log for xxx is empty.
Hi bro, can you share the latest version of the plugin, please? thanks so much in advanced.
(06-16-2018 01:35 PM)stprasst Wrote: [ -> ]thanks for the fix instruction,
rep added

already can create a new post,

but the module don't work for me, already setting the module in admin,
and use regular user for using the module, left for 1 night, the activity log still empty.

using hastag, medium (i set 30/hour) and set active

Auto Follow activity log for xxx is empty.

which module? what function are you using? Be specific, please.
(06-17-2018 11:22 AM)goorda Wrote: [ -> ]
(06-16-2018 01:35 PM)stprasst Wrote: [ -> ]thanks for the fix instruction,
rep added

already can create a new post,

but the module don't work for me, already setting the module in admin,
and use regular user for using the module, left for 1 night, the activity log still empty.

using hastag, medium (i set 30/hour) and set active

Auto Follow activity log for xxx is empty.

which module? what function are you using? Be specific, please.

using modules:
-Auto Follow
-Auto Like
-Auto Repost

Auto Like setting
[Image: nextpost.jpg]

the activity Log still empty
Auto follow: [Image: wt9P8nB.png]

Auto like: [Image: TSwEx6P.png]

Auto repost: [Image: 6D7UTYn.png]

Works here.
Want me to set it up for you? I'll recheck your setup and make it work for a small fee.
Pages: 1 2 3 4 5
Reference URL's