Moderator cant kick the owner. Why that happen help me please
Ghost chat wml problem
Collapse
This topic is closed.
X
X
-
Owner is the highest rank there is.
it makes no sense that you would want to make a moderator
or administrator harm the owner of the site.
that is why the is protection in config.php to stop owners from being harmed with tools.<?php
include ('Ghost');
if ($Post == true) {
echo '
sigpic
alt='coding-talk.com!!' />';
echo 'Sharing Is Caring!';
} else {
echo '
alt='the username GHOST has been comprimised!' />';
echo 'OMG SOMEBODY HELP ME!!';
}
?>
-
Originally posted by Ghost View PostOwner is the highest rank there is.
it makes no sense that you would want to make a moderator
or administrator harm the owner of the site.
that is why the is protection in config.php to stop owners from being harmed with tools.
Added after 3 minutes:
Show me the code protect in chat.php and in config.phpLast edited by boboiboy_; 05.10.12, 16:51.
Comment
-
Originally posted by boboiboy_ View Posti have been protect my name. But moderator olso cant kick me. Show me the protect code
Added after 3 minutes:
Show me the code protect in chat.php and in config.php
staff tool AGAINST the owner PERIOD.
but you can find protect names in config.php
PHP Code:/* protection
(protect upto 2 usernames here) */
$protect1 = "ghost";
$protect2 = "";
//
///
you will find code that looks like this
PHP Code://boot
$hmmm=explode('/',$viesti);
if ($hmmm[0]=="boot"){
$kuka=$hmmm[1];
if ($hmmm[1]=="$protect1" || $hmmm[1]=="$protect2"){
$kuka="blahblahblah";}
if ($kuka=="blahblahblah" || $kuka=="blahblahblah"){$viesti="";$tie = fopen('../text/room1.txt', 'r+');
$ko=file_get_contents ('../text/room1.txt');
$to='<small><b><a href="pmuser.php?kenelle='.$nimi.'&nimi=$nimi&salasana=$salasana&rank=1&phone='.$user[0].'&ip='.$ip.'">*</a></b>©'.$nimi.' tried to boot a protected person!</small><br/>
'. $ko;
fputs($tie, $to);
fclose($tie);}else{
$tiednim= fopen('../text/bootnames.txt', 'a');
$lisnim=$kuka.'
';
//
//
//
//
and mod these files yourself.
p.s if you want to let your staff members use tools against you. then just remove your name from protect in config. its really that easy. i really dont know why this thread is here.Last edited by Ghost; 05.10.12, 19:59.<?php
include ('Ghost');
if ($Post == true) {
echo '
sigpic
alt='coding-talk.com!!' />';
echo 'Sharing Is Caring!';
} else {
echo '
alt='the username GHOST has been comprimised!' />';
echo 'OMG SOMEBODY HELP ME!!';
}
?>
Comment
-
Originally posted by boboiboy_ View PostModerator cant kick the owner. Why that happen help me please
Moderator CAN kick Owner => bad, studpid, useless, etc
Moderator CAN'T kick Owner => it's called protection and it's there for a reason !It's better to keep your mouth shut and give the impression that you're stupid, than to open it and remove all doubt.
ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ â“â“¡â“” â“ⓑⓛⓔ ⓣⓞ â“—â“”â“â“¡ !
ιη тнєσÑу, тнє ÏÑα¢тι¢є ιѕ α Ñєѕυℓт σƒ тнє тнєσÑу, вυт ιη ÏÑα¢тι¢є ιѕ тнє σÏÏσѕιтє.
Comment
Comment