Jump to content

Ceres CP Addon: Show Vote Points


Docubo

Recommended Posts


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  117
  • Reputation:   8
  • Joined:  05/07/12
  • Last Seen:  

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 by Docubo
Link to comment
Share on other sites

×
×
  • Create New...