1. GSManager
    1. Funktionen
    2. Unterstützte Spiele
    3. Neuigkeiten
    4. Statistiken
    5. Serverliste
  2. Lexikon
  3. Filebase
  4. Entwicklung
  5. Forum
    1. Dashboard
    2. Unerledigte Themen
  6. Web-Interface
  7. Artikel
  8. Mitglieder
    1. Letzte Aktivitäten
    2. Benutzer online
    3. Team
    4. Mitgliedersuche
  • Anmelden
  • Registrieren
  • Suche
Alles
  • Alles
  • Artikel
  • Seiten
  • Dateien
  • Forum
  • Lexikon
  • Erweiterte Suche
  1. GSManager
  2. Mitglieder
  3. CroGame

Beiträge von CroGame

Das Projekt GSManager (vormals ManuAdminMod) wurde am 01.01.2020 eingestellt - diese Internetpräsenz bleibt verfügbar, die Software wird aber nicht länger gepflegt. Vielen Dank für eure Unterstützung in den mehr als zehn vergangenen Jahren!
  • Manu Admin delayed GUID finder

    • CroGame
    • 11. März 2013 um 15:44

    i tryed adding sleep command in player.class.php:

    PHP
    <?php
    
    
    
    
    class player {
    	private $mod;
    	private $rcon;
    	private $players;
    	private $logging;
    	private $guid;
    	private $pid;
    	private $name;
    	private $customvars = array();
    	private $lastkiller = false;
    	private $lastvictim = false;
    	private $team = "none";
    	public $joined = 0;
    	public $lastweaponkill = false;
    	public $lastweapondeath = false;
    	public $kills = 0;
    	public $deaths = 0;
    	public $teamkills = 0;
    	public $teamdeaths = 0;
    	public $selfkills = 0;
    	public $headshots = 0;
    	public $lastdeathwastk = false;
    	public $lastkillwastk = false;
    	public $lastCommand = 0;
    	public $damagegiven = 0;
    	public $teamdamagegiven = 0;
    	public $damagetaken = 0;
    	public $vehicledamagegiven = 0;
    	public $teamvehicledamagegiven = 0;
    	public $actorsdamagegiven = 0;
    	public $teamactorsdamagegiven = 0;
    
    
    
    
    	public function __construct($guid, $pid, $name) {
    		sleep(18);
    		$this->mod = & $GLOBALS['mod'];
    		$this->rcon = & $GLOBALS['rcon'];
    		$this->logging = & $GLOBALS['logging'];
    		$this->players = & $GLOBALS['players'];
    		$this->guid = $guid;
    		$this->pid = $pid;
    		$this->name = $name;
    		$this->joined = time();
    	}
    Alles anzeigen


    but it seems that this works only first time player joins the server. And only that time player can execute commands. If player rejoins he won't get welcome message and he wont be able to send commands to manu admin until next map loads. After that player gets another welcome message and everything is as described above.

    And yes i want to use this so that my own server could calculate pb guid based on hardware id so that banned users cannot join anymore (unless they buy new computer :smile: )

  • Manu Admin delayed GUID finder

    • CroGame
    • 9. März 2013 um 10:26

    Hello, is it somehow possible to delay GUID recognization ? I want to load GUID after 10 sec, and not instatly when player joins the server.
    Thanks

  • rcon password

    • CroGame
    • 16. August 2011 um 14:18

    hi, i was woundering where is rcon password stored after manu is runned....
    i deleted rcon from cofnig.cfg to see will manu admin work afther that, and it works....
    but where does it save temp file with rcon ? , it must be readed from somewhere as far as i know
    thanks

  • Custom commands problem ?!

    • CroGame
    • 3. August 2011 um 22:40

    yup, that helps
    thanks manu :D

  • Custom commands problem ?!

    • CroGame
    • 31. Juli 2011 um 16:37

    Hi, i found some problem while creating my own commands, and for some reason i am only able to execute them (master admin ), but i set up deafault group to be able to execute them 2:

    config.cfg

    Code
    [customcommands]
    pbsay = "pb_sv_say -1 <ARG>"
    kickme = "pb_sv_kick <PLAYER:PBID> 0 <ARG:OPT:You kicked yourself>"
    payback = "pb_sv_kick <LAST_KILLER:PBID> 0 ^1NEVER KILL AN ADMIN!"
    ss = "pb_sv_getss <ARG>"
    hsG = "say ^1hsG Team rega 2000h 16god org"
    Admin = "say ^1Admin xfire : ^0volimpizde"
    teams = "say ^1Molio bi da balansirate ^3teamove ^1te ubuduce koristite ^3auto assign"
    Lora = "say ^6Lora ^7voli ^6noXiu^7! ! ! "
    noXia = "say ^6noXia ^7voli ^6Loru^7! ! ! "

    groups.cfg

    Code
    master]
    name = "Leader"
    commands = "*"
    
    
    
    
    [admin]
    name = "Admin"
    commands = "stats,fun,help,admintest,time,nextmap,cmdlist,resetmystats,checkadmin,kickme,kick,tempban,say,warn,ban,resetplayerstats,ss,Q,Lora,Noxia,Admin,hsG"
    
    
    
    
    [member]
    name = "Clan-Member"
    commands = "stats,fun,help,admintest,time,nextmap,cmdlist,session,online,kickme,warn,ss,Q,Admin,hsG,Lora,Noxia"
    
    
    
    
    [user]
    name = "User"
    commands = "stats,fun,help,admintest,time,nextmap,cmdlist,session,online,kickme,Q,Admin,hsG,Lora,Noxia"
    
    
    
    
    [default]
    name = "Player"
    commands = "stats,fun,help,admintest,time,nextmap,cmdlist,session,online,kickme,Q,Admin,hsG,Lora,Noxia "
    Alles anzeigen

    am i doing something wrong ? :D

  • Register command

    • CroGame
    • 7. Oktober 2010 um 21:08
    Zitat

    And we all know now, why you haven't posted in english yet ;)

    B2T: What is the use of the group "registered"? I have never understood, why someone should !register...

    because when you register, you will get more commands....
    that isn't something special...but i would like it

  • Register command

    • CroGame
    • 7. Oktober 2010 um 09:20

    okay...
    i saw it on other servers....so i just wanted to ask...

  • Register command

    • CroGame
    • 6. Oktober 2010 um 22:47

    How can i add !register command, so that it puts user in specific group ?
    ex.
    user default group = default
    user types !register = group user
    thx

  • sqlite

    • CroGame
    • 20. August 2010 um 20:24

    xD,
    you dont need to download every program for admin mod....
    it is easier to download and install xampp, and then customize instead of downloading all of programs that this mod ask
    i have xampp, and it works perfectly on local servers...

  • sqlite

    • CroGame
    • 19. August 2010 um 14:48

    download and install xampp, instead of php and all that, and put edit start.bat how it should be after install

    you dont have sql installed so you need one, and xampp gives you everything you need to establish a connection

  • fseek: stream does not support seeking

    • CroGame
    • 16. August 2010 um 11:30

    error is this one in subject, but i cant find where i made mistake so that i can fix it.....i will attach my promod custom rule set and server.cgf file

    EDIT:
    everything works perfectly on my computer, but it doesnt work on server that i bought

  • fseek: stream does not support seeking

    • CroGame
    • 15. August 2010 um 22:54

    lol, ofc.....i just wroted here username because my psot was edited once because i wroted informations that i shouldnt wrote :D
    it always says that cannot find the games_mp.log, i made mistake somewhere and i can't find it :wacko: :wacko:

  • fseek: stream does not support seeking

    • CroGame
    • 15. August 2010 um 13:06

    i dont know what to do, my home path must be /home/username/mods/promodlive204/games_mp.log, that is path that i get from hosting staff, your server log finder says /home/username/Mods/mods/promodlive204/games_mp.log...but none of these does not work...only ftp does find server log but i get error named in subject.
    I tryed all combinations but still doesnt work
    i dont have any ideas any more... :( :( :( :( :(

  • fseek: stream does not support seeking

    • CroGame
    • 14. August 2010 um 10:46

    yup i tryied with /home/mods/promodlive204/games_mp.log but then it says that cannot find the log file...
    thats why i used ftp

    EDIT:
    that is my apsolute path
    /home/mods/promodlive204/games_mp.log
    im running promodlive so it cannot be
    /home/main/games_mp.log

  • fseek: stream does not support seeking

    • CroGame
    • 13. August 2010 um 23:19

    sure :D
    EDIT:
    i had to rename config.cfg to config.txt so that i can attach it

  • fseek: stream does not support seeking

    • CroGame
    • 12. August 2010 um 10:16

    i bought server, and there is says: Servers are runned by stable linux
    i connect with manuadminmod from windows

    and im trying to use ftp path to games_mp.log, but i dont know what im doing wrong....

    here is ftp without deatails

    ftp://username:password@ipadress/mods/promodlive204/games_mp.log

    admin mod says that he found log file, but i get error that stream does not support seeking.....im not sure what that does mean

  • fseek: stream does not support seeking

    • CroGame
    • 11. August 2010 um 16:59

    Hi, i sucsessfully connected to my server and edited files how i would like to have it....but there is problem....
    adminmod loads every plugins and says start processing loglines...and then it comes error like this:

    warning in e:\Program Files\Activision\Call of duty 4 - Moder Warfare\adminmod\adminmod\classes\parser.class.php:31 =>fseek<>: stream does not support seeking

    any sugestions ?

    i also gived all premissions to all folders before games_mp.log

    thx


    EDIT:
    server is rented from hrvatski-hosting.com and it is runned by linux
    btw. php crashes after that error...

  • PB kick

    • CroGame
    • 4. Juli 2010 um 14:34

    hmm it just says that command has been executed, but id doesnt do anything
    i think that i screw it with this kick... :/
    ill try to fix it


    edit:

    i found the problem....problem was that i added my custom command:
    tempban = "tempbanuser"

    so i removed that line and it works now...thx

  • PB kick

    • CroGame
    • 4. Juli 2010 um 13:17

    Hi, i recently downloaded and installed manu mod, and i need to say that it is great :D

    i also need a little help with pb kick:

    so...when i want to kick some i type in !kick <nickname>, and it will be kicked , but i want to add time that needs to past until he can reconnect again
    eg.

    !kick <nickname> <time> <reason>

    so i tried to add my command:

    !kick = "pb_sv_kick"
    and then i get this message ( something like this ):

    !kick Crogame 2 test > unknown command !pb_sv_kick

    then i tried with this ( don't know why :D ):

    !kick = "pb_sv_kick <ARG> <ARG>"
    and still i get the sam message.....

    could any1 help :?:

    thx ^^

  • !! Error: Couldn't open server's log files: ' ../main/games_mp.log

    • CroGame
    • 3. Juli 2010 um 22:05

    thaks alot :D
    it worked

    also good site with fast reply
    :DDDD

  1. Mitarbeiter
  2. Datenschutzerklärung
  3. Nutzungsbedingungen
  4. Impressum
  5. Kontakt
Community-Software: WoltLab Suite™