Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: connect anope with mysql remotly  (Read 9593 times)

0 Members and 1 Guest are viewing this topic.

Vladimir

  • Anope User
  • Offline Offline
  • Posts: 15
connect anope with mysql remotly
« on: June 28, 2011, 12:45:46 PM »

i have web hosting acc with cpanel i want to connect anope with remotly mysql , how to do that ? :)
Logged

VisioN

  • Contributor
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 82
    • myIRC Project Hosting IRC Network
Re: connect anope with mysql remotly
« Reply #1 on: June 28, 2011, 01:01:22 PM »

1. Create your mySQL database with the mySQL database wizard.
2. Go to Remote MySQL and add the host/IP of your services' shell there.
3. Configure your services.conf MySQL configuration properly with the database and user you created earlier and dont forget to set as the SQL host the IP/host of your web server.
Logged
______________________________
VisioN
Find me: irc.myirc.net | irc.anope.org
Contact me: vision@myirc.net

Jan Milants

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1372
Re: connect anope with mysql remotly
« Reply #2 on: June 28, 2011, 01:25:27 PM »

I should add that using a remote SQL backend for anope is a very bad idea...
the lag involved in using a remote SQL server usually means anope will need - depending on your database size - anywhere from a few seconds to a few dozen seconds to dump its database.. taking into consideration that 1.8 is single threaded this means that during this time anope will be unresponsive on IRC..
the recommended setup for using anope with an SQL backend is always to use a local SQL server to minimize latency and have the web server - for which a little bit of extra latency is a smaller issue - query the database remotely..
Logged
If you like me donate coins to 1FBmZVT4J8WAUMHKqpWhgNVj3XXnRN1cCk :)

Vladimir

  • Anope User
  • Offline Offline
  • Posts: 15
Re: connect anope with mysql remotly
« Reply #3 on: June 28, 2011, 01:43:54 PM »

thanks, i do that now how can i see is it connected propertly :D
Logged

Vladimir

  • Anope User
  • Offline Offline
  • Posts: 15
Re: connect anope with mysql remotly
« Reply #4 on: June 29, 2011, 07:38:58 PM »

how i can delete this
when i join to channel i got

* XXX sets mode: +n
* ChanServ sets mode: +tr

how to give normalny user mods what is flags ?
i see on most irc network when join join to channel you dont have +n , +tr , +nr etc i want normaly users dont have mods :D

sorry for bad english

can i put whan somebody register to register without email like:
/ns register password :)
« Last Edit: June 29, 2011, 07:41:18 PM by Vladimir »
Logged

Vladimir

  • Anope User
  • Offline Offline
  • Posts: 15
Re: connect anope with mysql remotly
« Reply #5 on: June 30, 2011, 09:34:12 PM »

anyone ? :)
Logged

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
Re: connect anope with mysql remotly
« Reply #6 on: July 01, 2011, 07:28:29 AM »

If the channel is registered chanserv will enforce default modes, you can change them with mlock.

If you want them to register without email being enforced just make sure you aren't using UseMail then it can be fake@me.com
Logged

Vladimir

  • Anope User
  • Offline Offline
  • Posts: 15
Re: connect anope with mysql remotly
« Reply #7 on: July 04, 2011, 09:36:37 PM »

i see on one irc network when somebody type 3 messages like

me:1
me:1
me:1

chanserv kick him with reason Stop flooding yourself, is this module or what ? :)
Logged

Jobe

  • Contributor
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1023
    • Anope IRC Services
Re: connect anope with mysql remotly
« Reply #8 on: July 05, 2011, 08:17:58 AM »

That's the BotServ kick features, see /msg BotServ help kick (requires a BotServ bot be assigned to the channel)
Logged
Your IP: ()
My IRC Status:

Come along and visit http://www.anopequotes.org/

Vladimir

  • Anope User
  • Offline Offline
  • Posts: 15
Re: connect anope with mysql remotly
« Reply #9 on: July 06, 2011, 12:06:08 PM »

how to put that only operator (@) can join in channel , and ~
Logged

someone

  • Anope User
  • Offline Offline
  • Gender: Male
  • Posts: 42
    • http://www.somenet.org
Re: connect anope with mysql remotly
« Reply #10 on: July 15, 2011, 12:01:02 PM »

how to put that only operator (@) can join in channel , and ~

doesnt make sense, as getting these modes is only possible AFTER you joined a channel.
you could try to use anope's access lists to kick ppl that do not have any priviledge after they join.
most likely a channel key or invite only excepts are a much better solution.
Logged
Pages: [1]   Go Up