Jump to content

pr3p

Members
  • Posts

    197
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by pr3p

  1. Hi everyone i done configuring email confirmation on my client website and its working fine using the own domain name with this setting, and one more thing make sure you that your webhost support incoming and outgoing for mail. If you need help please contact us: Note: the email confirmation sometimes goes to spam folders 'AllowUserInPassword' => false, // Whether or not to allow the password to contain the username. (NOTE: A case-insensitive search is performed) 'AllowDuplicateEmails' => false, // Whether or not to allow duplicate e-mails to be used in registration. (See Mailer config options) 'RequireEmailConfirm' => true, // Require e-mail confirmation during registration. 'RequireChangeConfirm' => true, // Require confirmation when changing e-mail addresses. 'EmailConfirmExpire' => 48, // E-mail confirmations expire hours. Unconfirmed accounts will expire after this period of time. 'MailerFromAddress' => '[email protected]', // The e-mail address displayed in the From field. 'MailerFromName' => 'YourRO', // The name displayed with the From e-mail address. 'MailerUseSMTP' => false, // 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' => false, // Same as above SSL setting, but for TLS. This setting will override the SSL setting. 'MailerSMTPPort' => null, // When MailerUseSMTP is true: SMTP server port (mailer will default to 25). 'MailerSMTPHosts' => null, // 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' => 'yourpassword', // When MailerUseSMTP is true: Authorized password for SMTP server (for above user). 'ServerStatusCache' => 2, // Store a cached server status and refresh every X minutes. Default: 2 minutes (value is measured in with result to: YourRO Account Confirmation You have received this e-mail because you or someone else has created an account with YourRO using this e-mail address. Point your browser to the below link to activate the account. All unconfirmed accounts will be deleted from our system within 48 hour(s) of registration. Account: pr3p Confirm: http://Your-ro.com/?module=account&action=confirm&code=8130cd0bbbce37a552c5fa8a84ec9bc5&user=pr3p&login=YourRO Note: This is an automated e-mail, please do not reply to this address.
  2. Awesome maki thanks really help
  3. Awesome work nice thanks for the release
  4. Thanks i really appreciate it, yah maybe we will revised it to fit on the design
  5. New Web Design for Coding YourRO III - Available For more info visit our official site: http://www.ro-services.com/downloads/yourro4-exclusive-web-design-fluxceres-integration/
  6. pr3p

    Destroy item

    Hi Iamjet Are you referring on all specifed item will be deleted,If using @destroysqlitem, it will delete from storage, guild storage, cart, and inventory from all players
  7. You don't need to reinstall everything just clear you cache on flux in order to show you server status if you configurd it correctly you can check 'servers.php' in the config folder to see if you've correctly put the server IP and ports. 1. Enabled debug mode of application.php and make sure you set to true on error.php config/application.php and config/error.php $showExceptions = false; // Whether or not to show exceptions (only applies to error.php) for Server Status since its already online 2. go to flux directory data/tmp/ and delete serverstatus cache php, refresh your site and should be working now. 3. for the flux addons you should take a look on your themes name every addon has theme names also, check your vote for points themes name for me it shout me like this addons/voteforpoints/themes/default and if your using custom theme thene addons/voteforpoints/themes/yourtheme
  8. Hi kristine set enabled debug mod on application.php and set true on error.php to view the problem or error's occurred...can you send me the link
  9. +1 for this, yah its a nice sir
  10. wow nice thanks for the release sir
×
×
  • Create New...