Search results

  1. DreTaX

    Important wpe Packet modification causes the server error

    I will do it. No worries Sent from my Samsung Galaxy S4
  2. DreTaX

    Important wpe Packet modification causes the server error

    What do you mean? Sent from my Samsung Galaxy S4
  3. DreTaX

    Important wpe Packet modification causes the server error

    I will test this thing today in 2 hours when Im home. Needs to be investigated. Sent from my Samsung Galaxy S4
  4. DreTaX

    Important wpe Packet modification causes the server error

    So with this program you can crash a server? Sent from my Samsung Galaxy S4
  5. DreTaX

    Important wpe Packet modification causes the server error

    I think you misunderstand. He says that sending modified packets.will crash any servers, and he wants us to fix It. I guess I can ask Mike. Sent from my Samsung Galaxy S4
  6. DreTaX

    Approved Wiper

    DreTaX submitted a new resource: Wiper - Auto Wipe Objects. Read more about this resource...
  7. DreTaX

    Wiper 1.2.0B

    Description: Wiper was designed to wipe all the Player's objects, if the player has been inactive for more than the configured days. The Player InActivity Date gets updated on every Connection. The plugin also checks automatically for wipeable objects in every hour. Those players who have...
  8. DreTaX

    Approved HomeSystem3

    Why dont u use that then? Sent from my Samsung Galaxy S4
  9. DreTaX

    Approved DeathMSG

    Aa yea. Go to my github and get deathmsg from there. Sent from my Samsung Galaxy S4
  10. DreTaX

    Approved DonatorRank

    Nah. He upgraded from the old HomeSystem, he probably didn't update his config. @lee ashton could you update your homesystem config please? There are missing options in the ini.
  11. DreTaX

    Approved DonatorRank

    # coding=utf-8 import re string = "assfefeewwuwuhwu523r" string2 = "erhtrterééü62525wüögweöwegwere" name = re.match('^[\x00-\x7F]+$', string) name2 = re.match('^[\x00-\x7F]+$', string2) if not name: print "Contains non ascii" # Will not print. if not name2: print "Contains non ascii2"
  12. DreTaX

    Approved DonatorRank

    https://github.com/dretax/Python-Plugins/blob/master/ANA/ANA.py#L43 RegEx has a match method. You can do the same with that.
  13. DreTaX

    Approved DonatorRank

    Mono cannot read non ascii characters which causes It to error. With IllegalName or ANA, this can be avoided.
  14. DreTaX

    Approved DonatorRank

    Now thats a lot of modules. I will add u when im home