instagram auto likes php script
This is a php script that auto likes certain tags on instagram after that you login.
You need to setup an application using instagram api. The callback file should be http://[your website]/[instalation directory]/cb.php
Files that you need to setup the api informations in : cb.php /includes/userinfo.php /includes/opencon.php /includes/con1.php
Rename /includes/con1.php to con.php
Create a new database setup the database info in /includes/opencon.php
create a Table named user
with the following fields with their corresponding attributes : userid int(15) id int(15) username varchar(250) full_name varchar(250) profile_picture varchar(500) bio varchar(500) website varchar(250)
congratulation the script is setup and ready to be used :) for questions/bugs contact me on jad@ultgate.com