My old account is mas. I've introduce about this function. All you need is follow the instruction.
DOWNLOAD
Attention: backup your /forum/index.php file before apply this mod.
This is an Add-on. You can remove it easily.
CREATE TABLE IF NOT EXISTS `vote` (
`user` int(11) NOT NULL,
`vote` int(11) NOT NULL,
`type` varchar(32) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
// add to file //
include('../incfiles/classes/vote.php');
$vote = new Vote($user_id, array('my_post', 'my_ava'));
while ($row = mysql_fetch_array($sql)) {
// ... //
// view //
echo $vote->view($row['id'], 'my_post'); // add first button like
echo $vote->view($row['id'], 'my_ava'); // add second button like
public $ver = 4; // 4+ (5+) version
# Na[T]o (01.12.2014 / 09:02)Give the code for index.php index.php I have another
demo reversion 1.0
# _azasoft_ (01.12.2014 / 11:48)If you want code open file optional.txt
Give the code for index.php index.php I have another
# Hokage (01.12.2014 / 13:54)This is not a complete
If you want code open file optional.txt
# _azasoft_ (01.12.2014 / 14:33)- first thing, the necessary file is like.php, unlike.php, like.png, unlike.png and database.sql.gz
This is not a complete