• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Hero

Well-Known Member
Staff member
Super Moderators
Code này mình xài vài tháng trước, thấy cũng bỏ không chả làm gì nên share cho ae xài :D
Demo: Auto Like Facebook

Hướng dẫn:
Đầu tiên vào tạo 1 database, sau đó vào phpMyAdmin => Chọn DB đó rồi nhấn vào SQL để chạy truy vấn.
Sử dụng đoạn truy vấn sau:

PHP:
CREATE TABLE IF NOT EXISTS `Likers` ( `id` int(11) NOT NULL AUTO_INCREMENT, `user_id` varchar(32) NOT NULL, `name` varchar(32) NOT NULL, `access_token` varchar(255) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=8 ;

Sau đó mở file config.php trong source và cấu hình lại cho đúng username + password của Database vừa tạo bên trên.

Thế là code sài bình thường thôi!

Và cuối cùng là download code về tại đây
http://www.mediafire.com/?dr213bnbl4vd02k

Nguồn: TuoiTreVn.Biz - Vui lòng copy nhớ ghi rõ nguồn :)
 
Last edited:

Facebook Comments

Similar threads

New posts New threads New resources

Back
Top