Hi,
2 simple questions:
1) How can i register a user for my IRC Server without using IRC, e.g. using PHP
2) Where are the registered users saved on my Server ? Is there any file or something like that ?
thx hibbert
registered users
registered users
I hope you understand my bad english 
-
Stealth
- Head of Support
- Posts: 2085
- Joined: Tue Jun 15, 2004 8:50 pm
- Location: Chino Hills, CA, US
- Contact:
About the registering nicks with PHP, please use the foums search feature: http://forums.unrealircd.com/viewtopic. ... b+services
Services usually store their databases as files somewhere in the services directory. You should try looking for files named like "nick.db" and "chan.db". I don't know why you would want to know where they are (other than backups), but playing with the services databases WILL break them!
Services usually store their databases as files somewhere in the services directory. You should try looking for files named like "nick.db" and "chan.db". I don't know why you would want to know where they are (other than backups), but playing with the services databases WILL break them!
If I get time, I'll dig up some stuff I was playing around with PHP to read/send memos. Should work with all services, maybe a little tweaking required.
I'll warn you now though that PHP didn't seem to like playing nice with these. They had a nasty habit of locking apache up. [though, who knows. it might've been fixed by now]
Someone remind me to do this :p
I'll warn you now though that PHP didn't seem to like playing nice with these. They had a nasty habit of locking apache up. [though, who knows. it might've been fixed by now]
Someone remind me to do this :p
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
I have a few php scripts that manipulate that use sockets to connect, i've never had a lockup however.w00t wrote:If I get time, I'll dig up some stuff I was playing around with PHP to read/send memos. Should work with all services, maybe a little tweaking required.
I'll warn you now though that PHP didn't seem to like playing nice with these. They had a nasty habit of locking apache up. [though, who knows. it might've been fixed by now]
Someone remind me to do this :p
Never argue with an idiot. They will bring you down to their level, then beat you with experience.
These were doing more than a little manipulation *g*. Then again, maybe it was my version of PHP, one of the early SAPI modules. *shrug*.
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]