Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Recent content by hagaibl

  1. H

    BanMaster - C# Ban Management System

    Thats what im planing to do. will be added soon :)
  2. H

    vBulliten - username

    thats a pretty easy thing to do; log-in to your AdminCP then -> usergroups -> manage usergroups then enter the edit form for the usergroup you want to add the style: you will see a row called:Username HTML Markup with 2 inputes, in the first one you enter: <span style="text-decoration: blink;">...
  3. H

    BanMaster - C# Ban Management System

    I'm not a big fan of MSSQL, so my knowledge is limited to SQL language alone, not proc, times, auto stuff, etc.
  4. H

    BanMaster - C# Ban Management System

    if i will use proc it can overload the sql server, thats why the best is something like cron job.
  5. H

    BanMaster - C# Ban Management System

    off course not, i'm thinking about inserting a scheduled task into the microsoft windows auto-tasker. so it woud work always, but in this version no.
  6. H

    BanMaster - C# Ban Management System

    Leo, thats my script :). I've inserted a timer that will be started every 24hours. i've a table called "banmaster", there there are days(ban period) and date(date he was banned). The script does this: if date + days >= todaysdate remove ban else do nothing.
  7. H

    BanMaster - C# Ban Management System

    Thanks mate. :)
  8. H

    BanMaster - C# Ban Management System

    Hey guys, this is the first program\application(call it as you like) that i release to the "world", i had one a launcher that was only released on the Israeli network. I was totaly bored yesterday so i thought about what can i built with my limited knowledge(not knowledge in the MU packet...
Back
Top