Jump to content

trenx

Members
  • Posts

    43
  • Joined

  • Last visited

Everything posted by trenx

  1. mmm you can get all the sprites from there or maybe i have less on my server patch i placed like 2000 sprites from there lol
  2. That one its the refiner
  3. Hello i would like to develop a new control panel using the most recent stuff but following a ceres like simple control panel. Its anyone interested? If so, wich features would you like to add? I can develop and entire functional control panel on 1 weekend and im bored right now so ! let me know It will be as simple as ceres but better and easier to mod.
  4. They want to get more money i think lol
  5. Agregame a mi skype esta em mi profile y te ayudo
  6. Im recoding my control panel, in fact this cp has about a couple of years, im just making so everyonce can use it and add their own plugins. The quick post button its a plugin wich can make two things 1 you can write comments on a table custom table, or 2 wich i preffer you can use it for @mail function The avatars have a bug wich i know, the images widths are not well formated, just lazy to adjust them on these beta but ill once i have a good revision. Ohhh another importante things its the way you can create TOPS or Rankings. They are on core/tops/top_TOPNAME.php there you place any file lets call it top_10.php and this is all tops structure wich you can adjust or change: <?php include_once('../top.php'); $result=Array(1,2,3,4,5,6,7,8,9,10); $rank=1; foreach($result as $value) { //$colums['Headtitle|WIDTH'] <--- can format the tables on the array. $colums['Rank|5']=$rank; You can place any columns you want. $colums['Online|100']='another column'; //we set our array $arr_data[]=$colums; $rank++; } ?> And then magically we get our completed top. wich can be called from any javascript using top(10,'Name of top'); or a modal dialog diatop(10,'Dialog Top') <?php echo top($arr_data);?>
  7. Yes they are not there anymore on new version, first open beta was to test installation scripts, on new releases i improvet lost of things you can see my cp working on a big database here http://intensity-ro.com but this is for eamod emulator.
  8. yes ill make it those formats once i have a complete revision
  9. Must be some other thing, can you please PM or add me to skype? trenxtrenx so i can know whats going on, the install procedure works on my vps, cpanel, directadmin, i can test on linux but not windows so if you help me we can get this fix
  10. Yes you can <?php //TRENX RO Control Panel r1 2012 skype trenxtrenx //Server Name multiserver CP 2008, session handler $servidor="$sname"; $sname = "$sename"; //Theme folder name $theme ="$theme"; //Language EN, ES $language ="$cplang"; //Database $serverhost = '$myip'; $serveruser = '$myuser'; $serverpass = '$mypass'; $serverdata = '$mydb'; //Settings can be rathena,eathena,eamod,custom $serverdbtype = '$dbtype'; //Server Status check $ipserver="$sip"; $portlogin="$lp"; $portchar="$cp"; $portmap="$mp"; ?> Im improving installation procedure, after this ill translate add the tops .
  11. Good on todays revision that will be fixed, including those missing vars errors. Revision 2 commited Fixed install on windows and auto install tmp dir detection. Some warning and include mistakes i made.
  12. No tendra costo por eso se llama release publico.
  13. I dont understand what do you mean, but ill make admin part of the panel really secure, as its object oriented programming you can declare your own database schema and it will adjust to your tables etc, even if you put in custom databases. thnx ill release it the sooner i can, i have made the installation part as easy as it can be. I like to develop by my own so there is no Team, but ill happily add any contribution to my project. Specially Language files and themes.
  14. First release wont have any admin features, I have some made but ill add them as plugins later. You will be able to edit accounts, like ceres. You will be able to delete and account and then later run a server clean up script. You will be able to connect to my installation server to autoinstall under centos, your emulator, and maybe edit some features. Able to generate database backups, plus cron job addon to auto backup. Able to send donation items. Able to search cards, items, and quantity of them on the server. Able to send an item to any char. You will need a secure hash, or something to access to this section. This hash will be placed under config.php The database Framework can edit every bit of the database so give me suggetions, also
  15. once i release it you will notice you can change the design to any you want.
  16. Have you ever see eAmod rankings? Well this cp was coded for eamod last year, It has a Ranking engine which makes placing new ranks so easy, as simple as declaring and array and calling a function named top. My first release will have at least 15-20 ranks, There is a market plugin I made but it's just able to run on eamod, maybe I'll add it as a plugin. One important feature you would like it's the donations system, it supports PayPal, some SMS, alert pay, Vote for points (I made this 5 years ago). ohh it has a live chat system.
  17. This is a great idea, but Mapserver works parallel to char server.
  18. This is not just another control panel, its a complete framework to make a custom panel. You can see a live example here https://secure.trenx.com/newcp/ Ill have a finished revision by monday wich will be version 1.0 i need to translate procedural code from my other control panels. You can download it from here https://trenxrocp.sv...renxrocp/trunk/ Revision 1 Beta Only has support for rAthena ill add support for other emulator once the entire core its coded. It has a template system so if you can make some good looking skins would be great. Avatar System. Character User Admin. Account Creation and registry. Comments System with @mail ingame integration. Ranking Making System. Please review core/tops/top_100.php this is a mockup top you can change it as you want, it works with an array. If you want to code something please use the mysql framework. Its really easy to us ill post some examples. I really hope you like it. My control Panel Features MySQL Framework made specially to work with rAthena, and updateable. Language System, Im making first release ENGLISH lenguage. Made to work without any external database. It has a template system and you can add themes. Its made on jQuery. Was the first panel ever to have a Points System. Object Oriented Coded It has a database Framework, its almost imposible to hack with mysql injection. All common Ceres CP functions. Ill upload it on SourceForge. It has an integrated social system, also it has an avatar system. Please if you ever wished any special feature on you CP tell me and ill make it be. Well ill release this panel on 1 week or less. Maybe tonight!
  19. Hay ejemplos por muchos foros que se han hecho a lo largo de los años, solo tomate el tiempo de leerlos, y si cualquier exe que no sea mas reciente que el emulador que uses sera compatible para conectarse al emulador.
  20. In my packet_db.txt I selected the version 28. Instead of 28 place default
  21. Cualquier exe sirve! solo configura y recompila tu emulador para su estructura de packets.
  22. Ohhhh i see please do the following on Case X: next; Erase this next; as its not necesarry for the script to work you can add it after mes "Here you go!";
  23. ill use this to make an online grf maker.
  24. Send me a pm and ill give you my msn , i usually use skype trenxtrenx
×
×
  • Create New...