Jump to content

[WIP] Django RagCP


Recommended Posts


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  38
  • Reputation:   7
  • Joined:  01/11/13
  • Last Seen:  

Hello people,

I'm just starting a project to develop a control panel using Python-Django. The project just started, so it has no features completed yet!

Some benefits on having a CP with Django:

  • easier to maintain, easier to setup
  • simple, clean, compatible environment, uses few resources
  • can run on Docker and Heroku with less than 5 commands
  • it auto manages the db tables it uses (upgrades, modifications, etc)
  • Uses bootstrap, so its easy to modify/rebrand

So if you want to contribute, just send me a DM and I'll add you to the repo as contributor.

https://github.com/Freyja-Folkvangr/ragpycp

 

Update:

  1. Account
    1. Register  ✅
    2. Login ✅
    3. Logout ✅
    4. unsalted MD5 encryption ✅
  2. Char
    1. All Char list view ✅
    2. Char view ✅
      1. Reset position ✅
      2. reset style ✅
      3. reset save map ✅
  3. Admin
    1. Change account ✅
    2. Change RO settings on account ✅
    3. Modify char ✅

 

Discord: _giosan#4472

Telegram: @evergreen2

 

 

Edited by Freyr
added new features
  • Upvote 3
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  42
  • Topics Per Day:  0.01
  • Content Count:  1096
  • Reputation:   344
  • Joined:  02/26/12
  • Last Seen:  

Features request (can be applied to any control panel what people trying to develop on any language):

  • account registration with access only to login table (user, pass, captcha, email confirmation, sex, birthdate (optional)), referral nickname).
  • account management: reset pass, re-sent login to email
  • character management: reset hair style, hair color, cloth style, last map, save a map, homunculus/mercenary/pet (clean it)
  • master account inside which you can make a game accounts
  • do not use any bloated shit, and use only the latest modern and well-tested components.
  • do not make bloated code or features.
  • html5/less/css3/ (optional) + js
  • follow any modern/good/ easy to use or modify templates. This is a key feature. If devs can build beautiful websites easy - your CP will grow.
    If not - y our CP will die.
  • security, verify ALL user input, do not trust to users at all. Use as less code as you can, verify everything
  • caching which will work with speed, Nginx FastCGI, or redis, or anything else (important against DDOS attacks)
  • donation module: paypal, stripe, cryptocurrency, any other payment method. 
Edited by anacondaq
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  31
  • Reputation:   0
  • Joined:  06/08/17
  • Last Seen:  

Good Framework.

Link to comment
Share on other sites

  • 7 months later...

  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  38
  • Reputation:   7
  • Joined:  01/11/13
  • Last Seen:  

On 12/29/2019 at 7:27 PM, Dark Lunacy said:

How can I install it? Thanks

Hi, I have just added these instructions for you:

https://github.com/Freyja-Folkvangr/ragpycp/blob/master/README.md

Feel free to join the discord server to ask questions. I'd also like to use your ragnarok environment (if possible) to continue adding features because I need a populated ragnarok db ? 

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  94
  • Reputation:   4
  • Joined:  02/12/17
  • Last Seen:  

5 hours ago, Freyr said:

Hi, I have just added these instructions for you:

https://github.com/Freyja-Folkvangr/ragpycp/blob/master/README.md

Feel free to join the discord server to ask questions. I'd also like to use your ragnarok environment (if possible) to continue adding features because I need a populated ragnarok db ? 

Thanks! I will take a look

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...