]> jfr.im git - irc.git/blame - software/RELEASES/ircservices/achurch.org/services/lists/ircservices/1999/000307.html
init
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices / 1999 / 000307.html
CommitLineData
3bd189cb
JR
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2<HTML>
3 <HEAD>
4 <TITLE> [IRCServices] Database Question
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20Database%20Question&In-Reply-To=">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="000308.html">
11 <LINK REL="Next" HREF="000314.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices] Database Question</H1>
15 <B>Michael Smith</B>
16 <A HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20Database%20Question&In-Reply-To="
17 TITLE="[IRCServices] Database Question">mike at icon.co.za
18 </A><BR>
19 <I>Tue Nov 9 10:45:38 PST 1999</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="000308.html">[IRCServices] Services 4.3.3
22</A></li>
23 <LI>Next message: <A HREF="000314.html">[IRCServices] Copyright Violations
24</A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#307">[ date ]</a>
27 <a href="thread.html#307">[ thread ]</a>
28 <a href="subject.html#307">[ subject ]</a>
29 <a href="author.html#307">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33<!--beginarticle-->
34<PRE>Hmm, as far as I know the services files are flat binary files with variable
35length fields, however, the positions are fixed, ie password will always be
36after nick etc....
37
38All &quot;fields&quot; are terminated with /0
39
40I am working on a way of letting services use mysql or a similar database to
41keep the info on. This will
42enable revision control, rollback, and allow a central services database to
43be used for multiple (backup copies) of services, in addition, because it is
44now in database form, web utilities etc are now a very easy reality.
45
46Mike
47
48
49At 04:25 PM 09/11/99 -0200, you wrote:
50&gt;<i>Yes, me too :)
51</I>&gt;<i>
52</I>&gt;<i>Rafael Ritter
53</I>&gt;<i>
54</I>&gt;<i>At 12:26 09/11/99 -0000, you wrote:
55</I>&gt;&gt;<i>Please keep me informed of your progress with the web-utils for services.
56</I>&gt;&gt;<i>
57</I>&gt;&gt;<i>Are there any other utilities out there that are similar? I was looking for
58</I>&gt;&gt;<i>a web-based nick registration script.
59</I>&gt;&gt;<i>
60</I>&gt;&gt;<i>cheers
61</I>&gt;&gt;<i>
62</I>&gt;&gt;<i>Mehran
63</I>&gt;&gt;<i>
64</I>&gt;&gt;<i>[scrm] - www.scandal.org
65</I>&gt;&gt;<i>
66</I>&gt;&gt;<i>----- Original Message -----
67</I>&gt;&gt;<i>From: Pinto, Joao Luis (J.) &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">jpinto9 at visteon.com</A>&gt;
68</I>&gt;&gt;<i>To: &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices at ender.shadowfire.org</A>&gt;
69</I>&gt;&gt;<i>Sent: Tuesday, November 09, 1999 8:07 AM
70</I>&gt;&gt;<i>Subject: RE: [IRCServices] Database Question
71</I>&gt;&gt;<i>
72</I>&gt;&gt;<i>
73</I>&gt;&gt;&gt;<i> In mpinion, the better way to work with the services .db is to do it like
74</I>&gt;&gt;&gt;<i> services do, just load the .dbsto memory using the database loading
75</I>&gt;&gt;&gt;<i> functions from services, work the data in memory, and if needed write the
76</I>&gt;&gt;&gt;<i> full changed database using the services saving functions.
77</I>&gt;&gt;&gt;<i> My network staff is also working on some utilities to export services
78</I>&gt;&gt;&gt;<i> information to the WEB =)
79</I>&gt;&gt;&gt;<i>
80</I>&gt;&gt;&gt;<i> Jo&#227;o Lu&#237;s Marques Pinto
81</I>&gt;&gt;&gt;<i> PTlink Tech - <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">Lamego at PTlink.net</A>
82</I>&gt;&gt;&gt;<i> <A HREF="http://www.PTlink.net">http://www.PTlink.net</A>
83</I>&gt;&gt;&gt;<i>
84</I>&gt;&gt;&gt;<i>
85</I>&gt;&gt;&gt;<i>
86</I>&gt;&gt;&gt;<i>
87</I>&gt;&gt;&gt;<i> -----Original Message-----
88</I>&gt;&gt;&gt;<i> From: Dooley [&lt;A HREF=&quot;mailto:<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">dooley at risanet.com</A>&quot;&gt;mailto:<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">dooley at risanet.com</A>&lt;/A&gt;]
89</I>&gt;&gt;&gt;<i> Sent: ter&#231;a-feira, 9 de novembro de 1999 2:33
90</I>&gt;&gt;&gt;<i> To: <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices at ender.shadowfire.org</A>
91</I>&gt;&gt;&gt;<i> Subject: [IRCServices] Database Question
92</I>&gt;&gt;&gt;<i>
93</I>&gt;&gt;&gt;<i>
94</I>&gt;&gt;&gt;<i> I am working on a few utilities for services, but I am running into a
95</I>&gt;&gt;&gt;<i> problem with the NickServ Database. Can someone give me a clue as to the
96</I>&gt;&gt;&gt;<i> field breakdown. For example I can pull the file version without fail and
97</I>&gt;&gt;&gt;<i> bring up the first nick and password but once I start getting into the
98</I>&gt;&gt;<i>other
99</I>&gt;&gt;&gt;<i> fields information is not where I anticipate it to be. The ultimate plan
100</I>&gt;&gt;<i>for
101</I>&gt;&gt;&gt;<i> this is for a user to be able to go to a webpage and enter their nick and
102</I>&gt;&gt;&gt;<i> have their password mailed to them.
103</I>&gt;&gt;&gt;<i>
104</I>&gt;&gt;&gt;<i> If anyone can give me a hand I would be most appreciative.
105</I>&gt;&gt;&gt;<i>
106</I>&gt;&gt;&gt;<i> Dooley, IRC Administrator irc.risanet.com
107</I>&gt;&gt;&gt;<i> &lt;A HREF=&quot;<A HREF="http://www.risanet.com&quot;">http://www.risanet.com&quot;</A>&gt;<A HREF="http://www.risanet.com&lt;/A">http://www.risanet.com&lt;/A</A>&gt;
108</I>&gt;&gt;&gt;<i>
109</I>&gt;&gt;&gt;<i>
110</I>&gt;&gt;&gt;<i> ---------------------------------------------------------------
111</I>&gt;&gt;&gt;<i> To unsubscribe, send email to <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">majordomo at ender.shadowfire.org</A>
112</I>&gt;&gt;&gt;<i> with &quot;unsubscribe ircservices&quot; in the body, without the quotes.
113</I>&gt;&gt;&gt;<i> ---------------------------------------------------------------
114</I>&gt;&gt;&gt;<i> To unsubscribe, send email to <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">majordomo at ender.shadowfire.org</A>
115</I>&gt;&gt;&gt;<i> with &quot;unsubscribe ircservices&quot; in the body, without the quotes.
116</I>&gt;&gt;&gt;<i>
117</I>&gt;&gt;<i>
118</I>&gt;&gt;<i>---------------------------------------------------------------
119</I>&gt;&gt;<i>To unsubscribe, send email to <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">majordomo at ender.shadowfire.org</A>
120</I>&gt;&gt;<i>with &quot;unsubscribe ircservices&quot; in the body, without the quotes.
121</I>&gt;&gt;<i>
122</I>&gt;&gt;<i>
123</I>&gt;<i>
124</I>&gt;<i>---------------------------------------------------------------
125</I>&gt;<i>To unsubscribe, send email to <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">majordomo at ender.shadowfire.org</A>
126</I>&gt;<i>with &quot;unsubscribe ircservices&quot; in the body, without the quotes.
127</I>&gt;<i>
128</I>&gt;<i>
129</I>---
130Michael Smith (Warlock on IRC)
131&lt;A HREF=&quot;<A HREF="http://www.warlock.web.za&quot;">http://www.warlock.web.za&quot;</A>&gt;<A HREF="http://www.warlock.web.za&lt;/A">http://www.warlock.web.za&lt;/A</A>&gt;
132 &quot;Do you smell something burning or is it me?&quot;
133 -- Joan of Arc
134
135---------------------------------------------------------------
136To unsubscribe, send email to <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">majordomo at ender.shadowfire.org</A>
137with &quot;unsubscribe ircservices&quot; in the body, without the quotes.
138
139</PRE>
140
141<!--endarticle-->
142 <HR>
143 <P><UL>
144 <!--threads-->
145 <LI>Previous message: <A HREF="000308.html">[IRCServices] Services 4.3.3
146</A></li>
147 <LI>Next message: <A HREF="000314.html">[IRCServices] Copyright Violations
148</A></li>
149 <LI> <B>Messages sorted by:</B>
150 <a href="date.html#307">[ date ]</a>
151 <a href="thread.html#307">[ thread ]</a>
152 <a href="subject.html#307">[ subject ]</a>
153 <a href="author.html#307">[ author ]</a>
154 </LI>
155 </UL>
156
157</body></html>