Jump to content

CeresCP


Brian

Recommended Posts


  • Group:  Members
  • Topic Count:  75
  • Topics Per Day:  0.02
  • Content Count:  2223
  • Reputation:   593
  • Joined:  10/26/11
  • Last Seen:  

by Beowulf and Nightroad (and a little by me)

SVN: https://cerescp.svn.sourceforge.net/svnroot/cerescp/trunk/

Website: http://cerescp.sf.net/

Demo: http://cerescp.sourceforge.net/demo/

Features:

  • Ajax Based System, to speed up the page loads and answers (it doesn't need to load the entire page every time you click something)
  • Divorce System, because sometimes your partner stops playing and the server won't let you divorce with partner offline
  • Player Ladder
  • Guild Ladder
  • Zeny Ladder
  • Password Change
  • E-Mail Change
  • Money Transfer
  • Change Slot
  • Who is Online
  • About page with statistics from the server
  • Reset Position
  • Reset Look

Development has slowed. If you would like SVN access, let me know!

  • Upvote 4
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

That's nice how you guys are able to set up a demo under sourceforge.net. That's especially a very good way to show off demos of live CPs. Nicely done :D

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   3
  • Joined:  11/08/11
  • Last Seen:  

yeah... also flux and SGCP? (but sgcp says not good for all servers since its easy to get hacked using this)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  186
  • Reputation:   51
  • Joined:  11/14/11
  • Last Seen:  

Nice, i never tought there is developing on it again.

Good luck with it! :D

PS: You should try to post or sync the news posts with your svn log.

Everytime i visited the site, i didnt see any changes on the news & left it afterwards. ;)

  • Upvote 2
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  39
  • Topics Per Day:  0.01
  • Content Count:  386
  • Reputation:   15
  • Joined:  11/17/11
  • Last Seen:  

Nice, i never tought there is developing on it again.

Good luck with it! :D

PS: You should try to post or sync the news posts with your svn log.

Everytime i visited the site, i didnt see any changes on the news & left it afterwards. ;)

Could you also? do a 'VOTE FOR POINTS' on Ceres?

Looking forward in this Topic.

Regards,

Mindless

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  186
  • Reputation:   51
  • Joined:  11/14/11
  • Last Seen:  

Nice, i never tought there is developing on it again.

Good luck with it! :D

PS: You should try to post or sync the news posts with your svn log.

Everytime i visited the site, i didnt see any changes on the news & left it afterwards. ;)

Could you also? do a 'VOTE FOR POINTS' on Ceres?

Looking forward in this Topic.

Regards,

Mindless

I've released one long time before in the old eAthena.ws forum: here.

Its a simple addon and should still working for simple purposes.

Maybe a hint for @Brian to come up with? :)

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  967
  • Reputation:   53
  • Joined:  11/13/11
  • Last Seen:  

Nice, i never tought there is developing on it again.

Good luck with it! :D

PS: You should try to post or sync the news posts with your svn log.

Everytime i visited the site, i didnt see any changes on the news & left it afterwards. ;)

Could you also? do a 'VOTE FOR POINTS' on Ceres?

Looking forward in this Topic.

Regards,

Mindless

I've released one long time before in the old eAthena.ws forum: here.

Its a simple addon and should still working for simple purposes.

Maybe a hint for @Brian to come up with? :)

i forgot

i've used that for a long time

your release is really good

xD

Edited by KeiKun
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  161
  • Topics Per Day:  0.04
  • Content Count:  429
  • Reputation:   5
  • Joined:  11/21/11
  • Last Seen:  

hello i have a question im using CeresCP i will reset my hair looks and i want to reset the looks to 1 not to 0 where i can change it?

Thanks

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  106
  • Reputation:   28
  • Joined:  11/08/11
  • Last Seen:  

hello i have a question im using CeresCP i will reset my hair looks and i want to reset the looks to 1 not to 0 where i can change it?

Thanks

Look in query.php for the line (should be 109)

