Skip to content

Layout based on tibia.com, supports new 10x and 12x versions.

Notifications You must be signed in to change notification settings

igordelecrode/gesior-aac

 
 

Repository files navigation

Gesior-AAC

Requirements:

How to install:

  • Clone the Gesior-ACC From GitHub.
  • change the permission for write in /cache.
sudo chmod -R 777 /cache

Tips and Tricks:

  • This website have some security implements, here you can use apache2 to apply them.
  • run these commands to maximize your security.
sudo a2enmod headers
sudo a2enmod rewrite 
  • on ubuntu 16.06 or 14.04 go to apache folder and edit your config.
  • run:
sudo vim /etc/apache2/apache2.conf 

and search for something like this:

<Directory PATH_TO_YOUR_WEBSITE>
        Options Indexes FollowSymLinks
        AllowOverride All
        Require all granted         
</Directory>
  • and add something like this /\

PHP NEEDS THAT FOLLOWING

sudo apt-get install php5-gd
sudo apt-get install php5-curl

Make sure curl is enabled in the php.ini file. For me it's in /etc/php5/apache2/php.ini, if you can't find it, this line might be in /etc/php5/conf.d/curl.ini. Make sure the line : extension=curl.so

now restart apache.:

sudo /etc/init.d/apache2 restart

or

sudo service apache2 restart

About

Layout based on tibia.com, supports new 10x and 12x versions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 90.7%
  • JavaScript 4.7%
  • CSS 3.0%
  • TSQL 1.5%
  • Hack 0.1%