https://github.com/slicewow/webspell_ng
webSPELL NG is a fork of webSPELL NOR which will be updated from time to time
https://github.com/slicewow/webspell_ng
clan cms content-management-system fork free organisation organization webspell webspell-cms webspell-nor
Last synced: 3 months ago
JSON representation
webSPELL NG is a fork of webSPELL NOR which will be updated from time to time
- Host: GitHub
- URL: https://github.com/slicewow/webspell_ng
- Owner: SlicewOw
- License: gpl-3.0
- Created: 2019-08-28T13:43:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-16T17:40:00.000Z (almost 4 years ago)
- Last Synced: 2025-02-07T07:43:17.685Z (8 months ago)
- Topics: clan, cms, content-management-system, fork, free, organisation, organization, webspell, webspell-cms, webspell-nor
- Language: PHP
- Homepage: https://demo.webspell-ng.de
- Size: 6.75 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: license.txt
Awesome Lists containing this project
README
```
/ / /
-----------__---/__---__------__----__---/---/-
| /| / /___) / ) (_ ` / ) /___) / /
_|/_|/__(___ _(___/_(__)___/___/_(___ _/___/___
Free Content / Management System
/
```
Copyright 2005-2015 by webSPELL.org visit webSPELL.org to get webSPELL for free
* Script runs under the GNU GENERAL PUBLIC LICENSE
* It's NOT allowed to remove this copyright-tag
* http://www.fsf.or/licensing/licenses/gpl.htmlCode based on webSPELL Clanpackage (Michael Gruber - webSPELL.at),
Far Development by Development Team - webSPELL.orgwebSPELL is a free Content Management System (CMS), which is available for free at www.webSPELL.org. The following information should should help you getting started and will give you a first impression of the functionality.
webSPELL NextGeneration is a fork of webSPELL NOR.
### 1. License
webSPELL is published under GNU General Public License (GPL). It guarantees the free usage, modification and distribution of the webSPELL script withing the rules of the GPL.
You are able to find additional information about license at http://www.webSPELL.org/?site=license### 2. Installation
1. Requirements
2. Upload webSPELL to your webspace
3. Setting the correct file/folder rights
4. Do the webSPELL install
5. Cleaning up1. Requirements
* Webspace with PHP and mySQL support (PHP >= 5.3, MySQL >= 4.1)
* (g)unzip/tar to extract the downloaded webSPELL release
* A FTP program to upload the webSPELL files to your webspace - we recommend SmartFTP2. Upload webSPELL to your webspace
* Start your above downloaded FTP programm
* Connect with this FTP program to your webspace FTP server (you will get the access data for this from your webhoster)
* Upload ALL the extracted webSPELL files and folders to your webspace3. Setting the correct file/folder rights
webSPELL needs special access rights on some files and folders. You are able to set this rights with the FTP
program. For doing this make a right click in the FTP program on the desired files or folders, look for
Properties/CHMOD (might be named different according to the used ftp program) and click it. There you have to set the permissions for all following files and folders to 777:* static/demos/
* static/downloads/
* images/articles-pics
* images/avatars
* images/banner
* images/bannerrotation
* images/clanwar-screens
* images/flags
* images/gallery/large
* images/gallery/thumb
* images/games
* images/icons/ranks
* images/links
* images/linkus
* images/news-pics
* images/news-rubrics
* images/partners
* images/smileys
* images/sponsors
* images/squadicons
* images/userpics
* _mysql.php
* _stylesheet.css
* tmp/4. Do the webSPELL install
* Open your webbrowser
* Enter the path to the webSPELL install folder http://[hostnameofyouwebspace]/install (substitute [hostnameofyouwebspace] with the correct domain name (and maybe additional path name if you uploaded webSPELL to some sub-folder) where you have uploaded webSPELL.
* Follow the installation steps and enter the correct data5. Cleaning up
* Reset the access rights of _mysql.php back to 644 with the FTP program
* Delete the complete install/ folder from your webspace with the FTP programNow your webSPELL Page is ready.
### 3. Related links
http://github.com/SlicewOw/webSPELL_NG
Official webSPELL NG GitHub Repo (code, issues, wiki)