<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.shoutirc.com/index.php?action=history&amp;feed=atom&amp;title=Plugin%3AUsers_MySQL</id>
	<title>Plugin:Users MySQL - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.shoutirc.com/index.php?action=history&amp;feed=atom&amp;title=Plugin%3AUsers_MySQL"/>
	<link rel="alternate" type="text/html" href="https://wiki.shoutirc.com/index.php?title=Plugin:Users_MySQL&amp;action=history"/>
	<updated>2026-04-29T03:28:32Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://wiki.shoutirc.com/index.php?title=Plugin:Users_MySQL&amp;diff=4421&amp;oldid=prev</id>
		<title>Indy: Text replacement - &quot;IRCBot&quot; to &quot;RadioBot&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.shoutirc.com/index.php?title=Plugin:Users_MySQL&amp;diff=4421&amp;oldid=prev"/>
		<updated>2013-10-25T14:13:00Z</updated>

		<summary type="html">&lt;p&gt;Text replacement - &amp;quot;IRCBot&amp;quot; to &amp;quot;RadioBot&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The MySQL Users [[Plugins|plugin]] was created so user information (username, password, user flags) can be stored in a MySQL database.&lt;br /&gt;
[[Category:RadioBot Plugins|Users_MySQL]]&lt;br /&gt;
&lt;br /&gt;
==[[IPC Messages]] Supported==&lt;br /&gt;
 IB_GETUSERINFO&lt;br /&gt;
 IB_ADD_USER&lt;br /&gt;
 IB_DEL_USER&lt;br /&gt;
 IB_ADD_HOSTMASK&lt;br /&gt;
 IB_DEL_HOSTMASK&lt;br /&gt;
 IB_DEL_HOSTMASKS&lt;br /&gt;
 IB_CHANGE_FLAGS&lt;br /&gt;
 IB_CHANGE_PASS&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
[[Configuration:Users_MySQL|Configuration Page]]&lt;br /&gt;
&lt;br /&gt;
==MySQL Database==&lt;br /&gt;
RadioBot will create 2 tables, one called RadioBot_Users and RadioBot_UserHostmasks.&lt;br /&gt;
&lt;br /&gt;
==Developer Info==&lt;br /&gt;
Passwords are stored using MySQL&amp;#039;s built-in AES encryption. This is simple to use so shouldn&amp;#039;t be a problem for any PHP developer.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example reading a user including decrypting password:&lt;br /&gt;
SELECT *,AES_DECRYPT(Pass, &amp;#039;EncKey&amp;#039;) AS dPass FROM RadioBot_Users WHERE Nick=&amp;#039;somenick&amp;#039;;&lt;br /&gt;
&lt;br /&gt;
Example updating a user&amp;#039;s password:&lt;br /&gt;
UPDATE RadioBot_Users SET Pass=AES_ENCRYPT(&amp;#039;new_password&amp;#039;, &amp;#039;EncKey&amp;#039;) WHERE Nick=&amp;#039;somenick&amp;#039;;&lt;/div&gt;</summary>
		<author><name>Indy</name></author>
	</entry>
</feed>