Git Product home page Git Product logo

darkcore-cms's People

Contributors

alexandre433 avatar areguera avatar laashaa avatar mmltools avatar projectcoredevs avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

darkcore-cms's Issues

Page not found

First of all, I want to say that this does look quite beautiful.
Although i have a small problem:
After installing, whenever i try to call any page i get the error:
The requested URL /index was not found on this server.
I tried it both with IIS on Windows Server 2016 aswell as on a LAMP-Machine. Any Ideas? :/

auth sql problem.

I tried to run the auth sql file, and it gave a nasty error. I fixed this by add ( and ) in the proper places:

ALTER TABLE account
ADD (donator TINYINT(4) NOT NULL DEFAULT '0',
rank INT(32) NULL DEFAULT NULL,
staff_id INT(32) NULL DEFAULT NULL,
vp VARCHAR(50) NULL DEFAULT '0',
dp VARCHAR(50) NULL DEFAULT '0',
isactive INT(32) NULL DEFAULT NULL,
activation VARCHAR(255) NULL DEFAULT NULL,
VipLevel TINYINT(4) NOT NULL DEFAULT '0',
total_votes INT(11) NOT NULL DEFAULT '0',
country VARCHAR(255) NULL DEFAULT NULL,
age VARCHAR(255) NULL DEFAULT NULL,
foundus VARCHAR(255) NULL DEFAULT NULL,
avatar VARCHAR(255) NOT NULL DEFAULT 'images/avatars/darksoke.png',
CustomRank VARCHAR(50) NOT NULL DEFAULT 'Member');

I am using sqlyog...

TODO List

This list will be updated once in a while, if I have time or not

TODO List:

  • Update syntax for better understanding
  • Update the footer
  • Update header
  • Update index
  • Administration Panel
  • Extended Armory
  • Update built-in forum module

Rewrite Issue in .htaccess?

I've got the website installed but instead of redirecting to index.php?page=, all links are to index?page= which produces a 404 Not Found.

Additionally, when I try to import DarkCore-CMS-AuthBase.sql to my auth db, I get the following:
/* SQL Error (1064): You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'INT(32) NULL DEFAULT NULL, staff_id INT(32) NULL DEFAULT NULL, vp VARCHAR(50' at line 6 */
I don't understand SQL well enough to fix this. I can, however, create the tables manually if necessary.

Parse error: syntax error, unexpected T_ENCAPSED

Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home//**/engine/config/global.php on line 39

Apache Version 2.2.31
PHP Version 5.3.29

Note the website is adapted for 12 Game Master ranks

Note the website is adapted for 12 Game Master ranks - What means that?

We have only 6 ranks; Rank 0 - player, Rank 1 - elite vip, Rank 2 - premium vip, Rank 3 - gm, Rank 4 - admin, Rank 5 - owner.

Should I do more 6 ranks to use this CMS?

Nginx Server Rewrite for that CMS

You should make an example for dummies.

server {
	listen 80 default_server;
	listen [::]:80 default_server;
	
	root /var/www/html;
	
	server_name _;
	
	charset utf-8;
	
	error_page 404 /error;
	
	location / {
		if (!-e $request_uri){
			rewrite ^/([^\.]+)$ /$1.php break;
		}
		if ($http_host ~* "^www\.(.+)$"){
			rewrite ^(.*)$ http://%1$request_uri redirect;
		}
		if ($request_uri ~ "-d"){
			return 403;
		}
		if ($request_uri ~ "-f"){
			return 403;
		}
	}
	location ~ \.tpl$ {
		deny all;
	}
	location ~.*\.(bak|config|dist|fla|inc|ini|log|psd|sh|sql|swp)\$ {
		deny all;
	}

	location ~ \.php$ {
		fastcgi_pass   127.0.0.1:9000;
		fastcgi_index  index.php;
		fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
		include /etc/nginx/fastcgi_params;
	}

	location ~ /\.ht {
		deny  all;
	}
}

Trinitycore CMS 6.x

Hello! Very good cms respect :)
trinitycore cms be expected 6.x?

Ingame new login table bnetaccount and register here with Email + pass

Develop again?

Hello I wanted to ask whether it will continue to develop? I could be a tester.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.