Ancyker
New member
- Messages
- 28
- Points
- 0
Triton Control Panel 2
Triton is back! The second version of Triton (formerly Sereon) is currently under development. The project is currently labeled as alpha, but it is almost to the beta stage. As such I'm inviting all to try it. The control panel currently features basic functionality. You are able to create accounts, log in, change your password and email address, manage your characters and see who is online.
Official Website: http://triton.sereon.net/
Demo: http://triton.sereon.net/demo/ (The demo is frequently used to test client skins and add-on functionality. It may not always function properly.)
Live Demo: http://aesiro.com/
Purchase: Click Here (For a limited time use coupon code "Hercules" for 25% off your first year)
Features
[*]Written in PHP
[*]Extensible via modules, hooks and plugins.
[*]Content Management System¹
[*]Smarty enabled skinning system makes customizing the layout super easy.
[*]Most features enabled through modules
[*]Account Management
[*]War of Emperium / Guild Info
[*]Who's Online
[*]IPB Integration¹
[*]Dynamically Generated Guild Emblems
[*]Dynamically Generated Character Avatars³
[*]Payment System³: Items³, services³, levels³, character renames³ and more.
[*]Payment APIs³: PayPal², Skrill² (Moneybookers), Google Checkout¹, Amazon Payments¹, Authorize.net¹ and more.
[*]Vote for Points³
¹ Not yet implemented or still a work in progress.
² Implemented but not yet public.
³ Feature is not free.
Requirements
[*]PHP (latest version recommended, 5.4.11 at the time of this post but should work with older versions)
[*]Apache (Note: .htaccess must be enabled or you must configure all the options from them in httpd.conf)
[*]Smarty
[*]phpmailer (Instructions below)
[*]Operating system should not matter
[*]Officially Supported Athenas: Hercules, rAthena, eAthena
Installation
[*]Download Triton Control Panel from the website.
[*]Upload it to your web server or if your server is local place it in your web directory.
[*]Create a file called import.php in the sites root directory and place the following in it:
<?php?>
[*]Open config.php and review all the settings available. Any settings you want to change place into import.php. This will make upgrading the CP much easier.
[*](*nix) Run the following from the sites root directory:
chmod -R 777 db/chmod -R 777 scratch/chmod -R 777 skins/default/cache/chmod -R 777 skins/default/templates_c/
[*]Create a folder called phpmailer in the website root directory and place phpmailer in it.
[*]Verify the setup by visiting the URL.
[*]Create a copy of skins/default/ -- name the new folder whatever you like.
[*]Configure the new skin by modifying the $config['skin'] variable. Remember to place your modifications in import.php.
[*]Modify the skin to your liking. .tpl files are plain text template files. You can open them with notepad. See the smarty documentation for more information on skinning.
You can reply here with feature requests, questions, comments and other suggestions.
Triton is back! The second version of Triton (formerly Sereon) is currently under development. The project is currently labeled as alpha, but it is almost to the beta stage. As such I'm inviting all to try it. The control panel currently features basic functionality. You are able to create accounts, log in, change your password and email address, manage your characters and see who is online.
Official Website: http://triton.sereon.net/
Demo: http://triton.sereon.net/demo/ (The demo is frequently used to test client skins and add-on functionality. It may not always function properly.)
Live Demo: http://aesiro.com/
Purchase: Click Here (For a limited time use coupon code "Hercules" for 25% off your first year)
Features
[*]Written in PHP
[*]Extensible via modules, hooks and plugins.
[*]Content Management System¹
[*]Smarty enabled skinning system makes customizing the layout super easy.
[*]Most features enabled through modules
[*]Account Management
[*]War of Emperium / Guild Info
[*]Who's Online
[*]IPB Integration¹
[*]Dynamically Generated Guild Emblems
[*]Dynamically Generated Character Avatars³
[*]Payment System³: Items³, services³, levels³, character renames³ and more.
[*]Payment APIs³: PayPal², Skrill² (Moneybookers), Google Checkout¹, Amazon Payments¹, Authorize.net¹ and more.
[*]Vote for Points³
¹ Not yet implemented or still a work in progress.
² Implemented but not yet public.
³ Feature is not free.
Requirements
[*]PHP (latest version recommended, 5.4.11 at the time of this post but should work with older versions)
[*]Apache (Note: .htaccess must be enabled or you must configure all the options from them in httpd.conf)
[*]Smarty
[*]phpmailer (Instructions below)
[*]Operating system should not matter
[*]Officially Supported Athenas: Hercules, rAthena, eAthena
Installation
[*]Download Triton Control Panel from the website.
[*]Upload it to your web server or if your server is local place it in your web directory.
[*]Create a file called import.php in the sites root directory and place the following in it:
<?php?>
[*]Open config.php and review all the settings available. Any settings you want to change place into import.php. This will make upgrading the CP much easier.
[*](*nix) Run the following from the sites root directory:
chmod -R 777 db/chmod -R 777 scratch/chmod -R 777 skins/default/cache/chmod -R 777 skins/default/templates_c/
[*]Create a folder called phpmailer in the website root directory and place phpmailer in it.
[*]Verify the setup by visiting the URL.
[*]Create a copy of skins/default/ -- name the new folder whatever you like.
[*]Configure the new skin by modifying the $config['skin'] variable. Remember to place your modifications in import.php.
[*]Modify the skin to your liking. .tpl files are plain text template files. You can open them with notepad. See the smarty documentation for more information on skinning.
You can reply here with feature requests, questions, comments and other suggestions.
Last edited by a moderator: