Thread

Help (1.20KB Attach) (Bots)

Help (1.20KB Attach) // Bots

1  |  

m a k a v e l i

Apr 25, 2001, 10:02pm
I was making my bots able to log into different universes, and made a ini
file that may/may not help some people.


begin 666 universes.ini
M6T1E9F%U;'1=#0IN=6UB97(],PT*#0I;06-T:79E(%=O<FQD<UT-"FAO<W0]
M875T:"YA8W1I=F5W;W)L9',N8V]M#0IP;W)T/3<W-S<-" at T*6S-$3F5T>ET-
M"FAO<W0]=W=W+C-D;F5T>BYD90T*<&]R=#TP#0H-"ELX.#-$70T*:&]S=#UV
M<FUL+FUO;'1I;65D:6$N:70-"G!O<G0], T*#0I;0FQU<D-I='E=#0IH;W-T
M/6AO<W0N86-T:79E=V]R;&1S+F-O;0T*<&]R=#TU-C<Q#0H-"EM"<F%S:6P at
M5V]R;&1S70T*:&]S=#UM86EL+F%C=&EV97=O<FQD<RYC;VT-"G!O<G0]-38W
M, at T*#0I;0VET>2 T($%,3%T-"FAO<W0],3DS+C$X-BXQ-C at N,3 at S#0IP;W)T
M/3 -" at T*6T-Y8F5R($YE="!7;W)L9'-=#0IH;W-T/7=O<FQD<S(N=&-S;BYN
M970-"G!O<G0], T*#0I;1&%D87=O<FQD<UT-"FAO<W0],C$Q+C,Y+C$V,"XQ
M.3<-"G!O<G0], T*#0I;1&EG:71A;"!3<&%C95T-"FAO<W0]9&EG:71A;'-P
M86-E+F-O+G5K#0IP;W)T/3 -" at T*6T5D=59E<G-E70T*:&]S=#UE9'4N86-T
M:79E=V]R;&1S+F-O;0T*<&]R=#TP#0H-"EM&86YD;VU=#0IH;W-T/6AO<W0N
M86-T:79E=V]R;&1S+F-O;0T*<&]R=#TU-C<S#0H-"EM'86QA>'D at 5V]R;&1S
M70T*:&]S=#UG86QA>'DN9V%L87AY=V]R;&1S+F-O;0T*<&]R=#TP#0H-"EM'
M;V]D1T%415T-"FAO<W0]87<N<W1A<F-O;64N8V]M#0IP;W)T/3 -" at T*6TMA
M<FQS:W)O;F$R70T*:&]S=#UH;W-T+F%C=&EV97=O<FQD<RYC;VT-"G!O<G0]
M-38W- T*#0I;3VAI;R!5;FET961=#0IH;W-T/6AO<W0N:6UA=&]W;G,N8V]M
M#0IP;W)T/3 -" at T*6T]U=&5R(%=O<FQD<UT-"FAO<W0]:&]S="YS965R87DN
M8V]M#0IP;W)T/3 -" at T*6U!#1$H at +2!.:6QE(%)O9&=E<G, at 35 S($1A;F-E
M($-L=6)=#0IH;W-T/6AO<W0N86-T:79E=V]R;&1S+F-O;0T*<&]R=#TU-C<U
M#0H-"EM2960 at 1&]G($= ;&%X>5T-"FAO<W0],3DS+C$X-BXQ-C at N,3 at S#0IP
M;W)T/34V-S$-" at T*6U-U;B!7965K;'D at 36%L;" S1$=L;V)A;%T-"FAO<W0]
M<W5N=V5E:VQY+F%C=&EV97=O<FQD<RYC;VT-"G!O<G0]-38X, T*#0I;5F5C
M=&]R<V-A<&5=#0IH;W-T/75N:79E<G-E,#$N=F5C=&]R<V-A<&4N;F5T#0IP
M;W)T/3 -" at T*6U9I9&5O<F%N8V at S1%T-"FAO<W0]=FED96]R86YC:"YC;VT-
M"G!O<G0], T*#0I;5FEL;&%G92 S1%T-"FAO<W0]=W=W+F-Y8F5R8G)A:6XN
M;F5T#0IP;W)T/3 -" at T*6U=O;&9S8G5R9S)=#0IH;W-T/6AO<W0N86-T:79E
5=V]R;&1S+F-O;0T*<&]R=#TU-C<X
`
end

kah

Apr 26, 2001, 5:27pm
I like registry settings better...and they save code!

KAH
PS. But it's a good idea to release it :-))
[View Quote]

ananas

Apr 26, 2001, 5:55pm
.... and the entries get lost when you move the application to
a different machine
.... and they stay and make the registry grow when you delete
the application, slows down even after installing/removing.
.... and they do not save code, reading an INI key is one line
of code, not more than reading a registry key.

IMO the registry was one of the most stupid things that M$ did
to prevent people from having control over their applications.

And I heard that the newer programming guidelines of M$ ask the
developers not to use the registry anymore for program internal
settings. Only settings that are needed to access from outside
an application should be held in a registry.

Real operating systems don't have something like that.

Standalone applications should have all their data within one
subdirectory so they don't need an uninstaller. If they have
user created data a second (default-) directory for that is OK.
Especially if the setup stuff is not user dependant.

The only thing that should be entered in a registry is the
place where other applications can find this application and
the command extension, if applicable. It compares to UNIX'
/etc folder.

Registry only, if it really cannot be avoided !

[View Quote] --
"_
|
/\
\ /
__/ /_

xelag

Apr 27, 2001, 7:41pm
I agree fully with you ananas, the registry is a trash bin full of lost code
and vanished utilities: it can never be cleared properly, even when
uninstalling programs :)

[View Quote]

1  |  
Awportals.com is a privately held community resource website dedicated to Active Worlds.
Copyright (c) Mark Randall 2006 - 2024. All Rights Reserved.
Awportals.com   ·   ProLibraries Live   ·   Twitter   ·   LinkedIn