Jump to content

ngek202

Members
  • Posts

    530
  • Joined

  • Last visited

Everything posted by ngek202

  1. Help with CentOS I'm having this problem when i try to access Flux Warning: fopen(data/tmp/ConfigServers.cache.php): failed to open stream: Permission denied in /usr/html/cp/lib/Flux.php on line 275 Warning: fwrite() expects parameter 1 to be resource, boolean given in /usr/html/cp/lib/Flux.php on line 276 Warning: fwrite() expects parameter 1 to be resource, boolean given in /usr/html/cp/lib/Flux.php on line 277 Warning: fclose() expects parameter 1 to be resource, boolean given in /usr/html/cp/lib/Flux.php on line 278 Critical Error An error was encountered during the lifetime of the application. This could be due to a variety of problems, such as a bug in the application. However, normally it is caused by misconfiguration. Exception Details Error: Flux_PermissionError Message: The log storage directory '/usr/html/cp/data/logs' is not writable. Remedy with `chmod 0600 /usr/html/cp/data/logs` File: /usr/html/cp/index.php:125 already tried running chmod 0600 /usr/html/cp/data/logs on the terminal.
  2. @Elven thanks for sharing your working with us it's very user friendly easy to modify good for people that still learning how to code php 10/10 for providing everything in the package. I'm currently testing it with CalciumKid's renewal flux and it's working perfectly and will test further.. hope you could make a version 2 of this one
  3. I've noticed on template 4 when you hover your mouse on Home Button sometimes it goes nuts rapid flickering., dunno how to explain it sorry.
  4. when that happens, add the patch manually.. probably you have a modified line that covers the line where the patch needed to be placed.
  5. very nice Idea Lilith Thanks for sharing a question though does it tell how much he gained if someone bought an item from he's/her store?(well this would not matter if @at command is available).
  6. Elven this works with new flux renewal?
  7. very nice Design guys, can't wait for the NEW CeresCP
  8. Make sure you place the folder correctly just need to put it under addons folder. no need to edit anything and also just needed to load 3 sql tables found in schemaslogindb
  9. ngek202

    Website

    yes agree check Miss Xantara's work
  10. This is my configuration. is this correct? 'RequireEmailConfirm' => true, // Require e-mail confirmation during registration. 'RequireChangeConfirm' => false, // Require confirmation when changing e-mail addresses. 'EmailConfirmExpire' => 48, // E-mail confirmations expire hours. Unconfirmed accounts will expire after this period of time. 'MailerFromAddress' => 'noreply@localhost', // The e-mail address displayed in the From field. 'MailerFromName' => 'MailerName', // The name displayed with the From e-mail address. 'MailerUseSMTP' => true, // Whether or not to use a separate SMTP server for sending mail. 'MailerSMTPUseSSL' => false, // Whether or not mailer should connect using SSL (yes for GMail). 'MailerSMTPUseTLS' => true, // Same as above SSL setting, but for TLS. This setting will override the SSL setting. 'MailerSMTPPort' => 465, // When MailerUseSMTP is true: SMTP server port (mailer will default to 25). 'MailerSMTPHosts' => 'smtp.gmail.com', // When MailerUseSMTP is true: A string host or array of hosts (e.g., 'host1' or array('host1', 'backuphost')). 'MailerSMTPUsername' => '[email protected]', // When MailerUseSMTP is true: Authorized username for SMTP server. 'MailerSMTPPassword' => 'password', // When MailerUseSMTP is true: Authorized password for SMTP server (for above user).
  11. yeah that's one thing I hate too, I've tried Ceres too but no luck
  12. yeah and sometimes the cp hangs btw im trying it with google., though from my past server I've managed to make it work
  13. can't make it to work with gmail too or im not sure if I'm putting the right port or ssl tls settings
  14. can you try this: http://pastebin.com/raw.php?i=9XJS9eX2
  15. anyone has a Dollar Bill Sprite?
  16. timestamp will only appear on the map server console.. I think what he wants is when someone uses command @time because it displays in 24 hour format.
  17. open themesdefaultvoteforpointsindex.php find line 31: <a href="index.php?module=voteforpoints&action=vote&sid=<?php echo $site->site_id; ?>">Vote Now</a> and change to this: <a href="index.php?module=voteforpoints&action=vote&sid=<?php echo $site->site_id; ?>" target="_blank">Vote Now</a>
  18. Oh sorry misunderstood me I didn't say it was a bug/anything.. I was just telling Mysterious about how it works
  19. I think because on 3ceam it still use pc_isGM and GM_level while on rAthena's current version uses pc_get_group_level and level the one I posted is i modified it to work with rAthena's new gm command update. ok here this should work Sanasol's version I just added the changes he did. http://pastebin.com/raw.php?i=DYUAe6Ca
  20. under schemas/logindb there's a 3 sql file just load it on your sql db.
  21. Hmm still can't create config.php thru normal process same error return with filezilla. I tried doing it manual and placing it with "index.html" I got this error: can the config.php creation be the same like Flux and Ceres method?
  22. the vote for points doesn't appear when account isn't Logged in. and to Up my Question. Noticed something: is this right when clicking on Blocking Time for example I set it to 12hr and when I submit it appears on Block Time 13:00:00?
×
×
  • Create New...