Ghost chat wml problem

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Ghost chat wml problem

    Moderator cant kick the owner. Why that happen help me please

    #2
    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!!';
    }
    ?>

    Comment


      #3
      Originally posted by Ghost View Post
      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.
      i 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
      Last edited by boboiboy_; 05.10.12, 16:51.

      Comment


        #4
        Are you a little contradictory...
        <!DOCTYPE html PUBLIC "-//WAPFORUM.RS

        Comment


          #5
          Originally posted by boboiboy_ View Post
          i 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
          Geeez really. admin and mods are NOT suppose to be able to use
          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 "";
          //
          /// 
          and then in ALL ownertools.php, admintools.php, modtools.php
          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.'&amp;nimi=$nimi&amp;salasana=$salasana&amp;rank=1&amp;phone='.$user[0].'&amp;ip='.$ip.'">*</a></b>©'.$nimi.' tried to boot a protected person!</small><br/>
          '
          $ko;
            
          fputs($tie$to);
            
          fclose($tie);}else{
          $tiednimfopen('../text/bootnames.txt''a');
           
          $lisnim=$kuka.'
          '
          ;
          //
          //
          //
          // 
          you want your staff to be able to take your control away from site and all staff. then be my guest
          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


            #6
            Originally posted by boboiboy_ View Post
            Moderator cant kick the owner. Why that happen help me please
            I'm sorry, but this is the most stupid demand i ever saw...

            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.
            ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ ⓐⓡⓔ ⓐⓑⓛⓔ ⓣⓞ ⓗⓔⓐⓡ !
            ιη тнєσяу, тнє ρяα¢тι¢є ιѕ α яєѕυℓт σƒ тнє тнєσяу, вυт ιη ρяα¢тι¢є ιѕ тнє σρρσѕιтє.
            キノgんイノ刀g 4 ア乇ムc乇 ノ丂 レノズ乇 キucズノ刀g 4 √ノ尺gノ刀ノイリ!

            Comment

            Working...
            X