Jump to content

Rhett

Administrator
  • Posts

    1,398
  • Joined

  • Last visited

  • Days Won

    33

Posts posted by Rhett

  1. Just a tip, they shouldn't charge per page if they are using joomla... as it's all template based... if your only doing a few pages 2-4 then it's all good... but many more then that and you can work them up yourself pretty easy with joomla. ;)

  2. It has come to our attention that a XSS (Cross Site Scripting) attack is possible within the Admin CP. The javascript is only executed when viewing the detailed pop-up of a specific failed admin log in.This issue exists in all IP.Board 3 versions. We recommend that everyone using these versions apply this simple one file patch.Simply download the zip for your IP.Board version, expand the zip on your computer and upload the file to the relevant folder on your server. The directory structure is maintained in the zip so you will have no issues finding the file.If you need assistance, please contact technical support.http://community.inv...ecurity-update/

    feb-3_1_x.zip

    feb_3_2_x.zip

  3. Run these queries to remove the

    [sigpic][/sicpic] 

    from a vb conversion

    update profile_portal set signature = replace(signature,'[sigpic]','')update profile_portal set signature = replace(signature,'[/sigpic]','')update profile_portal set signature = replace(signature,'[SIGPIC]','')update profile_portal set signature = replace(signature,'[/SIGPIC]','')

    then rebuild the signature cache

  4. If your not sure what a domain key is, you can read more up on them here http://en.wikipedia....Identified_MailI we have added DKIM to all servers and it's now a part of the standard setup.

    This should help resolve any rejected mail from some providers, however there are many reasons mail can be rejected.

    A few good measures

    1. Always provide an unsubscribe option on any email that is sent out from an email generator or forum script.

    2. Make sure you have proper SPF records at your DNS Registrar (make sure to add the server.domain.com as an allowed sender)

    3. Monitor rejection emails, never send mail from "noreply@domain.com" this will flag you faster then you can say spam. When you get a rejected email, follow up on it at least once with each provider, if you are being blocked for hitting a filter, find that filter source and ask to be removed.

    For the most part, it's a war, we fight to block spam, and we fight to send good valid emails. If you have any further questions let me know.

×
×
  • Create New...