Leaderboard
Popular Content
Showing content with the highest reputation on 12/07/12 in all areas
-
Please remember not to edit your first post once your problem has been solved as other members might have the same problem and can benefit from this.2 points
-
File Name: Flux CP CMS Addon File Submitter: CalciumKid File Submitted: 26 Feb 2012 File Category: Web Resources Features: Integrates directly into FluxCP as an Addon. Designed to comply with FluxCP PDO programming techniques. WYSIWYG Editor (TinyMCE), you may change that with some tweaks. Designed to be skinned further for Integrated website designs via FluxCP CSS edits. Public sections are SQL injection protected. Simple administration user interface. "Last modified" functions. Ability to link a "read more" url. Planned Features: Automatically load news from IPB RSS Feed Download: Password: "RAthena" Installation: Basic Setup: Download the ContentManagement1.0.zip and extract it. Open the addons folder it extracted. Copy the content_management folder inside it to your webserver's FluxCP addons folder (or write over the addons folder with the extracted addons folder) Visit your FluxCP installation. You will be redirected to the installation system. Provide it with your details and allow it to install. You should be redirected to the home page of your FluxCP. If this goes without error, we're almost there. On your webserver, visit themes\default\main and open index.php for editing. Replace everything inside the file to contain this: <?php if (!defined('FLUX_ROOT')) exit; $this->redirect($this->url('news','view')) ?> Save the file and close. Upon visiting the home page of your site you should now be presented with the News System. Job done. Celebrate having a free CMS? Adding Content: Login as an account with Admin (level 99) access. In the admin menu, either click News or Pages. Then add or edit as required. Adding/Editing links on the CMS: Visit addons\content_management\config and open addon.php for editing. Edit the array entries under "// Sample items for pages function." as required making sure to edit the "path=" section to what you defined when you created content on the CMS. Known Issues: When using CleanURLs, you must change the addon.php file to use ExtURL on it's URLs. Example: // Sample items for pages function. 'Downloads' => array('module' => 'pages','action'=>'content&path=downloads'), Becomes: // Sample items for pages function. 'Downloads' => array('exturl' => 'http://<your FluxCP Install URL>/?module=pages&action=content&path=downloads'), If you like my work, please rate the topic and give reputation! Thanks! Click here to download this file1 point
-
i was refering to this script command... *getusersname; This command will give the invoking character a list of names of the connected characters (including themselves) into an NPC script message window (see 'mes') paging it by 10 names as if with the 'next' command. You need to put a 'close' after that yourself. i didnt saw any script that used this script command ? thus this script command become kinda useless ? i have never see member create any script that have included this script command ( never...since i joined eA till now.. ) ...even wiki also didnt have documentation for it. since it's useles....perhap we can just drop this or maybe customiz it ? if we are not going to drop it....could we just customize it to something like this ? getusersname( <type>,{mapname} ) 0 = all user name 1 = mapname which work to retrieve all online player name that exist in the map specified...or all users that are currently online.. and save it into a temporary array ? like getpartymember did ? i think it could be useful in certain script that required to attach / check players that stay in certain map.. i know we can done above trick by using attachrid...strcharinfo...getmapxy..... but if we can customize the getusersname into something like this...isnt it more useful than current state ?1 point
-
Hi kangfredy, You need to use Ubuntu 12.04, and PlayOnLinux; http://www.playonlinux.com/en/1 point
-
bonus bAspd,( 10 / isequippedcnt(4142) ); no matter how many dopelganger card you wear..it will be fixed at 10% of bonus aspd1 point
-
Misread at first, I don't even think the conditions are neccessary due to the fact that rAthena doesn't seem to crash when changing sex on bard or dancer but anyhow here's the script: if(baseJob==Job_Dancer || baseJob==Job_Bard){}else{ atcommand "@changesex"; } Edit: added requested script1 point
-
Yeah, but I believe he wanted to set on all accounts, that variable at midnight. You'll need to use a query_sql into an OnMinute00 event label.1 point
-
use atcommand "@changesex" after checking the class not to be Bard or Dancer.1 point
-
Try to drop/delete all of the CP_ table's and reinstall your flux.1 point
-
Or you can use: input .@label$; doevent strnpcinfo(3) + "::" + .@label$; end; But I still think there is no need to jump to a dynamic label if your code is structured.1 point
-
here for data folder http://rathena.org/board/topic/66962-basic-complete-renewal-data-english-folder/ and for exe http://rathena.org/board/files/file/2669-client-2012-04-10/1 point
-
If you don't have any custom, try downloading all again, buildbot says it's ok: http://build.rathena.org/console1 point
-
I completely agree - the command has about 1 possible use as is, and really should not be a script command at all. Creating account ID arrays of a map or the entire server would be very useful.1 point
-
No you can't store a label into a variable, you will save its value (numerical) but not it's type. But as far I know you can send a label as an argument to a function or return a label from a function. Well, I think you should re-organize your code to avoid using this structure1 point
-
Atención administradores de servers de RO: Ahora podéis ganar 1 mes de Membresía Premium en nuestro concurso, más información en nuestro blog: http://blog.ragnainf...o-ragnatop.html Síguenos en RagnaInfo Blog: http://blog.ragnainfo.org Twitter: http://twitter.com/ragnainfo Facebook: http://www.facebook.com/RagnaInfo1 point
-
1 point
-
What types of errors? You should learn how to merge your code, it'll save you a ton of time and problems.1 point
-
Try to change the Refine Function in npc/merchants/refine.txt in line 565 to 594 // Weapon/Armor Refiners //============================================================ prt_in,63,60,0 script Hollgrehenn 85,{ callfunc "refinemain","Hollgrehenn",0; end; } morocc_in,73,38,6 script Aragham 99,{ callfunc "refinemain","Aragham",0; end; } payon,144,173,5 script Antonio 88,{ callfunc "refinemain","Antonio",0; end; } alberta_in,28,58,0 script Fredrik 85,{ callfunc "refinemain","Fredrik",0; end; } yuno_in01,171,21,4 script Lambert 88,{ callfunc "refinemain","Lambert",0; end; } ein_in01,24,87,5 script Manthasman 826,{ callfunc "refinemain","Manthasman Pruhag",0; end; } lhz_in02,282,20,7 script Fulerr 869,{ callfunc "refinemain","Fulerr",0; end; } Just change "0" to "1" so that the Safe Refine will be on. For an example prt_in,63,60,0 script Hollgrehenn 85,{ callfunc "refinemain","Hollgrehenn",0; end; } Change the "0" to "1" callfunc "refinemain","Hollgrehenn",0; to this callfunc "refinemain","Hollgrehenn",1; you can also make a duplicate refine npc with Safe Refine so that you wont mess the script npc prontera,99,99,5 script Refiner 85,{ callfunc "refinemain","Refiner",1; end; }1 point
-
getitem .@ItemID[@Random],1; @Random is not defined (a typo for .@Random, I assume).1 point
-
Replace your current hotkey.lub with this.. The one you're using doesn't match your client. \data\lua files\hotkey.lub hotkey.zip1 point
-
// The Emperium has been broken. OnAgitBreak: getitem 7227,1; set .@GID,getcharid(2); // Show and log error if an unguilded player breaks the Emperium. (Should NEVER happen) if (.@GID <= 0) { set .@notice$,"Character "+strcharinfo(0)+" ("+getcharid(0)+") broke the Emperium in Castle: "+strnpcinfo(2)+" while guildless. No data will be saved and Emperium respawned."; logmes .@notice$; debugmes .@notice$; donpcevent "Agit#"+strnpcinfo(2)+"::OnStartArena"; end; } OnStartArena: getitem 7227,1; // OnAgitStart will fall through and spawn the Emperium. if (strnpcinfo(2) == "aldeg_cas01") { setarray .@emproom[0],216,23; } else if (strnpcinfo(2) == "aldeg_cas02") { setarray .@emproom[0],213,23; } else if (strnpcinfo(2) == "aldeg_cas03") { setarray .@emproom[0],205,31; } else if (strnpcinfo(2) == "aldeg_cas04") { setarray .@emproom[0],36,217; } else if (strnpcinfo(2) == "aldeg_cas05") { setarray .@emproom[0],27,101; } else if (strnpcinfo(2) == "gefg_cas01") { setarray .@emproom[0],197,181; } else if (strnpcinfo(2) == "gefg_cas02") { setarray .@emproom[0],176,178; } else if (strnpcinfo(2) == "gefg_cas03") { setarray .@emproom[0],244,166; } else if (strnpcinfo(2) == "gefg_cas04") { setarray .@emproom[0],174,177; } else if (strnpcinfo(2) == "gefg_cas05") { setarray .@emproom[0],194,184; } else if (strnpcinfo(2) == "payg_cas01") { setarray .@emproom[0],139,139; } else if (strnpcinfo(2) == "payg_cas02") { setarray .@emproom[0],38,25; } else if (strnpcinfo(2) == "payg_cas03") { setarray .@emproom[0],268,264; } else if (strnpcinfo(2) == "payg_cas04") { setarray .@emproom[0],270,28; } else if (strnpcinfo(2) == "payg_cas05") { setarray .@emproom[0],30,30; } else if (strnpcinfo(2) == "prtg_cas01") { setarray .@emproom[0],197,197; } else if (strnpcinfo(2) == "prtg_cas02") { setarray .@emproom[0],157,174; } else if (strnpcinfo(2) == "prtg_cas03") { setarray .@emproom[0],16,220; } else if (strnpcinfo(2) == "prtg_cas04") { setarray .@emproom[0],291,14; } else if (strnpcinfo(2) == "prtg_cas05") { setarray .@emproom[0],266,266; } like this?1 point
-
1 point
-
Thank you very much hendra814 I appreciate the help, after I diffed this bypass client it is working perfectly! you welcome, nice to help each other.1 point
-
Is need verify if the version of Apache is the latest to enabled HTTPS. There is a new type of apache attack, called 0day. Wich causes traffic congestion due to the encriyption keys are broken. Is better you use a proxy server, it is easier.1 point