[RevCMS] Random Fixes

Legion

Gaming Lord
Staff member
Nov 23, 2011
1,801
669
  1. "Unknown column 'seckey' in 'field list"
Execute this into the Database:
Code:
ALTER TABLE `users` ADD `seckey` VARCHAR(999)


  1. White Character
Set Default Character in Config.php to
Code:
hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100
  1. Accounts Per IP
If you want more Users per IP, Open app/class.users, Just change the value of 1 at the end.
Code:
if($engine->num_rows("SELECT * FROM users WHERE ip_reg = '" . $_SERVER['REMOTE_ADDR'] . "'") == 1)
  1. Ban Fix
Open app/Class.core.php replace
Code:
if($k == 'balist')
with
Code:
if($k == 'banlist')


Note:
This tutorial was mainly for new users to RevCMS or people who need help with RevCMS.
Liked this? Like it below :)
 

TheJoshy

PlusHost.org -> GOGOGO
Jul 4, 2010
287
56
Thanks, a lot of confused people and people new to the whole thing will be helped a lot by this. Something simple but for some reason no one has posted about it.
 

Users who are viewing this thread

Top