Jump to content
Slate Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate Marble
Slate Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate Marble

NickTheGreek

Administrators
  • Content Count

    452
  • Joined

  • Last visited

  • Days Won

    76
  • Feedback

    N/A

Everything posted by NickTheGreek

  1. Good news! Version 4.3.2 of Invision Community is now available. Version 4.3.2 is a small maintenance update to fix issues reported since 4.3.1, including: Promotes non-functional when "Our Picks" disabled. Various emoji fixes, including skintones and mobile issues. Online stats. Numerous IE11 fixes. PayPal billing agreements failing due to lack of address. Also included: 4.3.1 Version 4.3.1 is a small maintenance update to fix issues reported since 4.3.0. **IMPORTANT UPGRADE NOTICE** Please note that not all third party applications and themes are yet compatible with Invision Community 4.3. If you have customizations to your community, including SSO / custom login integration, third party modifications such as themes plugins and applications, please ensure they have been declared compatible with this update or your site may be non-functional after upgrade. There is a new compatibility field on all marketplace resource listings. If this field is missing or does not specifically list 4.3, it is likely not yet compatible.
  2. IPS Community Suite 4.3.2 Released 05/10/2018 Key Changes Version 4.3.2 is a small maintenance update to fix issues reported since 4.3.1, including: Promotes non-functional when "Our Picks" disabled. Various emoji fixes, including skintones and mobile issues. Online stats. Numerous IE11 fixes. PayPal billing agreements failing due to lack of address.
  3. Windows 10 Ease of Troubleshooting - the equivalent in Windows 7 is just hit [F8] : Insert Windows 10 installation media and restart your computer. While your computer boots keep pressing Del or F2 to enter BIOS. It’s important to mention that your computer might use a different key to access BIOS, so make sure to check your motherboard manual. Once you’ve entered BIOS, you need to set your Windows 10 installation media as the first boot device. If you don’t know how to do it, check your motherboard manual. After you’ve made the necessary changes, save changes and exit BIOS. If you set everything right, you should see Press any key to boot from CD or DVD message. Press any key to start Windows 10 setup. When Windows Setup window appears click Next and choose Repair your computer option. Choose Troubleshoot > Advanced options > Command Prompt. Type 😄 in Command Prompt and press Enter. Now enter BCDEDIT /SET {DEFAULT} BOOTMENUPOLICY LEGACY in Command Prompt and press Enter to run it. If you did everything right, you should see The operation completed successfully message in Command Prmopt. Type exit in Command Prompt and press Enter. Click Continue to restart your computer. Remove your Windows 10 installation media.
  4. (Το ερώτημα χρειάστηκε 109.7853 δευτερόλεπτα.) (Το ερώτημα χρειάστηκε 108.9374 δευτερόλεπτα.)
  5. και χεράτα ζητάει σε άλλο forum λόγω μεγέθους : ALTER TABLE `ibf_core_search_index` DROP INDEX `author_lookup`;ALTER TABLE `ibf_core_search_index` ADD KEY `author_lookup` (`index_author`,`index_class`(229),`index_hidden`,`index_date_updated`);
  6. having done this numerous times and yet there is always a first with everything synced 100% successfully and yet the ploop image would not work properly /dev/ploop28196p1: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY. (i.e., without -a or -p options) Error in e2fsck (fsutils.c:293): e2fsck failed (exit code 4) Solution? # ploop check -F /vz/private/139/root.hdd/root.hdd # ploop mount /vz/private/139/root.hdd/DiskDescriptor.xml # fdisk -l /dev/ploop56824 # e2fsck /dev/ploop56824p1 # vzctl start 139 Dump file /vz/dump/Dump.131 exists, trying to restore from it Restoring container ... Unmounting device /dev/ploop56824 Opening delta /vz/private/131/root.hdd/root.hdd Adding delta dev=/dev/ploop56824 img=/vz/private/131/root.hdd/root.hdd (rw) Mounting /dev/ploop56824p1 at /vz/root/131 fstype=ext4 data='balloon_ino=12,' Container is mounted undump... Adding IP address(es): 78.129.146.84 Setting CPU limit: 100 Setting CPU units: 1000 Setting CPUs: 1 Setting iolimit: 67108864 bytes/sec resume... Container start in progress... Restoring completed successfully https://serverfault.com/questions/666443/openvz-containers-will-not-start-after-a-reboot
  7. Microsoft Issues More Spectre Updates For Intel CPUs by Lindsey O'Donnell April 26, 2018 , 3:39 pm Microsoft has released additional Windows 10 mitigations for the Spectre side-channel flaw revealed in January, with an expanded lineup of firmware (microcode) updates for Intel CPUs that include the Broadwell and Haswell chipsets. The company released two Windows Update packages addressing Spectre, KB4091666 and KB4078407, both available as manual downloads from the Microsoft Update Catalog portal. The former contains the Intel microcode updates. These latest releases come on the heels of Microsoft’s initial debut of Intel CPU microcode fixes in March, KB4090007, which addressed some Skylake devices running the most broadly installed version of Windows 10. With these additional updates, the firmware lineup now covers most Skylake, Haswell and Broadwell chips. Microsoft’s decision to help distribute available Intel firmware through Windows updates adds another layer of security for Intel-based processors on top of Intel’s reliance on motherboard and system vendors to package the microcode into BIOS updates for products. “Windows devices need both software and firmware updates to help protect them against these new vulnerabilities,” John Cable, Microsoft director of Program Management for Windows Servicing and Delivery, wrote in a post in March. “Intel recently announced that they have completed their validations and started to release microcode for newer CPU platforms.” Earlier in April, Microsoft released operating system updates addressing Spectre for AMD in its Patch Tuesday updates. These Spectre mitigations are for AMD users running Windows 10 (version 1709). The Spectre and Meltdown security flaws, which were first disclosed by Google Project Zero in early January, impact a range of processors, including those from Intel, ARM and AMD. They could potentially allow hackers to access users’ protected data. In the months since they were publicized, both software and hardware companies have been rushing to figure out the best strategies for issuing patches around the security flaws. Companies like Intel and Microsoft have hit road bumps along the way. One researcher for instance alleged that the Microsoft January Patch Tuesday update actually made security matters worse. Intel meanwhile in January acknowledged that some companies were reporting reboot issues with both older and newer chips (for both client compute and data center environments) after they patched their devices.
  8. ello, Please revert any modifications you have made and let us know if the steps outlined below are helpful: 1. Create the /var/cpanel/ApachePHPFPM directory: Code: mkdir /var/cpanel/ApachePHPFPM 2. Create the /var/cpanel/ApachePHPFPM/system_pool_defaults.yaml file: Code: touch /var/cpanel/ApachePHPFPM/system_pool_defaults.yaml 3. Edit /var/cpanel/ApachePHPFPM/system_pool_defaults.yaml using your preferred text editor (e.g. vi, nano) so that it looks exactly like this: Code: php_admin_value_disable_functions : passthru,system In this example, "passthru,system" are left as disabled functions. No other lines exist before or after this entry in this file. 4. Regenerate the PHP-FPM configuration files via: Code: /scripts/php_fpm_config --rebuild Thank you. https://forums.cpanel.net/threads/php-disable_functions-in-php-fpm.613903/ https://forums.cpanel.net/threads/enabling-php-fpm-forces-disable_functions.590799/#post-2391379
  9. και παραπέρα πλέον, για CloudLinux inShare The new ea-php packageas are available for download from our EA4 experimental repository. Changelog: ea-php71-php-memcache 3.0.8-1.cloudlinux.1 ea-php71-php-memcached 3.0.2-1.cloudlinux.1 initial release. Install command: yum update cloudlinux-ea4-release yum install ea-php71-php-memcache ea-php71-php-memcached --enablerepo=cl-ea4-experimental https://www.cloudlinux.com/cloudlinux-os-blog/entry/easyapache-4-updated-1-10
  10. reCAPTCHA 1 has reached End Of Life Google has discontinued support for reCAPTCHA 1 completely. If you upgrade to Invision Community 4.3.0, you will be switched to the new Invisible reCAPTCHA feature, however if you are on a version prior to 4.3.0 and are still configured to use reCAPTCHA 1 in your AdminCP you will need to switch to another CAPTCHA method manually.
  11. Spam Prevention People signing up on your community just to post spam is a never ending battle much like spam in your email inbox. IPS Community Suite has tools to help you fight that battle. CAPTCHA In the captcha section you will be able to choose a captcha type. These prevent automated spam bots by asking the user to enter text shown, complete a puzzle, or an automatic detection to prove that a user is human. Invision Community 4.2 and below support reCAPTCHA, reCAPTCHA 2 and keyCAPTCHA. Important Note: Google has discontinued reCAPTCHA v1 and this service is no longer available. If you are using Invision Community 4.2 or below, you will need to reset your CAPTCHA service preference to reCAPTCHA 2 or keyCAPTCHA. Be aware that both services will require you to register for a (free) API key before you can use them. Links to sign up for a free API key are available in the AdminCP on the CAPTCHA configuration page. Invision Community 4.3 and above support reCAPTCHA 2, keyCAPTCHA and Invisible reCAPTCHA. Flagging Spammers The "Flagging Spammers" section is where you can set up what happens when a member on your community is flagged as a spammer. This will allow you to have a member automatically banned, remove submitted content and notify someone if you wish to do so. IPS Spam Service The IPS Spam service is a free service provided by IPS to clients with an active licence. From here you can set up what automatically happens to these users when they are detected as being a potential spammer by the service. Question and Answer Challenge The question and answer challenge gives you an extra customisable set of questions and answers you can present to a potential member to ensure that the user is human and not an automated spamming bot. You can put whatever questions you like in here for people to answer along with multiple possible answers.
  12. Welcome to Invision Community 4.3! This release brings numerous improvements and several new features, so be sure to read our announcement for everything new! Version 4.3.1 is a small maintenance update to fix issues reported since 4.3.0. **IMPORTANT UPGRADE NOTICE** Please note that not all third party applications and themes are yet compatible with Invision Community 4.3. If you utilize third party resources, including custom themes, please ensure they have been declared compatible by their respective authors or your site may be non-functional after upgrade. There is a new compatibility field on all marketplace resource listings. If this field is missing or does not specifically list 4.3, it is likely not yet compatible. Also included: 4.3.0 Welcome to Invision Community 4.3.0! This release brings numerous improvements and several new features, so be sure to read our announcement for everything new! **IMPORTANT UPGRADE NOTICE** Please note that not all third party applications and themes are yet compatible with Invision Community 4.3. If you utilize third party resources, including custom themes, please ensure they have been declared compatible by their respective authors or your site may be non-functional after upgrade. There is a new compatibility field on all marketplace resource listings. If this field is missing or does not specifically list 4.3, it is likely not yet compatible.
  13. noticed this today [Mon Apr 23 14:43:17.269029 2018] [ssl:error] [pid 26654:tid 140572910118656] AH01941: stapling_renew_response: responder error [Mon Apr 23 14:43:32.308002 2018] [ssl:error] [pid 26035:tid 140572815709952] (70007)The timeout specified has expired: [client 94.66.43.86:39010] AH01974: could not connect to OCSP responder 'ocsp.comodoca.com' [Mon Apr 23 14:43:32.308091 2018] [ssl:error] [pid 26035:tid 140572815709952] AH01941: stapling_renew_response: responder error [Mon Apr 23 14:43:35.311210 2018] [ssl:error] [pid 27055:tid 140572773750528] (70007)The timeout specified has expired: [client 85.76.98.195:27343] AH01974: could not connect to OCSP responder 'ocsp.comodoca.com' and decided to look around https://forums.cpanel.net/threads/any-problem-with-ocsp-comodoca-com-ssl.625667/ still looking for more resources https://support.comodo.com/index.php?/comodo/Knowledgebase/Article/View/1016/0/enable-ocsp-stapling-on-apache
  14. Invision Community 4.3 We are happy to announce the new Invision Community 4.3 is available! Some highlights in Invision Community 4.3 include... Improved Search We now support Elasticsearch for scalable and accurate searching that MySQL alone cannot provided. There are also enhancements to the overall search interfaces based on your feedback. Emoji Express yourself with native emoji support in all editors. You can also keep your custom emoticons as you have now. Member Management The AdminCP interface to manage your members is all new allowing you easier control and management of your membership. Automatic Community Moderation You as the administrator set up rules to define how many unique member reports a piece of content needs to receive before it's automatically hidden from view and moderators notified. Clubs The new Clubs feature has been a huge hit with Invision Community users and we are expanding it to include invite-only options, notifications, exposure on the main community pages, paid memberships, and more. Custom Email Footers Your community generates a lot of email and you can now include dynamic content in the footer to help drive engagement and content discovery. New Gallery Interface We have reworked our Gallery system with a simplified upload process and more streamlined image viewing. The full list follows. Enjoy! Content Discovery We now support Elasticsearch which is a search utility that allows for much faster and more reliable searching. The REST API now supports search functions. Both MySQL and Elasticsearch have new settings for the admin to use to set search-defaults and default content weighting to better customize search logic to your community. Visitors can now search for Content Pages and Commerce Products. When entering a search term, members now see a more clear interface so they know what areas they are searching in and the method of search. Member Engagement Commerce can now send a customizable account welcome email after checkout. You can whitelist emails in the spam service to stop false-positives. REST API has many enhancements to mange members. Ability to join any OAuth service for login management. Invision Community can now be an OAuth endpoint. Wordpress OAuth login method built in. Support for Google's Invisible ReCaptcha. Groups can be excluded from Leaderboard (such as admins or bot groups). All emails generated by Invision Community can now contain admin-defined extra promotional text in the footer such as recent topics, Our Picks, and more. Admins can now define the order of Complete Your Profile to better control user experience. Clubs Option to make a Club visible but invite-only Admins can set an option so any Club a member is part of will also show in the parent application. So if you are in a Club that has a Gallery tab then those image will show both in the Club and in the main Gallery section of the community. Club members can now follow an entire Club rather than just each content section. There is a new option on the Club directory page for a list view which is useful for communities with many Clubs. If you have Commerce you can now enable paid memberships to Clubs. Admins can set limits on number of Clubs per group. If a group has delete permission in their Club, they can now delete empty containers as well. Members can ignore invitations. Moderation and Administration Unrestricted moderator or administrator permission sets in the AdminCP are visually flagged. This prevents administrator confusion when they cannot do something as they will be able to quickly see if their account has restrictions. You can choose to be notified with a new Club is created. Moderators can now reply to any content item with a hidden reply. Download screenshot/watermarks can now be rebuilt if you change settings. Support for Facebook Pixel to easily track visitors. Moderators can now delete Gallery albums. Automatic moderation tools with rules to define when content should auto-hide based on user reports. Totally new member management view in AdminCP. More areas are mass-selectable like comments and AdminCP functions for easier management. New Features Commerce now has full Stripe support including fraud tools, Apple Pay, and other Stripe features. Commerce packages can now have various custom email events configured (expiring soon, purchased, expired). Full Emojii support in the editor. Setting so when someone is typing in an editor, other members will see a "Member X is typing..." status in the editor view. Complete overhaul of the Gallery upload and image views. Announcements system overhaul. Now global on all pages (not via widget) and new modes including dismissible announcements and top-header floating bar option. Many new reports on traffic and engagement in the AdminCP. Blog has new view modes to offer options for a traditional site blog or a community multi-member blog platform. The content-starter can now leave one reply to Reviews on their item. Commerce now makes it much easier to do basic account-subscriptions when there is no product attached. Useful Improvements Forums has a new widget where you can filter by tags. If tags are not required, the tag input box now indicates this so the member knows they do not have to put in tags. Member cover photos can now be clicked to see the full image. Any item with a poll now has a symbol on the list view. Twitch.tv embed support. You can now update/overwrite media in the Pages Media Manager. Mapbox as an additional map provider to Google Maps. Technical Changes Direct support for Sparkpost has been removed. Anyone currently using Sparkpost will automatically have their settings converted to the Sparkpost SMTP mode so your email will still work. Your cache engines (like Redis) will be checked on upgrade and in the support tool to ensure they are reachable. Third-party applications will now be visually labeled to distinguish them from Invision Community official applications. The queued tasks list in the AdminCP is now collapsed by default as queued tasks are not something people need to pay much attention to during normal operations. When upgrading from version 3 series you must convert your database to UTF8 and the system saves your original data in tables prefixed with orig. The AdminCP now alerts you these are still present and allows you to remove them to reclaim storage space. On new installs there are now reasonable defaults for upload limits to keep people from eating up storage space. Categories in all apps (forums, gallery albums, databases, etc.) no longer allow HTML in their titles. This has been a concern both in terms of security and usability so we were forced to restrict it. Large improvements to the Redis cache engine including use for sessions. The login with HTTPS option has been removed and those who were using it will be given instructions to convert their entire community to HTTPS. Images loaded through the proxy system now honor image limits for normal uploads. We now consider BBCode deprecated. We are not removing support but will not fix any future issues that may come up. There's a lot to talk about here so we are going to lock this entry to comments so things do not get confusing. Feel free to comment on upcoming feature-specific entries or start a topic in our Feedback forum.
  15. IPS Community Suite 4.3.0 Released 04/17/2018 Key Changes Welcome to Invision Community 4.3.0! There is a lot to know so be sure to read our announcement for everything new!
  16. IPS Community Suite 4.2.9 Released 04/18/2018 This is a security release and we recommend all clients upgrade as soon as possible. Key Changes This is a maintenance to release to the 4.2 series address security issues. As we prepare for our next large release, version 4.3, we do large security audits. We decided to apply those security enhancements to the 4.2 series so you can get them now if you prefer to not upgrade to 4.3 yet. We would like to thank @newbie LAC for his assistance.
  17. κάτι ήξερα ισως και εκοβα ακομη και την 8083 by default. μεχρι τώρα δεν εχω βρει κάτι κάπου
  18. εχω δεί τόσα vesta να σπάνε on update που να δείς οτι ίσως λύσει το θέμα και δημιουργήσει άλλα
  19. Hello GQ Design,

    Welcome to designhost.gr.

    Feel free to browse our community accessing all sorts of information and getting to know our members.

    Do not hesitate to ask anything in our forums.

    designhost.gr

  20. 31st of March is World Backup Day, a global initiative that aims to get organisations and individuals to pledge to back up their data on that day. As a web host, it’s something we fully support and we’ve written this article to explain why you should join in. To give you a little more incentive, we’ve also got a couple of superb backup deals on offer which we’ll tell you about at the end of the post. If you’re one of our regular readers, you’ll know that this is not the first post we’ve written about backups – and it’s unlikely to be the last. Backing up is one of the things that people need to be constantly reminded to do. Most of us know why we should but, for some reason, we don’t always see it as a priority. Data loss is what happens to others – isn’t it? If you aren’t overly concerned about the need to backup your data, here are a few points to get you thinking. Malware vulnerability According to Sophos, over 300 million new pieces of malware are created to infect websites and computers every year. This results in 10% of all computers being infected every month and 30,000 websites being infected every single day. When viruses infect, data is lost and software is corrupted. And these infections can spread beyond just computers and websites. Viruses can be transmitted to phones, tablets, pen drives, camera cards and other storage devices – and done so unwittingly by employees and customers. Whilst antivirus software can usually protect you, the companies that make the software have to detect the malware first and then discover a way to eradicate it. Unfortunately, you can’t detect malware until it is already out there doing damage in the first place. Having a clean backup means your data isn’t lost and your business recovers far quicker and with significantly less expense. Hacking Surprisingly, most website owners think hacking is a conscious undertaking done by an individual who chooses a company to target. This leaves them to believe that no-one would be interested in hacking their organisation and so they have little to fear. “We’re a plumbers’ merchant in Hampstead Heath, nobody would want to hack us.” It doesn’t quite work like that. Hacking is very much an automated process where computer programs, not too dissimilar to Google’s search bots, scour the entire internet looking for sites which have vulnerabilities. It is these sites which are then targeted; and the actual break in is much more likely to be done using highly sophisticated software rather than by some hooded character, wearing a Salvador Dali mask, beavering away at a keyboard. Anyone who has any kind of hacking detection software, such as the WordPress Wordfence plugin, will know that even small websites have multiple attempted break-ins on a daily basis. Indeed, 66% of all attacks are on SME’s and in 2016 there is expected to be a 37% increase in the number of attacks. Whilst one of the biggest threats of hacking is that data will be stolen, there is also the risk of data being lost. Once an intruder has access to your admin panel, there is nothing they cannot do. If they wish, they can delete everything and take down your entire system. I put it somewhere…. Human error is one of the most significant causes of data loss for businesses. Hundreds of thousands of computers and phones go missing every year. Even back in 2008, a study found that 12,000 laptops were lost every week, just in US airports. If you are a small business and you keep your entire business records on your laptop, losing it can have enormous consequences: invoices, clients’ work, contact details, emails, website content, account details, logins, portfolios… all of it important information. It’s not just a matter of it potentially being stolen or accessed, if it is not backed up, it’s gone. It’s not just misplacing hardware where human error causes problems; we erroneously delete data and carelessly break our devices. There are 84,900,000 results on Google for the term ‘phone down the toilet’ and over 25 million for ‘spill water on computer’ which indicates how many people have put their data in jeopardy just by accident. And, of course, devices are prone to breaking down and hard drives to failing. A regular backup would ensure that when your device dies, the data will live on and your organisation can make a full recovery. Make your World Backup Day pledge We’d like to think that we’ve done our bit here to remind you just how important backing up your data can be and hopefully this will encourage you to support World Backup Day on 31st March by pledging to backup on that day. You can find out more about World Backup Day by watching the video below. Need an incentive? Here are our offers Hopefully, we’ve convinced you that regularly backing up your data is absolutely essential. To make things easier we have got two offers which you might be interested in. Firstly, if you buy any of our VPS, Cloud or Dedicated server packages on World Backup Day, 31st March, well give you a 25GB of backup storage, FREE for 12 months. If you don’t need a VPS, Cloud or Dedicated server package but still want a backup facility, we’re offering 25% off any backup purchased on 29th, 30th, 31st March.
×