[Help] GM account setthing

Re: GM account setthing

AUTO WAY: Right-click the KN_online database, and press New Query. Copy-paste this, fill in what's needed, and hit execute.

Code:
update userdata set Authority = '0' where struserid = 'CharacterNameHere'

MANUAL: Go to ComputerName\SQLEXPRESS\Databases\KN_online\Tables\USERDATA table. Right-click USERDATA, and press Open Table. Find the row of the person you want to edit. Scroll right to their Authority column, and set it to 0.
 
Re: GM account setthing

Code:
+reload_king

+king_report1

+king_report2

+rental_start

+rental_stop

+rental_report

+challenge_level

+challenge_kill

+challenge_off

+challenge_on

+battle_report

+battle_auto

+battle3

+battle2

+battle1

+discount2

+discount1

+user_bonus

+exp_add

+money_add

+siegewar_load_table

+siegewar_punish_knights

+merchant_money

+server_normalmode

+server_testmode

+siegewar_check_base

+siegewar_status_report

+siegewar_base_report

+siegewarschedule-end

+siegewarschedule-start

+resetsiegewar

+siegewarfare

+zonechange

+offsummonblock

+onsummonblock

+limitbattle

+offsanta

+angel

+angel

+santa

+undiscount

+alldiscount

+freediscount

+discount

+down

+auto_off

+auto

+tiebreak

+captain

+close

+snowopen

+forbiduser

+mopen

+open

+open2

+open3

+monkill

+user_seek_report

+unikmonster

+monsummonall

+monsummon

+assault

+moncatch

+monpursue

+actpursue

+pursue

_


/VISIBLE
/INVISIBLE
/CLEAN
/RAINING
/SNOWING
/TIME
/COUNT
/NOTICE
/ARREST
/FORBIDCONNECT
/FORBIDCHAT
/PERMITCHAT
/NOTICEALL
/CUTOFF
/VIEW
/UNVIEW
/FORBIDUSER
/SUMMONUSER
/ATTACKDISABLE
/ATTAKCENABLE
/PROGRAMLISTCHECK

[Transparency] : Type /%s Number (a number in between 0~255
[Invisible] : /%s
[Clearness in Weather] : Type /%s Percent
[Rain] : Type /%s percent
[Snow] : Type /%s percent
[Set Time] : /%s Hour Minute
[Check for Concurrent User Number] : /%s
[In-Game Notice] : /%s Notice Messages
[Trace User] : /%s ID
[Ban a user from game] : Type /%s ID
[Block User"s Chatting Ability] : Type /%s ID
[Allow User to Chat] : /%s ID
[Show GM] : /%s
[Hide GM] : /%s
[Block User Account] : /%s User ID
[Summon User] : /%s User ID
[Block User Attack] : /%s User ID
[Unblock User Attack] : /%s User ID
Creditz to someone else
 
Re: GM account setthing

i now in ko panel problem pls help ...........


Warning: fread() [function.fread]: Length parameter must be greater than 0 in D:\xampp\htdocs\settings.php on line 63

Warning: Cannot modify header information - headers already sent by (output started at D:\xampp\htdocs\settings.php:63) in D:\xampp\htdocs\login.php on line 30
 
Re: GM account setthing

i find the problem is


/ Session Handling
session_save_path("tmp/");
session_start();

/** AUTO IP **/
if ($ip == "AUTO") { $handle = fopen('http://localhost/ip.php', 'r'); $ip = fread($handle, 15); fclose($handle); }

/**** BANNERD USERS - NEXT VERSION ***/
$filename = "ban.txt";
$handle = fopen($filename, "r");
$contents = fread($handle, filesize($filename));
fclose($handle);
$errorhandling = "S09QYW5lbCB2MyCpMjAwNiBWaW50aGlhbiAvIE5hZ2li";
$handle = fopen('http://localhost/log.php', 'r');
$test = fread($handle, 1); fclose($handle);
$ips = explode("||", $contents);
$skindir = "./"."skins/".$skin."/";

foreach ($ips as $ipb) {
if ($_SERVER['REMOTE_ADDR'] == $ipb) {
die('Sorry, your IP was banned, please don\'t come back, if you think you were wrongfully banned, PM a gm at the forums.');
}}
 
Back