<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.cheetahwsb.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=WikiAdmin</id>
	<title>Cheetah Documentation Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.cheetahwsb.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=WikiAdmin"/>
	<link rel="alternate" type="text/html" href="https://wiki.cheetahwsb.com/index.php?title=Special:Contributions/WikiAdmin"/>
	<updated>2026-04-28T16:46:41Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.0</generator>
	<entry>
		<id>https://wiki.cheetahwsb.com/index.php?title=Cheetah_System_Requirements&amp;diff=33</id>
		<title>Cheetah System Requirements</title>
		<link rel="alternate" type="text/html" href="https://wiki.cheetahwsb.com/index.php?title=Cheetah_System_Requirements&amp;diff=33"/>
		<updated>2020-12-15T19:59:20Z</updated>

		<summary type="html">&lt;p&gt;WikiAdmin: /* Cheetah Hosting(System) Requirements */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Cheetah Hosting(System) Requirements =&lt;br /&gt;
&lt;br /&gt;
A default Cheetah installation works with most common configurations of hosting server, however, since Cheetah is a package with multiple scripts and apps, it is very important to ensure that all of the following requirements are met. Most of the technical problems occur due to improper server setup, so make sure that your hosting provider is Cheetah-compatible.&lt;br /&gt;
&lt;br /&gt;
To help avoid trouble, we gathered a number of [https://www.cheetahwsb.com/page/hosting Recommended Hosting Providers] that have Cheetah-ready accounts and experience with managing accounts that have Cheetah installed. Some of them offer instant installation or even pre-installed Cheetah.&lt;br /&gt;
&lt;br /&gt;
Providing that the server is properly configured, it is possible to run Cheetah on a shared hosting account although not recommended. It is strongly suggested that you have at least a VPS for Cheetah. A '''dedicated server''' is even better and is the recommended choice.&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' If you do decide to go with shared hosting to keep costs down please keep the following in mind. Most shared hosting accounts do not meet the requirements for many of the PHP setting requirements listed below. Especially memory_limit, max_execution_time, upload_max_filesize and exec(). So make sure the hosting company you choose allows those to be changed or you will have problems running Cheetah.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Server Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Linux/Unix (Red Hat, Debian, FreeBSD, Mandrake, etc.) or Windows OS&lt;br /&gt;
** '''Note:''' Linux kernel 2.6.32 or higher is needed for ffmpeg.exe&lt;br /&gt;
** '''Windows OS''' is not recommended. Not many Cheetah users run on Windows based servers, so support will be very limited. Cheetah is also developed for and only tested on Linux based servers.&lt;br /&gt;
* '''Apache v.1.3''' and higher or '''LiteSpeed''' web server. Other web servers can be used too, but custom rewrite rules are required, we have one for [https://www.cheetahwsb.com/m/cheetah_docs/chapter/how-to-setup-cheetah-on-nginx nginx web server].&lt;br /&gt;
* '''PHP 5.4.0''' or higher. '''PHP 7''' recommended.&amp;lt;br /&amp;gt;&lt;br /&gt;
** '''PHP-CLI''' (command line version) should also be installed, and it should be configured the same way and have the same extensions required by Cheetah as the DSO/CGI version.&lt;br /&gt;
* '''register_globals''' must be '''Off'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''safe_mode''' must be '''Off'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''exec()''' (executable files) must be '''allowed'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''short_open_tag''' must be '''On'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''allow_url_fopen''' should be '''On'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''allow_url_include''' should be '''Off'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''open_basedir''' should not have any value&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''upload_max_filesize''' should be '''1024M''' or higher&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''memory_limit''' should be '''256M''' or higher. '''512M''' or higher is '''highly recommended'''.&lt;br /&gt;
* '''max_execution_time''' must be set to '''300''' or higher. Some areas of Cheetah perform database backups. Script timeouts that occur if this setting is too low will cause problems during those backups.&lt;br /&gt;
* '''curl, gd, mbstring, xsl, json, fileinfo, openssl, zip, ftp, calendar, exif, pdo,''' and '''pdo_mysql '''extensions''' must be installed'''.&lt;br /&gt;
* '''[http://www.mysql.com/ MySQL 4.1.2]''' and higher.&lt;br /&gt;
* The '''magic_quotes_gpc''' option must be disabled.&lt;br /&gt;
* If a security module is installed (such as '''mod_security''' for Apache), it should be able to be configured for specific folders (or disabled).&lt;br /&gt;
* '''mod_rewrite''' for Apache&lt;br /&gt;
* Direct connection to https://www.cheetahwsb.com/ should be able to be established (i.e. connection without requiring proxy authorization). This is required for license verification.&lt;br /&gt;
* '''[http://www.boutell.com/gd/ GD library]''' compiled with '''FreeType''' fonts (for photo processing) or '''[http://imagemagick.org/ ImageMagick]''' as an alternative.&lt;br /&gt;
* '''Sendmail''' or '''Postfix''' programs for sending emails.&lt;br /&gt;
* Ability to create '''[http://www.unixgeeks.org/security/newbie/unix/cron-1.html Cron Jobs]'''.&lt;br /&gt;
* You should be able to run executable files (you would need it for '''ffmpeg.exe''', which converts videos).&lt;br /&gt;
&lt;br /&gt;
== Server Requirements for Media Streaming ==&lt;br /&gt;
&lt;br /&gt;
Some of Cheetah's features (such as Flash Chat, Flash IM, Boards, Video Recorder, Video Comments) require media streaming capabilities. To use those, you need to make sure that the following requirements are met:&lt;br /&gt;
&lt;br /&gt;
* '''VPS''' or '''Dedicated''' server is generally required in order to be able to install and run '''RMS (Ray Media Server)'''. You would need access to the '''root''' or '''administrator''' account on the hosting server.&lt;br /&gt;
* '''[http://www.java.com/en/download/manual.jsp JRE] (Java Runtime Environment) ver. 1.6''' or higher should be installed.&lt;br /&gt;
* Ports '''1935''', '''1936''' and '''5080''' should be open on the server.&lt;br /&gt;
* Allowance of at least 15 KB/sec for media streaming for each user.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
'''''It is a good idea to send the list above to your hosting provider to make sure the server is ready for installation. If all the above requirements are met you are all set to proceed to [https://www.cheetahwsb.com/m/cheetah_docs/chapter/installing-cheetah Cheetah Installation]'''.''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
== Recommended Hosting Providers ==&lt;br /&gt;
&lt;br /&gt;
Going for one of our [https://www.cheetahwsb.com/page/hosting Recommended Hosting Providers] is a good idea for both starters and those willing to work with companies that have Cheetah experience.&lt;br /&gt;
&lt;br /&gt;
== Recommended Server Setup ==&lt;br /&gt;
&lt;br /&gt;
Since Cheetah is a resource-intensive platform, it is very important to &amp;quot;fine-tune&amp;quot; your server. In some cases (for popular sites) you may have to setup clustered servers, and/or a remote database server. Alternative &amp;quot;web-server&amp;quot; software, such as [http://nginx.org/ nginx] may also be beneficial to your site performance. Please refer to [https://www.cheetahwsb.com/m/cheetah_docs/chapter/hosting-server-setup-recommendations Hosting Server Setup Recommendations] for the details on how you can tune-up your server.&lt;/div&gt;</summary>
		<author><name>WikiAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.cheetahwsb.com/index.php?title=Cheetah_System_Requirements&amp;diff=32</id>
		<title>Cheetah System Requirements</title>
		<link rel="alternate" type="text/html" href="https://wiki.cheetahwsb.com/index.php?title=Cheetah_System_Requirements&amp;diff=32"/>
		<updated>2020-12-15T19:52:23Z</updated>

		<summary type="html">&lt;p&gt;WikiAdmin: /* Cheetah Hosting(System) Requirements */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Cheetah Hosting(System) Requirements =&lt;br /&gt;
&lt;br /&gt;
A default Cheetah installation works with most common configurations of hosting server, however, since Cheetah is a package with multiple scripts and apps, it is very important to ensure that all of the following requirements are met. Most of the technical problems occur due to improper server setup, so make sure that your hosting provider is Cheetah-compatible.&lt;br /&gt;
&lt;br /&gt;
To help avoid trouble, we gathered a number of [https://www.cheetahwsb.com/page/hosting Recommended Hosting Providers] that have Cheetah-ready accounts and experience with managing accounts that have Cheetah installed. Some of them offer instant installation or even pre-installed Cheetah.&lt;br /&gt;
&lt;br /&gt;
Providing that the server is properly configured, it is possible to run Cheetah on a shared hosting account. We do recommend, however, that you have a VPS or a Dedicated Server for Cheetah.&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' If you do decide to go with shared hosting to keep costs down please keep the following in mind. Most shared hosting accounts do not meet the requirements for many of the PHP setting requirements listed below. Especially memory_limit, max_execution_time, upload_max_filesize and exec(). So make sure the hosting company you choose allows those to be changed or you will have problems running Cheetah.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Server Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Linux/Unix (Red Hat, Debian, FreeBSD, Mandrake, etc.) or Windows OS&lt;br /&gt;
** '''Note:''' Linux kernel 2.6.32 or higher is needed for ffmpeg.exe&lt;br /&gt;
** '''Windows OS''' is not recommended. Not many Cheetah users run on Windows based servers, so support will be very limited. Cheetah is also developed for and only tested on Linux based servers.&lt;br /&gt;
* '''Apache v.1.3''' and higher or '''LiteSpeed''' web server. Other web servers can be used too, but custom rewrite rules are required, we have one for [https://www.cheetahwsb.com/m/cheetah_docs/chapter/how-to-setup-cheetah-on-nginx nginx web server].&lt;br /&gt;
* '''PHP 5.4.0''' or higher. '''PHP 7''' recommended.&amp;lt;br /&amp;gt;&lt;br /&gt;
** '''PHP-CLI''' (command line version) should also be installed, and it should be configured the same way and have the same extensions required by Cheetah as the DSO/CGI version.&lt;br /&gt;
* '''register_globals''' must be '''Off'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''safe_mode''' must be '''Off'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''exec()''' (executable files) must be '''allowed'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''short_open_tag''' must be '''On'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''allow_url_fopen''' should be '''On'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''allow_url_include''' should be '''Off'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''open_basedir''' should not have any value&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''upload_max_filesize''' should be '''1024M''' or higher&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''memory_limit''' should be '''256M''' or higher. '''512M''' or higher is '''highly recommended'''.&lt;br /&gt;
* '''max_execution_time''' must be set to '''300''' or higher. Some areas of Cheetah perform database backups. Script timeouts that occur if this setting is too low will cause problems during those backups.&lt;br /&gt;
* '''curl, gd, mbstring, xsl, json, fileinfo, openssl, zip, ftp, calendar, exif, pdo,''' and '''pdo_mysql '''extensions''' must be installed'''.&lt;br /&gt;
* '''[http://www.mysql.com/ MySQL 4.1.2]''' and higher.&lt;br /&gt;
* The '''magic_quotes_gpc''' option must be disabled.&lt;br /&gt;
* If a security module is installed (such as '''mod_security''' for Apache), it should be able to be configured for specific folders (or disabled).&lt;br /&gt;
* '''mod_rewrite''' for Apache&lt;br /&gt;
* Direct connection to https://www.cheetahwsb.com/ should be able to be established (i.e. connection without requiring proxy authorization). This is required for license verification.&lt;br /&gt;
* '''[http://www.boutell.com/gd/ GD library]''' compiled with '''FreeType''' fonts (for photo processing) or '''[http://imagemagick.org/ ImageMagick]''' as an alternative.&lt;br /&gt;
* '''Sendmail''' or '''Postfix''' programs for sending emails.&lt;br /&gt;
* Ability to create '''[http://www.unixgeeks.org/security/newbie/unix/cron-1.html Cron Jobs]'''.&lt;br /&gt;
* You should be able to run executable files (you would need it for '''ffmpeg.exe''', which converts videos).&lt;br /&gt;
&lt;br /&gt;
== Server Requirements for Media Streaming ==&lt;br /&gt;
&lt;br /&gt;
Some of Cheetah's features (such as Flash Chat, Flash IM, Boards, Video Recorder, Video Comments) require media streaming capabilities. To use those, you need to make sure that the following requirements are met:&lt;br /&gt;
&lt;br /&gt;
* '''VPS''' or '''Dedicated''' server is generally required in order to be able to install and run '''RMS (Ray Media Server)'''. You would need access to the '''root''' or '''administrator''' account on the hosting server.&lt;br /&gt;
* '''[http://www.java.com/en/download/manual.jsp JRE] (Java Runtime Environment) ver. 1.6''' or higher should be installed.&lt;br /&gt;
* Ports '''1935''', '''1936''' and '''5080''' should be open on the server.&lt;br /&gt;
* Allowance of at least 15 KB/sec for media streaming for each user.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
'''''It is a good idea to send the list above to your hosting provider to make sure the server is ready for installation. If all the above requirements are met you are all set to proceed to [https://www.cheetahwsb.com/m/cheetah_docs/chapter/installing-cheetah Cheetah Installation]'''.''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
== Recommended Hosting Providers ==&lt;br /&gt;
&lt;br /&gt;
Going for one of our [https://www.cheetahwsb.com/page/hosting Recommended Hosting Providers] is a good idea for both starters and those willing to work with companies that have Cheetah experience.&lt;br /&gt;
&lt;br /&gt;
== Recommended Server Setup ==&lt;br /&gt;
&lt;br /&gt;
Since Cheetah is a resource-intensive platform, it is very important to &amp;quot;fine-tune&amp;quot; your server. In some cases (for popular sites) you may have to setup clustered servers, and/or a remote database server. Alternative &amp;quot;web-server&amp;quot; software, such as [http://nginx.org/ nginx] may also be beneficial to your site performance. Please refer to [https://www.cheetahwsb.com/m/cheetah_docs/chapter/hosting-server-setup-recommendations Hosting Server Setup Recommendations] for the details on how you can tune-up your server.&lt;/div&gt;</summary>
		<author><name>WikiAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.cheetahwsb.com/index.php?title=Cheetah_System_Requirements&amp;diff=31</id>
		<title>Cheetah System Requirements</title>
		<link rel="alternate" type="text/html" href="https://wiki.cheetahwsb.com/index.php?title=Cheetah_System_Requirements&amp;diff=31"/>
		<updated>2020-12-15T19:44:51Z</updated>

		<summary type="html">&lt;p&gt;WikiAdmin: /* Server Requirements */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Cheetah Hosting(System) Requirements =&lt;br /&gt;
&lt;br /&gt;
A default Cheetah installation works with most common configurations of hosting server, however, since Cheetah is a package with multiple scripts and apps, it is very important to ensure that all of the following requirements are met. Most of the technical problems occur due to improper server setup, so make sure that your hosting provider is Cheetah-compatible.&lt;br /&gt;
&lt;br /&gt;
To help avoid trouble, we gathered a number of [https://www.cheetahwsb.com/page/hosting Recommended Hosting Providers] that have Cheetah-ready accounts and experience with managing accounts that have Cheetah installed. Some of them offer instant installation or even pre-installed Cheetah.&lt;br /&gt;
&lt;br /&gt;
Providing that the server is properly configured, it is possible to run Cheetah on a shared hosting account. We do recommend, however, that you have a VPS or a Dedicated Server for Cheetah.&lt;br /&gt;
&lt;br /&gt;
== Server Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Linux/Unix (Red Hat, Debian, FreeBSD, Mandrake, etc.) or Windows OS&lt;br /&gt;
** '''Note:''' Linux kernel 2.6.32 or higher is needed for ffmpeg.exe&lt;br /&gt;
** '''Windows OS''' is not recommended. Not many Cheetah users run on Windows based servers, so support will be very limited. Cheetah is also developed for and only tested on Linux based servers.&lt;br /&gt;
* '''Apache v.1.3''' and higher or '''LiteSpeed''' web server. Other web servers can be used too, but custom rewrite rules are required, we have one for [https://www.cheetahwsb.com/m/cheetah_docs/chapter/how-to-setup-cheetah-on-nginx nginx web server].&lt;br /&gt;
* '''PHP 5.4.0''' or higher. '''PHP 7''' recommended.&amp;lt;br /&amp;gt;&lt;br /&gt;
** '''PHP-CLI''' (command line version) should also be installed, and it should be configured the same way and have the same extensions required by Cheetah as the DSO/CGI version.&lt;br /&gt;
* '''register_globals''' must be '''Off'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''safe_mode''' must be '''Off'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''exec()''' (executable files) must be '''allowed'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''short_open_tag''' must be '''On'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''allow_url_fopen''' should be '''On'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''allow_url_include''' should be '''Off'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''open_basedir''' should not have any value&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''upload_max_filesize''' should be '''1024M''' or higher&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''memory_limit''' should be '''256M''' or higher. '''512M''' or higher is '''highly recommended'''.&lt;br /&gt;
* '''max_execution_time''' must be set to '''300''' or higher. Some areas of Cheetah perform database backups. Script timeouts that occur if this setting is too low will cause problems during those backups.&lt;br /&gt;
* '''curl, gd, mbstring, xsl, json, fileinfo, openssl, zip, ftp, calendar, exif, pdo,''' and '''pdo_mysql '''extensions''' must be installed'''.&lt;br /&gt;
* '''[http://www.mysql.com/ MySQL 4.1.2]''' and higher.&lt;br /&gt;
* The '''magic_quotes_gpc''' option must be disabled.&lt;br /&gt;
* If a security module is installed (such as '''mod_security''' for Apache), it should be able to be configured for specific folders (or disabled).&lt;br /&gt;
* '''mod_rewrite''' for Apache&lt;br /&gt;
* Direct connection to https://www.cheetahwsb.com/ should be able to be established (i.e. connection without requiring proxy authorization). This is required for license verification.&lt;br /&gt;
* '''[http://www.boutell.com/gd/ GD library]''' compiled with '''FreeType''' fonts (for photo processing) or '''[http://imagemagick.org/ ImageMagick]''' as an alternative.&lt;br /&gt;
* '''Sendmail''' or '''Postfix''' programs for sending emails.&lt;br /&gt;
* Ability to create '''[http://www.unixgeeks.org/security/newbie/unix/cron-1.html Cron Jobs]'''.&lt;br /&gt;
* You should be able to run executable files (you would need it for '''ffmpeg.exe''', which converts videos).&lt;br /&gt;
&lt;br /&gt;
== Server Requirements for Media Streaming ==&lt;br /&gt;
&lt;br /&gt;
Some of Cheetah's features (such as Flash Chat, Flash IM, Boards, Video Recorder, Video Comments) require media streaming capabilities. To use those, you need to make sure that the following requirements are met:&lt;br /&gt;
&lt;br /&gt;
* '''VPS''' or '''Dedicated''' server is generally required in order to be able to install and run '''RMS (Ray Media Server)'''. You would need access to the '''root''' or '''administrator''' account on the hosting server.&lt;br /&gt;
* '''[http://www.java.com/en/download/manual.jsp JRE] (Java Runtime Environment) ver. 1.6''' or higher should be installed.&lt;br /&gt;
* Ports '''1935''', '''1936''' and '''5080''' should be open on the server.&lt;br /&gt;
* Allowance of at least 15 KB/sec for media streaming for each user.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
'''''It is a good idea to send the list above to your hosting provider to make sure the server is ready for installation. If all the above requirements are met you are all set to proceed to [https://www.cheetahwsb.com/m/cheetah_docs/chapter/installing-cheetah Cheetah Installation]'''.''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
== Recommended Hosting Providers ==&lt;br /&gt;
&lt;br /&gt;
Going for one of our [https://www.cheetahwsb.com/page/hosting Recommended Hosting Providers] is a good idea for both starters and those willing to work with companies that have Cheetah experience.&lt;br /&gt;
&lt;br /&gt;
== Recommended Server Setup ==&lt;br /&gt;
&lt;br /&gt;
Since Cheetah is a resource-intensive platform, it is very important to &amp;quot;fine-tune&amp;quot; your server. In some cases (for popular sites) you may have to setup clustered servers, and/or a remote database server. Alternative &amp;quot;web-server&amp;quot; software, such as [http://nginx.org/ nginx] may also be beneficial to your site performance. Please refer to [https://www.cheetahwsb.com/m/cheetah_docs/chapter/hosting-server-setup-recommendations Hosting Server Setup Recommendations] for the details on how you can tune-up your server.&lt;/div&gt;</summary>
		<author><name>WikiAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.cheetahwsb.com/index.php?title=Cheetah_System_Requirements&amp;diff=30</id>
		<title>Cheetah System Requirements</title>
		<link rel="alternate" type="text/html" href="https://wiki.cheetahwsb.com/index.php?title=Cheetah_System_Requirements&amp;diff=30"/>
		<updated>2020-12-15T19:44:35Z</updated>

		<summary type="html">&lt;p&gt;WikiAdmin: /* Server Requirements */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Cheetah Hosting(System) Requirements =&lt;br /&gt;
&lt;br /&gt;
A default Cheetah installation works with most common configurations of hosting server, however, since Cheetah is a package with multiple scripts and apps, it is very important to ensure that all of the following requirements are met. Most of the technical problems occur due to improper server setup, so make sure that your hosting provider is Cheetah-compatible.&lt;br /&gt;
&lt;br /&gt;
To help avoid trouble, we gathered a number of [https://www.cheetahwsb.com/page/hosting Recommended Hosting Providers] that have Cheetah-ready accounts and experience with managing accounts that have Cheetah installed. Some of them offer instant installation or even pre-installed Cheetah.&lt;br /&gt;
&lt;br /&gt;
Providing that the server is properly configured, it is possible to run Cheetah on a shared hosting account. We do recommend, however, that you have a VPS or a Dedicated Server for Cheetah.&lt;br /&gt;
&lt;br /&gt;
== Server Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Linux/Unix (Red Hat, Debian, FreeBSD, Mandrake, etc.) or Windows OS&lt;br /&gt;
** '''Note:''' Linux kernel 2.6.32 or higher is needed for ffmpeg.exe&lt;br /&gt;
** '''Windows OS''' is not recommended. Not many Cheetah users run on Windows based servers, so support will be very limited. Cheetah is also developed for and only tested on Linux based servers.&lt;br /&gt;
* '''Apache v.1.3''' and higher or '''LiteSpeed''' web server. Other web servers can be used too, but custom rewrite rules are required, we have one for [https://www.cheetahwsb.com/m/cheetah_docs/chapter/how-to-setup-cheetah-on-nginx nginx web server].&lt;br /&gt;
* '''PHP 5.4.0''' or higher. '''PHP 7''' recommended.&amp;lt;br /&amp;gt;&lt;br /&gt;
** '''PHP-CLI''' (command line version) should also be installed, and it should be configured the same way and have the same extensions required by Cheetah as the DSO/CGI version.&lt;br /&gt;
* '''register_globals''' must be '''Off'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''safe_mode''' must be '''Off'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''exec()''' (executable files) must be '''allowed'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''short_open_tag''' must be '''On'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''allow_url_fopen''' should be '''On'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''allow_url_include''' should be '''Off'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''open_basedir''' should not have any value&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''upload_max_filesize''' should be '''1024M''' or higher&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''memory_limit''' should be '''256M''' or higher. '''512M''' or higher is '''highly recommended'''.&lt;br /&gt;
* '''max_execution_time''' must be set to 300 or higher. Some areas of Cheetah perform database backups. Script timeouts that occur if this setting is too low will cause problems during those backups.&lt;br /&gt;
* '''curl, gd, mbstring, xsl, json, fileinfo, openssl, zip, ftp, calendar, exif, pdo,''' and '''pdo_mysql '''extensions''' must be installed'''.&lt;br /&gt;
* '''[http://www.mysql.com/ MySQL 4.1.2]''' and higher.&lt;br /&gt;
* The '''magic_quotes_gpc''' option must be disabled.&lt;br /&gt;
* If a security module is installed (such as '''mod_security''' for Apache), it should be able to be configured for specific folders (or disabled).&lt;br /&gt;
* '''mod_rewrite''' for Apache&lt;br /&gt;
* Direct connection to https://www.cheetahwsb.com/ should be able to be established (i.e. connection without requiring proxy authorization). This is required for license verification.&lt;br /&gt;
* '''[http://www.boutell.com/gd/ GD library]''' compiled with '''FreeType''' fonts (for photo processing) or '''[http://imagemagick.org/ ImageMagick]''' as an alternative.&lt;br /&gt;
* '''Sendmail''' or '''Postfix''' programs for sending emails.&lt;br /&gt;
* Ability to create '''[http://www.unixgeeks.org/security/newbie/unix/cron-1.html Cron Jobs]'''.&lt;br /&gt;
* You should be able to run executable files (you would need it for '''ffmpeg.exe''', which converts videos).&lt;br /&gt;
&lt;br /&gt;
== Server Requirements for Media Streaming ==&lt;br /&gt;
&lt;br /&gt;
Some of Cheetah's features (such as Flash Chat, Flash IM, Boards, Video Recorder, Video Comments) require media streaming capabilities. To use those, you need to make sure that the following requirements are met:&lt;br /&gt;
&lt;br /&gt;
* '''VPS''' or '''Dedicated''' server is generally required in order to be able to install and run '''RMS (Ray Media Server)'''. You would need access to the '''root''' or '''administrator''' account on the hosting server.&lt;br /&gt;
* '''[http://www.java.com/en/download/manual.jsp JRE] (Java Runtime Environment) ver. 1.6''' or higher should be installed.&lt;br /&gt;
* Ports '''1935''', '''1936''' and '''5080''' should be open on the server.&lt;br /&gt;
* Allowance of at least 15 KB/sec for media streaming for each user.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
'''''It is a good idea to send the list above to your hosting provider to make sure the server is ready for installation. If all the above requirements are met you are all set to proceed to [https://www.cheetahwsb.com/m/cheetah_docs/chapter/installing-cheetah Cheetah Installation]'''.''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
== Recommended Hosting Providers ==&lt;br /&gt;
&lt;br /&gt;
Going for one of our [https://www.cheetahwsb.com/page/hosting Recommended Hosting Providers] is a good idea for both starters and those willing to work with companies that have Cheetah experience.&lt;br /&gt;
&lt;br /&gt;
== Recommended Server Setup ==&lt;br /&gt;
&lt;br /&gt;
Since Cheetah is a resource-intensive platform, it is very important to &amp;quot;fine-tune&amp;quot; your server. In some cases (for popular sites) you may have to setup clustered servers, and/or a remote database server. Alternative &amp;quot;web-server&amp;quot; software, such as [http://nginx.org/ nginx] may also be beneficial to your site performance. Please refer to [https://www.cheetahwsb.com/m/cheetah_docs/chapter/hosting-server-setup-recommendations Hosting Server Setup Recommendations] for the details on how you can tune-up your server.&lt;/div&gt;</summary>
		<author><name>WikiAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.cheetahwsb.com/index.php?title=Cheetah_System_Requirements&amp;diff=29</id>
		<title>Cheetah System Requirements</title>
		<link rel="alternate" type="text/html" href="https://wiki.cheetahwsb.com/index.php?title=Cheetah_System_Requirements&amp;diff=29"/>
		<updated>2020-12-15T19:37:48Z</updated>

		<summary type="html">&lt;p&gt;WikiAdmin: /* Recommended Hosting Providers */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Cheetah Hosting(System) Requirements =&lt;br /&gt;
&lt;br /&gt;
A default Cheetah installation works with most common configurations of hosting server, however, since Cheetah is a package with multiple scripts and apps, it is very important to ensure that all of the following requirements are met. Most of the technical problems occur due to improper server setup, so make sure that your hosting provider is Cheetah-compatible.&lt;br /&gt;
&lt;br /&gt;
To help avoid trouble, we gathered a number of [https://www.cheetahwsb.com/page/hosting Recommended Hosting Providers] that have Cheetah-ready accounts and experience with managing accounts that have Cheetah installed. Some of them offer instant installation or even pre-installed Cheetah.&lt;br /&gt;
&lt;br /&gt;
Providing that the server is properly configured, it is possible to run Cheetah on a shared hosting account. We do recommend, however, that you have a VPS or a Dedicated Server for Cheetah.&lt;br /&gt;
&lt;br /&gt;
== Server Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Linux/Unix (Red Hat, Debian, FreeBSD, Mandrake, etc.) or Windows OS&lt;br /&gt;
** '''Note:''' Linux kernel 2.6.32 or higher is needed for ffmpeg.exe&lt;br /&gt;
** '''Windows OS''' is not recommended. Not many Cheetah users run on Windows based servers, so support will be very limited. Cheetah is also developed for and only tested on Linux based servers.&lt;br /&gt;
* '''Apache v.1.3''' and higher or '''LiteSpeed''' web server. Other web servers can be used too, but custom rewrite rules are required, we have one for [https://www.cheetahwsb.com/m/cheetah_docs/chapter/how-to-setup-cheetah-on-nginx nginx web server].&lt;br /&gt;
* '''PHP 5.4.0''' or higher. '''PHP 7''' recommended.&amp;lt;br /&amp;gt;&lt;br /&gt;
** '''PHP-CLI''' (command line version) should also be installed, and it should be configured the same way and have the same extensions required by Cheetah as the DSO/CGI version.&lt;br /&gt;
* '''register_globals''' must be '''Off'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''safe_mode''' must be '''Off'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''exec()''' (executable files) must be '''allowed'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''short_open_tag''' must be '''On'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''allow_url_fopen''' should be '''On'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''allow_url_include''' should be '''Off'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''open_basedir''' should not have any value&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''upload_max_filesize''' should be '''1024M''' or higher&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''memory_limit''' should be '''256M''' or higher. '''512M''' or higher is '''highly recommended'''.&lt;br /&gt;
* '''curl, gd, mbstring, xsl, json, fileinfo, openssl, zip, ftp, calendar, exif, pdo,''' and '''pdo_mysql '''extensions''' must be installed'''.&lt;br /&gt;
* '''[http://www.mysql.com/ MySQL 4.1.2]''' and higher.&lt;br /&gt;
* The '''magic_quotes_gpc''' option must be disabled.&lt;br /&gt;
* If a security module is installed (such as '''mod_security''' for Apache), it should be able to be configured for specific folders (or disabled).&lt;br /&gt;
* '''mod_rewrite''' for Apache&lt;br /&gt;
* Direct connection to https://www.cheetahwsb.com/ should be able to be established (i.e. connection without requiring proxy authorization). This is required for license verification.&lt;br /&gt;
* '''[http://www.boutell.com/gd/ GD library]''' compiled with '''FreeType''' fonts (for photo processing) or '''[http://imagemagick.org/ ImageMagick]''' as an alternative.&lt;br /&gt;
* '''Sendmail''' or '''Postfix''' programs for sending emails.&lt;br /&gt;
* Ability to create '''[http://www.unixgeeks.org/security/newbie/unix/cron-1.html Cron Jobs]'''.&lt;br /&gt;
* You should be able to run executable files (you would need it for '''ffmpeg.exe''', which converts videos).&lt;br /&gt;
&lt;br /&gt;
== Server Requirements for Media Streaming ==&lt;br /&gt;
&lt;br /&gt;
Some of Cheetah's features (such as Flash Chat, Flash IM, Boards, Video Recorder, Video Comments) require media streaming capabilities. To use those, you need to make sure that the following requirements are met:&lt;br /&gt;
&lt;br /&gt;
* '''VPS''' or '''Dedicated''' server is generally required in order to be able to install and run '''RMS (Ray Media Server)'''. You would need access to the '''root''' or '''administrator''' account on the hosting server.&lt;br /&gt;
* '''[http://www.java.com/en/download/manual.jsp JRE] (Java Runtime Environment) ver. 1.6''' or higher should be installed.&lt;br /&gt;
* Ports '''1935''', '''1936''' and '''5080''' should be open on the server.&lt;br /&gt;
* Allowance of at least 15 KB/sec for media streaming for each user.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
'''''It is a good idea to send the list above to your hosting provider to make sure the server is ready for installation. If all the above requirements are met you are all set to proceed to [https://www.cheetahwsb.com/m/cheetah_docs/chapter/installing-cheetah Cheetah Installation]'''.''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
== Recommended Hosting Providers ==&lt;br /&gt;
&lt;br /&gt;
Going for one of our [https://www.cheetahwsb.com/page/hosting Recommended Hosting Providers] is a good idea for both starters and those willing to work with companies that have Cheetah experience.&lt;br /&gt;
&lt;br /&gt;
== Recommended Server Setup ==&lt;br /&gt;
&lt;br /&gt;
Since Cheetah is a resource-intensive platform, it is very important to &amp;quot;fine-tune&amp;quot; your server. In some cases (for popular sites) you may have to setup clustered servers, and/or a remote database server. Alternative &amp;quot;web-server&amp;quot; software, such as [http://nginx.org/ nginx] may also be beneficial to your site performance. Please refer to [https://www.cheetahwsb.com/m/cheetah_docs/chapter/hosting-server-setup-recommendations Hosting Server Setup Recommendations] for the details on how you can tune-up your server.&lt;/div&gt;</summary>
		<author><name>WikiAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.cheetahwsb.com/index.php?title=Cheetah_System_Requirements&amp;diff=28</id>
		<title>Cheetah System Requirements</title>
		<link rel="alternate" type="text/html" href="https://wiki.cheetahwsb.com/index.php?title=Cheetah_System_Requirements&amp;diff=28"/>
		<updated>2020-12-15T19:35:59Z</updated>

		<summary type="html">&lt;p&gt;WikiAdmin: /* Server Requirements */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Cheetah Hosting(System) Requirements =&lt;br /&gt;
&lt;br /&gt;
A default Cheetah installation works with most common configurations of hosting server, however, since Cheetah is a package with multiple scripts and apps, it is very important to ensure that all of the following requirements are met. Most of the technical problems occur due to improper server setup, so make sure that your hosting provider is Cheetah-compatible.&lt;br /&gt;
&lt;br /&gt;
To help avoid trouble, we gathered a number of [https://www.cheetahwsb.com/page/hosting Recommended Hosting Providers] that have Cheetah-ready accounts and experience with managing accounts that have Cheetah installed. Some of them offer instant installation or even pre-installed Cheetah.&lt;br /&gt;
&lt;br /&gt;
Providing that the server is properly configured, it is possible to run Cheetah on a shared hosting account. We do recommend, however, that you have a VPS or a Dedicated Server for Cheetah.&lt;br /&gt;
&lt;br /&gt;
== Server Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Linux/Unix (Red Hat, Debian, FreeBSD, Mandrake, etc.) or Windows OS&lt;br /&gt;
** '''Note:''' Linux kernel 2.6.32 or higher is needed for ffmpeg.exe&lt;br /&gt;
** '''Windows OS''' is not recommended. Not many Cheetah users run on Windows based servers, so support will be very limited. Cheetah is also developed for and only tested on Linux based servers.&lt;br /&gt;
* '''Apache v.1.3''' and higher or '''LiteSpeed''' web server. Other web servers can be used too, but custom rewrite rules are required, we have one for [https://www.cheetahwsb.com/m/cheetah_docs/chapter/how-to-setup-cheetah-on-nginx nginx web server].&lt;br /&gt;
* '''PHP 5.4.0''' or higher. '''PHP 7''' recommended.&amp;lt;br /&amp;gt;&lt;br /&gt;
** '''PHP-CLI''' (command line version) should also be installed, and it should be configured the same way and have the same extensions required by Cheetah as the DSO/CGI version.&lt;br /&gt;
* '''register_globals''' must be '''Off'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''safe_mode''' must be '''Off'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''exec()''' (executable files) must be '''allowed'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''short_open_tag''' must be '''On'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''allow_url_fopen''' should be '''On'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''allow_url_include''' should be '''Off'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''open_basedir''' should not have any value&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''upload_max_filesize''' should be '''1024M''' or higher&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''memory_limit''' should be '''256M''' or higher. '''512M''' or higher is '''highly recommended'''.&lt;br /&gt;
* '''curl, gd, mbstring, xsl, json, fileinfo, openssl, zip, ftp, calendar, exif, pdo,''' and '''pdo_mysql '''extensions''' must be installed'''.&lt;br /&gt;
* '''[http://www.mysql.com/ MySQL 4.1.2]''' and higher.&lt;br /&gt;
* The '''magic_quotes_gpc''' option must be disabled.&lt;br /&gt;
* If a security module is installed (such as '''mod_security''' for Apache), it should be able to be configured for specific folders (or disabled).&lt;br /&gt;
* '''mod_rewrite''' for Apache&lt;br /&gt;
* Direct connection to https://www.cheetahwsb.com/ should be able to be established (i.e. connection without requiring proxy authorization). This is required for license verification.&lt;br /&gt;
* '''[http://www.boutell.com/gd/ GD library]''' compiled with '''FreeType''' fonts (for photo processing) or '''[http://imagemagick.org/ ImageMagick]''' as an alternative.&lt;br /&gt;
* '''Sendmail''' or '''Postfix''' programs for sending emails.&lt;br /&gt;
* Ability to create '''[http://www.unixgeeks.org/security/newbie/unix/cron-1.html Cron Jobs]'''.&lt;br /&gt;
* You should be able to run executable files (you would need it for '''ffmpeg.exe''', which converts videos).&lt;br /&gt;
&lt;br /&gt;
== Server Requirements for Media Streaming ==&lt;br /&gt;
&lt;br /&gt;
Some of Cheetah's features (such as Flash Chat, Flash IM, Boards, Video Recorder, Video Comments) require media streaming capabilities. To use those, you need to make sure that the following requirements are met:&lt;br /&gt;
&lt;br /&gt;
* '''VPS''' or '''Dedicated''' server is generally required in order to be able to install and run '''RMS (Ray Media Server)'''. You would need access to the '''root''' or '''administrator''' account on the hosting server.&lt;br /&gt;
* '''[http://www.java.com/en/download/manual.jsp JRE] (Java Runtime Environment) ver. 1.6''' or higher should be installed.&lt;br /&gt;
* Ports '''1935''', '''1936''' and '''5080''' should be open on the server.&lt;br /&gt;
* Allowance of at least 15 KB/sec for media streaming for each user.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
'''''It is a good idea to send the list above to your hosting provider to make sure the server is ready for installation. If all the above requirements are met you are all set to proceed to [https://www.cheetahwsb.com/m/cheetah_docs/chapter/installing-cheetah Cheetah Installation]'''.''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
== Recommended Hosting Providers ==&lt;br /&gt;
&lt;br /&gt;
Over the years we have worked with many different hosting providers, and some of them are very experienced when it comes to managing Cheetah sites. Going for one of our [https://www.cheetahwsb.com/page/hosting Recommended Hosting Providers] is a good idea for both starters and those willing to work with companies that have Cheetah experience. Most of our hosting partners provide automatic Cheetah installation and special discounts for Cheetah users.&lt;br /&gt;
&lt;br /&gt;
== Recommended Server Setup ==&lt;br /&gt;
&lt;br /&gt;
Since Cheetah is a resource-intensive platform, it is very important to &amp;quot;fine-tune&amp;quot; your server. In some cases (for popular sites) you may have to setup clustered servers, and/or a remote database server. Alternative &amp;quot;web-server&amp;quot; software, such as [http://nginx.org/ nginx] may also be beneficial to your site performance. Please refer to [https://www.cheetahwsb.com/m/cheetah_docs/chapter/hosting-server-setup-recommendations Hosting Server Setup Recommendations] for the details on how you can tune-up your server.&lt;/div&gt;</summary>
		<author><name>WikiAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.cheetahwsb.com/index.php?title=Cheetah_System_Requirements&amp;diff=27</id>
		<title>Cheetah System Requirements</title>
		<link rel="alternate" type="text/html" href="https://wiki.cheetahwsb.com/index.php?title=Cheetah_System_Requirements&amp;diff=27"/>
		<updated>2020-12-15T19:34:53Z</updated>

		<summary type="html">&lt;p&gt;WikiAdmin: /* Server Requirements */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Cheetah Hosting(System) Requirements =&lt;br /&gt;
&lt;br /&gt;
A default Cheetah installation works with most common configurations of hosting server, however, since Cheetah is a package with multiple scripts and apps, it is very important to ensure that all of the following requirements are met. Most of the technical problems occur due to improper server setup, so make sure that your hosting provider is Cheetah-compatible.&lt;br /&gt;
&lt;br /&gt;
To help avoid trouble, we gathered a number of [https://www.cheetahwsb.com/page/hosting Recommended Hosting Providers] that have Cheetah-ready accounts and experience with managing accounts that have Cheetah installed. Some of them offer instant installation or even pre-installed Cheetah.&lt;br /&gt;
&lt;br /&gt;
Providing that the server is properly configured, it is possible to run Cheetah on a shared hosting account. We do recommend, however, that you have a VPS or a Dedicated Server for Cheetah.&lt;br /&gt;
&lt;br /&gt;
== Server Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Linux/Unix (Red Hat, Debian, FreeBSD, Mandrake, etc.) or Windows OS&lt;br /&gt;
** '''Note:''' Linux kernel 2.6.32 or higher is needed for ffmpeg.exe&lt;br /&gt;
** '''Windows OS''' is not recommended. Not many Cheetah users run on Windows based servers, so support will be very limited. Cheetah is also developed for and only tested on Linux based servers.&lt;br /&gt;
* Apache v.1.3 and higher or LiteSpeed web server. Other web servers can be used too, but custom rewrite rules are required, we have one for [https://www.cheetahwsb.com/m/cheetah_docs/chapter/how-to-setup-cheetah-on-nginx nginx web server].&lt;br /&gt;
* PHP 5.4.0 or higher. PHP 7 recommended.&amp;lt;br /&amp;gt;&lt;br /&gt;
** PHP-CLI (command line version) should also be installed, and it should be configured the same way and have the same extensions required by Cheetah as the DSO/CGI version.&lt;br /&gt;
* '''register_globals''' must be '''Off'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''safe_mode''' must be '''Off'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''exec()''' (executable files) must be '''allowed'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''short_open_tag''' must be '''On'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''allow_url_fopen''' should be '''On'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''allow_url_include''' should be '''Off'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''open_basedir''' should not have any value&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''upload_max_filesize''' should be '''1024M''' or higher&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''memory_limit''' should be '''256M''' or higher. '''512M''' or higher is '''highly recommended'''.&lt;br /&gt;
* '''curl, gd, mbstring, xsl, json, fileinfo, openssl, zip, ftp, calendar, exif, pdo,''' and '''pdo_mysql '''extensions''' must be installed'''.&lt;br /&gt;
* '''[http://www.mysql.com/ MySQL 4.1.2]''' and higher.&lt;br /&gt;
* The '''magic_quotes_gpc''' option must be disabled.&lt;br /&gt;
* If a security module is installed (such as '''mod_security''' for Apache), it should be able to be configured for specific folders (or disabled).&lt;br /&gt;
* '''mod_rewrite''' for Apache&lt;br /&gt;
* Direct connection to https://www.cheetahwsb.com/ should be able to be established (i.e. connection without requiring proxy authorization). This is required for license verification.&lt;br /&gt;
* '''[http://www.boutell.com/gd/ GD library]''' compiled with '''FreeType''' fonts (for photo processing) or '''[http://imagemagick.org/ ImageMagick]''' as an alternative.&lt;br /&gt;
* '''Sendmail''' or '''Postfix''' programs for sending emails.&lt;br /&gt;
* Ability to create '''[http://www.unixgeeks.org/security/newbie/unix/cron-1.html Cron Jobs]'''.&lt;br /&gt;
* You should be able to run executable files (you would need it for '''ffmpeg.exe''', which converts videos).&lt;br /&gt;
&lt;br /&gt;
== Server Requirements for Media Streaming ==&lt;br /&gt;
&lt;br /&gt;
Some of Cheetah's features (such as Flash Chat, Flash IM, Boards, Video Recorder, Video Comments) require media streaming capabilities. To use those, you need to make sure that the following requirements are met:&lt;br /&gt;
&lt;br /&gt;
* '''VPS''' or '''Dedicated''' server is generally required in order to be able to install and run '''RMS (Ray Media Server)'''. You would need access to the '''root''' or '''administrator''' account on the hosting server.&lt;br /&gt;
* '''[http://www.java.com/en/download/manual.jsp JRE] (Java Runtime Environment) ver. 1.6''' or higher should be installed.&lt;br /&gt;
* Ports '''1935''', '''1936''' and '''5080''' should be open on the server.&lt;br /&gt;
* Allowance of at least 15 KB/sec for media streaming for each user.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
'''''It is a good idea to send the list above to your hosting provider to make sure the server is ready for installation. If all the above requirements are met you are all set to proceed to [https://www.cheetahwsb.com/m/cheetah_docs/chapter/installing-cheetah Cheetah Installation]'''.''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
== Recommended Hosting Providers ==&lt;br /&gt;
&lt;br /&gt;
Over the years we have worked with many different hosting providers, and some of them are very experienced when it comes to managing Cheetah sites. Going for one of our [https://www.cheetahwsb.com/page/hosting Recommended Hosting Providers] is a good idea for both starters and those willing to work with companies that have Cheetah experience. Most of our hosting partners provide automatic Cheetah installation and special discounts for Cheetah users.&lt;br /&gt;
&lt;br /&gt;
== Recommended Server Setup ==&lt;br /&gt;
&lt;br /&gt;
Since Cheetah is a resource-intensive platform, it is very important to &amp;quot;fine-tune&amp;quot; your server. In some cases (for popular sites) you may have to setup clustered servers, and/or a remote database server. Alternative &amp;quot;web-server&amp;quot; software, such as [http://nginx.org/ nginx] may also be beneficial to your site performance. Please refer to [https://www.cheetahwsb.com/m/cheetah_docs/chapter/hosting-server-setup-recommendations Hosting Server Setup Recommendations] for the details on how you can tune-up your server.&lt;/div&gt;</summary>
		<author><name>WikiAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.cheetahwsb.com/index.php?title=Cheetah_System_Requirements&amp;diff=26</id>
		<title>Cheetah System Requirements</title>
		<link rel="alternate" type="text/html" href="https://wiki.cheetahwsb.com/index.php?title=Cheetah_System_Requirements&amp;diff=26"/>
		<updated>2020-12-15T19:34:21Z</updated>

		<summary type="html">&lt;p&gt;WikiAdmin: /* Server Requirements */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Cheetah Hosting(System) Requirements =&lt;br /&gt;
&lt;br /&gt;
A default Cheetah installation works with most common configurations of hosting server, however, since Cheetah is a package with multiple scripts and apps, it is very important to ensure that all of the following requirements are met. Most of the technical problems occur due to improper server setup, so make sure that your hosting provider is Cheetah-compatible.&lt;br /&gt;
&lt;br /&gt;
To help avoid trouble, we gathered a number of [https://www.cheetahwsb.com/page/hosting Recommended Hosting Providers] that have Cheetah-ready accounts and experience with managing accounts that have Cheetah installed. Some of them offer instant installation or even pre-installed Cheetah.&lt;br /&gt;
&lt;br /&gt;
Providing that the server is properly configured, it is possible to run Cheetah on a shared hosting account. We do recommend, however, that you have a VPS or a Dedicated Server for Cheetah.&lt;br /&gt;
&lt;br /&gt;
== Server Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Linux/Unix (Red Hat, Debian, FreeBSD, Mandrake, etc.) or Windows OS&lt;br /&gt;
** '''Note:''' Linux kernel 2.6.32 or higher is needed for ffmpeg.exe&lt;br /&gt;
** '''Windows OS''' is not recommended. Not many Cheetah users run on Windows based servers, so support will be limited. Cheetah is also developed for and only tested on Linux based servers.&lt;br /&gt;
* Apache v.1.3 and higher or LiteSpeed web server. Other web servers can be used too, but custom rewrite rules are required, we have one for [https://www.cheetahwsb.com/m/cheetah_docs/chapter/how-to-setup-cheetah-on-nginx nginx web server].&lt;br /&gt;
* PHP 5.4.0 or higher. PHP 7 recommended.&amp;lt;br /&amp;gt;&lt;br /&gt;
** PHP-CLI (command line version) should also be installed, and it should be configured the same way and have the same extensions required by Cheetah as the DSO/CGI version.&lt;br /&gt;
* '''register_globals''' must be '''Off'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''safe_mode''' must be '''Off'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''exec()''' (executable files) must be '''allowed'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''short_open_tag''' must be '''On'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''allow_url_fopen''' should be '''On'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''allow_url_include''' should be '''Off'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''open_basedir''' should not have any value&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''upload_max_filesize''' should be '''1024M''' or higher&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''memory_limit''' should be '''256M''' or higher. '''512M''' or higher is '''highly recommended'''.&lt;br /&gt;
* '''curl, gd, mbstring, xsl, json, fileinfo, openssl, zip, ftp, calendar, exif, pdo,''' and '''pdo_mysql '''extensions''' must be installed'''.&lt;br /&gt;
* '''[http://www.mysql.com/ MySQL 4.1.2]''' and higher.&lt;br /&gt;
* The '''magic_quotes_gpc''' option must be disabled.&lt;br /&gt;
* If a security module is installed (such as '''mod_security''' for Apache), it should be able to be configured for specific folders (or disabled).&lt;br /&gt;
* '''mod_rewrite''' for Apache&lt;br /&gt;
* Direct connection to https://www.cheetahwsb.com/ should be able to be established (i.e. connection without requiring proxy authorization). This is required for license verification.&lt;br /&gt;
* '''[http://www.boutell.com/gd/ GD library]''' compiled with '''FreeType''' fonts (for photo processing) or '''[http://imagemagick.org/ ImageMagick]''' as an alternative.&lt;br /&gt;
* '''Sendmail''' or '''Postfix''' programs for sending emails.&lt;br /&gt;
* Ability to create '''[http://www.unixgeeks.org/security/newbie/unix/cron-1.html Cron Jobs]'''.&lt;br /&gt;
* You should be able to run executable files (you would need it for '''ffmpeg.exe''', which converts videos).&lt;br /&gt;
&lt;br /&gt;
== Server Requirements for Media Streaming ==&lt;br /&gt;
&lt;br /&gt;
Some of Cheetah's features (such as Flash Chat, Flash IM, Boards, Video Recorder, Video Comments) require media streaming capabilities. To use those, you need to make sure that the following requirements are met:&lt;br /&gt;
&lt;br /&gt;
* '''VPS''' or '''Dedicated''' server is generally required in order to be able to install and run '''RMS (Ray Media Server)'''. You would need access to the '''root''' or '''administrator''' account on the hosting server.&lt;br /&gt;
* '''[http://www.java.com/en/download/manual.jsp JRE] (Java Runtime Environment) ver. 1.6''' or higher should be installed.&lt;br /&gt;
* Ports '''1935''', '''1936''' and '''5080''' should be open on the server.&lt;br /&gt;
* Allowance of at least 15 KB/sec for media streaming for each user.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
'''''It is a good idea to send the list above to your hosting provider to make sure the server is ready for installation. If all the above requirements are met you are all set to proceed to [https://www.cheetahwsb.com/m/cheetah_docs/chapter/installing-cheetah Cheetah Installation]'''.''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
== Recommended Hosting Providers ==&lt;br /&gt;
&lt;br /&gt;
Over the years we have worked with many different hosting providers, and some of them are very experienced when it comes to managing Cheetah sites. Going for one of our [https://www.cheetahwsb.com/page/hosting Recommended Hosting Providers] is a good idea for both starters and those willing to work with companies that have Cheetah experience. Most of our hosting partners provide automatic Cheetah installation and special discounts for Cheetah users.&lt;br /&gt;
&lt;br /&gt;
== Recommended Server Setup ==&lt;br /&gt;
&lt;br /&gt;
Since Cheetah is a resource-intensive platform, it is very important to &amp;quot;fine-tune&amp;quot; your server. In some cases (for popular sites) you may have to setup clustered servers, and/or a remote database server. Alternative &amp;quot;web-server&amp;quot; software, such as [http://nginx.org/ nginx] may also be beneficial to your site performance. Please refer to [https://www.cheetahwsb.com/m/cheetah_docs/chapter/hosting-server-setup-recommendations Hosting Server Setup Recommendations] for the details on how you can tune-up your server.&lt;/div&gt;</summary>
		<author><name>WikiAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.cheetahwsb.com/index.php?title=Cheetah_System_Requirements&amp;diff=25</id>
		<title>Cheetah System Requirements</title>
		<link rel="alternate" type="text/html" href="https://wiki.cheetahwsb.com/index.php?title=Cheetah_System_Requirements&amp;diff=25"/>
		<updated>2020-12-15T19:33:53Z</updated>

		<summary type="html">&lt;p&gt;WikiAdmin: /* Server Requirements */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Cheetah Hosting(System) Requirements =&lt;br /&gt;
&lt;br /&gt;
A default Cheetah installation works with most common configurations of hosting server, however, since Cheetah is a package with multiple scripts and apps, it is very important to ensure that all of the following requirements are met. Most of the technical problems occur due to improper server setup, so make sure that your hosting provider is Cheetah-compatible.&lt;br /&gt;
&lt;br /&gt;
To help avoid trouble, we gathered a number of [https://www.cheetahwsb.com/page/hosting Recommended Hosting Providers] that have Cheetah-ready accounts and experience with managing accounts that have Cheetah installed. Some of them offer instant installation or even pre-installed Cheetah.&lt;br /&gt;
&lt;br /&gt;
Providing that the server is properly configured, it is possible to run Cheetah on a shared hosting account. We do recommend, however, that you have a VPS or a Dedicated Server for Cheetah.&lt;br /&gt;
&lt;br /&gt;
== Server Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Linux/Unix (Red Hat, Debian, FreeBSD, Mandrake, etc.) or Windows OS&lt;br /&gt;
** '''Note:''' Linux kernel 2.6.32 or higher is needed for ffmpeg.exe&lt;br /&gt;
** Windows OS is not recommended. Not many Cheetah users run on Windows based servers, so support will be limited. Cheetah is also developed for and only tested on Linux based servers.&lt;br /&gt;
* Apache v.1.3 and higher or LiteSpeed web server. Other web servers can be used too, but custom rewrite rules are required, we have one for [https://www.cheetahwsb.com/m/cheetah_docs/chapter/how-to-setup-cheetah-on-nginx nginx web server].&lt;br /&gt;
* PHP 5.4.0 or higher. PHP 7 recommended.&amp;lt;br /&amp;gt;&lt;br /&gt;
** PHP-CLI (command line version) should also be installed, and it should be configured the same way and have the same extensions required by Cheetah as the DSO/CGI version.&lt;br /&gt;
* '''register_globals''' must be '''Off'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''safe_mode''' must be '''Off'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''exec()''' (executable files) must be '''allowed'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''short_open_tag''' must be '''On'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''allow_url_fopen''' should be '''On'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''allow_url_include''' should be '''Off'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''open_basedir''' should not have any value&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''upload_max_filesize''' should be '''1024M''' or higher&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''memory_limit''' should be '''256M''' or higher. '''512M''' or higher is '''highly recommended'''.&lt;br /&gt;
* '''curl, gd, mbstring, xsl, json, fileinfo, openssl, zip, ftp, calendar, exif, pdo,''' and '''pdo_mysql '''extensions''' must be installed'''.&lt;br /&gt;
* '''[http://www.mysql.com/ MySQL 4.1.2]''' and higher.&lt;br /&gt;
* The '''magic_quotes_gpc''' option must be disabled.&lt;br /&gt;
* If a security module is installed (such as '''mod_security''' for Apache), it should be able to be configured for specific folders (or disabled).&lt;br /&gt;
* '''mod_rewrite''' for Apache&lt;br /&gt;
* Direct connection to https://www.cheetahwsb.com/ should be able to be established (i.e. connection without requiring proxy authorization). This is required for license verification.&lt;br /&gt;
* '''[http://www.boutell.com/gd/ GD library]''' compiled with '''FreeType''' fonts (for photo processing) or '''[http://imagemagick.org/ ImageMagick]''' as an alternative.&lt;br /&gt;
* '''Sendmail''' or '''Postfix''' programs for sending emails.&lt;br /&gt;
* Ability to create '''[http://www.unixgeeks.org/security/newbie/unix/cron-1.html Cron Jobs]'''.&lt;br /&gt;
* You should be able to run executable files (you would need it for '''ffmpeg.exe''', which converts videos).&lt;br /&gt;
&lt;br /&gt;
== Server Requirements for Media Streaming ==&lt;br /&gt;
&lt;br /&gt;
Some of Cheetah's features (such as Flash Chat, Flash IM, Boards, Video Recorder, Video Comments) require media streaming capabilities. To use those, you need to make sure that the following requirements are met:&lt;br /&gt;
&lt;br /&gt;
* '''VPS''' or '''Dedicated''' server is generally required in order to be able to install and run '''RMS (Ray Media Server)'''. You would need access to the '''root''' or '''administrator''' account on the hosting server.&lt;br /&gt;
* '''[http://www.java.com/en/download/manual.jsp JRE] (Java Runtime Environment) ver. 1.6''' or higher should be installed.&lt;br /&gt;
* Ports '''1935''', '''1936''' and '''5080''' should be open on the server.&lt;br /&gt;
* Allowance of at least 15 KB/sec for media streaming for each user.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
'''''It is a good idea to send the list above to your hosting provider to make sure the server is ready for installation. If all the above requirements are met you are all set to proceed to [https://www.cheetahwsb.com/m/cheetah_docs/chapter/installing-cheetah Cheetah Installation]'''.''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
== Recommended Hosting Providers ==&lt;br /&gt;
&lt;br /&gt;
Over the years we have worked with many different hosting providers, and some of them are very experienced when it comes to managing Cheetah sites. Going for one of our [https://www.cheetahwsb.com/page/hosting Recommended Hosting Providers] is a good idea for both starters and those willing to work with companies that have Cheetah experience. Most of our hosting partners provide automatic Cheetah installation and special discounts for Cheetah users.&lt;br /&gt;
&lt;br /&gt;
== Recommended Server Setup ==&lt;br /&gt;
&lt;br /&gt;
Since Cheetah is a resource-intensive platform, it is very important to &amp;quot;fine-tune&amp;quot; your server. In some cases (for popular sites) you may have to setup clustered servers, and/or a remote database server. Alternative &amp;quot;web-server&amp;quot; software, such as [http://nginx.org/ nginx] may also be beneficial to your site performance. Please refer to [https://www.cheetahwsb.com/m/cheetah_docs/chapter/hosting-server-setup-recommendations Hosting Server Setup Recommendations] for the details on how you can tune-up your server.&lt;/div&gt;</summary>
		<author><name>WikiAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.cheetahwsb.com/index.php?title=Cheetah_System_Requirements&amp;diff=24</id>
		<title>Cheetah System Requirements</title>
		<link rel="alternate" type="text/html" href="https://wiki.cheetahwsb.com/index.php?title=Cheetah_System_Requirements&amp;diff=24"/>
		<updated>2020-12-15T19:29:52Z</updated>

		<summary type="html">&lt;p&gt;WikiAdmin: /* Server Requirements */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Cheetah Hosting(System) Requirements =&lt;br /&gt;
&lt;br /&gt;
A default Cheetah installation works with most common configurations of hosting server, however, since Cheetah is a package with multiple scripts and apps, it is very important to ensure that all of the following requirements are met. Most of the technical problems occur due to improper server setup, so make sure that your hosting provider is Cheetah-compatible.&lt;br /&gt;
&lt;br /&gt;
To help avoid trouble, we gathered a number of [https://www.cheetahwsb.com/page/hosting Recommended Hosting Providers] that have Cheetah-ready accounts and experience with managing accounts that have Cheetah installed. Some of them offer instant installation or even pre-installed Cheetah.&lt;br /&gt;
&lt;br /&gt;
Providing that the server is properly configured, it is possible to run Cheetah on a shared hosting account. We do recommend, however, that you have a VPS or a Dedicated Server for Cheetah.&lt;br /&gt;
&lt;br /&gt;
== Server Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Linux/Unix (Red Hat, Debian, FreeBSD, Mandrake, etc.) or Windows OS&lt;br /&gt;
** '''Note:''' Linux kernel 2.6.32 or higher is needed for ffmpeg.exe&lt;br /&gt;
* Apache v.1.3 and higher or LiteSpeed web server. Other web servers can be used too, but custom rewrite rules are required, we have one for [https://www.cheetahwsb.com/m/cheetah_docs/chapter/how-to-setup-cheetah-on-nginx nginx web server].&lt;br /&gt;
* PHP 5.4.0 or higher. PHP 7 recommended.&amp;lt;br /&amp;gt;&lt;br /&gt;
** PHP-CLI (command line version) should also be installed, and it should be configured the same way and have the same extensions required by Cheetah as the DSO/CGI version.&lt;br /&gt;
* '''register_globals''' must be '''Off'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''safe_mode''' must be '''Off'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''exec()''' (executable files) must be '''allowed'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''short_open_tag''' must be '''On'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''allow_url_fopen''' should be '''On'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''allow_url_include''' should be '''Off'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''open_basedir''' should not have any value&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''upload_max_filesize''' should be '''1024M''' or higher&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''memory_limit''' should be '''256M''' or higher. '''512M''' or higher is '''highly recommended'''.&lt;br /&gt;
* '''curl, gd, mbstring, xsl, json, fileinfo, openssl, zip, ftp, calendar, exif, pdo,''' and '''pdo_mysql '''extensions''' must be installed'''.&lt;br /&gt;
* '''[http://www.mysql.com/ MySQL 4.1.2]''' and higher.&lt;br /&gt;
* The '''magic_quotes_gpc''' option must be disabled.&lt;br /&gt;
* If a security module is installed (such as '''mod_security''' for Apache), it should be able to be configured for specific folders (or disabled).&lt;br /&gt;
* '''mod_rewrite''' for Apache&lt;br /&gt;
* Direct connection to https://www.cheetahwsb.com/ should be able to be established (i.e. connection without requiring proxy authorization). This is required for license verification.&lt;br /&gt;
* '''[http://www.boutell.com/gd/ GD library]''' compiled with '''FreeType''' fonts (for photo processing) or '''[http://imagemagick.org/ ImageMagick]''' as an alternative.&lt;br /&gt;
* '''Sendmail''' or '''Postfix''' programs for sending emails.&lt;br /&gt;
* Ability to create '''[http://www.unixgeeks.org/security/newbie/unix/cron-1.html Cron Jobs]'''.&lt;br /&gt;
* You should be able to run executable files (you would need it for '''ffmpeg.exe''', which converts videos).&lt;br /&gt;
&lt;br /&gt;
== Server Requirements for Media Streaming ==&lt;br /&gt;
&lt;br /&gt;
Some of Cheetah's features (such as Flash Chat, Flash IM, Boards, Video Recorder, Video Comments) require media streaming capabilities. To use those, you need to make sure that the following requirements are met:&lt;br /&gt;
&lt;br /&gt;
* '''VPS''' or '''Dedicated''' server is generally required in order to be able to install and run '''RMS (Ray Media Server)'''. You would need access to the '''root''' or '''administrator''' account on the hosting server.&lt;br /&gt;
* '''[http://www.java.com/en/download/manual.jsp JRE] (Java Runtime Environment) ver. 1.6''' or higher should be installed.&lt;br /&gt;
* Ports '''1935''', '''1936''' and '''5080''' should be open on the server.&lt;br /&gt;
* Allowance of at least 15 KB/sec for media streaming for each user.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
'''''It is a good idea to send the list above to your hosting provider to make sure the server is ready for installation. If all the above requirements are met you are all set to proceed to [https://www.cheetahwsb.com/m/cheetah_docs/chapter/installing-cheetah Cheetah Installation]'''.''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
== Recommended Hosting Providers ==&lt;br /&gt;
&lt;br /&gt;
Over the years we have worked with many different hosting providers, and some of them are very experienced when it comes to managing Cheetah sites. Going for one of our [https://www.cheetahwsb.com/page/hosting Recommended Hosting Providers] is a good idea for both starters and those willing to work with companies that have Cheetah experience. Most of our hosting partners provide automatic Cheetah installation and special discounts for Cheetah users.&lt;br /&gt;
&lt;br /&gt;
== Recommended Server Setup ==&lt;br /&gt;
&lt;br /&gt;
Since Cheetah is a resource-intensive platform, it is very important to &amp;quot;fine-tune&amp;quot; your server. In some cases (for popular sites) you may have to setup clustered servers, and/or a remote database server. Alternative &amp;quot;web-server&amp;quot; software, such as [http://nginx.org/ nginx] may also be beneficial to your site performance. Please refer to [https://www.cheetahwsb.com/m/cheetah_docs/chapter/hosting-server-setup-recommendations Hosting Server Setup Recommendations] for the details on how you can tune-up your server.&lt;/div&gt;</summary>
		<author><name>WikiAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.cheetahwsb.com/index.php?title=Cheetah_System_Requirements&amp;diff=23</id>
		<title>Cheetah System Requirements</title>
		<link rel="alternate" type="text/html" href="https://wiki.cheetahwsb.com/index.php?title=Cheetah_System_Requirements&amp;diff=23"/>
		<updated>2020-12-15T19:27:27Z</updated>

		<summary type="html">&lt;p&gt;WikiAdmin: /* Server Requirements */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Cheetah Hosting(System) Requirements =&lt;br /&gt;
&lt;br /&gt;
A default Cheetah installation works with most common configurations of hosting server, however, since Cheetah is a package with multiple scripts and apps, it is very important to ensure that all of the following requirements are met. Most of the technical problems occur due to improper server setup, so make sure that your hosting provider is Cheetah-compatible.&lt;br /&gt;
&lt;br /&gt;
To help avoid trouble, we gathered a number of [https://www.cheetahwsb.com/page/hosting Recommended Hosting Providers] that have Cheetah-ready accounts and experience with managing accounts that have Cheetah installed. Some of them offer instant installation or even pre-installed Cheetah.&lt;br /&gt;
&lt;br /&gt;
Providing that the server is properly configured, it is possible to run Cheetah on a shared hosting account. We do recommend, however, that you have a VPS or a Dedicated Server for Cheetah.&lt;br /&gt;
&lt;br /&gt;
== Server Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Linux/Unix (Red Hat, Debian, FreeBSD, Mandrake, etc.) or Windows OS&lt;br /&gt;
** '''Note:''' Linux kernel 2.6.32 or higher is needed for ffmpeg.exe&lt;br /&gt;
* Apache v.1.3 and higher or LiteSpeed web server. Other web servers can be used too, but custom rewrite rules are required, we have one for [https://www.cheetahwsb.com/m/cheetah_docs/chapter/how-to-setup-cheetah-on-nginx nginx web server].&lt;br /&gt;
* PHP 5.4.0 or higher. PHP 7 recommended.&amp;lt;br /&amp;gt;&lt;br /&gt;
** PHP-CLI (command line version) should also be installed, and it should be configured the same way and have the same extensions required by Cheetah as the DSO/CGI version.&lt;br /&gt;
* '''register_globals''' must be '''Off'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''safe_mode''' must be '''Off'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''exec()''' (executable files) must be '''allowed'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''short_open_tag''' must be '''On'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''allow_url_fopen''' should be '''On'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''allow_url_include''' should be '''Off'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''open_basedir''' should not have any value&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''upload_max_filesize''' should be '''1024M''' or higher&amp;lt;br /&amp;gt;&lt;br /&gt;
* '''memory_limit''' should be '''256M''' or higher. '''512M''' or higher is '''highly recommended'''.&lt;br /&gt;
* '''curl, gd, mbstring, xsl, json, fileinfo, openssl, zip, ftp, calendar, exif, pdo, and pdo_mysql extensions must be installed'''.&lt;br /&gt;
* '''[http://www.mysql.com/ MySQL 4.1.2]''' and higher.&lt;br /&gt;
* The '''magic_quotes_gpc''' option must be disabled.&lt;br /&gt;
* If a security module is installed (such as '''mod_security''' for Apache), it should be able to be configured for specific folders (or disabled).&lt;br /&gt;
* '''mod_rewrite''' for Apache&lt;br /&gt;
* Direct connection to https://www.cheetahwsb.com/ should be able to be established (i.e. connection without requiring proxy authorization). This is required for license verification.&lt;br /&gt;
* '''[http://www.boutell.com/gd/ GD library]''' compiled with '''FreeType''' fonts (for photo processing) or '''[http://imagemagick.org/ ImageMagick]''' as an alternative.&lt;br /&gt;
* '''Sendmail''' or '''Postfix''' programs for sending emails.&lt;br /&gt;
* Ability to create '''[http://www.unixgeeks.org/security/newbie/unix/cron-1.html Cron Jobs]'''.&lt;br /&gt;
* You should be able to run executable files (you would need it for '''ffmpeg.exe''', which converts videos).&lt;br /&gt;
&lt;br /&gt;
== Server Requirements for Media Streaming ==&lt;br /&gt;
&lt;br /&gt;
Some of Cheetah's features (such as Flash Chat, Flash IM, Boards, Video Recorder, Video Comments) require media streaming capabilities. To use those, you need to make sure that the following requirements are met:&lt;br /&gt;
&lt;br /&gt;
* '''VPS''' or '''Dedicated''' server is generally required in order to be able to install and run '''RMS (Ray Media Server)'''. You would need access to the '''root''' or '''administrator''' account on the hosting server.&lt;br /&gt;
* '''[http://www.java.com/en/download/manual.jsp JRE] (Java Runtime Environment) ver. 1.6''' or higher should be installed.&lt;br /&gt;
* Ports '''1935''', '''1936''' and '''5080''' should be open on the server.&lt;br /&gt;
* Allowance of at least 15 KB/sec for media streaming for each user.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
'''''It is a good idea to send the list above to your hosting provider to make sure the server is ready for installation. If all the above requirements are met you are all set to proceed to [https://www.cheetahwsb.com/m/cheetah_docs/chapter/installing-cheetah Cheetah Installation]'''.''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
== Recommended Hosting Providers ==&lt;br /&gt;
&lt;br /&gt;
Over the years we have worked with many different hosting providers, and some of them are very experienced when it comes to managing Cheetah sites. Going for one of our [https://www.cheetahwsb.com/page/hosting Recommended Hosting Providers] is a good idea for both starters and those willing to work with companies that have Cheetah experience. Most of our hosting partners provide automatic Cheetah installation and special discounts for Cheetah users.&lt;br /&gt;
&lt;br /&gt;
== Recommended Server Setup ==&lt;br /&gt;
&lt;br /&gt;
Since Cheetah is a resource-intensive platform, it is very important to &amp;quot;fine-tune&amp;quot; your server. In some cases (for popular sites) you may have to setup clustered servers, and/or a remote database server. Alternative &amp;quot;web-server&amp;quot; software, such as [http://nginx.org/ nginx] may also be beneficial to your site performance. Please refer to [https://www.cheetahwsb.com/m/cheetah_docs/chapter/hosting-server-setup-recommendations Hosting Server Setup Recommendations] for the details on how you can tune-up your server.&lt;/div&gt;</summary>
		<author><name>WikiAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.cheetahwsb.com/index.php?title=Cheetah_System_Requirements&amp;diff=22</id>
		<title>Cheetah System Requirements</title>
		<link rel="alternate" type="text/html" href="https://wiki.cheetahwsb.com/index.php?title=Cheetah_System_Requirements&amp;diff=22"/>
		<updated>2020-12-15T19:21:01Z</updated>

		<summary type="html">&lt;p&gt;WikiAdmin: /* Server Requirements */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Cheetah Hosting(System) Requirements =&lt;br /&gt;
&lt;br /&gt;
A default Cheetah installation works with most common configurations of hosting server, however, since Cheetah is a package with multiple scripts and apps, it is very important to ensure that all of the following requirements are met. Most of the technical problems occur due to improper server setup, so make sure that your hosting provider is Cheetah-compatible.&lt;br /&gt;
&lt;br /&gt;
To help avoid trouble, we gathered a number of [https://www.cheetahwsb.com/page/hosting Recommended Hosting Providers] that have Cheetah-ready accounts and experience with managing accounts that have Cheetah installed. Some of them offer instant installation or even pre-installed Cheetah.&lt;br /&gt;
&lt;br /&gt;
Providing that the server is properly configured, it is possible to run Cheetah on a shared hosting account. We do recommend, however, that you have a VPS or a Dedicated Server for Cheetah.&lt;br /&gt;
&lt;br /&gt;
== Server Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Linux/Unix (Red Hat, Debian, FreeBSD, Mandrake, etc.) or Windows OS&lt;br /&gt;
** '''Note:''' Linux kernel 2.6.32 or higher is needed for ffmpeg.exe&lt;br /&gt;
* Apache v.1.3 and higher or LiteSpeed web server. Other web servers can be used too, but custom rewrite rules are required, we have one for [https://www.cheetahwsb.com/m/cheetah_docs/chapter/how-to-setup-cheetah-on-nginx nginx web server].&lt;br /&gt;
* PHP 5.4.0 or higher. PHP 7 recommended.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
** PHP-CLI (command line version) should also be installed, and it should be configured the same way and have the same extensions required by Cheetah as the DSO/CGI version.&lt;br /&gt;
* '''register_globals''' must be '''Off'''&amp;lt;br /&amp;gt;&lt;br /&gt;
'''safe_mode''' must be '''Off'''&amp;lt;br /&amp;gt;&lt;br /&gt;
'''exec()''' (executable files) must be '''allowed'''&amp;lt;br /&amp;gt;&lt;br /&gt;
'''short_open_tag''' must be '''On'''&amp;lt;br /&amp;gt;&lt;br /&gt;
'''allow_url_fopen''' should be '''On'''&amp;lt;br /&amp;gt;&lt;br /&gt;
'''allow_url_include''' should be '''Off'''&amp;lt;br /&amp;gt;&lt;br /&gt;
'''open_basedir''' should not have any value&amp;lt;br /&amp;gt;&lt;br /&gt;
'''upload_max_filesize''' should be '''1024M''' or higher&amp;lt;br /&amp;gt;&lt;br /&gt;
'''memory_limit''' should be '''256M''' or higher. '''512M''' or higher is '''highly recommended'''.&lt;br /&gt;
* '''''mbstring''''', '''''mysql''''', '''''curl''''', '''''gd''''', '''''xsl''''', '''''json''''', '''''zip''''', '''''ftp''''', '''''openssl''''' ,'''''fileinfo''''' and '''''exif.'''''&lt;br /&gt;
* '''[http://www.mysql.com/ MySQL 4.1.2]''' and higher.&lt;br /&gt;
* The '''magic_quotes_gpc''' option must be disabled.&lt;br /&gt;
* If a security module is installed (such as '''mod_security''' for Apache), it should be able to be configured for specific folders (or disabled).&lt;br /&gt;
* '''mod_rewrite''' for Apache&lt;br /&gt;
* Direct connection to https://www.cheetahwsb.com/ should be able to be established (i.e. connection without requiring proxy authorization). This is required for license verification.&lt;br /&gt;
* '''[http://www.boutell.com/gd/ GD library]''' compiled with '''FreeType''' fonts (for photo processing) or '''[http://imagemagick.org/ ImageMagick]''' as an alternative.&lt;br /&gt;
* '''Sendmail''' or '''Postfix''' programs for sending emails.&lt;br /&gt;
* Ability to create '''[http://www.unixgeeks.org/security/newbie/unix/cron-1.html Cron Jobs]'''.&lt;br /&gt;
* You should be able to run executable files (you would need it for '''ffmpeg.exe''', which converts videos).&lt;br /&gt;
&lt;br /&gt;
== Server Requirements for Media Streaming ==&lt;br /&gt;
&lt;br /&gt;
Some of Cheetah's features (such as Flash Chat, Flash IM, Boards, Video Recorder, Video Comments) require media streaming capabilities. To use those, you need to make sure that the following requirements are met:&lt;br /&gt;
&lt;br /&gt;
* '''VPS''' or '''Dedicated''' server is generally required in order to be able to install and run '''RMS (Ray Media Server)'''. You would need access to the '''root''' or '''administrator''' account on the hosting server.&lt;br /&gt;
* '''[http://www.java.com/en/download/manual.jsp JRE] (Java Runtime Environment) ver. 1.6''' or higher should be installed.&lt;br /&gt;
* Ports '''1935''', '''1936''' and '''5080''' should be open on the server.&lt;br /&gt;
* Allowance of at least 15 KB/sec for media streaming for each user.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
'''''It is a good idea to send the list above to your hosting provider to make sure the server is ready for installation. If all the above requirements are met you are all set to proceed to [https://www.cheetahwsb.com/m/cheetah_docs/chapter/installing-cheetah Cheetah Installation]'''.''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
== Recommended Hosting Providers ==&lt;br /&gt;
&lt;br /&gt;
Over the years we have worked with many different hosting providers, and some of them are very experienced when it comes to managing Cheetah sites. Going for one of our [https://www.cheetahwsb.com/page/hosting Recommended Hosting Providers] is a good idea for both starters and those willing to work with companies that have Cheetah experience. Most of our hosting partners provide automatic Cheetah installation and special discounts for Cheetah users.&lt;br /&gt;
&lt;br /&gt;
== Recommended Server Setup ==&lt;br /&gt;
&lt;br /&gt;
Since Cheetah is a resource-intensive platform, it is very important to &amp;quot;fine-tune&amp;quot; your server. In some cases (for popular sites) you may have to setup clustered servers, and/or a remote database server. Alternative &amp;quot;web-server&amp;quot; software, such as [http://nginx.org/ nginx] may also be beneficial to your site performance. Please refer to [https://www.cheetahwsb.com/m/cheetah_docs/chapter/hosting-server-setup-recommendations Hosting Server Setup Recommendations] for the details on how you can tune-up your server.&lt;/div&gt;</summary>
		<author><name>WikiAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.cheetahwsb.com/index.php?title=Cheetah_System_Requirements&amp;diff=21</id>
		<title>Cheetah System Requirements</title>
		<link rel="alternate" type="text/html" href="https://wiki.cheetahwsb.com/index.php?title=Cheetah_System_Requirements&amp;diff=21"/>
		<updated>2020-12-15T19:13:40Z</updated>

		<summary type="html">&lt;p&gt;WikiAdmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Cheetah Hosting(System) Requirements =&lt;br /&gt;
&lt;br /&gt;
A default Cheetah installation works with most common configurations of hosting server, however, since Cheetah is a package with multiple scripts and apps, it is very important to ensure that all of the following requirements are met. Most of the technical problems occur due to improper server setup, so make sure that your hosting provider is Cheetah-compatible.&lt;br /&gt;
&lt;br /&gt;
To help avoid trouble, we gathered a number of [https://www.cheetahwsb.com/page/hosting Recommended Hosting Providers] that have Cheetah-ready accounts and experience with managing accounts that have Cheetah installed. Some of them offer instant installation or even pre-installed Cheetah.&lt;br /&gt;
&lt;br /&gt;
Providing that the server is properly configured, it is possible to run Cheetah on a shared hosting account. We do recommend, however, that you have a VPS or a Dedicated Server for Cheetah.&lt;br /&gt;
&lt;br /&gt;
== Server Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Linux/Unix (Red Hat, Debian, FreeBSD, Mandrake, etc.) or Windows OS&lt;br /&gt;
** '''Note:''' Linux kernel 2.6.32 or higher is needed for ffmpeg.exe&lt;br /&gt;
* Apache v.1.3 and higher or LiteSpeed web server. Other web servers can be used too, but custom rewrite rules are required, we have one for [https://www.cheetahwsb.com/m/cheetah_docs/chapter/how-to-setup-cheetah-on-nginx nginx web server].&lt;br /&gt;
* PHP 5.4.0 or higher. PHP 7 recommended.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
** PHP-CLI (command line version) should also be installed, and it should be configured the same way and have the same extensions required by Cheetah as the DSO/CGI version.&lt;br /&gt;
* '''register_globals''' must be '''Off'''&amp;lt;br /&amp;gt;&lt;br /&gt;
'''safe_mode''' must be '''Off'''&amp;lt;br /&amp;gt;&lt;br /&gt;
'''exec()''' (executable files) must be '''allowed'''&amp;lt;br /&amp;gt;&lt;br /&gt;
'''short_open_tag''' must be '''On'''&amp;lt;br /&amp;gt;&lt;br /&gt;
'''allow_url_fopen''' should be '''On'''&amp;lt;br /&amp;gt;&lt;br /&gt;
'''allow_url_include''' should be '''Off'''&amp;lt;br /&amp;gt;&lt;br /&gt;
'''open_basedir''' should not have any value&amp;lt;br /&amp;gt;&lt;br /&gt;
'''upload_max_filesize''' should be '''1024M''' or higher&amp;lt;br /&amp;gt;&lt;br /&gt;
'''memory_limit''' should be '''256M''' or higher. '''512M''' or higher is '''highly recommended'''.&lt;br /&gt;
* '''''mbstring''''', '''''mysql''''', '''''curl''''', '''''gd''''', '''''xsl''''', '''''json''''', '''''zip''''', '''''ftp''''', '''''openssl''''' ,'''''fileinfo''''' and '''''exif.'''''&lt;br /&gt;
* '''[http://www.mysql.com/ MySQL 4.1.2]''' and higher.&lt;br /&gt;
* The '''magic_quotes_gpc''' option must be disabled.&lt;br /&gt;
* If a security module is installed (such as '''mod_security''' for Apache), it should be able to be configured for specific folders (or disabled).&lt;br /&gt;
* '''mod_rewrite''' for Apache&lt;br /&gt;
* Direct connection to cheetah.deanbassett.com should be able to be established (i.e. connection without requiring proxy authorization). This is required for license verification.&lt;br /&gt;
* '''[http://www.boutell.com/gd/ GD library]''' compiled with '''FreeType''' fonts (for photo processing) or '''[http://imagemagick.org/ ImageMagick]''' as an alternative.&lt;br /&gt;
* '''Sendmail''' or '''Postfix''' programs for sending emails.&lt;br /&gt;
* Ability to create '''[http://www.unixgeeks.org/security/newbie/unix/cron-1.html Cron Jobs]'''.&lt;br /&gt;
* You should be able to run executable files (you would need it for '''ffmpeg.exe''', which converts videos).&lt;br /&gt;
&lt;br /&gt;
== Server Requirements for Media Streaming ==&lt;br /&gt;
&lt;br /&gt;
Some of Cheetah's features (such as Flash Chat, Flash IM, Boards, Video Recorder, Video Comments) require media streaming capabilities. To use those, you need to make sure that the following requirements are met:&lt;br /&gt;
&lt;br /&gt;
* '''VPS''' or '''Dedicated''' server is generally required in order to be able to install and run '''RMS (Ray Media Server)'''. You would need access to the '''root''' or '''administrator''' account on the hosting server.&lt;br /&gt;
* '''[http://www.java.com/en/download/manual.jsp JRE] (Java Runtime Environment) ver. 1.6''' or higher should be installed.&lt;br /&gt;
* Ports '''1935''', '''1936''' and '''5080''' should be open on the server.&lt;br /&gt;
* Allowance of at least 15 KB/sec for media streaming for each user.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
'''''It is a good idea to send the list above to your hosting provider to make sure the server is ready for installation. If all the above requirements are met you are all set to proceed to [https://www.cheetahwsb.com/m/cheetah_docs/chapter/installing-cheetah Cheetah Installation]'''.''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
== Recommended Hosting Providers ==&lt;br /&gt;
&lt;br /&gt;
Over the years we have worked with many different hosting providers, and some of them are very experienced when it comes to managing Cheetah sites. Going for one of our [https://www.cheetahwsb.com/page/hosting Recommended Hosting Providers] is a good idea for both starters and those willing to work with companies that have Cheetah experience. Most of our hosting partners provide automatic Cheetah installation and special discounts for Cheetah users.&lt;br /&gt;
&lt;br /&gt;
== Recommended Server Setup ==&lt;br /&gt;
&lt;br /&gt;
Since Cheetah is a resource-intensive platform, it is very important to &amp;quot;fine-tune&amp;quot; your server. In some cases (for popular sites) you may have to setup clustered servers, and/or a remote database server. Alternative &amp;quot;web-server&amp;quot; software, such as [http://nginx.org/ nginx] may also be beneficial to your site performance. Please refer to [https://www.cheetahwsb.com/m/cheetah_docs/chapter/hosting-server-setup-recommendations Hosting Server Setup Recommendations] for the details on how you can tune-up your server.&lt;/div&gt;</summary>
		<author><name>WikiAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.cheetahwsb.com/index.php?title=Cheetah_System_Requirements&amp;diff=20</id>
		<title>Cheetah System Requirements</title>
		<link rel="alternate" type="text/html" href="https://wiki.cheetahwsb.com/index.php?title=Cheetah_System_Requirements&amp;diff=20"/>
		<updated>2020-12-15T19:09:46Z</updated>

		<summary type="html">&lt;p&gt;WikiAdmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Cheetah Hosting(System) Requirements =&lt;br /&gt;
&lt;br /&gt;
A default Cheetah installation works with most common configurations of hosting server, however, since Cheetah is a package with multiple scripts and apps, it is very important to ensure that all of the following requirements are met. Most of the technical problems occur due to improper server setup, so make sure that your hosting provider is Cheetah-compatible.&lt;br /&gt;
&lt;br /&gt;
To help avoid trouble, we gathered a number of [https://www.cheetahwsb.com/page/hosting Recommended Hosting Providers] that have Cheetah-ready accounts and experience with managing accounts that have Cheetah installed. Some of them offer instant installation or even pre-installed Cheetah.&lt;br /&gt;
&lt;br /&gt;
Providing that the server is properly configured, it is possible to run Cheetah on a shared hosting account. We do recommend, however, that you have a VPS or a Dedicated Server for Cheetah.&lt;br /&gt;
&lt;br /&gt;
== Server Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Linux/Unix (Red Hat, Debian, FreeBSD, Mandrake, etc.) or Windows OS&lt;br /&gt;
** '''Note:''' Linux kernel 2.6.32 or higher is needed for ffmpeg.exe&lt;br /&gt;
* Apache v.1.3 and higher or LiteSpeed web server. Other web servers can be used too, but custom rewrite rules are required, we have one for [[m/cheetah_docs/chapter/how-to-setup-cheetah-on-nginx|nginx web server]].&lt;br /&gt;
* PHP 5.4.0 or higher. PHP 7 recommended.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
** PHP-CLI (command line version) should also be installed, and it should be configured the same way and have the same extensions required by Cheetah as the DSO/CGI version.&lt;br /&gt;
* '''register_globals''' must be '''Off'''&amp;lt;br /&amp;gt;&lt;br /&gt;
'''safe_mode''' must be '''Off'''&amp;lt;br /&amp;gt;&lt;br /&gt;
'''exec()''' (executable files) must be '''allowed'''&amp;lt;br /&amp;gt;&lt;br /&gt;
'''short_open_tag''' must be '''On'''&amp;lt;br /&amp;gt;&lt;br /&gt;
'''allow_url_fopen''' should be '''On'''&amp;lt;br /&amp;gt;&lt;br /&gt;
'''allow_url_include''' should be '''Off'''&amp;lt;br /&amp;gt;&lt;br /&gt;
'''open_basedir''' should not have any value&amp;lt;br /&amp;gt;&lt;br /&gt;
'''upload_max_filesize''' should be '''1024M''' or higher&amp;lt;br /&amp;gt;&lt;br /&gt;
'''memory_limit''' should be '''256M''' or higher. '''512M''' or higher is '''highly recommended'''.&lt;br /&gt;
* '''''mbstring''''', '''''mysql''''', '''''curl''''', '''''gd''''', '''''xsl''''', '''''json''''', '''''zip''''', '''''ftp''''', '''''openssl''''' ,'''''fileinfo''''' and '''''exif.'''''&lt;br /&gt;
* '''[http://www.mysql.com/ MySQL 4.1.2]''' and higher.&lt;br /&gt;
* The '''magic_quotes_gpc''' option must be disabled.&lt;br /&gt;
* If a security module is installed (such as '''mod_security''' for Apache), it should be able to be configured for specific folders (or disabled).&lt;br /&gt;
* '''mod_rewrite''' for Apache&lt;br /&gt;
* Direct connection to cheetah.deanbassett.com should be able to be established (i.e. connection without requiring proxy authorization). This is required for license verification.&lt;br /&gt;
* '''[http://www.boutell.com/gd/ GD library]''' compiled with '''FreeType''' fonts (for photo processing) or '''[http://imagemagick.org/ ImageMagick]''' as an alternative.&lt;br /&gt;
* '''Sendmail''' or '''Postfix''' programs for sending emails.&lt;br /&gt;
* Ability to create '''[http://www.unixgeeks.org/security/newbie/unix/cron-1.html Cron Jobs]'''.&lt;br /&gt;
* You should be able to run executable files (you would need it for '''ffmpeg.exe''', which converts videos).&lt;br /&gt;
&lt;br /&gt;
== Server Requirements for Media Streaming ==&lt;br /&gt;
&lt;br /&gt;
Some of Cheetah's features (such as Flash Chat, Flash IM, Boards, Video Recorder, Video Comments) require media streaming capabilities. To use those, you need to make sure that the following requirements are met:&lt;br /&gt;
&lt;br /&gt;
* '''VPS''' or '''Dedicated''' server is generally required in order to be able to install and run '''RMS (Ray Media Server)'''. You would need access to the '''root''' or '''administrator''' account on the hosting server.&lt;br /&gt;
* '''[http://www.java.com/en/download/manual.jsp JRE] (Java Runtime Environment) ver. 1.6''' or higher should be installed.&lt;br /&gt;
* Ports '''1935''', '''1936''' and '''5080''' should be open on the server.&lt;br /&gt;
* Allowance of at least 15 KB/sec for media streaming for each user.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
'''''It is a good idea to send the list above to your hosting provider to make sure the server is ready for installation. If all the above requirements are met you are all set to proceed to [[m/cheetah_docs/chapter/installing-cheetah|Cheetah Installation]]'''.''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
== Recommended Hosting Providers ==&lt;br /&gt;
&lt;br /&gt;
Over the years we have worked with many different hosting providers, and some of them are very experienced when it comes to managing Cheetah sites. Going for one of our '''[[page/hosting|Recommended Hosting Providers]]''' is a good idea for both starters and those willing to work with companies that have Cheetah experience. Most of our hosting partners provide automatic Cheetah installation and special discounts for Cheetah users.&lt;br /&gt;
&lt;br /&gt;
== Recommended Server Setup ==&lt;br /&gt;
&lt;br /&gt;
Since Cheetah is a resource-intensive platform, it is very important to &amp;quot;fine-tune&amp;quot; your server. In some cases (for popular sites) you may have to setup clustered servers, and/or a remote database server. Alternative &amp;quot;web-server&amp;quot; software, such as '''[http://nginx.org/ nginx]''' may also be beneficial to your site performance. Please refer to [[m/cheetah_docs/chapter/hosting-server-setup-recommendations|Hosting Server Setup Recommendations]] for the details on how you can tune-up your server.&lt;/div&gt;</summary>
		<author><name>WikiAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.cheetahwsb.com/index.php?title=Cheetah_System_Requirements&amp;diff=19</id>
		<title>Cheetah System Requirements</title>
		<link rel="alternate" type="text/html" href="https://wiki.cheetahwsb.com/index.php?title=Cheetah_System_Requirements&amp;diff=19"/>
		<updated>2020-12-15T19:08:05Z</updated>

		<summary type="html">&lt;p&gt;WikiAdmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Cheetah Hosting(System) Requirements =&lt;br /&gt;
&lt;br /&gt;
A default Cheetah installation works with most common configurations of hosting server, however, since Cheetah is a package with multiple scripts and apps, it is very important to ensure that all of the following requirements are met. Most of the technical problems occur due to improper server setup, so make sure that your hosting provider is Cheetah-compatible.&lt;br /&gt;
&lt;br /&gt;
To help avoid trouble, we gathered a number of '''[[https://www.cheetahwsb.com/page/hosting|Recommended Hosting Providers]]''' that have Cheetah-ready accounts and experience with managing accounts that have Cheetah installed. Some of them offer instant installation or even pre-installed Cheetah.&lt;br /&gt;
&lt;br /&gt;
Providing that the server is properly configured, it is possible to run Cheetah on a shared hosting account. We do recommend, however, that you have a VPS or a Dedicated Server for Cheetah.&lt;br /&gt;
&lt;br /&gt;
== Server Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Linux/Unix (Red Hat, Debian, FreeBSD, Mandrake, etc.) or Windows OS&lt;br /&gt;
** '''Note:''' Linux kernel 2.6.32 or higher is needed for ffmpeg.exe&lt;br /&gt;
* Apache v.1.3 and higher or LiteSpeed web server. Other web servers can be used too, but custom rewrite rules are required, we have one for [[m/cheetah_docs/chapter/how-to-setup-cheetah-on-nginx|nginx web server]].&lt;br /&gt;
* PHP 5.4.0 or higher. PHP 7 recommended.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
** PHP-CLI (command line version) should also be installed, and it should be configured the same way and have the same extensions required by Cheetah as the DSO/CGI version.&lt;br /&gt;
* '''register_globals''' must be '''Off'''&amp;lt;br /&amp;gt;&lt;br /&gt;
'''safe_mode''' must be '''Off'''&amp;lt;br /&amp;gt;&lt;br /&gt;
'''exec()''' (executable files) must be '''allowed'''&amp;lt;br /&amp;gt;&lt;br /&gt;
'''short_open_tag''' must be '''On'''&amp;lt;br /&amp;gt;&lt;br /&gt;
'''allow_url_fopen''' should be '''On'''&amp;lt;br /&amp;gt;&lt;br /&gt;
'''allow_url_include''' should be '''Off'''&amp;lt;br /&amp;gt;&lt;br /&gt;
'''open_basedir''' should not have any value&amp;lt;br /&amp;gt;&lt;br /&gt;
'''upload_max_filesize''' should be '''1024M''' or higher&amp;lt;br /&amp;gt;&lt;br /&gt;
'''memory_limit''' should be '''256M''' or higher. '''512M''' or higher is '''highly recommended'''.&lt;br /&gt;
* '''''mbstring''''', '''''mysql''''', '''''curl''''', '''''gd''''', '''''xsl''''', '''''json''''', '''''zip''''', '''''ftp''''', '''''openssl''''' ,'''''fileinfo''''' and '''''exif.'''''&lt;br /&gt;
* '''[http://www.mysql.com/ MySQL 4.1.2]''' and higher.&lt;br /&gt;
* The '''magic_quotes_gpc''' option must be disabled.&lt;br /&gt;
* If a security module is installed (such as '''mod_security''' for Apache), it should be able to be configured for specific folders (or disabled).&lt;br /&gt;
* '''mod_rewrite''' for Apache&lt;br /&gt;
* Direct connection to cheetah.deanbassett.com should be able to be established (i.e. connection without requiring proxy authorization). This is required for license verification.&lt;br /&gt;
* '''[http://www.boutell.com/gd/ GD library]''' compiled with '''FreeType''' fonts (for photo processing) or '''[http://imagemagick.org/ ImageMagick]''' as an alternative.&lt;br /&gt;
* '''Sendmail''' or '''Postfix''' programs for sending emails.&lt;br /&gt;
* Ability to create '''[http://www.unixgeeks.org/security/newbie/unix/cron-1.html Cron Jobs]'''.&lt;br /&gt;
* You should be able to run executable files (you would need it for '''ffmpeg.exe''', which converts videos).&lt;br /&gt;
&lt;br /&gt;
== Server Requirements for Media Streaming ==&lt;br /&gt;
&lt;br /&gt;
Some of Cheetah's features (such as Flash Chat, Flash IM, Boards, Video Recorder, Video Comments) require media streaming capabilities. To use those, you need to make sure that the following requirements are met:&lt;br /&gt;
&lt;br /&gt;
* '''VPS''' or '''Dedicated''' server is generally required in order to be able to install and run '''RMS (Ray Media Server)'''. You would need access to the '''root''' or '''administrator''' account on the hosting server.&lt;br /&gt;
* '''[http://www.java.com/en/download/manual.jsp JRE] (Java Runtime Environment) ver. 1.6''' or higher should be installed.&lt;br /&gt;
* Ports '''1935''', '''1936''' and '''5080''' should be open on the server.&lt;br /&gt;
* Allowance of at least 15 KB/sec for media streaming for each user.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
'''''It is a good idea to send the list above to your hosting provider to make sure the server is ready for installation. If all the above requirements are met you are all set to proceed to [[m/cheetah_docs/chapter/installing-cheetah|Cheetah Installation]]'''.''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
== Recommended Hosting Providers ==&lt;br /&gt;
&lt;br /&gt;
Over the years we have worked with many different hosting providers, and some of them are very experienced when it comes to managing Cheetah sites. Going for one of our '''[[page/hosting|Recommended Hosting Providers]]''' is a good idea for both starters and those willing to work with companies that have Cheetah experience. Most of our hosting partners provide automatic Cheetah installation and special discounts for Cheetah users.&lt;br /&gt;
&lt;br /&gt;
== Recommended Server Setup ==&lt;br /&gt;
&lt;br /&gt;
Since Cheetah is a resource-intensive platform, it is very important to &amp;quot;fine-tune&amp;quot; your server. In some cases (for popular sites) you may have to setup clustered servers, and/or a remote database server. Alternative &amp;quot;web-server&amp;quot; software, such as '''[http://nginx.org/ nginx]''' may also be beneficial to your site performance. Please refer to [[m/cheetah_docs/chapter/hosting-server-setup-recommendations|Hosting Server Setup Recommendations]] for the details on how you can tune-up your server.&lt;/div&gt;</summary>
		<author><name>WikiAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.cheetahwsb.com/index.php?title=Cheetah_System_Requirements&amp;diff=18</id>
		<title>Cheetah System Requirements</title>
		<link rel="alternate" type="text/html" href="https://wiki.cheetahwsb.com/index.php?title=Cheetah_System_Requirements&amp;diff=18"/>
		<updated>2020-12-15T19:06:55Z</updated>

		<summary type="html">&lt;p&gt;WikiAdmin: Created page with &amp;quot;= Cheetah Hosting(System) Requirements =  A default Cheetah installation works with most common configurations of hosting server, however, since Cheetah is a package with mult...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Cheetah Hosting(System) Requirements =&lt;br /&gt;
&lt;br /&gt;
A default Cheetah installation works with most common configurations of hosting server, however, since Cheetah is a package with multiple scripts and apps, it is very important to ensure that all of the following requirements are met. Most of the technical problems occur due to improper server setup, so make sure that your hosting provider is Cheetah-compatible.&lt;br /&gt;
&lt;br /&gt;
To help avoid trouble, we gathered a number of '''[[page/hosting|Recommended Hosting Providers]]''' that have Cheetah-ready accounts and experience with managing accounts that have Cheetah installed. Some of them offer instant installation or even pre-installed Cheetah.&lt;br /&gt;
&lt;br /&gt;
Providing that the server is properly configured, it is possible to run Cheetah on a shared hosting account. We do recommend, however, that you have a VPS or a Dedicated Server for Cheetah.&lt;br /&gt;
&lt;br /&gt;
== Server Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Linux/Unix (Red Hat, Debian, FreeBSD, Mandrake, etc.) or Windows OS&lt;br /&gt;
** '''Note:''' Linux kernel 2.6.32 or higher is needed for ffmpeg.exe&lt;br /&gt;
* Apache v.1.3 and higher or LiteSpeed web server. Other web servers can be used too, but custom rewrite rules are required, we have one for [[m/cheetah_docs/chapter/how-to-setup-cheetah-on-nginx|nginx web server]].&lt;br /&gt;
* PHP 5.4.0 or higher. PHP 7 recommended.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
** PHP-CLI (command line version) should also be installed, and it should be configured the same way and have the same extensions required by Cheetah as the DSO/CGI version.&lt;br /&gt;
* '''register_globals''' must be '''Off'''&amp;lt;br /&amp;gt;&lt;br /&gt;
'''safe_mode''' must be '''Off'''&amp;lt;br /&amp;gt;&lt;br /&gt;
'''exec()''' (executable files) must be '''allowed'''&amp;lt;br /&amp;gt;&lt;br /&gt;
'''short_open_tag''' must be '''On'''&amp;lt;br /&amp;gt;&lt;br /&gt;
'''allow_url_fopen''' should be '''On'''&amp;lt;br /&amp;gt;&lt;br /&gt;
'''allow_url_include''' should be '''Off'''&amp;lt;br /&amp;gt;&lt;br /&gt;
'''open_basedir''' should not have any value&amp;lt;br /&amp;gt;&lt;br /&gt;
'''upload_max_filesize''' should be '''1024M''' or higher&amp;lt;br /&amp;gt;&lt;br /&gt;
'''memory_limit''' should be '''256M''' or higher. '''512M''' or higher is '''highly recommended'''.&lt;br /&gt;
* '''''mbstring''''', '''''mysql''''', '''''curl''''', '''''gd''''', '''''xsl''''', '''''json''''', '''''zip''''', '''''ftp''''', '''''openssl''''' ,'''''fileinfo''''' and '''''exif.'''''&lt;br /&gt;
* '''[http://www.mysql.com/ MySQL 4.1.2]''' and higher.&lt;br /&gt;
* The '''magic_quotes_gpc''' option must be disabled.&lt;br /&gt;
* If a security module is installed (such as '''mod_security''' for Apache), it should be able to be configured for specific folders (or disabled).&lt;br /&gt;
* '''mod_rewrite''' for Apache&lt;br /&gt;
* Direct connection to cheetah.deanbassett.com should be able to be established (i.e. connection without requiring proxy authorization). This is required for license verification.&lt;br /&gt;
* '''[http://www.boutell.com/gd/ GD library]''' compiled with '''FreeType''' fonts (for photo processing) or '''[http://imagemagick.org/ ImageMagick]''' as an alternative.&lt;br /&gt;
* '''Sendmail''' or '''Postfix''' programs for sending emails.&lt;br /&gt;
* Ability to create '''[http://www.unixgeeks.org/security/newbie/unix/cron-1.html Cron Jobs]'''.&lt;br /&gt;
* You should be able to run executable files (you would need it for '''ffmpeg.exe''', which converts videos).&lt;br /&gt;
&lt;br /&gt;
== Server Requirements for Media Streaming ==&lt;br /&gt;
&lt;br /&gt;
Some of Cheetah's features (such as Flash Chat, Flash IM, Boards, Video Recorder, Video Comments) require media streaming capabilities. To use those, you need to make sure that the following requirements are met:&lt;br /&gt;
&lt;br /&gt;
* '''VPS''' or '''Dedicated''' server is generally required in order to be able to install and run '''RMS (Ray Media Server)'''. You would need access to the '''root''' or '''administrator''' account on the hosting server.&lt;br /&gt;
* '''[http://www.java.com/en/download/manual.jsp JRE] (Java Runtime Environment) ver. 1.6''' or higher should be installed.&lt;br /&gt;
* Ports '''1935''', '''1936''' and '''5080''' should be open on the server.&lt;br /&gt;
* Allowance of at least 15 KB/sec for media streaming for each user.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
'''''It is a good idea to send the list above to your hosting provider to make sure the server is ready for installation. If all the above requirements are met you are all set to proceed to [[m/cheetah_docs/chapter/installing-cheetah|Cheetah Installation]]'''.''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
== Recommended Hosting Providers ==&lt;br /&gt;
&lt;br /&gt;
Over the years we have worked with many different hosting providers, and some of them are very experienced when it comes to managing Cheetah sites. Going for one of our '''[[page/hosting|Recommended Hosting Providers]]''' is a good idea for both starters and those willing to work with companies that have Cheetah experience. Most of our hosting partners provide automatic Cheetah installation and special discounts for Cheetah users.&lt;br /&gt;
&lt;br /&gt;
== Recommended Server Setup ==&lt;br /&gt;
&lt;br /&gt;
Since Cheetah is a resource-intensive platform, it is very important to &amp;quot;fine-tune&amp;quot; your server. In some cases (for popular sites) you may have to setup clustered servers, and/or a remote database server. Alternative &amp;quot;web-server&amp;quot; software, such as '''[http://nginx.org/ nginx]''' may also be beneficial to your site performance. Please refer to [[m/cheetah_docs/chapter/hosting-server-setup-recommendations|Hosting Server Setup Recommendations]] for the details on how you can tune-up your server.&lt;/div&gt;</summary>
		<author><name>WikiAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.cheetahwsb.com/index.php?title=Mobile_Apps&amp;diff=17</id>
		<title>Mobile Apps</title>
		<link rel="alternate" type="text/html" href="https://wiki.cheetahwsb.com/index.php?title=Mobile_Apps&amp;diff=17"/>
		<updated>2020-12-15T19:05:47Z</updated>

		<summary type="html">&lt;p&gt;WikiAdmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Mobile Apps =&lt;br /&gt;
&lt;br /&gt;
Mobile apps are not available for Cheetah.&lt;br /&gt;
&lt;br /&gt;
I do not have the needed hardware or software to develop mobile apps. I am leaving mobile app development up to 3'rd party developers.&lt;br /&gt;
&lt;br /&gt;
I will be concentrating on making cheetah display well within the default mobile web browsers. The current version has a responsive template. I will later be adding special mobile page builders to allow site administrators to control how the page looks on mobile devices.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
I will be relying on newer technologies such as Progressive Web Apps. Using this it will be possible to install a icon on most phones in the app drawer. That icon when tapped will open the site in a way that looks like a normal mobile app.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
The Cheetah website already has A2HS support. So going to this website on a mobile phone in a supported browser such as Firefox, Chrome or Samsung Browser will show a icon to the right of the URL that will allow you to add a button to your phones home screen. But most people don't launch apps from the home screen, so further work needs to be done to allow the icon to be installed to the app drawer like all other apps do.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
When i get done with Cheetah, a mobile app will not be required.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>WikiAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.cheetahwsb.com/index.php?title=Introduction_(Beginners_Guide)&amp;diff=16</id>
		<title>Introduction (Beginners Guide)</title>
		<link rel="alternate" type="text/html" href="https://wiki.cheetahwsb.com/index.php?title=Introduction_(Beginners_Guide)&amp;diff=16"/>
		<updated>2020-12-15T19:04:20Z</updated>

		<summary type="html">&lt;p&gt;WikiAdmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div id=&amp;quot;wikipage&amp;quot; class=&amp;quot;trac-content&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Beginner's Guide to Cheetah =&lt;br /&gt;
&lt;br /&gt;
== What is Cheetah? ==&lt;br /&gt;
&lt;br /&gt;
Cheetah is a large [https://en.wikipedia.org/wiki/Felidae cat] of the subfamily [https://en.wikipedia.org/wiki/Felinae Felinae] and a web-software platform that you can download and use to build your own niche social network, community site, online club or an interest-based social website. Cheetah is designed to be simple, easy to use and customize. One doesn't have to be a programmer or web-designer to operate a Cheetah-powered website. Some understanding of web-servers, web-development, site administration, etc, would be beneficial, however.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
Cheetah is an independent, self-hosted solution. This means that once you setup your site - you own it, you take care of it, you reap what you sow. This is a huge benefit, especially if you ever plan to turn your site into a profitable business, but this may imply certain level of involvement on your part. You need to update the software periodically, moderate content of your site regularly and pay for web-hosting.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
Cheetah comes packed with [[features|&amp;lt;span class=&amp;quot;icon&amp;quot;&amp;gt;lots&amp;lt;/span&amp;gt; of modules and thousands of features]]. It is always a good idea to &amp;quot;activate&amp;quot; only those features that are absolutely needed for implementation of your idea. Turning everything on may result in a cluttered interface, increased server load and diluted focus of your site visitors. You can extend Cheetah functionality even further by using modules, plugins, templates and language packs from [[m/market/|Cheetah Market]].&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
Cheetah is an &amp;quot;open source&amp;quot; platform, which means that you can modify it to suit your specific needs. Any modification, however, may complicate future version upgrades, so think ahead.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Cheetah Market ==&lt;br /&gt;
&lt;br /&gt;
[[m/market/|Cheetah Market]] is a community of independent developers, designers and other professionals offering Cheetah extensions for sale or for free download. Extensions include full modules, plugins, modifications, design templates, language packs, graphics packs, etc. Providers of products and services on Cheetah Market are called Vendors. Vendors are not affiliated with Cheetah and accept payments directly.&lt;br /&gt;
&lt;br /&gt;
== Cheetah Forums ==&lt;br /&gt;
&lt;br /&gt;
[[forums/|Cheetah Forums]] is the singe best place to learn more about Cheetah, connect with fellow web-masters and get inspired. As a &amp;quot;community venue&amp;quot; forums may have opinionated, incorrect or misleading material - so read more, ask more and make your own judgements. Forums is also also the best place to ask for technical and general support.&lt;br /&gt;
&lt;br /&gt;
== Support ==&lt;br /&gt;
&lt;br /&gt;
I am primarily focused on development, so i leave support up to the community. I expect web-masters to read documentation, ask questions at [[forum/|Forums]], find tech-savvy partners, hire developers, make their own mistakes and learn from them. We participate in [[forum/|Forums]], and maintain an open development repository where your can [https://github.com/CheetahWSB/Cheetah track development and bug fixing progress].&lt;br /&gt;
&lt;br /&gt;
== Preparation ==&lt;br /&gt;
&lt;br /&gt;
Once you have decided that you are ready to run your own Cheetah-based community site and decided on which web-hosting to use, you may proceed to the fun part - choosing a name for your site. It's a good idea to think about it before site installation, because you would need to have a registered domain name to register a license, order a hosting account and install Cheetah. (Advanced users may get away with an IP, but that's too much hassle). So, pick a name and register your own domain name (use [https://www.namecheap.com/ namecheap.com] or &amp;quot;domain registrar&amp;quot; of your choice). With domain name you can proceed to license registration, hosting account ordering and, finally, Cheetah installation.&lt;br /&gt;
&lt;br /&gt;
== Getting A License ==&lt;br /&gt;
&lt;br /&gt;
Cheetah can be used free of charge as a &amp;quot;trial&amp;quot; for unlimited period of time. Trial version is not feature-limited, but it requires display of Cheetah references, that are already built-in into Cheetah. You can buy a paid license to remove those links and present the site as 100% yours. Read more at [[m/license_server/licenses/|Cheetah Licenses]].&lt;br /&gt;
&lt;br /&gt;
== Choosing Web Hosting ==&lt;br /&gt;
&lt;br /&gt;
Cheetah is a web software, which means that it is meant to be installed on a web-server (a computer connected to Internet and serving web-site pages to remote visitors). It is possible to install Cheetah on your local computer and run your site &amp;quot;from home&amp;quot;, but this is highly ineffective. In most cases, you would need to find a hosting provider.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
Not any hosting is OK. Make sure that the [[m/cheetah_docs/chapter/cheetah-system-requirements|Hosting Requirements]] are met by your hosting. Just copy and send these to the hosting pre-sale support before paying. We offer a list of [[page/hosting|Recommended Hosting Providers]] for Cheetah.&lt;br /&gt;
&lt;br /&gt;
== Cheetah Installation ==&lt;br /&gt;
&lt;br /&gt;
There are a few ways to get Cheetah-based site &amp;quot;up and running&amp;quot;. Perhaps the easiest way is to order hosting from one of our [[hosting|Recommended Hosting Providers]] - they all know Cheetah very well and offer an easy &amp;quot;Cheetah auto-installation&amp;quot;. In most cases you can get Cheetah pre-installed on your new hosting account or you can &amp;quot;auto-install&amp;quot; it in a matter of seconds. Hosting providers offer instructions and support for installing Cheetah. Note, that you still need to buy a license to remove Cheetah links.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
Alternatively, your may [[paymentprovider/payment#download|Download Trial Version]] and install it yourself. This way you can use any &amp;quot;[[trac/cheetah/wiki/DolTech|compatible]]&amp;quot; hosting provider or [[trac/cheetah/wiki/HostingServerSetupRecommendations|setup your own server]]. This is a bit more complicated, but may be a great learning experience! Once you have downloaded Cheetah, you can proceed to Installation.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
Installation, per se, is not complicated, and only takes about 15-20 minutes to complete. It is, however, very important to install Cheetah correctly and on the right hosting environment. Over 80% of all technical problems arise due to incorrect installation, so make sure to get it right and save yourself a lot of time. Follow [[trac/cheetah/wiki/DetailedInstall|Cheetah Installation Guide]] carefully and attentively - this is the best investment you can make in your Cheetah web-master career!&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
Once the installation is complete, you can login as a site admin and start playing! This is only the beginning - ahead you have customization, localization, modification and administration fun. Cheetah Admin Panel will meet you with a &amp;quot;Getting Started&amp;quot; guide to navigate you to what needs to be done first. Enjoy!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>WikiAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.cheetahwsb.com/index.php?title=Introduction_(Beginners_Guide)&amp;diff=15</id>
		<title>Introduction (Beginners Guide)</title>
		<link rel="alternate" type="text/html" href="https://wiki.cheetahwsb.com/index.php?title=Introduction_(Beginners_Guide)&amp;diff=15"/>
		<updated>2020-12-15T18:52:10Z</updated>

		<summary type="html">&lt;p&gt;WikiAdmin: Created page with &amp;quot;&amp;lt;div id=&amp;quot;chapter_content_cont&amp;quot; class=&amp;quot;dbContent ch-def-bc-margin&amp;quot;&amp;gt;  &amp;lt;div id=&amp;quot;wikipage&amp;quot; class=&amp;quot;trac-content&amp;quot;&amp;gt;  = Beginner's Guide to Cheetah =  == What is Cheetah? ==  Cheetah...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div id=&amp;quot;chapter_content_cont&amp;quot; class=&amp;quot;dbContent ch-def-bc-margin&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;wikipage&amp;quot; class=&amp;quot;trac-content&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Beginner's Guide to Cheetah =&lt;br /&gt;
&lt;br /&gt;
== What is Cheetah? ==&lt;br /&gt;
&lt;br /&gt;
Cheetah is a large [https://en.wikipedia.org/wiki/Felidae cat] of the subfamily [https://en.wikipedia.org/wiki/Felinae Felinae] and a web-software platform that you can download and use to build your own niche social network, community site, online club or an interest-based social website. Cheetah is designed to be simple, easy to use and customize. One doesn't have to be a programmer or web-designer to operate a Cheetah-powered website. Some understanding of web-servers, web-development, site administration, etc, would be beneficial, however.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
Cheetah is an independent, self-hosted solution. This means that once you setup your site - you own it, you take care of it, you reap what you sow. This is a huge benefit, especially if you ever plan to turn your site into a profitable business, but this may imply certain level of involvement on your part. You need to update the software periodically, moderate content of your site regularly and pay for web-hosting.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
Cheetah comes packed with [https://www.cheetahwsb.com/features &amp;lt;span class=&amp;quot;icon&amp;quot;&amp;gt;lots&amp;lt;/span&amp;gt; of modules and thousands of features]. It is always a good idea to &amp;quot;activate&amp;quot; only those features that are absolutely needed for implementation of your idea. Turning everything on may result in a cluttered interface, increased server load and diluted focus of your site visitors. You can extend Cheetah functionality even further by using modules, plugins, templates and language packs from [https://www.cheetahwsb.com/m/market/ Cheetah Market].&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
Cheetah is an &amp;quot;open source&amp;quot; platform, which means that you can modify it to suit your specific needs. Any modification, however, may complicate future version upgrades, so think ahead.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Cheetah Market ==&lt;br /&gt;
&lt;br /&gt;
[https://www.cheetahwsb.com/m/market/ Cheetah Market] is a community of independent developers, designers and other professionals offering Cheetah extensions for sale or for free download. Extensions include full modules, plugins, modifications, design templates, language packs, graphics packs, etc. Providers of products and services on Cheetah Market are called Vendors. Vendors are not affiliated with Cheetah and accept payments directly.&lt;br /&gt;
&lt;br /&gt;
== Cheetah Forums ==&lt;br /&gt;
&lt;br /&gt;
[https://www.cheetahwsb.com/forums/ Cheetah Forums] is the singe best place to learn more about Cheetah, connect with fellow web-masters and get inspired. As a &amp;quot;community venue&amp;quot; forums may have opinionated, incorrect or misleading material - so read more, ask more and make your own judgements. Forums is also also the best place to ask for technical and general support.&lt;br /&gt;
&lt;br /&gt;
== Support ==&lt;br /&gt;
&lt;br /&gt;
I am primarily focused on development, so i leave support up to the community. I expect web-masters to read documentation, ask questions at [https://www.cheetahwsb.com/forum/ Forums], find tech-savvy partners, hire developers, make their own mistakes and learn from them. We participate in [https://www.cheetahwsb.com/forum/ Forums], and maintain an open development repository where your can [https://github.com/CheetahWSB/Cheetah track development and bug fixing progress].&lt;br /&gt;
&lt;br /&gt;
== Preparation ==&lt;br /&gt;
&lt;br /&gt;
Once you have decided that you are ready to run your own Cheetah-based community site and decided on which web-hosting to use, you may proceed to the fun part - choosing a name for your site. It's a good idea to think about it before site installation, because you would need to have a registered domain name to register a license, order a hosting account and install Cheetah. (Advanced users may get away with an IP, but that's too much hassle). So, pick a name and register your own domain name (use [https://www.namecheap.com/ namecheap.com] or &amp;quot;domain registrar&amp;quot; of your choice). With domain name you can proceed to license registration, hosting account ordering and, finally, Cheetah installation.&lt;br /&gt;
&lt;br /&gt;
== Getting A License ==&lt;br /&gt;
&lt;br /&gt;
Cheetah can be used free of charge as a &amp;quot;trial&amp;quot; for unlimited period of time. Trial version is not feature-limited, but it requires display of Cheetah references, that are already built-in into Cheetah. You can buy a paid license to remove those links and present the site as 100% yours. Read more at [https://www.cheetahwsb.com/m/license_server/licenses/ Cheetah Licenses].&lt;br /&gt;
&lt;br /&gt;
== Choosing Web Hosting ==&lt;br /&gt;
&lt;br /&gt;
Cheetah is a web software, which means that it is meant to be installed on a web-server (a computer connected to Internet and serving web-site pages to remote visitors). It is possible to install Cheetah on your local computer and run your site &amp;quot;from home&amp;quot;, but this is highly ineffective. In most cases, you would need to find a hosting provider.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
Not any hosting is OK. Make sure that the [https://www.cheetahwsb.com/m/cheetah_docs/chapter/cheetah-system-requirements Hosting Requirements] are met by your hosting. Just copy and send these to the hosting pre-sale support before paying. We offer a list of [https://www.cheetahwsb.com/page/hosting Recommended Hosting Providers] for Cheetah.&lt;br /&gt;
&lt;br /&gt;
== Cheetah Installation ==&lt;br /&gt;
&lt;br /&gt;
There are a few ways to get Cheetah-based site &amp;quot;up and running&amp;quot;. Perhaps the easiest way is to order hosting from one of our [https://www.cheetahwsb.com/hosting Recommended Hosting Providers] - they all know Cheetah very well and offer an easy &amp;quot;Cheetah auto-installation&amp;quot;. In most cases you can get Cheetah pre-installed on your new hosting account or you can &amp;quot;auto-install&amp;quot; it in a matter of seconds. Hosting providers offer instructions and support for installing Cheetah. Note, that you still need to buy a license to remove Cheetah links.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
Alternatively, your may [https://www.cheetahwsb.com/paymentprovider/payment#download Download Trial Version] and install it yourself. This way you can use any &amp;quot;[https://www.cheetahwsb.com/trac/cheetah/wiki/DolTech compatible]&amp;quot; hosting provider or [https://www.cheetahwsb.com/trac/cheetah/wiki/HostingServerSetupRecommendations setup your own server]. This is a bit more complicated, but may be a great learning experience! Once you have downloaded Cheetah, you can proceed to Installation.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
Installation, per se, is not complicated, and only takes about 15-20 minutes to complete. It is, however, very important to install Cheetah correctly and on the right hosting environment. Over 80% of all technical problems arise due to incorrect installation, so make sure to get it right and save yourself a lot of time. Follow [https://www.cheetahwsb.com/trac/cheetah/wiki/DetailedInstall Cheetah Installation Guide] carefully and attentively - this is the best investment you can make in your Cheetah web-master career!&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
Once the installation is complete, you can login as a site admin and start playing! This is only the beginning - ahead you have customization, localization, modification and administration fun. Cheetah Admin Panel will meet you with a &amp;quot;Getting Started&amp;quot; guide to navigate you to what needs to be done first. Enjoy!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>WikiAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.cheetahwsb.com/index.php?title=Mobile_Apps&amp;diff=14</id>
		<title>Mobile Apps</title>
		<link rel="alternate" type="text/html" href="https://wiki.cheetahwsb.com/index.php?title=Mobile_Apps&amp;diff=14"/>
		<updated>2020-12-15T17:40:32Z</updated>

		<summary type="html">&lt;p&gt;WikiAdmin: /* Mobile Apps */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Mobile Apps=&lt;br /&gt;
&lt;br /&gt;
Mobile apps are not available for Cheetah.&lt;br /&gt;
&lt;br /&gt;
I do not have the needed hardware or software to develop mobile apps. I am leaving mobile app development up to 3'rd party developers.&lt;br /&gt;
&lt;br /&gt;
I will be concentrating on making cheetah display well within the default mobile web browsers. The current version has a responsive template. I will later be adding special mobile page builders to allow site administrators to control how the page looks on mobile devices.&lt;br /&gt;
&lt;br /&gt;
I will be relying on newer technologies such as Progressive Web Apps. Using this it will be possible to install a icon on most phones in the app drawer. That icon when tapped will open the site in a way that looks like a normal mobile app.&lt;br /&gt;
&lt;br /&gt;
The [https://www.cheetahwsb.com/ Cheetah website] already has A2HS support. So going to this website on a mobile phone in a supported browser such as Firefox, Chrome or Samsung Browser will show a icon to the right of the URL that will allow you to add a button to your phones home screen. But most people don't launch apps from the home screen, so further work needs to be done to allow the icon to be installed to the app drawer like all other apps do.&lt;br /&gt;
&lt;br /&gt;
When i get done with Cheetah, a mobile app will not be required.&lt;/div&gt;</summary>
		<author><name>WikiAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.cheetahwsb.com/index.php?title=Mobile_Apps&amp;diff=13</id>
		<title>Mobile Apps</title>
		<link rel="alternate" type="text/html" href="https://wiki.cheetahwsb.com/index.php?title=Mobile_Apps&amp;diff=13"/>
		<updated>2020-12-15T17:39:17Z</updated>

		<summary type="html">&lt;p&gt;WikiAdmin: Created page with &amp;quot;=Mobile Apps=  Mobile apps are not available for Cheetah.  I do not have the needed hardware or software to develop mobile apps. I am leaving mobile app development up to 3'rd...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Mobile Apps=&lt;br /&gt;
&lt;br /&gt;
Mobile apps are not available for Cheetah.&lt;br /&gt;
&lt;br /&gt;
I do not have the needed hardware or software to develop mobile apps. I am leaving mobile app development up to 3'rd party developers.&lt;br /&gt;
&lt;br /&gt;
I will be concentrating on making cheetah display well within the default mobile web browsers. The current version has a responsive template. I will later be adding special mobile page builders to allow site administrators to control how the page looks on mobile devices.&lt;br /&gt;
&lt;br /&gt;
I will be relying on newer technologies such as Progressive Web Apps. Using this it will be possible to install a icon on most phones in the app drawer. That icon when tapped will open the site in a way that looks like a normal mobile app.&lt;br /&gt;
&lt;br /&gt;
The Cheetah website already has A2HS support. So going to this website on a mobile phone in a supported browser such as Firefox, Chrome or Samsung Browser will show a icon to the right of the URL that will allow you to add a button to your phones home screen. But most people don't launch apps from the home screen, so further work needs to be done to allow the icon to be installed to the app drawer like all other apps do.&lt;br /&gt;
&lt;br /&gt;
When i get done with Cheetah, a mobile app will not be required.&lt;/div&gt;</summary>
		<author><name>WikiAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.cheetahwsb.com/index.php?title=Main_Page&amp;diff=12</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.cheetahwsb.com/index.php?title=Main_Page&amp;diff=12"/>
		<updated>2020-12-15T17:37:51Z</updated>

		<summary type="html">&lt;p&gt;WikiAdmin: /* Table of Contents */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;strong&amp;gt;Cheetah Documentation&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This is the documentation wiki for the Cheetah website builder.&lt;br /&gt;
&lt;br /&gt;
The Cheetah Community Website Builder, aka CheetahWSB is a derivative of Dolphin version 7.4.2 by Boonex [https://www.boonex.com/ https://www.boonex.com/].&lt;br /&gt;
&lt;br /&gt;
Boonex [https://www.boonex.com/ https://www.boonex.com/] has announced it will end support of Dolphin by the end of December 2023.&lt;br /&gt;
&lt;br /&gt;
There are many Dolphin fans that do not like their new product. I created Cheetah to continue where Dolphin has left off.&lt;br /&gt;
&lt;br /&gt;
== Table of Contents ==&lt;br /&gt;
[[Introduction (Beginners Guide)]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Mobile Apps]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Cheetah System Requirements]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Hosting Server Setup Recommendations]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Installing Cheetah]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Cheetah Detailed Install Guide]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Cheetah Troubleshooter]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[How to setup Cheetah on Nginx]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Tweaking Spam Filters]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Using Language Keys]]&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>WikiAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.cheetahwsb.com/index.php?title=Main_Page&amp;diff=11</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.cheetahwsb.com/index.php?title=Main_Page&amp;diff=11"/>
		<updated>2020-12-15T17:36:16Z</updated>

		<summary type="html">&lt;p&gt;WikiAdmin: /* Table of Contents */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;strong&amp;gt;Cheetah Documentation&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This is the documentation wiki for the Cheetah website builder.&lt;br /&gt;
&lt;br /&gt;
The Cheetah Community Website Builder, aka CheetahWSB is a derivative of Dolphin version 7.4.2 by Boonex [https://www.boonex.com/ https://www.boonex.com/].&lt;br /&gt;
&lt;br /&gt;
Boonex [https://www.boonex.com/ https://www.boonex.com/] has announced it will end support of Dolphin by the end of December 2023.&lt;br /&gt;
&lt;br /&gt;
There are many Dolphin fans that do not like their new product. I created Cheetah to continue where Dolphin has left off.&lt;br /&gt;
&lt;br /&gt;
== Table of Contents ==&lt;br /&gt;
[[Mobile Apps]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Cheetah System Requirements]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Hosting Server Setup Recommendations]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Installing Cheetah]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Cheetah Detailed Install Guide]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Cheetah Troubleshooter]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[How to setup Cheetah on Nginx]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Tweaking Spam Filters]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Using Language Keys]]&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>WikiAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.cheetahwsb.com/index.php?title=Main_Page&amp;diff=10</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.cheetahwsb.com/index.php?title=Main_Page&amp;diff=10"/>
		<updated>2020-12-15T17:31:25Z</updated>

		<summary type="html">&lt;p&gt;WikiAdmin: /* Table of Contents */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;strong&amp;gt;Cheetah Documentation&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This is the documentation wiki for the Cheetah website builder.&lt;br /&gt;
&lt;br /&gt;
The Cheetah Community Website Builder, aka CheetahWSB is a derivative of Dolphin version 7.4.2 by Boonex [https://www.boonex.com/ https://www.boonex.com/].&lt;br /&gt;
&lt;br /&gt;
Boonex [https://www.boonex.com/ https://www.boonex.com/] has announced it will end support of Dolphin by the end of December 2023.&lt;br /&gt;
&lt;br /&gt;
There are many Dolphin fans that do not like their new product. I created Cheetah to continue where Dolphin has left off.&lt;br /&gt;
&lt;br /&gt;
== Table of Contents ==&lt;br /&gt;
[[Mobile Apps]]&lt;br /&gt;
[[Cheetah System Requirements]]&lt;br /&gt;
[[Hosting Server Setup Recommendations]]&lt;br /&gt;
[[Installing Cheetah]]&lt;br /&gt;
[[Cheetah Detailed Install Guide]]&lt;br /&gt;
[[Cheetah Troubleshooter]]&lt;br /&gt;
[[How to setup Cheetah on Nginx]]&lt;br /&gt;
[[Tweaking Spam Filters]]&lt;br /&gt;
[[Using Language Keys]]&lt;/div&gt;</summary>
		<author><name>WikiAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.cheetahwsb.com/index.php?title=Main_Page&amp;diff=9</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.cheetahwsb.com/index.php?title=Main_Page&amp;diff=9"/>
		<updated>2020-12-15T17:29:08Z</updated>

		<summary type="html">&lt;p&gt;WikiAdmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;strong&amp;gt;Cheetah Documentation&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This is the documentation wiki for the Cheetah website builder.&lt;br /&gt;
&lt;br /&gt;
The Cheetah Community Website Builder, aka CheetahWSB is a derivative of Dolphin version 7.4.2 by Boonex [https://www.boonex.com/ https://www.boonex.com/].&lt;br /&gt;
&lt;br /&gt;
Boonex [https://www.boonex.com/ https://www.boonex.com/] has announced it will end support of Dolphin by the end of December 2023.&lt;br /&gt;
&lt;br /&gt;
There are many Dolphin fans that do not like their new product. I created Cheetah to continue where Dolphin has left off.&lt;br /&gt;
&lt;br /&gt;
== Table of Contents ==&lt;br /&gt;
Mobile Apps&lt;br /&gt;
Cheetah System Requirements&lt;br /&gt;
Hosting Server Setup Recommendations&lt;br /&gt;
Installing Cheetah&lt;br /&gt;
Cheetah Detailed Install Guide&lt;br /&gt;
Cheetah Troubleshooter&lt;br /&gt;
How to setup Cheetah on Nginx&lt;br /&gt;
Tweaking Spam Filters&lt;br /&gt;
Using Language Keys&lt;/div&gt;</summary>
		<author><name>WikiAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.cheetahwsb.com/index.php?title=Main_Page&amp;diff=8</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.cheetahwsb.com/index.php?title=Main_Page&amp;diff=8"/>
		<updated>2020-12-15T17:27:28Z</updated>

		<summary type="html">&lt;p&gt;WikiAdmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;strong&amp;gt;Cheetah Documentation&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This is the documentation wiki for the Cheetah website builder.&lt;br /&gt;
&lt;br /&gt;
The Cheetah Community Website Builder, aka CheetahWSB is a derivative of Dolphin version 7.4.2 by Boonex [https://www.boonex.com/ https://www.boonex.com/].&lt;br /&gt;
&lt;br /&gt;
Boonex [https://www.boonex.com/ https://www.boonex.com/] has announced it will end support of Dolphin by the end of December 2023.&lt;br /&gt;
&lt;br /&gt;
There are many Dolphin fans that do not like their new product. I created Cheetah to continue where Dolphin has left off.&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]&lt;/div&gt;</summary>
		<author><name>WikiAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.cheetahwsb.com/index.php?title=Main_Page&amp;diff=7</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.cheetahwsb.com/index.php?title=Main_Page&amp;diff=7"/>
		<updated>2020-12-15T17:19:25Z</updated>

		<summary type="html">&lt;p&gt;WikiAdmin: Reverted edits by WikiAdmin (talk) to last revision by MediaWiki default&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;strong&amp;gt;MediaWiki has been installed.&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]&lt;/div&gt;</summary>
		<author><name>WikiAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.cheetahwsb.com/index.php?title=Main_Page&amp;diff=6</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.cheetahwsb.com/index.php?title=Main_Page&amp;diff=6"/>
		<updated>2020-12-15T17:17:01Z</updated>

		<summary type="html">&lt;p&gt;WikiAdmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;strong&amp;gt;Table of Contents&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]&lt;/div&gt;</summary>
		<author><name>WikiAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.cheetahwsb.com/index.php?title=MediaWiki:Sidebar&amp;diff=5</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="https://wiki.cheetahwsb.com/index.php?title=MediaWiki:Sidebar&amp;diff=5"/>
		<updated>2020-12-15T16:06:47Z</updated>

		<summary type="html">&lt;p&gt;WikiAdmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
* navigation&lt;br /&gt;
** mainpage|mainpage-description&lt;br /&gt;
** recentchanges-url|recentchanges&lt;br /&gt;
** randompage-url|randompage&lt;br /&gt;
** helppage|help-mediawiki&lt;br /&gt;
* SEARCH&lt;br /&gt;
* TOOLBOX&lt;br /&gt;
* LANGUAGES&lt;/div&gt;</summary>
		<author><name>WikiAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.cheetahwsb.com/index.php?title=MediaWiki:Sidebar&amp;diff=4</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="https://wiki.cheetahwsb.com/index.php?title=MediaWiki:Sidebar&amp;diff=4"/>
		<updated>2020-12-15T16:05:35Z</updated>

		<summary type="html">&lt;p&gt;WikiAdmin: Created page with &amp;quot; * navigation ** mainpage|mainpage-description ** recentchanges-url|recentchanges ** randompage-url|randompage ** helppage|help-mediawiki * SEARCH * LANGUAGES&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
* navigation&lt;br /&gt;
** mainpage|mainpage-description&lt;br /&gt;
** recentchanges-url|recentchanges&lt;br /&gt;
** randompage-url|randompage&lt;br /&gt;
** helppage|help-mediawiki&lt;br /&gt;
* SEARCH&lt;br /&gt;
* LANGUAGES&lt;/div&gt;</summary>
		<author><name>WikiAdmin</name></author>
	</entry>
</feed>