I have added this list to the MOOring Mailing Lists page: http://mooring.reinyday.com/lists.html Just letting you know... rachel http://www.reinyday.com...
Rachel
rachel@...
Mar 21, 2001 12:55 am
14
I'm happy to discover this list (via the reference made on techrhet) b/c I'm starting up a MOO for technical writing instruction, and I'm trying to do some...
jeffwhite@...
Mar 21, 2001 12:55 am
15
Jeff, Welcome! This is an $httpd related question concerning specifically encore... I wouldn't think it has anything to do with a power outage. #32 is the...
rv
herve@...
Mar 21, 2001 1:14 am
16
Thank you Rachel! ... and my apologize to Jeff and Rachel for goofing off on the pending settings of this group which caused the delay of this and Jeff's...
rv
herve@...
Mar 21, 2001 1:19 am
17
All: please disregard the message recently posted from me. I have since solved the problem...more specifically, Jan solved it and I followed his instructions. ...
Jeff White
jeffwhite@...
Apr 20, 2001 6:17 pm
18
Hi all, Is there a simple way to use E_PROPNF? I would like to test if an object has a particular property defined, but I'm unable to handle the property not...
rv
herve@...
Apr 20, 2001 6:27 pm
19
Heya, You can do that like this: if (`#1234.property_x != E_PROPNF ! E_PROPNF => 0') "property exists"; else "property doesn't exist"; endif Basically, the...
johnny@...
May 18, 2001 12:39 am
20
Johnny, thanx for the tips! I was suggested to use $object_utils:has_property() as an alternative, which I was using then. Aloha, -rv, ... "God is dead!" ...
rv
herve@...
May 18, 2001 5:41 am
21
Hi all, I just came back from Europe, and realized that many new subscribers have arrived since last May. I would like to welcome everyone, and hope that there...
rv
herve@...
Jun 30, 2001 12:14 am
22
Hey all, I've begun tinkering with using XML as a standard means of communication with external applications that may connect to or be connected to by my MOO. ...
Johnny
johnny@...
Jun 30, 2001 4:58 am
23
Johnny, Here is some resources that might give you some pointers or ideas: http://tecfa.unige.ch/guides/xml/pointers.html ...
rv
herve@...
Jun 30, 2001 10:22 am
24
Hi all, What is the purpose of such verb upon @corifying an object, and is it supposed to do? Aloha, -rv, ... "God is dead!" "There is no devil and no hell....
rv
herve@...
Jul 3, 2001 12:05 am
25
... All it needs to do is set the properties of the core object to their default settings. It can also place the object inside a container, recycle associated ...
Changeling Child
geocorona@...
Jul 3, 2001 8:35 pm
26
At 04:54 PM 7/15/2001, you wrote:
>Please feel free to send questions on MOO programming whenever you want;
>there is not much traffic yet, but it's up to us...
tony summerfelt
snowzone25@...
Jul 15, 2001 9:03 pm
27
... It's always better to get all the programming done before any serious building begins. This is the big mistake that almost all RPG MOOs make. After all the...
Geocorona
geocorona@...
Jul 16, 2001 3:40 pm
28
for some reason, the message wasn't sent to me. i think yahoo groups is having a problem with some of it's lists...i'm on two other high volume lists, that...
snowzone25@...
Jul 17, 2001 2:58 am
29
The latest version (1.1) is online now. It has a few bug fixes that weren't included as patches on the old web page. You can build on the new core if you like....
Geocorona
geocorona@...
Jul 17, 2001 5:44 am
30
... will snag that now... ... i'm thinking of writing a 'build city script' via tkmoo (the moo client i use...it would be in tcl, but would generate a city...
snowzone25@...
Jul 17, 2001 5:28 pm
31
... Making 10,000 street corners is not only time consuming for the builder--no player will ever be able to explore it all! Nor would they want to, considering...
Geocorona
geocorona@...
Jul 19, 2001 7:39 pm
32
Is it possible to use the above command to access the content of a web page? (and save it say in a property) It is possible to access other MOOs with this,...
rv
herve@...
Jul 26, 2001 6:28 pm
33
... I don't think so. That verb is designed for establishing player connections. I'm able to use $gopher:get to access web pages, if the target server is...
Geocorona
geocorona@...
Jul 31, 2001 10:13 pm
34
Geocorona, Thanx for your answer; I actually have been refered to a way to do it: notify() the web server with a GET and the path, and it will work fine: ...
rv
herve@...
Jul 31, 2001 11:02 pm
35
There are utiltity objects out there that handle this sort of thing, I have one called $www I believe that will do a correctly formatted HTTP request and...
Johnny
johnny@...
Aug 1, 2001 3:50 am
36
... I don't think he needs a full web server, which is what $www is, I believe. I was able to get this to work, with wiz perms. If you implement something like...
Geocorona
geocorona@...
Aug 3, 2001 5:11 pm
37
With loops like this, a bug could really lock up the MOO. IF YOUR VERB GETS HUNG UP ON THE FIRST READ( ) ============================================ A) Enter...
Geocorona
geocorona@...
Aug 3, 2001 5:18 pm
38
Geocorona, I would also add a if/endif to test the type receiving from the webserver as well in case: after reading conn in the while statement, something...
rv
herve@...
Aug 3, 2001 6:52 pm
39
I just joined the group and so far i've learned much But is anybody familiar with using a Webserver built into a Moo I like to create some commands that ppl...
Gyman Janssen
gyman@...
Aug 9, 2001 1:03 pm
40
check out: http://moo.kcc.hawaii.edu/~moo/kccmoo/download/ A new version will be posted next week or so. Aloha, -rv, ... "Doué d'une naïveté permanente, il...
rv
herve@...
Aug 9, 2001 6:35 pm
41
... O, that's great. You're just the guy I needed :) I installed the whole package but when I request a weblogin or a who or just browse it all stops The Moo...
Gyman Janssen
gyman@...
Aug 9, 2001 11:16 pm
42
Make sure you edited the HTML files in the applet directory as well as .html_path and .port (also make sure that $network.site is correct) Send me your URl in...