-
Mod: Login Notification t
From
Mindless Automaton@VERT/ELDRITCH to
DOVE-Net.Programming_(Jav on Thu Nov 30 12:05:00 2006
I poked together a mod that sends a message via RSS when someone logs ãinto the bbs. Now that I have that completed, I will probably add ãlogoff message. Also, send to email instead of RSS maybe. Who knows..ããI'm not sure how useful it is really, but I was curious how it would be ãdone.ããHere is one problem though, if I set post access to level 90,ãthe script can't post to the sub. Is there a way to assign scripts ãaccess levels? I'm not sure if I've seen a script do that.ããThanks,ããMindless Automatonã---ã þ Synchronet þ Eldritch Clockwork BBSã
-
From
Tracker1@VERT/TRN to
Mindless Automaton on Thu Nov 30 23:50:00 2006
Mindless Automaton wrote:ã> I poked together a mod that sends a message via RSS when someone logs ã> into the bbs. Now that I have that completed, I will probably add ã> logoff message. Also, send to email instead of RSS maybe. Who knows..ã> ã> I'm not sure how useful it is really, but I was curious how it would be ã> done.ã> ã> Here is one problem though, if I set post access to level 90,ã> the script can't post to the sub. Is there a way to assign scripts ã> access levels? I'm not sure if I've seen a script do that.ããRequire a flag, have the script set the flag, make the post, then clearãthe flag.. ;)ãã-- ãMichael J. Ryan - tracker1(at)theroughnecks(dot)net - www.theroughnecks.netãicq: 4935386 - AIM/AOL: azTracker1 - Y!: azTracker1 - MSN/Win: (email)ãã---ã þ Synchronet þ theroughnecks.net - you know you want itã
-
From
Digital Man@VERT to
Mindless Automaton on Fri Dec 1 16:15:17 2006
Re: Mod: Login Notification tã By: Mindless Automaton to DOVE-Net.Programming_(Jav on Thu Nov 30 2006 12:05 pmãã > I poked together a mod that sends a message via RSS when someone logsã > into the bbs. ããRSS is a "pull" technology, so I'm not really sure what you mean by "sends aãmessage via RSS".ãã > Now that I have that completed, I will probably addã > logoff message. Also, send to email instead of RSS maybe. Who knows..ã > ã > I'm not sure how useful it is really, but I was curious how it would beã > done.ã > ã > Here is one problem though, if I set post access to level 90,ã > the script can't post to the sub. Is there a way to assign scriptsã > access levels? I'm not sure if I've seen a script do that.ããThere's nothing in MsgBase.save_msg() that checks the user user's securityãlevel, so I'm confused. What method are you using to try and post to the sub?ãWhat's the error, exactly?ãã digital man (xbox-live: digitlman)ããSnapple "Real Fact" #85:ãThe Mona Lisa has no eyebrows.ãNorco, CA WX: 74.8øF, 11% humidity, 6 mph WNW wind, 0.00 inches rain/24hrsã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
-
From
Mindless Automaton@VERT/ELDRITCH to
Digital Man on Fri Dec 1 20:41:00 2006
Digital Man wrote:ã> Re: Mod: Login Notification tã> By: Mindless Automaton to DOVE-Net.Programming_(Jav on Thu Nov 30 2006 12:05 pmã> ã> > I poked together a mod that sends a message via RSS when someone logsã> > into the bbs. ã> ã> RSS is a "pull" technology, so I'm not really sure what you mean by "sends aã> message via RSS".ããErr.. rather then it posts to the sub and then is retrieved by RSS. :)ããã> ã> There's nothing in MsgBase.save_msg() that checks the user user's securityã> level, so I'm confused. What method are you using to try and post to the sub?ã> What's the error, exactly?ããWell I guess it was a bug in my script because it seems to be working ãfine. Must be the drain bamage. SOrry. :oããã-Mindless Automatonã---ã þ Synchronet þ Eldritch Clockwork BBSã
-
From
Mindless Automaton@VERT/ELDRITCH to
Tracker1 on Fri Dec 1 20:45:00 2006
Tracker1 wrote:ã> Mindless Automaton wrote:ã>> I poked together a mod that sends a message via RSS when someone logs ã>> into the bbs. Now that I have that completed, I will probably add ã>> logoff message. Also, send to email instead of RSS maybe. Who knows..ã>>ã>> I'm not sure how useful it is really, but I was curious how it would be ã>> done.ã>>ã>> Here is one problem though, if I set post access to level 90,ã>> the script can't post to the sub. Is there a way to assign scripts ã>> access levels? I'm not sure if I've seen a script do that.ã> ã> Require a flag, have the script set the flag, make the post, then clearã> the flag.. ;)ã> ããActually it started working, so I guess my script just was doing ãsomething wrong. PEBKAC. :)ããHowever, that is a good idea I can use in the script or in general.ããThanks!ãã-Mindless Automatonã---ã þ Synchronet þ Eldritch Clockwork BBSã