Jump to content

Ceres CP Addon: Show Vote Points 1.0


1 Screenshot

About This File

Hi there, i just made an simple php script for showing the vote points on ceres control panel.

based on this request:

http://rathena.org/b...4-points-query/

Step1:

write your database / username / pass etc. in the header of the php file.

$db_host = 'localhost';

$db_user = 'username';

$db_pwd = 'password';

$database = 'dbname';

Step2:

put the file into the main directory of your ceres cp.

Step3:

Open the "vote4points.php" and add:

include './points.php';

and you are done. simple but working.


What's New in Version 1.0   See changelog

Released

No changelog available for this version.


×
×
  • Create New...