Jump to content

Administrator

Administrator
  • Posts

    103,842
  • Joined

  • Last visited

  • Days Won

    5

Posts posted by Administrator

  1. raw file source

    /applications/gallery/dev/js/front/controllers/view/ips.view.image.js

    compiled file

    /javascript_gallery/front_front_view.js.e3724a9725031678bbae35482f29e2dc.js (different md5 though)search in it for _scrollToImage:function(imageID)
     find
     ,_scrollPage:function(){
    and after the {, add: return false;
     
    like this
     
    ,_scrollPage:function(){ return false;

     

  2. We are releasing patches for IP.Board 3.3.x and IP.Board 3.4.x to address a security issue recently reported to us.
     
    It has been brought to our attention that a cross-site scripting issue exists within the messenger in IP.Board.  We are releasing a patch today that addresses this issue.
     

    3.4.7:   patch12_5_2014.zip

     

    3.3.4:  patch12_5_2014 - 3.3.x.zip

     

    We would like to thank Matthias Ungethüm (http://www.unnex.de) for reporting this issue to us.     

    View the full article

  3. We are happy to release the fourth beta of IPS Community Suite 4.0!
     
    IPS welcomes any clients who enjoy testing beta software to participate and post bugs in our bug tracker. These beta releases help us to provide a more stable final release and the more people who participate in testing the better it is for all.
     
    This release makes available:

    • Forums
    • Blog
    • Gallery
    • Downloads
    • Calendar
    • Commerce (formerly IP.Nexus)
    • Pages (formerly IP.Content)

     
    The upgrade system is now available and you can upgrade from IP.Board 3.4.7 to test this system However: do not upgrade your live community! IPS does not provide technical support or services for beta releases. You can append "-TESTINSTALL" on to the end of your license key to allow to a separate install for test purposes. More information on license keys...
     
    Downloading
     
    You can download IPS Community Suite 4.0.0 Beta 4 in the client area. Go to your Purchases section, select your license, and click the download link. IPS Community in the Cloud clients do not yet have access to the beta.
     
    You will be able to upgrade from Beta 4 to Beta 5 when it is released and to all future betas through final release.
      
    Note: If you are already running Beta 3 you can upgrade in your AdminCP. You will see a notice on your Dashboard. If you do not see it go to Applications and click check for update.

    View the full article

  4. Throughout 2014, the cPanel Security Team has worked with security researchers through cPanel’s Security Bounty program. We try to deliver fixes to issues these security researchers have discovered, along with fixes for issues discovered by cPanel’s internal code audits, in regular two-month cycles. The intent of these scheduled TSRs has …

    View the full article

  5. cPanel, Inc. is thrilled to release cPanel & WHM software version 11.46, which is now available in the STABLE tier. cPanel & WHM 11.46 offers localization and support for 29 languages, Paper Lantern branding, ModSecurity tools, and more. Localization & Support for 29 Languages As part of version 11.46, cPanel …

    View the full article

  6. To increase the rate of bulk mail for large dedicated setups, you can adjust the following.

    if ( ! $pergo or $pergo > 100 )		{			$pergo = 50;		}
    /admin/applications/members/modules_admin/bulkmail/bulkmail.php

    example of modified file to send 200-300 at once

    if ( ! $pergo or $pergo > 300 )		{			$pergo = 200;		}
  7. This is the latest patch from November 9th 2014, for the following from IPS.

     

    We are releasing patches for IP.Board 3.3.x and IP.Board 3.4.x to address two issues recently reported to us.
     
    It has been brought to our attention that certain PHP configurations allow for a potential SQL injection vulnerability. Although this exploit requires some knowledge of your configuration and for certain files to be web-readable, we felt it important to release an update.
     
    Additionally, it has been brought to our attention that it may be possible to send attachments via the email classes which would ordinarily be removed.

    To apply the patch
    Simply download the attached zip for your IP.Board version and upload the files to your forum server. You do not need to run any scripts or the upgrade system.

     
    IP.Board 3.3.x

    3_3_x_patch_nov_14.zip

     

    IP.Board 3.4.x

    3_4_x_patch_nov_14.zip

     

    If you are an IPS Community in the Cloud client running IP.Board 3.3 or above, no further action is necessary as we have already automatically patched your account. If you are using a version older than IP.Board 3.3, you should contact support to upgrade.
     
    If you install or upgrade to IP.Board 3.4.7 after the date and time of this post, no further action is necessary as we have already updated the main download zips.
     
    We extend our thanks to Andrew Erb for notifying us of the email issue privately and promptly. 

     

     

  8. We are releasing patches for IP.Board 3.3.x and IP.Board 3.4.x to address two issues recently reported to us.

    It has been brought to our attention that certain PHP configurations allow for a potential SQL injection vulnerability. Although this exploit requires some knowledge of your configuration and for certain files to be web-readable, we felt it important to release an update.

    Additionally, it has been brought to our attention that it may be possible to send attachments via the email classes which would ordinarily be removed.

    To apply the patch

    Simply download the attached zip for your IP.Board version and upload the files to your forum server. You do not need to run any scripts or the upgrade system.

    IP.Board 3.3.x

    IP.Board 3.4.x

    If you are an IPS Community in the Cloud client running IP.Board 3.3 or above, no further action is necessary as we have already automatically patched your account. If you are using a version older than IP.Board 3.3, you should contact support to upgrade.

    If you install or upgrade to IP.Board 3.4.7 after the date and time of this post, no further action is necessary as we have already updated the main download zips.

    We extend our thanks to Andrew Erb for notifying us of the email issue privately and promptly.

    Attached Files

    View the full article

    View the full article

  9. IPS is investigating a possible security exploit reported to us a few hours ago.

    We are developing a fix for this issue now and anticipate its release tomorrow. Until the fix is released, clients are advised to delete the following file from their community:

    interface/ipsconnect/ipsconnect.php
    This will disable the IPS Connect service which is our system to allow for multiple sites to share one login. Most clients will not need this service but if you do use it then we still suggest you temporarily disable until a fix is released tomorrow.

    IPS Community in the Cloud clients: we have already disabled this feature for you so you are not impacted by this exploit.

    View the full article

    View the full article

  10. We are happy to release the second beta of IPS Community Suite 4.0!

    IPS welcomes any clients who enjoy testing beta software to participate and post bugs in our bug tracker. These beta releases help us to provide a more stable final release and the more people who participate in testing the better it is for all.

    This release makes available:

    • Forums
    • Blog
    • Gallery
    • Downloads
    • Calendar
    This release does not contain Commerce (formerly IP.Nexus), Pages (formerly IP.content), or Chat. These three apps will be released soon as a separate download.

    The upgrade system is now available and you can upgrade from IP.Board 3.4.7 to test this system However: do not upgrade your live community! IPS does not provide technical support or services for beta releases. You can append "-TESTINSTALL" on to the end of your license key to allow to a separate install for test purposes.

    Downloading

    You can download IPS Community Suite 4.0.0 Beta 2 in the client area. Go to your Purchases section, select your license, and click the download link. IPS Community in the Cloud clients do not yet have access to the beta. That will be coming soon.

    You will be able to upgrade from Beta 2 to Beta 3 when it is released and to all future betas through final release.

    If you are not interested in downloading our beta releases you can still check out our IPS Community Suite 4.0 preview site to see the new version in action.

    Discussion

    Please post in our special Beta Releases forum on the preview site for anything about Beta 2. Enjoy!

    We will be upgrading our own site next week. Stay tuned!

    View the full article

    View the full article

×
×
  • Create New...