Ulysses

Ulysses Stuff => Suggestions => Topic started by: adam james on June 15, 2013, 02:01:03 PM

Title: PHP Banlist
Post by: adam james on June 15, 2013, 02:01:03 PM
I would like to suggest at php banlist for websites that is workable for Mybb, ect, for ULX and ulib. Thanks for your time.
Title: Re: PHP Banlist
Post by: MrPresident on June 15, 2013, 04:18:35 PM
Check out any of the MySQL addons in the release section. Most of them have the ability to do this.

http://g4p.org/index.php?page=bans
for example.
Title: Re: PHP Banlist
Post by: JamminR on June 15, 2013, 09:07:22 PM
Until Garry has a supported working sql library (not sql lite) in Gmod, ULib will most likely never include straight SQL functionality..
We've discussed this before... primary reasoning (at time of this post) - too many third party sql libraries have been written/released, only to be broken and unsupported some months later.
We have enough trouble keeping ULib running with Gmod updates...adding SQL would be that much more difficult and painful.
Title: Re: PHP Banlist
Post by: adam james on June 16, 2013, 10:12:13 AM
Check out any of the MySQL addons in the release section. Most of them have the ability to do this.

http://g4p.org/index.php?page=bans
for example.

Do you know a link I could download it from?
Title: Re: PHP Banlist
Post by: MrPresident on June 16, 2013, 04:46:48 PM
It's a custom script we wrote. You would have to write your own php integration on your end. They aren't very hard to do, there are a few examples in the releases board if you look deep enough.
Title: Re: PHP Banlist
Post by: JamminR on June 16, 2013, 04:56:00 PM
And prob some related in developers corner forum section too.