Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/24/12 in Posts

  1. All our efforts seems to pay-off whenever topics like this show up. Thanks guys!
    2 points
  2. let see . if somebody have errors with Job 2 Clothes dye pallete try this 2DyePallete extract with 7zip and simply add line before your custom.grf in your Data.ini
    2 points
  3. 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!
    1 point
  4. Hello i'm just need some aid from you rAthena's guys to help me in my HTML + CSS learning since i'm still a newbie Well this is my err i forgot how many times making a simple html + css site And yes i'm going to upload it if you guys want it. It's coded already yet still messy I think, since I don't know a thing yet about php or cms to make it more user friendly to be edited. Anyway I need rating and critic. Thanks rAthena Preview: FreeTemplate1 FreeTemplate2 FreeTemplate3 FreeTemplate4 FreeTemplate5 Download: Mediafire edited: sry guys hasn't been here for month, my hosting was dead so I uploaded it to mediafire, enjoy.
    1 point
  5. Script Name: Server Online Users Highest Peak Description: This script will determine your server highest peak of number of user onlines. Version: 1.0 Requirements: You must have this:http://rathena.org/board/files/file/2339-fluxcp-addson-server-online-users-highest-peak/ //==================================================================================== //Script Name: Server Online Users Highest Peak //SVN: Tested in rAthena r156513 //Developed By: JayPee Mateo //Version: 1.0 //Requirement(s): FluxCP Server Highest Addon //Description: This npc script will record the highest number of players that your server reach //==================================================================================== - script Highest Peak -,{ OnPCLoginEvent: set .currentUsersOL,getusers(1); //Current Online Users //Query for the highest peak in the database query_sql("SELECT `num_users` FROM `cp_highest_peak` ORDER BY `num_users` LIMIT 1",.@numUsers); //Get the date set .date$,gettime(7)+"-"+gettime(6)+"-"+gettime(5); set .highestPeak,.@numUsers[0]; //Highest Peak if(getarraysize(.@numUsers) == 0) { //If not data found Insert statement set .highestPeak,.currentUsersOL; query_sql("INSERT INTO `cp_highest_peak`(num_users,peak_date) VALUES("+.highestPeak+",'"+.date$+"')"); //Insert new highest Peak } else { if(.currentUsersOL>.highestPeak) { announce ""+.currentUsersOL,bc_all; set .highestPeak,.currentUsersOL; query_sql("UPDATE `cp_highest_peak`SET num_users='"+.highestPeak+"',peak_date='"+.date$+"'"); //Insert new highest Peak } } end; }
    1 point
  6. I made some changes but I am currently too lazy to seperate them. This includes New status ids New cart support Favorite item tab in inventory Status icon for sitting http://www.aegisdev....a/20120213.diff You also need to add a new column to inventory, cart and storage table. ALTER TABLE `inventory` ADD COLUMN `favorite` TINYINT UNSIGNED NOT NULL DEFAULT '0' AFTER `expire_time`; ALTER TABLE `cart_inventory` ADD COLUMN `favorite` TINYINT UNSIGNED NOT NULL DEFAULT '0' AFTER `expire_time`; ALTER TABLE `storage` ADD COLUMN `favorite` TINYINT UNSIGNED NOT NULL DEFAULT '0' AFTER `expire_time`; For Cart Support you need 2012-02-07bRagexeRE client. For Sitting Icon you need 2011-02-23bRagexeRE client. For Favorite Tab you need 2011-11-22aRagexeRE client.
    1 point
  7. Hi, people! I didn't see any new setup in english. Just the korea one. So ajusted a little the layout. The english version was inside the resource of the .exe. Might be useful for 2011+ clients. Download: http://www.mediafire.com/?1n4y0nb7i9kb3xn
    1 point
  8. Hello rAthena members, I just wanted to take a minute out of the day to sincerely thank the entire rAthena team in creating everything they have for the "little people". No, not trying to suck-up or anything, just showing some gratitude for something we all really appreciate. All of the hard work and dedication put into this is unbelievable, and I can not wait to see what's to come in the future. Feel free to say something nice about the rAthena team below, I'm sure they'd appreciate it! Much love! <3
    1 point
  9. something like this ? [ Pastebin ] Map Nickname Announcing edit at here setarray .Map$, // <mapname>,<Map Nick>, "payon","A City in Forest ..LOL", "hugel","Where is this ?", "izlude","Swordman City ", "prontera","Rune Midgaard ", "geffen","Magician Town ?";
    1 point
  10. @ solid2005 Not 100% sure if the following will work but try setting RequireOwnership to false in the config/applications.php file. Otherwise, try to chmod 777 the fluxcp-renewal/data/* folders. (Might also have to clear your cp_* tables in your SQL database.) Also, I think it would be best if support questions are created in the Control Panel, Website, and Forum Support sub-forum rather than in this thread. Or, if you found the bug, report it here.
    1 point
  11. I would also like to Thank the people who taught and enlightened me with the new cool stuffs here in rAthena.org Syouji - for his cool Mapping Tutorials I learned how to create my first Map with this guy. Xantara - for helping me with a certain script_command that really helped my Script to run as intended to and that's for Free and free source release. Judas - great guy supports with certain questions and he's Judas Bible . Wynn - for also helping me with certain script_command and her source release also. Emistry - for helping with certain script_commands and syntax and for sharing he's scripts. Shag - helping with certain Hex stuffs. KeyWorld - for he's online DiffPatcher and answering some of my annoying questions . Angst - for he's cool release and support with certain questions. Arcenciel - for hes cool script release and support with certain questions. Brian - for answering some of my annoying questions . JayPee - for he's release and helping with certain questions. Aerie - for her free map releases and answering some of my Questions too. jTynne - for hes release also and helping with certain questions. tr0n - for he's script release and support with it. Thanks Thanks keep it up and God Bless you.. hope I mentioned them all Note: Hope someone would be nice to edit TS title "A little priase" into "A little praise"
    1 point
  12. lol with this guy really... He says "I dont have the time to read, or to learn bla bla bla" and he asks other users to make the work for him, just because he wants and he is upset if someone will charge for that... Excuse me but, what a loser. Protect something agains PHP/SQL Hacking methods, it is not like requesting a script, or simple things... It is something very extensive that if you want to be 100% sure, you can't trust anyone to do that work for you. It is something made progressly, and it is necessary to be up to date to date with it, every time... so who will have the time to do this for you everyday? no one. Start to learn if you feel disrespected with paying for the time of SOMEONE and good luck.
    1 point
  13. I'm tempted to ask why there wouldn't be a cupake? We got a cupcake hater over here.
    1 point
  14. Nice moment for think about what a community project is ... Thanks to all contributors - emulator or client side - who have contributed since years to Ragnarok Online & rAthena/eAthena and make this gaming experience unique. Without all members and developpers this game may be forgotten since many years ;D
    1 point
  15. Dude, we don't know which Linux you're using... This is a very simple tutorial for all distributions: LINK
    1 point
×
×
  • Create New...