Instagram Post Scheduler [v2.0]

Great tool and idea. I have set most of it up but not sure about the cron.

I have set the cron to every 1 minute but not sure what I edit in the cron line

/usr/bin/php -q /home/account/somefolder/mbyanotherfolder/cron.php

do I remove "/home/account/somefolder/mbyanotherfolder/" and replace with the location I uploaded the files?

Thanks
yes
 
Okay, that doesn't work for me then.

I get the following email error....

Failed loading /usr/php/54/usr/lib64/php/modules/ZendGuardLoader.so: /usr/php/54/usr/lib64/php/modules/ZendGuardLoader.so: undefined symbol: zend_new_interned_string
No input file specified.

I am testing it on bluehost by the way.
 
Last edited:
Has anyone got this to work with video? This is a fantastic script with great potential! I even send non-square images and it posts them perfect.. I can maybe assist in project for adding video support, or am i missing how to get video to work as well? thank you kindly.
 
I'm pretty close, I got it to upload an mp4 through the web interface by editing the index.php file with the JPG checkers, I added .mp4 anywhere I saw JPG checks.. I looked in my image folder on the server and the mp4 file is there, it made it. So now to get it to post. It successfully schedules the event and uploads the video, but does not post to account after scheduled time passes. Anyone with suggestions?
 
Looks like changes are needed in the instagram.php file around line 202 & 275 .. do we need to add another media Type? or can we tag on to the photo api with an additional extension..
 
Looks like changes are needed in the instagram.php file around line 202 & 275 .. do we need to add another media Type? or can we tag on to the photo api with an additional extension..
I'll try to update it in next few days if I get enough free time
 
Oh Excellent.. Nice to hear from you Heisenb0rg. This is a great script. I'll be watching this thread.
 
Thanks for the share, testing it now :)

Edit: I get this error when trying to upload:
Warning: move_uploaded_file(images/xxxxxxx.jpg): failed to open stream: Permission denied in /srv/users/serverpilot/apps/xxxxxx/public/index.php on line 45

Warning: move_uploaded_file(): Unable to move '/srv/users/serverpilot/tmp/xxxxxxx/phpoipMVg' to 'images/xxxxxxx.jpg' in /srv/users/serverpilot/apps/xxxxxx/public/index.php on line 45

Edit2: Solved the problem by changing folder permissions from 755 to 775
 
Last edited:
Back
Top