Anope IRC Services

Anope Support => 1.8.x/1.7.x Support (Read Only) => Topic started by: orga on December 08, 2006, 12:30:39 PM

Title: For TABLE anope_bs_core ver1.7.17
Post by: orga on December 08, 2006, 12:30:39 PM
what's flags in this table? Where are value of them form?

'coz I need to make web register but I do not understand flags value?
 
           Thank you..
Title:
Post by: Jobe on December 08, 2006, 02:26:48 PM
As Anope is at present you cannot write to the MySQL DB's from an external source as Anope will simply just overwrite your changes. At runtime Anope only reads from MySQL once at present. And thats when it starts up. After that Anope no longer reads from the MySQL DB it only writes to it.

So at present using the MySQL you cannot set up a web registration service.

If by web register you mean to simply read and list without wanting to write then im sure one of the devs can help you with the flags.
Title:
Post by: orga on December 09, 2006, 05:24:31 AM
Thank you..