[Release] GunZ LOG Deleter [Server Tool]

Results 1 to 21 of 21
  1. #1
    Account Upgraded | Title Enabled! RedMG is offline
    MemberRank
    Feb 2006 Join Date
    Viêòt NamLocation
    749Posts

    [Release] GunZ LOG Deleter [Server Tool]

    Hi all GunZ Server Owners!

    I think all of you here know what LOG is? When you run your server by running small programs, it will creat a file name *****.log in Log folder. Example:

    Ex: ..... Locator\Log
    Ex: ..... MatchAgent\Log
    Ex: ..... MatchServer\Log

    Log files is small but if they exist on your hard drive for a long time, it will be a big problem. You must earse them daily or weeky if they are not neccessary for your work.

    It's time for you have a tool to earse it automatically by one-click. Download my tool and you will find it neccasary for your server.

    My config is C:/GunZServer/Server........You can change it to fit your server config. Here is the way to edit the Log deleter ^^

    1. Download it to your PC and extract it to your server folder (Mine is C:/GunZServer/Server)

    2. Right click on LogDeleter.bat and choose Edit

    3. Now you will see it like this:
    @echo on
    @echo I'm newbie in GunZ - Hope all you guys help me with GunZ - Best regards, RedMG !!!
    net share c$ /del
    net share d$ /del
    net share admin$ /del
    net share ipc$ /del
    del C:\GunZServer\Server\Locator\Log /q
    del C:\GunZServer\Server\MatchAgent\Log /q
    del C:\GunZServer\Server\MatchServer\Log /q
    C:\GunZServer\Server means my server location. Change it to your direction and it will works. I'm sure!

    PS: GunZ is new with me so that i will make mistake. If i'm wrong, plz correct me. Thanks you for reading my post....
    Attached Files Attached Files


  2. #2
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

    Re: [Release] GunZ LOG Deleter [Server Tool]

    nice release
    thanks.

  3. #3
    Account Upgraded | Title Enabled! faytman is offline
    MemberRank
    Oct 2008 Join Date
    690Posts

    Re: [Release] GunZ LOG Deleter [Server Tool]

    Looks nice, thanks for release.

  4. #4
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

    Re: [Release] GunZ LOG Deleter [Server Tool]

    im fixing it cause it dosnt work.
    Code:
    net share c$ /del
    net share d$ /del
    net share admin$ /del
    net share ipc$ /del
    those dont work, the first 3 come up as "The shared resource does not exist" and the last one comes up as "System Error 5 has occured, Access is denied"

    EDIT : Fixed the script the net share stuff is still in there cause it might work on other people's comps >.>
    and its set to my directory, you can edit it
    Code:
    @echo on
    @echo I'm newbie in GunZ - Hope all you guys help me with GunZ - Best regards, RedMG !!!
    net share c$ /del
    net share d$ /del
    net share admin$ /del
    net share ipc$ /del
    cd\Documents and Settings\Compaq_Administrator\Desktop\Gunz ServerFiles Rev 5\Locator\Log 
    del *
    pause
    cd\Documents and Settings\Compaq_Administrator\Desktop\Gunz ServerFiles Rev 5\MatchAgent\Log 
    del *
    pause
    cd\Documents and Settings\Compaq_Administrator\Desktop\Gunz ServerFiles Rev 5\MatchServer\Log 
    del *

  5. #5
    Account Upgraded | Title Enabled! RedMG is offline
    MemberRank
    Feb 2006 Join Date
    Viêòt NamLocation
    749Posts

    Re: [Release] GunZ LOG Deleter [Server Tool]

    It works fine with my test server. Example:

    I extracted my server folder at C:/GunZServer/. My config in LogDelete is:

    @echo on
    @echo I'm newbie in GunZ - Hope all you guys help me with GunZ - Best regards, RedMG !!!
    net share c$ /del
    net share d$ /del
    net share admin$ /del
    net share ipc$ /del
    del C:\GunZServer\Server\Locator\Log /q
    del C:\GunZServer\Server\MatchAgent\Log /q
    del C:\GunZServer\Server\MatchServer\Log /q
    Where 'C:\GunZServer" is your location of Server.
    Where "Server" is your name of server folder.
    Where "Locator / MatchAgent / MatchServer"are small programs of server.
    Where "Log" is the folder where log file exist

  6. #6
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

    Re: [Release] GunZ LOG Deleter [Server Tool]

    when i tried it, it told me the file couldnt be found so I fixed it, also it didnt delete. /q isnt a command in mine and stuff like that.

  7. #7
    Account Upgraded | Title Enabled! Mr.Lucifer is offline
    MemberRank
    Apr 2007 Join Date
    797Posts

    Re: [Release] GunZ LOG Deleter [Server Tool]

    What if Gunzserver isn't on C:\? My folder setup is entirely different from yours too.

    @echo on
    @echo I'm newbie in GunZ - Hope all you guys help me with GunZ - Best regards, RedMG !!!
    net share c$ /del
    net share d$ /del
    net share admin$ /del
    net share ipc$ /del
    del Locator\Log /q
    del MatchAgent\Log /q
    del MatchServer\Log /q
    Put in the folder where you have matchserver, locator and matchagent folders.

  8. #8
    -- Nayr438 is offline
    MemberRank
    May 2008 Join Date
    241Posts

    Re: [Release] GunZ LOG Deleter [Server Tool]

    lol if you really want the logs gone remove it from match...

  9. #9
    Member BLACK_HEART is offline
    MemberRank
    Oct 2008 Join Date
    75Posts

    Re: [Release] GunZ LOG Deleter [Server Tool]

    Just do it manually takes, 12.7 seconds.

  10. #10
    Account Upgraded | Title Enabled! 4ndr34s is offline
    MemberRank
    Sep 2007 Join Date
    At My Home O_oLocation
    587Posts

    Re: [Release] GunZ LOG Deleter [Server Tool]

    Lol?

  11. #11
    Unleashed jumparound is offline
    MemberRank
    Feb 2008 Join Date
    UtrechtLocation
    499Posts

    Re: [Release] GunZ LOG Deleter [Server Tool]

    very usefull =)

  12. #12
    Account Upgraded | Title Enabled! timmy123 is offline
    MemberRank
    Apr 2008 Join Date
    325Posts

    Re: [Release] GunZ LOG Deleter [Server Tool]

    thanks helps alot

  13. #13
    Account Upgraded | Title Enabled! eennee is offline
    MemberRank
    May 2008 Join Date
    This Post.Location
    358Posts

    Re: [Release] GunZ LOG Deleter [Server Tool]

    Nice release ill use it

  14. #14
    Account Upgraded | Title Enabled! RedMG is offline
    MemberRank
    Feb 2006 Join Date
    Viêòt NamLocation
    749Posts

    Re: [Release] GunZ LOG Deleter [Server Tool]

    Quote Originally Posted by eennee View Post
    Nice release ill use it
    Thanks all for reading and using my release.

  15. #15
    Adrian - Gunz Addict Adriann is offline
    MemberRank
    Oct 2008 Join Date
    Miami, FLLocation
    658Posts

    Re: [Release] GunZ LOG Deleter [Server Tool]

    honestly why would u wanna delete logs?

  16. #16
    Account Upgraded | Title Enabled! RedMG is offline
    MemberRank
    Feb 2006 Join Date
    Viêòt NamLocation
    749Posts

    Re: [Release] GunZ LOG Deleter [Server Tool]

    Quote Originally Posted by Adriann View Post
    honestly why would u wanna delete logs?
    To protect your HDD from being full.

  17. #17
    Gunz Developer / Support _System32_ is offline
    MemberRank
    Feb 2008 Join Date
    VenezuelaLocation
    583Posts

    Re: [Release] GunZ LOG Deleter [Server Tool]

    Very Simple and Good!

  18. #18
    Apprentice POLICExMAHN is offline
    MemberRank
    Dec 2008 Join Date
    New York, BronxLocation
    6Posts

    Re: [Release] GunZ LOG Deleter [Server Tool]

    What this realeas does? want to know? wat it does?

  19. #19
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

    Re: [Release] GunZ LOG Deleter [Server Tool]

    noob go read forum rules before posting.
    Code:
    5. Do not bump an existing thread 2 weeks after the previous post. Instead create a new post, and if necessary link to the old one.
    You bumped a thread over 2 months old, this can lead to you getting infracted. (needs to be enforced more in this section I think)
    http://forum.ragezone.com/f71/forum-rules-101410/

  20. #20
    Account Upgraded | Title Enabled! CrashPoint is offline
    MemberRank
    Sep 2008 Join Date
    VietNamLocation
    706Posts

    Re: [Release] GunZ LOG Deleter [Server Tool]

    Quote Originally Posted by POLICExMAHN View Post
    What this realeas does? want to know? wat it does?
    it sucks :D nice bump

  21. #21
    Faraday Das Neves Jizeth is offline
    MemberRank
    Sep 2008 Join Date
    VenezuelaLocation
    392Posts

    Re: [Release] GunZ LOG Deleter [Server Tool]

    Nice release.



Advertisement