Search results

  1. DreTaX

    GeoIP - 2.0

    Completely updated GeoIP, added Sqlite DB to It which is on your own local server and uses it to find data. The sqlite DB is big, but it worths the speed. https://github.com/dretax/GeoIP-Fougerite/commit/074ded04560cc6644a7ce37e8f3e5ebe9cc1bbbc
  2. DreTaX

    Approved Clans

    DreTaX updated Clans with a new update entry: 1.2.0 Read the rest of this update entry...
  3. DreTaX

    Clans - 1.2.0

    Implemented max members Missing command is now added to the list Fixed iConomy bug. https://github.com/dretax/Python-Plugins/commit/f8652216f4443371bbacd3338d13db9ee0193d45
  4. DreTaX

    Approved AAscii (ANA, AKA IllegalName)

    The "pattern" is null which means you didn't re-create the configuration file, or something is messed up with the regex matcher line.
  5. DreTaX

    Approved AntiBadWords

    https://github.com/salvadj1/AntiBadWords/blob/master/AntiBadWords.cs#L44 A suggestion here. string Text = chatString.OriginalMessage; instead string Text = chatString.OriginalMessage.ToLower(); This will detect anything in the chat without case sensitivity. Also here...
  6. DreTaX

    Approved AAscii (ANA, AKA IllegalName)

    DreTaX updated AAscii (ANA, AKA IllegalName) with a new update entry: 1.1 Read the rest of this update entry...
  7. DreTaX

    AAscii (ANA, AKA IllegalName) - 1.1

    Fixes Updated config.
  8. DreTaX

    Approved ChatColor [Deleted]

    http://fougerite.com/resources/color.138/ :D
  9. DreTaX

    Approved GeoIP

    Yes.
  10. DreTaX

    Approved GeoIP

    Complete, turns out iScripters only sent me a part of the SQL db which was a conversion of my ini db, but the theory works nicely. Will be releasing it soon.
  11. DreTaX

    Need some help with AutoRewards Plugin PY

    Delete int() ..
  12. DreTaX

    Need some help with AutoRewards Plugin PY

    self.Messages[x]=int(ini.GetSetting("Messages", x)) .. self.Messages[x] = ini.GetSetting("Messages", x)
  13. DreTaX

    Need some help with AutoRewards Plugin PY

    https://github.com/Notulp/Fougerite/blob/master/Fougerite/Fougerite/Server.cs#L219 Server.BroadcastFrom("Messages", self.Messages[msg])
  14. DreTaX

    Need some help with AutoRewards Plugin PY

    Server.Broadcast("Messages", x,self.Messages[msg]) wtf Server.Broadcast("Messages", self.Messages[msg])
  15. DreTaX

    Need some help with AutoRewards Plugin PY

    self.Messages[x]=int(ini.GetSetting("Messages", x)) ?? self.Messages[x] = ini.GetSetting("Messages", x)
  16. DreTaX

    Approved GeoIP

    Converting this to sqlite atm for fast usage.
  17. DreTaX

    Approved AAscii (ANA, AKA IllegalName)

    DreTaX updated AAscii (ANA) with a new update entry: 1.0B Read the rest of this update entry...
  18. DreTaX

    AAscii (ANA, AKA IllegalName) - 1.0B

    https://github.com/dretax/ANA/commit/a968b951c4bb8fcf66fe8393c209429551f7e27e
  19. DreTaX

    Approved AAscii (ANA, AKA IllegalName)

    DreTaX updated AAscii (ANA) with a new update entry: 1.0B Read the rest of this update entry...
  20. DreTaX

    AAscii (ANA, AKA IllegalName) - 1.0B

    Some missing features were added. https://github.com/dretax/ANA/commit/7911d0e9b78111178ad4f8fa61e55f65d7f98008