[Release] AionCMS 3.1.0

Newbie Spellweaver
Joined
Nov 12, 2008
Messages
36
Reaction score
19
can anyone help me on this please

Code:
DROP TABLE IF EXISTS `account_data`;
CREATE TABLE `account_data`  (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(45) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
  `password` varchar(65) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
  `activated` tinyint(1) NOT NULL DEFAULT 1,
  `access_level` tinyint(3) NOT NULL DEFAULT 0,
  `membership` tinyint(3) NOT NULL DEFAULT 0,
  `old_membership` tinyint(3) NOT NULL DEFAULT 0,
  `last_server` tinyint(3) NOT NULL DEFAULT -1,
  `last_ip` varchar(20) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL,
  `last_mac` varchar(20) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'xx-xx-xx-xx-xx-xx',
  `ip_force` varchar(20) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL,
  `expire` date NULL DEFAULT NULL,
  `toll` bigint(13) NOT NULL DEFAULT 0,
  `email` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL,
  `question` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL,
  `answer` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL,
  `balance` float NULL DEFAULT NULL,
  `return_account` tinyint(1) NOT NULL DEFAULT 0,
  `return_end` timestamp(0) NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP(0),
  `reward_points` int(11) NOT NULL,
  `donate_points` int(11) NOT NULL,
  `created_at` datetime(0) NOT NULL,
  `remember_token` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
  `hash` varchar(25) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL,
  `confirmed` varchar(65) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL,
  `vip_level` tinyint(255) NULL DEFAULT NULL,
  `vip_effects` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL,
  `vip_time` datetime(0) NULL DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP(0),
  PRIMARY KEY (`id`) USING BTREE,
  UNIQUE INDEX `name`(`name`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 5892 CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Compact;
 
Junior Spellweaver
Joined
Jul 29, 2007
Messages
134
Reaction score
301
@Emari Ignore him. He purchased the CMS back when it was not being publicly offered. He gave access to other people to his web server and leaked the cms. That's why I decided to release this older version of the cms for free. :
 
Newbie Spellweaver
Joined
Nov 16, 2016
Messages
37
Reaction score
3
how to fix this issue?
It will display 404 not found when I access to
page/connect... ranking and other page





Ok this's fixed. I forgot to add website's module.
 
Newbie Spellweaver
Joined
Oct 10, 2019
Messages
91
Reaction score
11
Can you share again the sql file so I can create account?
 
Initiate Mage
Joined
Sep 9, 2019
Messages
3
Reaction score
1
how to fix this issue?
It will display 404 not found when I access to
page/connect... ranking and other page





Ok this's fixed. I forgot to add website's module.

How did u fix it? what do you mean to add websites module

---- Fixed----

Adding main files and sub folders files from the modules folder to the website_modules table fix it.
 
Last edited:
Newbie Spellweaver
Joined
Apr 9, 2016
Messages
72
Reaction score
22
.htaccess
AddDefaultCharset utf-8
php_value memory_limit 250M
IndexIgnore */*
RewriteEngine on
RewriteRule ^page/([a-zA-Z0-9\_/]+)/?$ index.php?request=$1
RewriteRule ^legion/(.*)/?$ legion.php?request=profile/legion/$1
RewriteRule ^legionemblem/([0-9]+).dds$ api/legionEmblem.php?key=WJaddps23DZM&legionid=$1
 
Newbie Spellweaver
Joined
Jan 10, 2006
Messages
31
Reaction score
2
put this here in aioncms
https://mega.nz/#!ix1jBQaZ!BIigwZ6OwVvp4KG0kwCIB5-7dPx8PvTvfpuUE9887KA

and this one you put in is lottry + icons webshop fix
https://mega.nz/#!79tnSaQS!KBh5Dx8xxR6ZfB0eEDuIRcxL1_fPfJOnwo8OfKNfO1I

Links off!
 
Banned
Banned
Joined
May 26, 2020
Messages
235
Reaction score
100
Is somebody who could install this script?
On my server doesn't work with that .htaccess
I have jus a white page, no errors, nothing. Just in browser "ERR_TOO_MANY_REDIRECTS"
 
Newbie Spellweaver
Joined
Feb 12, 2020
Messages
33
Reaction score
5
Is somebody who could install this script?On my server doesn't work with that .htaccessI have jus a white page, no errors, nothing. Just in browser "ERR_TOO_MANY_REDIRECTS"
Write to Lautaro's discord, he's very kind for help