Alexandria 53 Posted April 5, 2014 Hello there, I'm wondering why I get this warning after trying to ban an IP from "Add IP Ban" Sorry, no form session found (hack attempt ?) was the "Add IP Ban" deleted from Hercules Flux Panel? Quote Share this post Link to post Share on other sites
evilpuncker 503 Posted April 5, 2014 Hello there, I'm wondering why I get this warning after trying to ban an IP from "Add IP Ban" Sorry, no form session found (hack attempt ?) was the "Add IP Ban" deleted from Hercules Flux Panel? you didn't updated your theme with the new security patch Quote Share this post Link to post Share on other sites
Alexandria 53 Posted April 5, 2014 Hello there, I'm wondering why I get this warning after trying to ban an IP from "Add IP Ban" Sorry, no form session found (hack attempt ?) was the "Add IP Ban" deleted from Hercules Flux Panel? you didn't updated your theme with the new security patch Wait... what do you mean? Im using the latest Flux version.... Quote Share this post Link to post Share on other sites
evilpuncker 503 Posted April 5, 2014 Hello there, I'm wondering why I get this warning after trying to ban an IP from "Add IP Ban" Sorry, no form session found (hack attempt ?) was the "Add IP Ban" deleted from Hercules Flux Panel? you didn't updated your theme with the new security patch Wait... what do you mean? Im using the latest Flux version.... do you use a custom theme? Quote Share this post Link to post Share on other sites
Alexandria 53 Posted April 5, 2014 Hello there, I'm wondering why I get this warning after trying to ban an IP from "Add IP Ban" Sorry, no form session found (hack attempt ?) was the "Add IP Ban" deleted from Hercules Flux Panel? you didn't updated your theme with the new security patch Wait... what do you mean? Im using the latest Flux version.... do you use a custom theme? yes sir. Quote Share this post Link to post Share on other sites
evilpuncker 503 Posted April 5, 2014 Hello there, I'm wondering why I get this warning after trying to ban an IP from "Add IP Ban" Sorry, no form session found (hack attempt ?) was the "Add IP Ban" deleted from Hercules Flux Panel? you didn't updated your theme with the new security patch Wait... what do you mean? Im using the latest Flux version.... do you use a custom theme? yes sir. so look again at the link that I've posted and apply the changes made to default theme into your custom theme Quote Share this post Link to post Share on other sites
Alexandria 53 Posted April 5, 2014 Thank ya. (: Quote Share this post Link to post Share on other sites
dudemelo 3 Posted April 5, 2014 At your form, you need to generate a token stored in session to avoid CSRF. <?php echo Flux_Security::csrfGenerate('IPBanAdd', true); ?> Quote Share this post Link to post Share on other sites
badkiss 0 Posted May 11, 2014 Hello, I tried using my custom theme and have the latest security patch but it's still not letting me make that the default theme. I'm guessing I used an old theme that works only with rAthena because I downloaded the theme from their forum. Is there a special code that I need to put somewhere in the header or footer for it to load? Thanks! Quote Share this post Link to post Share on other sites
dudemelo 3 Posted May 12, 2014 Hello, I tried using my custom theme and have the latest security patch but it's still not letting me make that the default theme. I'm guessing I used an old theme that works only with rAthena because I downloaded the theme from their forum. Is there a special code that I need to put somewhere in the header or footer for it to load? Thanks! config/application.php 'ThemeName' => array('default', 'emphaino'), // Names of the themes you would like to use. Themes are in FLUX_ROOT/themes. First theme listed will be default theme. Quote Share this post Link to post Share on other sites
jTynne 101 Posted May 22, 2014 Strangely, addons aren't loading for me? Re-installed and they worked. Whew. Quote Share this post Link to post Share on other sites
jaBote 438 Posted June 14, 2014 Yeah, I'm finished on the translation but not completely happy with it ATM due to some issues the very own Spanish language has (it's generally longer and that longer text might break some skins or be uncomfortable to read). That's why it isn't already committed to the repo: it may require some slight changes before it's on there. I have sent a copy myself to some acquaintances that might help me on those issues Sorry! Well, the translation was complete since August 16th, I think it's time to release it on its unrevised state so I did add the new strings and voilà. A late gift for everybody: https://github.com/HerculesWS/FluxCP/commit/6c063e57f70ecf2c4cefc4ffa674010a3797b9f0 Quote Share this post Link to post Share on other sites
Alexandria 53 Posted June 15, 2014 Yeah, I'm finished on the translation but not completely happy with it ATM due to some issues the very own Spanish language has (it's generally longer and that longer text might break some skins or be uncomfortable to read). That's why it isn't already committed to the repo: it may require some slight changes before it's on there. I have sent a copy myself to some acquaintances that might help me on those issues Sorry! Well, the translation was complete since August 16th, I think it's time to release it on its unrevised state so I did add the new strings and voilà. A late gift for everybody: https://github.com/HerculesWS/FluxCP/commit/6c063e57f70ecf2c4cefc4ffa674010a3797b9f0 Spanish of.. Spain? x) Yo no hablar espanol senor. Quote Share this post Link to post Share on other sites
jaBote 438 Posted June 15, 2014 Well, the goal is going towards the most neutral Spanish I could achieve as you can read on the header of the file but it needed an ISO language code. I can't use only the es code for uniformization issues so I went to es-ES in case of doubt since I can't make it comply with all Spanish varieties. I'll welcome any proofread and comments and criticism from all Spanish-speaking people. Quote Share this post Link to post Share on other sites
Alexandria 53 Posted June 16, 2014 You have to delete the comments lines to make it work. Quote Share this post Link to post Share on other sites
Luffy 14 Posted July 22, 2014 can i use it to this? : http://rathena.org/board/files/file/2991-green-fluxcp-theme/ Quote Share this post Link to post Share on other sites
Luffy 14 Posted July 26, 2014 yes you can. Got a Errors on it. Warning: Invalid argument supplied for foreach() in /public_html/main/lib/Flux.php on line 305 Quote Share this post Link to post Share on other sites
Vincent 4 Posted July 26, 2014 (edited) 1. go to config/error.php2. Change the show error handling to true (or 1)3. Post the new error message Edited July 26, 2014 by Vincent Quote Share this post Link to post Share on other sites
Luffy 14 Posted July 26, 2014 Warning: Invalid argument supplied for foreach() in /public_html/main/lib/Flux.php on line 305Warning: Cannot modify header information - headers already sentby (output started at /public_html/main/lib/Flux.php:305)in /public_html/main/lib/Flux/Template.php on line 860 Quote Share this post Link to post Share on other sites
Vincent 4 Posted July 27, 2014 Try Turning off PHP Safe Mode http://support.godaddy.com/help/article/119/turning-off-php-safe-mode-on-your-server Quote Share this post Link to post Share on other sites
Zirius 1 Posted July 29, 2014 Hello! What are the only privileges/tables fluxCP sql user should have by default? its for security stuff. Thanks! Quote Share this post Link to post Share on other sites
Vincent 4 Posted July 29, 2014 read+write because this are needed to use flux. Quote Share this post Link to post Share on other sites
Zirius 1 Posted July 29, 2014 I mean, is it okay if I could make a user for fluxcp with only Data: "Select","Insert",& "Update" sql permissions? Quote Share this post Link to post Share on other sites
Luffy 14 Posted July 29, 2014 Try Turning off PHP Safe Mode http://support.godaddy.com/help/article/119/turning-off-php-safe-mode-on-your-server is that advisable to do? @_@ Quote Share this post Link to post Share on other sites