DEFINE('LOOK_HAIR_STYLE', "UPDATE `char` SET `hair` = '0' WHERE `char_id` = '%d' AND `account_id` = '%d'");

and change " `hair` = '0' " to " `hair` = '1' ":

DEFINE('LOOK_HAIR_STYLE', "UPDATE `char` SET `hair` = '1' WHERE `char_id` = '%d' AND `account_id` = '%d'");

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  35
  • Reputation:   2
  • Joined:  11/23/11
  • Last Seen:  

Great to see development underway again. The future is looking bright!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  148
  • Reputation:   8
  • Joined:  11/20/11
  • Last Seen:  

nice gonna make some integrate for this, for me this is the best cp because safe mode can be enable with this thanks /oh

Link to comment
Share on other sites

  • 2 weeks later...

  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  193
  • Reputation:   14
  • Joined:  12/02/11
  • Last Seen:  

Is CeresCP still up to date now ? The website shows no updates already but I'm still love

with it's simple design :)

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  257
  • Reputation:   253
  • Joined:  11/29/11
  • Last Seen:  

No it isnt. It hasnt been updated in quite some time last I knew.

I honestly don't believe people still use it compared to Flux haha.

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  193
  • Reputation:   14
  • Joined:  12/02/11
  • Last Seen:  

No it isnt. It hasnt been updated in quite some time last I knew.

I honestly don't believe people still use it compared to Flux haha.

Indeed i still love it's simple design, it's the firstly Control Panel

I used.. I used flux now though :)

Link to comment
Share on other sites

  • 3 weeks later...

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  107
  • Reputation:   17
  • Joined:  12/23/11
  • Last Seen:  

I like Ceres CP, I actually use it, but I modified some scripts and things... :(

I would be cool If we can resurrect this project.

Edited by Zwei
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  75
  • Topics Per Day:  0.02
  • Content Count:  2223
  • Reputation:   593
  • Joined:  10/26/11
  • Last Seen:  

If anyone wants to help, send me a PM and I'll add you for SVN write access.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  148
  • Reputation:   8
  • Joined:  11/20/11
  • Last Seen:  

if this project will make some modification i will make a new design

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  107
  • Reputation:   17
  • Joined:  12/23/11
  • Last Seen:  

Is CeresCP still up to date now ? The website shows no updates already but I'm still love

with it's simple design :P

It is being updated again :D

if this project will make some modification i will make a new design

What kind of modifications you mean?

Edited by Zwei
  • Upvote 1
Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  141
  • Reputation:   24
  • Joined:  01/19/12
  • Last Seen:  

could you help me!

cp.png

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  47
  • Topics Per Day:  0.01
  • Content Count:  633
  • Reputation:   78
  • Joined:  11/14/11
  • Last Seen:  

edit your database access information at config.php

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  75
  • Topics Per Day:  0.02
  • Content Count:  2223
  • Reputation:   593
  • Joined:  10/26/11
  • Last Seen:  

edit your database access information at config.php

Or press Back and edit it at the previous screen (the Installer Script).

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  39
  • Topics Per Day:  0.01
  • Content Count:  386
  • Reputation:   15
  • Joined:  11/17/11
  • Last Seen:  

edit your database access information at config.php

Or press Back and edit it at the previous screen (the Installer Script).

BrianaL, any PLAN for adding 'Features' like FluxCPanel, the Purchasing etc?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  75
  • Topics Per Day:  0.02
  • Content Count:  2223
  • Reputation:   593
  • Joined:  10/26/11
  • Last Seen:  

Sorry, there are currently no plans for this.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  375
  • Reputation:   88
  • Joined:  12/30/11
  • Last Seen:  

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  75
  • Topics Per Day:  0.02
  • Content Count:  2223
  • Reputation:   593
  • Joined:  10/26/11
  • Last Seen:  

This has already been committed to the SVN, thanks again for the patch Xantara!

http://sourceforge.net/apps/trac/cerescp/changeset/117/

Link to comment
Share on other sites

×
×
  • Create New...