Instagram Post Scheduler [v2.0]

Heisenberg

Senior Member
Joined
Sep 11, 2014
Messages
885
Reaction score
644
Instagram Post Scheduler

pJgXB.png



Download link: http://www.mediafire.com/download/gw79saqexcgqxsa/ig.zip
Virustotal scan: https://virustotal.com/en/file/ab74...8cf71e546c183f62bbc2981c/analysis/1467138908/


Install instructions
1. Create database and import db.sql
2. Edit config.php, only 3 lines with explanation inside file
3. Upload all files into your webhost
4. Setup cronjob to every minute with this command:
/usr/bin/php -q /home/account/somefolder/mbyanotherfolder/cron.php
Make sure to edit it to correct folder where your file is
5. Open your website and have fun :)
 
Sweet, nice tutorial!

Do you have some free webhosts that provide the dependancies
 
Anyway you can add me on skype tonyawoods9 i added u btw. I need help on this.
 
Seems good. What about bulk uploading and scheduling? A batch script that would use random hashtags based on filenames for each picture.
 
is there anyway some one can help me with this. Im a pretty good php coder and perfect at html. ive had experience for 2years but i cant seem to find the issue why its not posting the pics to my instagram account. please someone help me out ive done everything correctly. idk why tho. my skype is tonyawoods9 or pm me here.
 
Like @nikchaing said and I forgot to mention, pictures need to be perfect square (same width and height)
i just tried a perfect square picture and it did not work.

and also can you tell me if this cron jobs is correct


im using this in cron.php and its writing a dot for every upload but idk.


also my home directory is /home/instate3



$content = ".";

$f = fopen ("scores.txt", "a+");
fwrite($f,$content,strlen($content));
fclose($f);
 

Attachments

  • cronjobs.jpg
    cronjobs.jpg
    29.8 KB · Views: 167
Last edited:
i just tried a perfect square picture and it did not work.

and also can you tell me if this cron jobs is correct


im using this in cron.php and its writing a dot for every upload but idk.


also my home directory is /home/instate3



$content = ".";

$f = fopen ("scores.txt", "a+");
fwrite($f,$content,strlen($content));
fclose($f);
Why did you create your own cron.php? there is already cron.php included, it checks in database for scheduled posts and then posts them.
 
Why did you create your own cron.php? there is already cron.php included, it checks in database for scheduled posts and then posts them.
can you help me out. im using your cron.php right now and its not uploading.
 
thank you!! Could i get some help? Is this how you create a database?
 
Is it a Phpmyadmin, mysql databases, or mysql database wizard?
first go to mysql databases and create a database. then create a username with that database. then go to. phpmyadmin and import the db.sql file
 
Why did you create your own cron.php? there is already cron.php included, it checks in database for scheduled posts and then posts them.
idk what to do. im using ur cron.php and nothing is working.
 
Well i have doteasys free 6 month hosting and apparently i cant do cronjobs. FUUUUUCKK!! Any way around this?
 
idk what to do. im using ur cron.php and nothing is working.
Add your email where you add cron job, it will send full debug log every time it tries to post picture, look at bottom of that log to see whats the error.
Well i have doteasys free 6 month hosting and apparently i cant do cronjobs. FUUUUUCKK!! Any way around this?
Nope, you need cron for it :(
 
Back
Top