Jump to content

Leaderboard

  1. Tony

    Tony

    Administrator


    • Points

      2

    • Posts

      5,256


  2. PlanetMaster

    PlanetMaster

    Apprentice


    • Points

      1

    • Posts

      51


  3. Jeffrey

    Jeffrey

    Rising Star


    • Points

      1

    • Posts

      927


  4. S!r.ReaDy

    S!r.ReaDy

    Blizzard


    • Points

      1

    • Posts

      383


Popular Content

Showing content with the highest reputation on 06/29/2019 in all areas

  1. Version 4.4.10

    17,575 downloads

    Invision Community Suite 4.4.10 WebFlake Release Date: 2/20/2020 WebFlake Note: Please create a support topic in IPS Support if you need assistance.
    1 point
  2. There are a lot of members that are posting support requests regarding problems during upgrading their suites. To prevent more topics from being opened in the support section, I'll have a guide on how to upgrade your forum correctly. Things Needed; Shared Hosting or Virtual Server Knowledge of Cpanel's File Manager Follow Instructions Instructions; Head over to the IPS Community Suite and download the latest WF version - https://webflake.sx/files/category/147-ips-community-suite-44/ Once you have downloaded the latest version, log into your hosting control panel. Find and open file manager. Go into the directory your IPS Suite is in - This is usually public_html, /community/, /forum/, or /forums/. Click Upload. Select File. Find the IPS Suite archive you've downloaded from WF. Upload it. Once it has been uploaded, refresh the directory. You'll see the archive in your directory. Right click and click "Extract". All of the folders from the archive will be extracted into your directory. It will be in a folder with the title of the archive to keep it organized. Go into the folder inside your directory. Holding the Ctrl key, click all the files. Once they have all been highlighted, drag them into the directory your IPS Suite is in. The old files will be overwritten. You will have to change the permissions of the following directories to 777 - /applications/, /datastore/, /plugins/, /uploads/, and /uploads/logs/ - To change the permissions, right click on those directories in the file manager and click Change Permissions. Check all of the check boxes. Open a new tab and enter your forum url into the address bar. Before you hit enter, type the location of your IPS ACP followed by the upgrade directory - /admin/upgrade/ Using an administrator account, follow the upgrade steps. Instruction GIFs;
    1 point
  3. This guide is for anyone, who wants to customize their Member Groups. It's great if you're willing to distinguish between Staff, Members, Donators or other Member Groups. I'll add some default codes within this guide, which you can easily implement on your website. Useful Links Link to all FA iconsWe'll be using Font Awesome icons. Link to HTML Color Names There are many colors that may suite your needs or color tastes, that's why this is handy. You don't want to have your Members to have cyan color on a Light Skin and so forth. Step by Step ACP > Members > Groups > Edit (Pencil Icon) Admins Group Formatting Field is what we're going to be working with: I will be using the fa-fa-user icon as default for both Admins, Members and Mods. <i class="fa fa-user" style="color: red;"></i> <span style='color:#ffff'> Group Name Remains in all cases: </span> What you see above, is customized color/icon that I use on my boards for admins. fa fa-user means icon used, all FA icon codes are found in useful links. "color: red;" means the user icon will be red (so it's distinguished from other Members) span style='color:#ffff' means the color of the Admin's username. Members The code remains the same, but it won't be red, but it will have the same color as the username, so in this case it will look like this: <i class="fa fa-user" style="color: ffff;"></i> <span style='color:#ffff'> Moderators The same icon, but green color. <i class="fa fa-user" style="color: green;"></i> <span style='color:#ffff'> This is all how it looks like in the end. Customization Let's say i want to create a Donator Group with a specific icon/color. I want the icon to be a green dollar bill. <i class="fa fa-usd" style="color: green;"></i> <span style='color:fffff'> This is how it looks like
    1 point
  4. Version 3.2.1

    602 downloads

    About This File With this application administrator can add the game servers, voice servers to table with servers, server list can be placed on each page as widget. Servers are refreshed automatically with using System Scheduler by IPS, so it reduces the load on forums. App uses native sockets for UDP handling instead of stream sockets. Demo/Always current version and future versions: http://gs-dev.pl/ Supported Game Servers 7 Days to Die Age of Chivalry Alien Swarm Aliens vs. Predator All-Seeing Eye America's Army 3 America's Army: Proving Grounds ARK: Survival Evolved Arma3 Armed Assault 2: Operation Arrowhead Battalion 1944 Battlefield 1942 Battlefield 2 Battlefield 3 Battlefield 4 Battlefield Bad Company 2 Battlefield Hardline Brink Call of Duty Call of Duty 2 Call of Duty 4 Call of Duty: Modern Warfare 3 Call of Duty: United Offensive Citadel: Forged With Fire Conan Exiles Counter-Strike 1.5 Counter-Strike 1.6 Counter-Strike: Condition Zero Counter-Strike: Global Offensive Counter-Strike: Source Crysis Wars Dark and Light Day of Defeat Day of Defeat: Source DayZ Mod DayZ Standalone Days of War ECO Global Survival Empyrion - Galactic Survival Enemy Territory Quake Wars FarCry Fortress Forever Frontlines Fuel of War GRAV Online GTA Five M GameSpy Server GameSpy3 Server Garry's Mod Grand Theft Auto Network Grand Theft Multiplayer Half Life 2: Deathmatch Halo Hurtworld Insurgency Just Cause 2 Multiplayer Just Cause 3 Killing Floor Killing Floor 2 Left 4 Dead Left 4 Dead 2 Life is Feudal Lost Heaven Medal of Honor: Spearhead Medal of honor: Allied Assault Minecraft MinecraftPE Multi Theft Auto Natural Selection 2 No More Room in Hell PixARK Project Reality: Battlefield 2 Quake 2 Server Quake 3 Server Quake Live Red Orchestra 2 Rising Storm 2 Rising Storm 2: Vietnam Rust San Andreas Multiplayer Soldat Source Server Space Engineers Squad Star Wars Jedi Knight: Jedi Academy Star Wars Jedi Knight II: Jedi Outcast Star Wars: Battlefront 2 StarMade Team Fortress 2 Teeworlds Server Terraria The Forrest The Ship Tibia Tshock Unreal 2 Unreal Tournament Unreal Tournament 2004 Unreal Tournament 3 Unturned Warsow Wolfenstein: Enemy Territory World Opponent Network Wurm Unlimited Zombie Panic! Source Supported Voice Servers Mumble Teamspeak 2 Teamspeak 3 Ventrilo Requirements PHP 5.4.14+ ( tested in PHP 5.4, 5.5, 5.6, 7.0, 7.1, 7.2 & 7.3 ) Sockets extension for UDP handling and AF_INET* constants ( compile PHP with --enable-sockets flag ) ( http://php.net/manual/en/book.sockets.php ) cURL extension for HTTP handling ( required for some protocols ) ( http://php.net/manual/en/book.curl.php ) Bzip2 - Used for A2S compressed responses ( compile PHP with --with-bz2 flag ) ( http://www.php.net/manual/en/book.bzip2.php ) Required permissions for guest group for TS2 & TS3 servers: b_virtualserver_info_view b_virtualserver_channelgroup_list b_virtualserver_client_list b_virtualserver_channel_list b_serverinstance_version_view - not necessarily What's New in Version 3.2.1 Released February 5 Fixed minor errors New layout design (grids instead table) Added 'Vote Link' icon
    1 point
  5. Version 1.0.1

    266 downloads

    Compatible with IPB 4.1, 4.2, 4.3 and 4.4 This app allows you to tag/mention groups. Want all members of specific groups to read a post? Simply tag the groups and all the members of these groups will then receive a notification (same behaviour as with user mentions). Customizable settings: Enable/Disable Choose who is allowed to mention groups Choose which groups can be mentioned
    1 point
  6. Version 2.2.3

    178 downloads

    Dreadnought is modern, Creative, Super advanced theme comes with tons of customization's and features including responsive drop down navigation, Google fonts, custom html full-sized widgets, Advanced footer, Social links, News ticker, Custom forum category styles, Six of awesome article templates and a powerful touch slider that can be integrated with (IP.Content) as a complete package for infinite slider, theme colors are entirely customizable with easy settings, You can manually change ALL colors and switch between a Dark or White scheme with color settings. Dreadnought theme is beautifully responsive and mobile friendly, it is best suitable for Gaming website, Included with Dozen of useful settings and features for example adding a fixed social link on sidebar or footer, also two custom widgets to show on top or bottom of your website you can place it anywhere you want for example Registration page, Login page, Staff directory page, Search page, User profiles page...etc) You can also set user group permissions for each of the widgets. DEMO Key Features Palette. 2 color schemes. Dark & Light versions included. Color Management %99 all theme colors are customizable with color settings. Without touching a line of code you can change the entire front-end colors all in a theme editing page. Customize colors of CK Editor, Widgets, Navigation's, Social links, Topic background, Author panel background, Forms & Toggles, Pagination & tabs, Buttons, Notifications, Messages...etc). Forum Category Styles. Set a custom background, title background, colors, and a cover to specific forums. No custom css or coding knowledge is required, All you have to do is selecting forums and apply your colors. Footer. Enable/Disable footer. optionally show/hide on mobiles and tablets. Editor field column. with a header text field and a Truncatable option. Custom HTML field column. provided with a sample for quick links. Pages application column to get records from database. Color settings for footer background, Header color, Text color & link hover color. Upload a background image for footer, with an optional setting to apply opacity. Advanced Footer Application. With advanced footer application you can have ultimate footer columns. Add footer rows, Add any number of custom column blocks, feed from all IPS applications. add different footers for different themes and more... Custom Widgets. Add Two Editor field widgets to show on top or bottom of your website. Optionally show it to specific pages like Registration, Login, Staff directory, User profiles ...etc). Set user group permissions, customize colors and backgrounds. Great for guest messages, or custom html. Advanced Custom Widgets Plugin. Advanced custom widgets allows you to add Sticky and Normal custom TXT and HTML widgets to your website. Each widget you add is fully customizable with its own configuration settings. RTL Support. Theme add-ons Swiper Slider. Swiper is a powerful and a modern touch slider integrated in this theme, You can add 5 custom slides. also feeds from Pages app. Enable/Disable Swiper. Who can see. Where to show. Excludable from IPS applications and other pages on the site. Add custom slider height. Show pagination. Show navigation. Enable/Disable Autoplay. Loop Mode. Swiping mode. Lazy Loading. Add a texture overlay. Add a color overlay. Sliding Effects. Custom Slider content CSS, background color, Title color and title font size. Slider image position. 5 Custom and reorderable Sliders. Each slider have its own Editor field, Title field, Image field and User group permissions. Swiper Slider Application With swiper slider application you can add infinite custom sliders, and feed from IPS applications ( Downloads, Pages, Gallery ). on thefly add/edit sliders. give permissions for those you want to add sliders and more... News Ticker. With this horizontal and auto scrolling news ticker present headlines or minor updates on your website. Customize background and text color of tickers. Add a news ticker title with options to customize background, text color. News Ticker Plugin News Ticker plugin comes with many more options and configurations to customize including a couple more different styles. and on the fly add/edit tickers with options for who can add/edit... and more... Free Resources This theme is included with the following paid resources A different article styles. Copyright text removal If you must remove the copyright notice on bottom of the theme. you need to purchase the theme copyright removal plugin. IPSkit.com Theme Copyright Removal
    1 point
  7. Honestly, the discord integration plugin, and awards. Awards allow my users to post and forum gets some activity.
    1 point
  8. Some more important security tips: Secure Headers IPS 4.4 has added a new headers section under Advanced Configuration unfortunately it isn't as good as they think. I think as a sysadmin this should be optional as I like setting my security headers in my web server this way they are carried across all applications not just IPS. Also their settings cannot be altered without changing the base code so there is no configuration for advanced users who understand the complexity and leaves little room for customization. Lets look at their settings From webpages on the domain only (Recommended) This will send an X-Frame-Options HTTP header with the value "sameorigin". This will only allow iframes to be used from the same domain. This is correct for embedding local content in iFrames. In cases for non IPS websites you should use DENY always! Using a custom Content Security Policy (Advanced) This will send a Content-Security-Policy HTTP header with the value you specify. You may need to choose this option if you have a legitimate need for your community to be embedded in an iframe on a different domain. This is very good header to protect against XSS attack but is very complicated for the average user. IPS option give very little info on how to use and quite frankly it shouldn't be an option in the application unless you don't have access to the web server. If you do have root access to configurations files than this should be set in the web server. Anywhere (Not Recommended) This will leave your site vulnerable to clickjacking and is strongly discouraged. This shouldn't even be an option, basically its saying "the hell with it I want the site to be vulnerable to the max" Not Working? Referrer-Policy doesn't get passed properly to the browser and again should be an option not hard coded in to IPS. Test your headers here https://securityheaders.com
    1 point
  9. Version 1.0.0

    350 downloads

    Note by me: I am already tired of complaints, I did a favor in posting the applications and people complaining of the language, the author of the language is Russian want me to force him to make the English application for you? Are you downloading a paid app for free and are you still complaining? There are several online translators these days that you can not translate. Instead of complaining be more grateful and thank for uploading and not criticizing. Player Panel is application which is integrated with AMXBans. Demo/Always current version and future versions: http://gs-dev.com.pl/ Members Can View full ban list View own bans Add complaints Add appeals Add bans Add comments to complaints and appeals Accept appeals ( automatically unban player ) Reject appeals Accept complaints ( automatically ban accused player ) Reject complaints Group Permissions Who can view app Who can view appeals Who can manage appeals Who can add appeals Who can view complaints Who can manage complaints Who can add complaints Who can unban players Who can ban players Who can see IP addresses Supported AMXBans (GM) AMXBans 1.5.x (GM) AMXBans 1.6.x AMXBans 5.x AMXBans 6.x
    1 point
  10. Version 1.1.3

    710 downloads

    Compatibility: IPS Community Suite 4.1.17.1 IPS Applications: Forums Calendar, Chat, Downloads, Commerce, Pages, Blog, Gallery.
    1 point
This leaderboard is set to New York/GMT-05:00
×
×
  • Create New...