Jump to content

IveLeft...

Members
  • Posts

    1,241
  • Joined

Reputation Activity

  1. Like
    IveLeft... got a reaction from kar3n2 in Trying to add invision forums to my subdomain problems   
    Have a look at this @kar3n2
     
     



    For the second one (ssl I presume)
    SUBDOMAIN = _457899d55c6b2424f195a911a8a2117b
    Set CNAME in the drop down
    RECORD = _67f5910f653ff97ff51cca32c7f1860a.snmnbsbtgy.acm-validations.aws.
    Then you will have two CNames - you need to go back out of it and go back into it to see them
     
  2. Like
    IveLeft... got a reaction from Marc Stridgen in Slow Forum Loading IPS Hosting   
    Ah ok, sorry I mis-understood - I thought you meant apples mov format or QuickTime had a new bug in it - Apologies
  3. Like
    IveLeft... got a reaction from Marc Stridgen in Inexplicable? Error code: 2S119/1 on a specific computer   
    We used to use varnish cache many years ago, from memory it only runs on http and not https which is why we stopped using it, there was also a particular setting we had to use on the server to get it working properly with IPS - I cant remember what that was though.
    I would personally disable varnish and use redis.
  4. Thanks
    IveLeft... got a reaction from estan in Uploads folder - 20k+ small files. Normal? I think hacked   
    If you have root access (or your hosts need pointing in the right direction)  then install the package auditctl (if its not installed) and use auditd to watch and log changing to the uploads directory. Tail the log and you will find out the user, process and which executable changed the permissions.
    Here is a good example on Ubuntu - CentOS is fairly similar
    https://unix.stackexchange.com/questions/196840/how-to-investigate-what-is-modifying-a-directories-permission-on-linux
  5. Thanks
    IveLeft... got a reaction from estan in Uploads folder - 20k+ small files. Normal? I think hacked   
    @estan
    Are you on a managed server or hosted or unmanaged ?
    There are many things you can do if you have your own server, for example we use and always have all the Config Server Services and within  this they have the exploit scanner and its very very good and automated......
    https://configserver.com/cp/cxs.html
    However its no good installed on an exploited server - its best installed on a new vanilla server as it will doubtfully pick up your existing exploits
    You need to sort the server out first before you move forward - this is a manual task to be honest and for a server admin
    If your on shared or managed hosting then open a support ticket with them and point them in the right direction......
  6. Like
    IveLeft... reacted to Meddysong in Table of Contents for Knowledge base using pages   
    Yes, that's possible: Invision do it on their Help Guides section, which is built with Pages:

    They do so using JavaScript, and then mark then place an anchor and title like this in the page:
    <a id="generalterms" rel=""></a> <h2 class="cDocs_mainTitle" data-role="title"> General Terms </h2> The script then looks for anything marked 'data-role="title"', and uses the relevant text to generate the menu, creating links to the preceding <a> tags.
  7. Like
    IveLeft... reacted to Marc Stridgen in Clean install of the newest software with old database?   
    Note, what you are trying to do here isnt an intended way for the system to be used. You cannot do a cleanup really without upgrading your site to the latest release of the platform, unless you happen to have a copy of the files. The correct way to clean things up from older installs if needed would be 
    Create a FULL backup
      delete all files/folders apart from
    uploads
    conf_global.php
    constants.php (if you have one)
    .htaccess
      Upload a fresh set of files from your client area Note, this would not in any way account for 3rd party items. So you may have folders in the applications folder from 3rd party items you need to keep, and also the plugins folder if you have any plugins. Also note, the above is based on  your being on the latest release
  8. Like
    IveLeft... reacted to teraßyte in [BUG 4.6.7] Duplicate emailWrapper in outgoing emails   
    We have an hook that injects some HTML at the bottom of the emails to add some buttons. After upgrading from 4.4.10 to 4.6.7 we noticed that these buttons are showing twice.
    After some investigation I found this is an IPS bug. Here's the steps to replicate it on a fresh install:
    Make a fresh install of 4.6.7 Add a new user from ACP Now send a PM to this new user The notification email sent out will have a duplicate wrapper. By inspecting the email source you can immediately see duplicate HTML/HEAD/BODY elements, and the first parsed wrapper also has an empty TITLE element. From a quick look at the issue it seems to first parse the content using the wrapper (emailWrapper template; empty subject), but then the code parses it again without wrapper (emailNoWrapper template; subject available) which ends up including the original emailWrapper template inside the emailNoWrapper one. Testing the same steps above on 4.4.10 works just fine with no duplicate email wrapper.
     
    Here's an example from the fresh install I just tested with:
    MIME-Version: 1.0 To: test@example.com From: =?UTF-8?B?RnJlc2g0NiBURVNU?= <admin@example.com> Subject: =?UTF-8?B?YWRtaW4gaGFzIHNlbnQgeW91IGEgbWVzc2FnZQ==?= Date: Sat, 23 Oct 2021 17:19:04 +0000 Auto-Submitted: auto-generated Precedence: list Content-Type: multipart/alternative; boundary="--==_mimepart_da312dd3c6432b943a6145ba67acbc52"; charset=UTF-8 Content-Transfer-Encoding: 8bit ----==_mimepart_da312dd3c6432b943a6145ba67acbc52 Content-Type: text/plain; charset=UTF-8 Hi test, admin has sent you a message! URL to this message:https://domain.com/fresh46/index.php?app=core&module=system&controller=redirect&url=https://domain.com/fresh46/messenger/2/?do=findComment%26amp;comment=3&key=4df9a37bc60e06121941d8a98d6950d1fdd34a64a99233184b44e8dbc0c25d62&email=1&type=notification_new_private_message -- Fresh46 TEST ----- Prefer to stop receiving these emails? Adjust your notification preferences:https://domain.com/fresh46/index.php?app=core&module=system&controller=redirect&url=https://domain.com/fresh46/notifications/options/?type=new_private_message&key=0d1fdf7b1daa337cf4545cdb86d8ac57ef8d19c9675bbe1e84fb701c66c12b1b&email=1&type=notification_new_private_message Fresh46 TEST ----==_mimepart_da312dd3c6432b943a6145ba67acbc52 Content-Type: text/html; charset=UTF-8 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <title>admin has sent you a message</title> </head> <body> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title></title><style type="text/css"> #outlook a {padding:0;} body{width:100% !important; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; margin:0; padding:0;} .ExternalClass {width:100%;} .ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div {line-height: 100%;} #backgroundTable {margin:0; padding:0; width:100% !important; line-height: 100% !important;} img {outline:none; text-decoration:none; -ms-interpolation-mode: bicubic;} a img {border:none;} .image_fix {display:block;} p {margin: 1em 0;} h1 { color: white !important; } h2, h3, h4, h5, h6 {color: #333333 !important;} h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active { color: red !important; } h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited { color: purple !important; } table td {border-collapse: collapse;} table { border-collapse:collapse; mso-table-lspace:0pt; mso-table-rspace:0pt; } a {color: #4a8aca;} /* Unhides cells that we set to hide in the HTML in case the client doesn't support style properly */ *[class~=hidePhone] { display : block !important; width : auto !important; max-height: inherit !important; overflow : visible !important; float : none !important; } *[class~=hidePhone][width="30"] { width: 30px !important; } *[class~=hidePhone][width="40"] { width: 40px !important; } td[class~=hidePhone] { display: table-cell !important; } .ipsImage { max-width: 100% !important; height: auto !important; } /* Attachment styles for rich text */ .ipsAttachLink_image, .ipsAttachLink { margin-bottom: 15px; } html[dir="ltr"] .ipsAttachLink_image.ipsAttachLink_right, html[dir="ltr"] .ipsAttachLink.ipsAttachLink_right, html[dir="rtl"] .ipsAttachLink_image.ipsAttachLink_left, html[dir="rtl"] .ipsAttachLink.ipsAttachLink_left { margin-left: 30px; } html[dir="ltr"] .ipsAttachLink_image.ipsAttachLink_left, html[dir="ltr"] .ipsAttachLink.ipsAttachLink_left, html[dir="rtl"] .ipsAttachLink_image.ipsAttachLink_right, html[dir="rtl"] .ipsAttachLink.ipsAttachLink_right { margin-right: 30px; } @media only screen and (max-width: 480px) { a[href^="tel"], a[href^="sms"] { text-decoration: none; color: blue; pointer-events: none; cursor: default; } .mobile_link a[href^="tel"], .mobile_link a[href^="sms"] { text-decoration: default; color: orange !important; pointer-events: auto; cursor: default; } #userPhoto, .hidePhone, *[class~=hidePhone], td[class~=hidePhone] { display: none !important; } .responsive_table > tr > td, .responsive_table > tbody > tr > td, .responsive_table > tr, .responsive_table > tbody > tr { display: block; text-align: left; } html[dir="rtl"] .responsive_table > tr > td, html[dir="rtl"] .responsive_table > tbody > tr > td, html[dir="rtl"] .responsive_table > tr, html[dir="rtl"] .responsive_table > tbody > tr { text-align: right; } .responsive_row { margin-bottom: 10px; } .responsive_fullwidth { width: 100% !important; } .cOurPicksRow { margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #e0e0e0; } } @media only screen and (min-width: 768px) and (max-width: 1024px) { a[href^="tel"], a[href^="sms"] { text-decoration: none; color: blue; pointer-events: none; cursor: default; } .mobile_link a[href^="tel"], .mobile_link a[href^="sms"] { text-decoration: default; color: orange !important; pointer-events: auto; cursor: default; } } /* Share Links */ .cShareLink:hover { color: white; } </style></head><body bgcolor="#f1f1f1" style="direction: ltr"> <table cellpadding="0" cellspacing="0" border="0" width="100%" bgcolor="#f1f1f1"><tr height="25"><td dir="ltr"><img src="https://domain.com/fresh46/applications/core/interface/email/spacer.png" width="1" height="1" alt=""></td> <td dir="ltr"><img src="https://domain.com/fresh46/applications/core/interface/email/spacer.png" width="1" height="1" alt=""></td> <td dir="ltr"><img src="https://domain.com/fresh46/applications/core/interface/email/spacer.png" width="1" height="1" alt=""></td> </tr><tr><td dir="ltr" valign="top"><img src="https://domain.com/fresh46/applications/core/interface/email/spacer.png" width="1" height="1" alt=""></td> <td dir="ltr" valign="middle" style="font-family: 'Helvetica Neue', helvetica, sans-serif; font-size: 30px; font-weight: 300; color: #262e33; line-height: 48px; padding-left: 10px;"> <a href="https://domain.com/fresh46/index.php?app=core&amp;module=system&amp;controller=redirect&amp;url=https://domain.com/fresh46/&amp;key=cb99a705e6f025cd80687c8d430fe22527258e47f2bd97dbfce85e74ba0dcf85&amp;email=1&amp;type=notification_new_private_message" style="text-decoration: none; color: #262e33; border: 0;"> Fresh46 TEST </a> </td> <td dir="ltr" valign="top"><img src="https://domain.com/fresh46/applications/core/interface/email/spacer.png" width="1" height="1" alt=""></td> </tr><tr height="25"><td dir="ltr"><img src="https://domain.com/fresh46/applications/core/interface/email/spacer.png" width="1" height="1" alt=""></td> <td dir="ltr"><img src="https://domain.com/fresh46/applications/core/interface/email/spacer.png" width="1" height="1" alt=""></td> <td dir="ltr"><img src="https://domain.com/fresh46/applications/core/interface/email/spacer.png" width="1" height="1" alt=""></td> </tr><tr><td dir="ltr"><img src="https://domain.com/fresh46/applications/core/interface/email/spacer.png" width="1" height="1" alt=""></td> <td dir="ltr" width="800" id="main" bgcolor="#ffffff" style="border-top: 10px solid #177ec9; line-height: 1.5;"> <table width="100%" cellpadding="20" style="table-layout: fixed;"><tr><td dir="ltr" style="font-family: 'Helvetica Neue', helvetica, sans-serif; font-size: 15px; color: #333333; line-height: 21px; overflow-wrap: break-word;"> <strong style="font-size: 17px">Hi test,</strong> <br> admin has sent you a message! <br><br><a href="https://domain.com/fresh46/index.php?app=core&amp;module=system&amp;controller=redirect&amp;url=https://domain.com/fresh46/messenger/2/?do=findComment%26comment=3&amp;key=f47d2ca3aea6fe468a71daf49819d556109baa5b159434ec2f37e6fd84afb55a&amp;email=1&amp;type=notification_new_private_message" style="color: #ffffff; font-family: 'Helvetica Neue', helvetica, sans-serif; text-decoration: none; font-size: 12px; background: #177ec9; line-height: 32px; padding: 0 10px; display: inline-block; border-radius: 3px;">Read full message</a> <br><br><em style="color: #8c8c8c">— Fresh46 TEST</em> <br><br><hr style="height: 0px; border-top: 1px solid #f0f0f0;"><table width="100%" cellpadding="10" cellspacing="0" border="0"><tr><td dir="ltr"> <strong>2 members active in this conversation (including you)</strong> </td> </tr><tr><td dir="ltr"> <table width="100%" cellpadding="0" cellspacing="0" border="0" class="responsive_table"><tr><td dir="ltr" width="200" class="responsive_row"> <table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td dir="ltr" width="50"> <img src="https://domain.com/fresh46/applications/core/interface/email/default_photo.png" width="40" height="40" style="border: 1px solid #777777; vertical-align: middle;"></td> <td dir="ltr"> <strong>test</strong><br><span style="font-size: 14px">Members</span> </td> </tr></table></td> <td dir="ltr" width="200" class="responsive_row"> <table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td dir="ltr" width="50"> <img src="https://domain.com/fresh46/applications/core/interface/email/default_photo.png" width="40" height="40" style="border: 1px solid #777777; vertical-align: middle;"></td> <td dir="ltr"> <strong>admin</strong><br><span style="font-size: 14px">Administrators</span> </td> </tr></table></td> <td dir="ltr"> </td> <td dir="ltr"> </td> </tr></table></td> </tr></table><br><br><table width="100%" cellpadding="15" cellspacing="0" border="0" style="background: #f5f5f5"><tr><td dir="ltr"> <h2 style="margin: 0; font-size: 19px; font-weight: 500">This is a test PM</h2> </td> </tr></table><br><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td dir="ltr" width="20" class="hidePhone" style="width: 0; max-height: 0; overflow: hidden; float: left;"> </td> <td dir="ltr" width="100" valign="top" align="center" class="hidePhone" style="width: 0; max-height: 0; overflow: hidden; float: left;"> <img src="https://domain.com/fresh46/applications/core/interface/email/default_photo.png" width="75" height="75" style="border: 1px solid #777777; vertical-align: middle;"></td> <td dir="ltr" width="20" class="hidePhone" style="width: 0; max-height: 0; overflow: hidden; float: left;"> </td> <td dir="ltr" valign="top"> <div style="line-height: 1.5"> Test PM to test the duplicate emailWrapper bug. ... </div> <br><hr style="height: 0px; border-top: 1px solid #f0f0f0;"><br><a href="https://domain.com/fresh46/index.php?app=core&amp;module=system&amp;controller=redirect&amp;url=https://domain.com/fresh46/messenger/2/?do=findComment%26comment=3&amp;key=f47d2ca3aea6fe468a71daf49819d556109baa5b159434ec2f37e6fd84afb55a&amp;email=1&amp;type=notification_new_private_message" style="color: #ffffff; font-family: 'Helvetica Neue', helvetica, sans-serif; text-decoration: none; font-size: 12px; background: #177ec9; line-height: 32px; padding: 0 10px; display: inline-block; border-radius: 3px;">Read full message</a> </td> <td dir="ltr" width="20" class="hidePhone" style="width: 0; max-height: 0; overflow: hidden; float: left;"> </td> </tr></table></td> </tr></table></td> <td dir="ltr"><img src="https://domain.com/fresh46/applications/core/interface/email/spacer.png" width="1" height="1" alt=""></td> </tr><tr height="25"><td dir="ltr"><img src="https://domain.com/fresh46/applications/core/interface/email/spacer.png" width="1" height="1" alt=""></td> <td dir="ltr"><img src="https://domain.com/fresh46/applications/core/interface/email/spacer.png" width="1" height="1" alt=""></td> <td dir="ltr"><img src="https://domain.com/fresh46/applications/core/interface/email/spacer.png" width="1" height="1" alt=""></td> </tr><tr><td dir="ltr" valign="top"><img src="https://domain.com/fresh46/applications/core/interface/email/spacer.png" width="1" height="1" alt=""></td> <td dir="ltr" valign="middle" align="center" style="font-family: 'Helvetica Neue', helvetica, sans-serif; font-size: 12px; line-height: 18px; padding-left: 10px;"> Prefer to stop receiving these emails? <a href="https://domain.com/fresh46/index.php?app=core&amp;module=system&amp;controller=redirect&amp;url=https://domain.com/fresh46/notifications/options/?type=new_private_message&amp;key=0d1fdf7b1daa337cf4545cdb86d8ac57ef8d19c9675bbe1e84fb701c66c12b1b&amp;email=1&amp;type=notification_new_private_message" style="color: #4a8aca; text-decoration: none; display: inline-block">Adjust your notification preferences</a>. <br></td> </tr><tr><td dir="ltr" valign="top"><img src="https://domain.com/fresh46/applications/core/interface/email/spacer.png" width="1" height="1" alt=""></td> <td dir="ltr" valign="top" width="800" align="center" style="font-family: 'Helvetica Neue', helvetica, sans-serif; font-size: 12px; color: #bdbdbd; line-height: 18px; padding-left: 10px;"> Fresh46 TEST </td> <td dir="ltr" valign="top"><img src="https://domain.com/fresh46/applications/core/interface/email/spacer.png" width="1" height="1" alt=""></td> </tr></table></body></html> </body> </html> ----==_mimepart_da312dd3c6432b943a6145ba67acbc52--  
  9. Like
    IveLeft... got a reaction from estan in Uploads folder - 20k+ small files. Normal? I think hacked   
    @estan
     
    I would say something is changing the r/w permissions of the uploads directory
    Also I would guess the hack php files you mentioned were copied over from the old server
    The trouble you have is how long was that php script there and what other hacks are in your filesystem.....
    I would contact your host as a matter of urgency - if they are any good they will deal with its fairly quickly - if they dont and seem slack I would change hosts 
     
  10. Thanks
    IveLeft... got a reaction from estan in Uploads folder - 20k+ small files. Normal? I think hacked   
    https://www.derekfountain.org/security_c99madshell.php
     
     
  11. Like
    IveLeft... got a reaction from Meddysong in Trying to add invision forums to my subdomain problems   
    Have a look at this @kar3n2
     
     



    For the second one (ssl I presume)
    SUBDOMAIN = _457899d55c6b2424f195a911a8a2117b
    Set CNAME in the drop down
    RECORD = _67f5910f653ff97ff51cca32c7f1860a.snmnbsbtgy.acm-validations.aws.
    Then you will have two CNames - you need to go back out of it and go back into it to see them
     
  12. Like
    IveLeft... reacted to Randy Calvert in Trying to add invision forums to my subdomain problems   
    When creating the CNAME, you want:
    Name: friendshipforums
    CNAME: o316083.invisionservice.com.
    I believe with cPanel you will need to add the the extra period at the end of the domain name (meaning "o316083.invisionservice.com." not "o316083.invisionservice.com").
  13. Like
    IveLeft... reacted to Cloud9 in Slow Forum Loading IPS Hosting   
    Hi, is there an update on this please? I did email reply back to your colleague asking how do we send the videos to you, as they're too big for email, but I never got a reply? Many thanks
  14. Like
    IveLeft... got a reaction from Dave Baker in I need an expert to help redesign site   
    @Dave Baker Community Support
  15. Like
    IveLeft... reacted to Howard L Martinez in want to contact invision support   
    i also really don't like this support forum their is not ticket system now and support is very non professional now u can't get your answers many day . i don't know why they convert to this and where our old tickets goes
  16. Like
    IveLeft... got a reaction from Bluto in Setting up a secure Nginx+PHP-FPM installation for IPS4   
    If your not very server admin technical then you could try centminmod, its a breeze to set up and runs IPS4 nicely, Jimmy has an NGinx config file for it as well.
     
     
  17. Like
    IveLeft... got a reaction from Square Wheels in RAM   
    If its managed then get them to dig deeper and find the root of the problem
     
  18. Like
    IveLeft... reacted to Adriano Faria in Links Directory   
    You're using 4.1.14 Beta. There's a change in URL: https://invisionpower.com/release-notes/
    I can't update the file yet since it is Beta. It will be updated when it's released.
  19. Like
    IveLeft... reacted to AndyF in Links Directory   
    I've removed two posts from this topic as there's no need to allow a support topic to descend to what is not far off insulting.
    Lets try to keep it civil. Thank you.
  20. Like
    IveLeft... reacted to Adriano Faria in Promote Posts to Articles   
    Yes, as appears on first screenshot:

  21. Like
    IveLeft... reacted to Adriano Faria in Promote Posts to Articles   
    It's a setting:

    If enabled, will allow only first post to be promoted. Otherwise, all posts can be promoted.
  22. Like
    IveLeft... reacted to Adriano Faria in Links Directory   
    I like to leave things as an option to the admin. So I added a new setting per category:

     
    If enabled, the address field will be available to the user when submitting/editing the link:

     
    And the amp will be displayed like that:



    Click to get the big size.

    For this example, when you click in the map, you go to: https://www.google.com/maps?q=34.114493,-118.093475
  23. Like
    IveLeft... reacted to Adriano Faria in Links Directory   
    OK. Will do it. 
  24. Like
    IveLeft... reacted to Adriano Faria in Links Directory   
    Sure. Sent you a PM with credentials. You are admin/mod, so you can see the Admin CP too.
  25. Like
    IveLeft... got a reaction from Adriano Faria in Links Directory   
    @Adriano Faria Can i have acces to your test site so i can have a play with this app please ?
×
×
  • Create New...