Results 1 to 7 of 7

Thread: Account system ban

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Private First Class YuriJurek's Avatar
    Join Date
    Jun 2013
    Posts
    219
    Thanks
    152
    Thanked 88 Times in 47 Posts
    For God sake, they should make a new Forum for Newbies, that I could keep away from it, because it's just ridiculous how some ppl are behaving/treating scripting here, some of them think that everybody will do everything for them, and they don't need to do any work, and others don't even know what they are saying(malyczolg) but they have to post that nonsense anyway.
    _________________________________________________

    If you want to restrict an account from logging in, just make a new variable eg. "self.banned", set default to false when creating the account, and save it in the user file, then when logging in check if "self.banned" is true or false, if it's true then display an error message and return to the start.

  2. #2
    Brigadier General
    Join Date
    Oct 2012
    Posts
    994
    Thanks
    20
    Thanked 588 Times in 388 Posts
    Quote Originally Posted by YuriJurek View Post
    For God sake, they should make a new Forum for Newbies, that I could keep away from it, because it's just ridiculous how some ppl are behaving/treating scripting here, some of them think that everybody will do everything for them, and they don't need to do any work, and others don't even know what they are saying(malyczolg) but they have to post that nonsense anyway.
    _________________________________________________

    If you want to restrict an account from logging in, just make a new variable eg. "self.banned", set default to false when creating the account, and save it in the user file, then when logging in check if "self.banned" is true or false, if it's true then display an error message and return to the start.
    This is nothing new. Mod forums have been like this since day 1. They don't want to be told how to do it themselves - they want someone to do it for them. So, always translate "how do you do this?" as "Will someone do it for me?" That's just the way it is. Get used to it.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •