Docubo Posted May 23, 2012 Posted May 23, 2012 (edited) File Name: Ceres CP Addon: Show Vote Points File Submitter: Docubo File Submitted: 18 May 2012 File Category: Web Resources Content Author: Docubo 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. Click here to download this file Edited January 2, 2013 by Docubo
Recommended Posts