Docubo Posted May 23, 2012 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 117 Reputation: 8 Joined: 05/07/12 Last Seen: May 12, 2024 Share 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 Link to comment Share on other sites More sharing options...
Recommended Posts