Jump to content

Ban And Except Dialog


Ozzy10

Recommended Posts

To Lindrian: How do you determine the amount of available bans on the server ie 17/45 (38%)? Is there a raw for that? I've tried grabbing the topic length from each server using RAW 001 but failed miserably... I guess you use regex for that?

Link to comment
Share on other sites

  • Replies 29
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

it's np we do that to most threads.. if i remember correctly it is raw numeric 5 that will tell you the server's limit on topics.. something like topiclen.. not exactly sure how it's worded though.. it's in a long list of things supported by the server that tells you when you connect

Link to comment
Share on other sites

To Lindrian: How do you determine the amount of available bans on the server ie 17/45 (38%)? Is there a raw for that? I've tried grabbing the topic length from each server using RAW 001 but failed miserably... I guess you use regex for that?

Using raw 005 to collect the data, and then storing it in a variable to later re-use it.

 

If you need some help to do the regex for it, just tell me, ill be more than happy to help!!

Edited by Lindrian
Link to comment
Share on other sites

Thanks, Lindrian. I ended up using var %top = $remove($11,topiclen=) as a test & it worked okay, though naturally it wont return thesame info on all servers.

 

I can't wait to get home & disect your code, though $regex && $me == $no.frickin.idea!! lol :)

 

Thanks again :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...