<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/9082" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2005-02-07T14:56:45-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/9082</id>

		<entry>
		<author><name><![CDATA[Galadhrim]]></name></author>
		<updated>2005-02-07T14:56:45-04:00</updated>

		<published>2005-02-07T14:56:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46379#p46379</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46379#p46379"/>
		<title type="html"><![CDATA[Users in SQL db?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46379#p46379"><![CDATA[
what every bot does is save the userfile every hour. So if you would make a script or module that uploads the userfile into a mysql DB every x minutes/hours then ur problem is solved. If you want to be able to edit either the DB or the userfile in cache, then you'd have to make a synchronization module that checks the changes in either and then chooses to upload to/ download from the DB...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2999">Galadhrim</a> — Mon Feb 07, 2005 2:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2005-02-06T12:34:26-04:00</updated>

		<published>2005-02-06T12:34:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46341#p46341</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46341#p46341"/>
		<title type="html"><![CDATA[Users in SQL db?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46341#p46341"><![CDATA[
<blockquote class="uncited"><div>thats why I suggested to use telnet to update changes from web to the bot. This way you will not have to change the bots usermanagement in any way. You might want to change the user file save to every 5min in the source or so ^-^</div></blockquote>my point exactly if you changed something in those 5 mins on dcc and bot loads the mysql db you would have to do it all over again my point is that you need a direct interface a scriptable webserver which i am working on no use using mysql cause you will always end up [censored] up the user file .. unless you write directly to the user file when you do a party line event. for example when you change modes write it directly in a db instead of caching it into memory and writing it away later on.<br><br>but thats not just a small change in the bot but a huge. and beleve me with all them sockets you guys are planning to use .. then your beter of using a script directly into the bot cause lets face it http admin interface is what he is looking for.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Sun Feb 06, 2005 12:34 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-02-06T11:51:21-04:00</updated>

		<published>2005-02-06T11:51:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46338#p46338</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46338#p46338"/>
		<title type="html"><![CDATA[Users in SQL db?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46338#p46338"><![CDATA[
thats why I suggested to use telnet to update changes from web to the bot. This way you will not have to change the bots usermanagement in any way. You might want to change the user file save to every 5min in the source or so ^-^<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Sun Feb 06, 2005 11:51 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2005-02-06T06:45:43-04:00</updated>

		<published>2005-02-06T06:45:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46322#p46322</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46322#p46322"/>
		<title type="html"><![CDATA[Users in SQL db?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46322#p46322"><![CDATA[
still you can't just bind all stuff in a mysql db it would always overwrite the bot will take his cached data in favor of the db so all you would able to do is read data thats it<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Sun Feb 06, 2005 6:45 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Galadhrim]]></name></author>
		<updated>2005-02-05T19:51:58-04:00</updated>

		<published>2005-02-05T19:51:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46304#p46304</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46304#p46304"/>
		<title type="html"><![CDATA[Users in SQL db?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46304#p46304"><![CDATA[
you should be able to change the eggdrop's source in such a way that it does that, but it ain't easy. I'm still hoping that eggheads will make it possible...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2999">Galadhrim</a> — Sat Feb 05, 2005 7:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tuffy]]></name></author>
		<updated>2005-02-04T04:28:09-04:00</updated>

		<published>2005-02-04T04:28:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46221#p46221</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46221#p46221"/>
		<title type="html"><![CDATA[HI!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46221#p46221"><![CDATA[
The main thought was to use the same username/password with the website. All info in the same mysql db so you could easily fetch/change the info from irc or the web.<br><br><br>Would be nice if someone could do something so that all info that is in the user file is stored in a mysql db instead. My programing experience is realy poor so i can't do it. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":-(" title="Sad"><br><br>Thanks for the replies!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5946">tuffy</a> — Fri Feb 04, 2005 4:28 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[^DooM^]]></name></author>
		<updated>2005-02-03T14:22:49-04:00</updated>

		<published>2005-02-03T14:22:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46208#p46208</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46208#p46208"/>
		<title type="html"><![CDATA[Users in SQL db?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46208#p46208"><![CDATA[
As long as you have a php backend that access's the mysql database you could quite easily bind on join pass the hostmask across the $_GET line and if the php script comes back as true or false, op or dont op. then you can extend on that with various replies for whatever you want to do. trigger commands etc etc. I used this method for a channel protect script that also allowed users onto a webpage so i could modify the users settings on the webpage and the bot would be updated accordingly. Works well except for when mysql or apache went down, the bot just sat there and did nothing <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3723">^DooM^</a> — Thu Feb 03, 2005 2:22 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-02-03T13:48:41-04:00</updated>

		<published>2005-02-03T13:48:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46206#p46206</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46206#p46206"/>
		<title type="html"><![CDATA[Users in SQL db?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46206#p46206"><![CDATA[
i believe its easier to make a web (php?!) script to read the .user data and write to a telnet connection than running an eggdrop in read/write to an sql db <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile">.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Thu Feb 03, 2005 1:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2005-02-03T12:45:57-04:00</updated>

		<published>2005-02-03T12:45:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46203#p46203</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46203#p46203"/>
		<title type="html"><![CDATA[Users in SQL db?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46203#p46203"><![CDATA[
? just put the usernames into a mysql db would be easy but using a mysql db as a user file is something entirely different, well not easy easy just not that hard to do .. i gues..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Thu Feb 03, 2005 12:45 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[shanks]]></name></author>
		<updated>2005-02-03T08:16:53-04:00</updated>

		<published>2005-02-03T08:16:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46199#p46199</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46199#p46199"/>
		<title type="html"><![CDATA[Users in SQL db?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46199#p46199"><![CDATA[
I used to have one... I had my bot use it to share user accounts with a website...<br><br>don't think i've got it any more though - was planning on writing a new one soon though. much more efficient aswell. (it will be with a MySQL DB however)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3686">shanks</a> — Thu Feb 03, 2005 8:16 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2005-01-31T06:57:08-04:00</updated>

		<published>2005-01-31T06:57:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46004#p46004</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46004#p46004"/>
		<title type="html"><![CDATA[Users in SQL db?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46004#p46004"><![CDATA[
no i think, it doesn't exist , i was looking for  that as well, with no succes.. but if you do find it plz post<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Mon Jan 31, 2005 6:57 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tuffy]]></name></author>
		<updated>2005-01-30T18:40:22-04:00</updated>

		<published>2005-01-30T18:40:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45982#p45982</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45982#p45982"/>
		<title type="html"><![CDATA[Users in SQL db?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45982#p45982"><![CDATA[
Hello<br><br>Anyone know of any script/module that stores eggdrop users in a sql db?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5946">tuffy</a> — Sun Jan 30, 2005 6:40 pm</p><hr />
]]></content>
	</entry>
	</feed>
