• Am not!

    From Mindless Automaton@VERT/ELDRITCH to DOVE-Net.Programming_(Jav on Wed Jan 18 09:50:00 2006
    In leftnav.inc, you have this line:ãã @@JS:if(!template.node_list.length || ãhttp_request.virtual_path=="/nodelist.ssjs")'<!--';@@ã <span class="text1">Currently Online..</span><br ã/><table class="left_nodelist"><tbody><<REPEAT node_list>><tr>ã <td class="left_nodelist"><span ãclass="text2">%%node_list:name%% ã%%node_list:action%%</span></td></tr><<END REPEAT ãnode_list>></tbody></table>ã @@JS:if(!template.node_list.length || ãhttp_request.virtual_path=="/nodelist.ssjs")'-->';@@ãã >From my understanding, if no one is online or nodelist.ssjs is ãrequested, the Currently Online code is commented out.ããSo if I do this after:ãã ã@@JS:if(!http_request.virtual_path=="/nodelist.ssjs")'<!--';@@ã <span class="text1">Info to display with ãNodelist.ssjs</span><br /><table ãclass="left_nodelist"><tbody><tr></tbody></table>ã ã@@JS:if(!http_request.virtual_path=="/nodelist.ssjs")'-->';@@ããI am saying if the request is NOT for nodelist.ssjs, the Info to display ãcode should be commented out, correct?ããThe objective is thus: When you first connect to the website, you have ãthe currently online list in leftnav.ssjsãIf you go to nodelist.ssjs, I want to display some text where currently ãonline was.ããAny ideas as to my bungle?ããThanks,ããMindless Automatonã---ã þ Synchronetã
  • From RuneMaster@VERT/SYNCDEV to Mindless Automaton on Thu Jan 26 23:15:00 2006
    @@JS:if(!http_request.virtual_path=="/nodelist.ssjs")'<!--';@@ã > @@JS:if(!http_request.virtual_path=="/nodelist.ssjs")'-->';@@ããTry: ãã@@JS:if(http_request.virtual_path!="/nodelist.ssjs")'<!--';@@ ã@@JS:if(http_request.virtual_path!="/nodelist.ssjs")'-->';@@ããLet me know ...ãã-RM.ãã---ã þ Synchronet þ SyncDev - defaulthtml.darktech.orgã
  • From Corey@VERT/TSGC to RuneMaster on Fri Jan 27 08:04:00 2006
    Re: Re: Am not!ã By: RuneMaster to Mindless Automaton on Thu Jan 26 2006 11:15 pmãã > > @@JS:if(!http_request.virtual_path=="/nodelist.ssjs")'<!--';@@ã > > @@JS:if(!http_request.virtual_path=="/nodelist.ssjs")'-->';@@ã > ã > Try:ã > ã > @@JS:if(http_request.virtual_path!="/nodelist.ssjs")'<!--';@@ã > @@JS:if(http_request.virtual_path!="/nodelist.ssjs")'-->';@@ã > ã > Let me know ...ã > ã > -RM.ã > ããhmm, I knew a person who couldn't program without java.ãerr, had to stop at starbucks before work...ããThis message has ended, go in peace...ãã---ã þ Synchronet þ Three Stooges Gentlemens Club - Las Vegas, Nvã
  • From Jas Hud@VERT to Corey on Tue Jan 31 22:32:09 2006
    Re: Re: Am not!ã By: Corey to RuneMaster on Fri Jan 27 2006 08:04 amãã > Re: Re: Am not!ã > By: RuneMaster to Mindless Automaton on Thu Jan 26 2006 11:15 pmã > ã > > > @@JS:if(!http_request.virtual_path=="/nodelist.ssjs")'<!--';@@ã > > > @@JS:if(!http_request.virtual_path=="/nodelist.ssjs")'-->';@@ã > >ã > > Try:ã > >ã > > @@JS:if(http_request.virtual_path!="/nodelist.ssjs")'<!--';@@ã > > @@JS:if(http_request.virtual_path!="/nodelist.ssjs")'-->';@@ã > >ã > > Let me know ...ã > >ã > > -RM.ã > >ã > ã > hmm, I knew a person who couldn't program without java.ã > err, had to stop at starbucks before work...ã > ã > This message has ended, go in peace...ã > ããokay, that was bad.ã .Ä.Ú Â Â ÂÂ.Ä. ÂÚ¿ã-³ ³Ã¿³ ³³ ³³³ ³³ ³À¿-ã `Ä'ÀÙÁÙÁ`\/'Á`Ä'À-ÙÀÙãedge of oblivion bbs þ eob.darktech.org þ NUVãAngus is a big fat dog kisserããã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From Mindless Automaton@VERT/ELDRITCH to RuneMaster on Wed Feb 1 22:46:00 2006
    RuneMaster wrote:ãã> Try: ã> ã> @@JS:if(http_request.virtual_path!="/nodelist.ssjs")'<!--';@@ ã> @@JS:if(http_request.virtual_path!="/nodelist.ssjs")'-->';@@ã> ã> Let me know ...ã> ã> -RM.ããAye, aye. Is working good..ãããMany thanks!ãã-Mindless Automatonã---ã þ Synchronetã
  • From RuneMaster@VERT/SYNCDEV to Mindless Automaton on Thu Feb 2 15:34:00 2006
    Aye, aye. Is working good..ããAh, good.ãã > Many thanks!ããYou're welcome.ãã-RM.ãã---ã þ Synchronet þ SyncDev - defaulthtml.darktech.orgã
  • From Mindless Automaton@VERT/ELDRITCH to RuneMaster on Fri Feb 3 14:34:00 2006
    RuneMaster wrote:ã> > Aye, aye. Is working good..ã> ã> Ah, good.ã> ã> > Many thanks!ã> ã> You're welcome.ã> ã> -RM.ã> ã> ---ã> � Synchronet � SyncDev - defaulthtml.darktech.orgããIf you want to check out my butchery of your nice Synchronet html/js setup:ããhttp://eldritch.darktech.org/ããvery much under construction of course..ããMindless Automatonã---ã þ Synchronetã
  • From RuneMaster@VERT/SYNCDEV to Mindless Automaton on Mon Feb 6 15:51:00 2006
    If you want to check out my butchery of your nice Synchronet html/js setup:ãã > http://eldritch.darktech.org/ãã > very much under construction of course..ããComming along nicely :)ãã-RM.ãã---ã þ Synchronet þ SyncDev - defaulthtml.darktech.orgã
  • From Mindless Automaton@VERT/ELDRITCH to RuneMaster on Mon Feb 6 19:12:00 2006
    RuneMaster wrote:ã> > If you want to check out my butchery of your nice Synchronet html/js setup:ã> ã> > http://eldritch.darktech.org/ã> ã> > very much under construction of course..ã> ã> Comming along nicely :)ããOf course I cheated and bought a layout. :o It wasn't as hard as I ãthough to get it working with the template system. Now all I have to do ãis put some more time into it to finish it off and add whatever else I ãwant..ãã-Mindless Automatonã---ã þ Synchronetã
  • From Jas Hud@VERT to Runemaster on Sat Feb 11 08:06:13 2006
    Re: Re: Am not!ã By: Mindless Automaton to RuneMaster on Fri Feb 03 2006 02:34 pmãã > RuneMaster wrote:ã > > > Aye, aye. Is working good..ã > >ã > > Ah, good.ã > >ã > > > Many thanks!ã > >ã > > You're welcome.ã > >ã > > -RM.ã > >ã > > ---ã > > � Synchronet � SyncDev - defaulthtml.darktech.orgã > ã > If you want to check out my butchery of your nice Synchronet html/js setup:ã > ã > http://eldritch.darktech.org/ã > ã > very much under construction of course..ã > ã > Mindless Automatonããyeah, i heard that [insert vulger comment here] Timewarrior is yourãco-developer on 'SyncWeb'.ããwhat's up with that?ã .Ä.Ú Â Â ÂÂ.Ä. ÂÚ¿ã-³ ³Ã¿³ ³³ ³³³ ³³ ³À¿-ã `Ä'ÀÙÁÙÁ`\/'Á`Ä'À-ÙÀÙãedge of oblivion bbs þ eob.darktech.org þ NUVãAngus is a big fat dog kisserããã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From RuneMaster@VERT/SYNCDEV to Jas Hud on Sat Feb 11 18:23:00 2006
    yeah, i heard that [insert vulger comment here] Timewarrior is yourã > co-developer on 'SyncWeb'.ããNope. He works on Third Party stuff. I help him out. What goes on there doesãnot in any way have anything to do with Synchronet Development. I offer a testãsystem and a completely seperate CVS for *anyone* interested in poking aroundãwith some new ideas.ããHowever, there have been a couple decent ideas to come out of the noise that isãgenerated and I take those ideas if they seem fit for official development.ããWhile I cannot say that dealing with him has not been without some frustration,ãhe has not given me cause to [insert vulgar comment here]ããAnd he has had some intersting ideas.ããAnyone is welcome to post suggestions, bug reports, feature requests, etc atãthe development server:ããhttp://syncdev.darktech.org:6080/ããI also hang out on #SyncDev on IRC as well as #SunchronetããI appreciate your concerns, but trust me, if thing get too frustrating, I willãallow you the please of those comments :)ãã-RM.ãã---ã þ Synchronet þ SyncDev - defaulthtml.darktech.orgã
  • From Jas Hud@VERT to RuneMaster on Sat Feb 11 17:55:27 2006
    Re: Re: Am not!ã By: RuneMaster to Jas Hud on Sat Feb 11 2006 06:23 pmãã > Nope. He works on Third Party stuff. I help him out. What goes on there dã > not in any way have anything to do with Synchronet Development. I offer a tã > system and a completely seperate CVS for *anyone* interested in poking arounã > with some new ideas.ã > ããwell,i know kelso. i know people that know kelso.ããyes, the guy has a lot of time on his hands, because he is 27 yrs old and hasntãworked for years, but i think most of us would rather do without hisãcontributions.ããthe guy's mentally unstable and delusional. that is no exaggeration or joke.ã .Ä.Ú Â Â ÂÂ.Ä. ÂÚ¿ã-³ ³Ã¿³ ³³ ³³³ ³³ ³À¿-ã `Ä'ÀÙÁÙÁ`\/'Á`Ä'À-ÙÀÙãedge of oblivion bbs þ eob.darktech.org þ NUVãAngus is a big fat dog kisserããã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From Time Warrior@VERT/SYNCDEV to Jas Hud on Sat Feb 11 22:54:00 2006
    Re: Re: Am not!ã > By: RuneMaster to Jas Hud on Sat Feb 11 2006 06:23 pmã > ã > > Nope. He works on Third Party stuff. I help him out. What goes onãthereã > dã > > not in any way have anything to do with Synchronet Development. I offerãaã > tã > > system and a completely seperate CVS for *anyone* interested in pokingã > arounã > > with some new ideas.ã > > ã > ã > well,i know kelso. i know people that know kelso.ã > ã > yes, the guy has a lot of time on his hands, because he is 27 yrs old andã > hasntã > worked for years, but i think most of us would rather do without hisã > contributions.ã ããYou don't know me and the people you claim to know do not know me either. Onlyãpeople who have gotten to know me on a more "personal level" beyond a fewãmessage exchanges / phone calls even come close to truly knowing me. What youãthink you know and what is true is two different things, but I prefer it thisãway. Please keep thinking you know all the facts. It makes things easier forãme, oddly enough.ããAs for Synchweb (or Syncweb, for those who prefer that spelling) you yourselfãhave complimented me on my skill with the web interface so i'm not sure whyãthis surprises you as per your "Why is Kelso your co-developer?" statement.ããAlso for the record -- I started this project and RM is not only a really coolãguy as a person but also a very knowledgable developer. I'd be a fool to notãhave asked for his assistance.ããOnly speak for yourself and if you'd rather do work without my contributions,ãthen no one is stopping you nor anyone else who may feel that way. In fact -- Iãthink you should directly compete with me and start your own third party DevãProject. God knows the scene could use the motivation -- and you are a veryãskilled programmer and developer yourself. ãã-- ã .---------------------------------------------------------------.ã| [TiME WaRRiOR] aka [Dave Kelso] AIM: Twar782 | +o Malkavia BBS |ã| www : synchsupport.net - malkaviabbs.com - xpresit.net |ã| www$: josephsjewelersonline.com - preferedinsurance.com |ã| @: time.warrior@malkaviabbs. com |ã \______________________________________________________________/ãã---ã þ Synchronet þ SyncDev - defaulthtml.darktech.orgã
  • From Time Warrior@VERT/SYNCDEV to RuneMaster on Sun Feb 12 04:27:00 2006
    If you want to check out my butchery of your nice Synchronet html/jsãsetup:ã > ã > > http://eldritch.darktech.org/ã > ã > > very much under construction of course..ã > ã > Comming along nicely :)ã ãI hope theres going to be an "English Version" of this site. Coming alongãnicely is an understatement! Props to this guy! It's awesome!ãã-- ã .---------------------------------------------------------------.ã| [TiME WaRRiOR] aka [Dave Kelso] AIM: Twar782 | +o Malkavia BBS |ã| www : synchsupport.net - malkaviabbs.com - xpresit.net |ã| www$: josephsjewelersonline.com - preferedinsurance.com |ã| @: time.warrior@malkaviabbs. com |ã \______________________________________________________________/ãã---ã þ Synchronet þ SyncDev - defaulthtml.darktech.orgã
  • From Time Warrior@VERT/SYNCDEV to Jas Hud on Sun Feb 12 04:34:00 2006
    Re: Re: Am not!ã > By: Mindless Automaton to RuneMaster on Fri Feb 03 2006 02:34 pmã > ã > > RuneMaster wrote:ã > > > > Aye, aye. Is working good..ã > > >ã > > > Ah, good.ã > > >ã > > > > Many thanks!ã > > >ã > > > You're welcome.ã > > >ã > > > -RM.ã > > >ã > > > ---ã > > > � Synchronet � SyncDev - defaulthtml.darktech.orgã > > ã > > If you want to check out my butchery of your nice Synchronet html/jsãsetup:ã > > ã > > http://eldritch.darktech.org/ã > > ã > > very much under construction of course..ã > > ã > > Mindless Automatonã > ã > yeah, i heard that [insert vulger comment here] Timewarrior is yourã > co-developer on 'SyncWeb'.ã > ã > what's up with that?ã ããYou are a more skilled developer than I could ever hope to be if I lived to beã200 years old. So if you have a problem with the fact that I started this thirdãparty project, then fix the problem. Start your own. With your skills and thatãof "your friends" who *cough*know me so well*cough* I seriously, with noãsarcasm intended (except towards your more beligerant statements -- myãacknowledgement of your skill is 100% serious), encourage you to start your ownãthird party project. ããYou could easily do better than me, and in much shorter order. So quit bitchinãand do it. Walk the walk or don't talk the talk. Your far better at this sortãof thing than I am, admittedly -- so I know you are more than capable ofãwalking that walk.ããStop flaming and PWN my efforts with a third party project superior to the oneãi've started. You say your a superrior modder and you are correct. So getãmodding.ãã-- ã .---------------------------------------------------------------.ã| [TiME WaRRiOR] aka [Dave Kelso] AIM: Twar782 | +o Malkavia BBS |ã| www : synchsupport.net - malkaviabbs.com - xpresit.net |ã| www$: josephsjewelersonline.com - preferedinsurance.com |ã| @: time.warrior@malkaviabbs. com |ã \______________________________________________________________/ãã---ã þ Synchronet þ SyncDev - defaulthtml.darktech.orgã
  • From Time Warrior@VERT/SYNCDEV to RuneMaster on Sun Feb 12 04:43:00 2006
    yeah, i heard that [insert vulger comment here] Timewarrior is yourã > > co-developer on 'SyncWeb'.ã > ã > Nope. He works on Third Party stuff. I help him out. What goes on thereã > doesã > not in any way have anything to do with Synchronet Development. I offer aã > testã > system and a completely seperate CVS for *anyone* interested in pokingãaroundã > with some new ideas.ããYes, and I thank you for your assistance. It is very much appreciated.ãã > ã > However, there have been a couple decent ideas to come out of the noise thatã > isã > generated and I take those ideas if they seem fit for official development.ã > ããThis is quite true -- however I have also inspired your muse for you to pullãsome new and interesting things out of your own arse as well, so I can't takeãFULL credit for the new implimentations. I suggested a profile system and whatãit needs to do, but you designed it. I suggested multi-domain default themeãsupport, but you desiged it. The list goes on.ããI am more of an idea guy and someone who is good with cosmetics. I admittedlyãcan not code my way out of a paper bag.ããã > While I cannot say that dealing with him has not been without someã > frustration,ã > he has not given me cause to [insert vulgar comment here]ããWell hey, your not exactly Mary Poppins either. :-)ããWe do thrash eachother a bit but it does get results. We've accomplished alotãby bouncing ideas around (as well as bouncing eachother around <G>) .. i'veãenjoyed our voice / chat / email / forum colaberations on this -- as has Ayr30nãKn1ght. He too looks forward to working with us more on this in the nearãfuture.ããYou also have not given me cause to [insert vulgar comment here] but insertingãvulgar comments when it's not absolutely nessesary would be tactless, nowãwouldn't it? :-)ãã > ã > And he has had some intersting ideas.ããAs have you.ã ã > Anyone is welcome to post suggestions, bug reports, feature requests, etc atã > the development server:ã > ã > http://syncdev.darktech.org:6080/ã > ã > I also hang out on #SyncDev on IRC as well as #Sunchronetã > ã > I appreciate your concerns, but trust me, if thing get too frustrating, Iãwillã > allow you the please of those comments :)ãããYes -- and that would be to post suggestions, bug reports, feature requests,ãetc... not for attempting to start a pissing contest with me <looks at Jas Hud>ãã:-)ãã-- ã .---------------------------------------------------------------.ã| [TiME WaRRiOR] aka [Dave Kelso] AIM: Twar782 | +o Malkavia BBS |ã| www : synchsupport.net - malkaviabbs.com - xpresit.net |ã| www$: josephsjewelersonline.com - preferedinsurance.com |ã| @: time.warrior@malkaviabbs. com |ã \______________________________________________________________/ãã---ã þ Synchronet þ SyncDev - defaulthtml.darktech.orgã
  • From RuneMaster@VERT/SYNCDEV to Time Warrior on Sun Feb 12 12:17:00 2006
    I think you should directly compete with me and start your own third partyãDevã > Project. God knows the scene could use the motivation -- and you are a veryã > skilled programmer and developer yourself. ããPsst, TW, this is not alt.bbs.synchronet ... what the heck are you doing hereã:Pãã-RM.ãã---ã þ Synchronet þ SyncDev - defaulthtml.darktech.orgã
  • From RuneMaster@VERT/SYNCDEV to Time Warrior on Sun Feb 12 12:19:00 2006
    Stop flaming and PWN my efforts with a third party project superior to theãoneã > i've started. You say your a superrior modder and you are correct. So getã > modding.ããJust so everyone know. I am neutral in this little thing :)ããCommon guys, lay them out and measure them and get it over with ;)ãã-RM.ãã---ã þ Synchronet þ SyncDev - defaulthtml.darktech.orgã
  • From RuneMaster@VERT/SYNCDEV to Time Warrior on Sun Feb 12 12:21:00 2006
    Yes -- and that would be to post suggestions, bug reports, feature requests,ã > etc... not for attempting to start a pissing contest with me <looks at Jasã > Hud>ããYeup ... ããAgain ... this is not alt.bbs.synchronet ... :Pãã-RM.ãã---ã þ Synchronet þ SyncDev - defaulthtml.darktech.orgã
  • From Deuce@VERT/SYNCNIX to RuneMaster on Sun Feb 12 15:08:00 2006
    Re: Re: Am not!ã By: RuneMaster to Jas Hud on Sat Feb 11 2006 06:23 pmãã > I also hang out on #SyncDev on IRC as well as #SunchronetããHrm... I haven't finished making it go on Sun hardware yet...ãã---ãThis sig is not directed at Jazzman.ãã---ã þ Synchronet þ My Brand-New BBS (All the cool SysOps run STOCK!)ã
  • From Time Warrior@VERT/SYNCDEV to RuneMaster on Mon Feb 13 04:32:00 2006
    I think you should directly compete with me and start your own thirdãpartyã > Devã > > Project. God knows the scene could use the motivation -- and you are aãveryã > > skilled programmer and developer yourself. ã > ã > Psst, TW, this is not alt.bbs.synchronet ... what the heck are you doingãhereã > :Pã ããI knew someone was going to ask that. lolããIt's amazing. I don't ask people to do this for me, it just kinda happens. Whenãpeople such as Jas are, for lack of a better term "talking shit" in messageãareas that I do not read or am unaware of -- I'll get instant messages fromãfriends saying "Hey Dave, check this out, it's pretty amusing" .. which isãexactly what happened in this instance.ããOne of the two new recruits to the project (I really do need to update theãentires on dev.synchsupport.net with that info lol) who I brought in, who is aãSysop friend of mine local to me in the Chicagoland Area -- messaged me aboutãthis thread having been amused by the fact that it is Jas who has "too muchãfree time" in all actuality, to have nothing else better to do than yammer onãand bitch about me. He figured I would find it just as amusing (and i mostãcertianly DID :-) so he brought it to my attention.ããI would never have known this thread existed had it not been for him. If heãwishes to take credit, he can feel free. He obviously reads this area. lolãã-- ã .---------------------------------------------------------------.ã| [TiME WaRRiOR] aka [Dave Kelso] AIM: Twar782 | +o Malkavia BBS |ã| www : synchsupport.net - malkaviabbs.com - xpresit.net |ã| www$: josephsjewelersonline.com - preferedinsurance.com |ã| @: time.warrior@malkaviabbs. com |ã \______________________________________________________________/ãã---ã þ Synchronet þ SyncDev - defaulthtml.darktech.orgã
  • From Time Warrior@VERT/SYNCDEV to RuneMaster on Mon Feb 13 04:34:00 2006
    Stop flaming and PWN my efforts with a third party project superior toãtheã > oneã > > i've started. You say your a superrior modder and you are correct. So getã > > modding.ã > ã > Just so everyone know. I am neutral in this little thing :)ã > ã > Common guys, lay them out and measure them and get it over with ;)ã ãHey, I'm neutral as well. Jas' negetivity only hurts him and I adimently thinkãsomeone of his skill should start his own project -- especially if he hasãissues with ours. There is nothing to "lay out and measure" seeing as I am notãbeing competetive. I fully acknowledge that he has superior modding skills toãmy own.ããSo, ya done? :-)ãã-- ã .---------------------------------------------------------------.ã| [TiME WaRRiOR] aka [Dave Kelso] AIM: Twar782 | +o Malkavia BBS |ã| www : synchsupport.net - malkaviabbs.com - xpresit.net |ã| www$: josephsjewelersonline.com - preferedinsurance.com |ã| @: time.warrior@malkaviabbs. com |ã \______________________________________________________________/ãã---ã þ Synchronet þ SyncDev - defaulthtml.darktech.orgã
  • From Time Warrior@VERT/SYNCDEV to RuneMaster on Mon Feb 13 04:35:00 2006
    Yes -- and that would be to post suggestions, bug reports, featureã > requests,ã > > etc... not for attempting to start a pissing contest with me <looks atãJasã > > Hud>ã > ã > Yeup ... ã > ã > Again ... this is not alt.bbs.synchronet ... :Pã ãDoesn't mater. Jas will flame anyone, anywhere! <G>ãã-- ã .---------------------------------------------------------------.ã| [TiME WaRRiOR] aka [Dave Kelso] AIM: Twar782 | +o Malkavia BBS |ã| www : synchsupport.net - malkaviabbs.com - xpresit.net |ã| www$: josephsjewelersonline.com - preferedinsurance.com |ã| @: time.warrior@malkaviabbs. com |ã \______________________________________________________________/ãã---ã þ Synchronet þ SyncDev - defaulthtml.darktech.orgã
  • From Death@VERT/DARKNESS to Time Warrior on Mon Feb 13 06:02:00 2006
    Re: Re: Am not!ã By: Time Warrior to RuneMaster on Mon Feb 13 2006 04:35 amãã > > > Yes -- and that would be to post suggestions, bug reports, featureã > > requests,ã > > > etc... not for attempting to start a pissing contest with me <looks atã > Jasã > > > Hud>ã > >ã > > Yeup ...ã > >ã > > Again ... this is not alt.bbs.synchronet ... :Pã > ã > Doesn't mater. Jas will flame anyone, anywhere! <G>ã > ã > --ã > .---------------------------------------------------------------.ã > | [TiME WaRRiOR] aka [Dave Kelso] AIM: Twar782 | +o Malkavia BBS |ã > | www : synchsupport.net - malkaviabbs.com - xpresit.net |ã > | www$: josephsjewelersonline.com - preferedinsurance.com |ã > | @: time.warrior@malkaviabbs. com |ã > \______________________________________________________________/ã ã.....who gives a flying shit who the best modder is? I rather enjoy Jas'sãflames... Think some of them are funny.. even when he flames me. The onlyãmodding I can to would be in a boxing ring...heheh...ããDeathã darkness.ipforward.com Home of DarkNetããã---ã þ Synchronet þ Darkness BBS - darkness.synchro.net - SysOp's: Death, Dark Angelã
  • From Mindless Automaton@VERT/ELDRITCH to RuneMaster on Mon Feb 13 10:48:00 2006
    RuneMaster wrote:ã> > Stop flaming and PWN my efforts with a third party project superior to theã> oneã> > i've started. You say your a superrior modder and you are correct. So getã> > modding.ã> ã> Just so everyone know. I am neutral in this little thing :)ã> ã> Common guys, lay them out and measure them and get it over with ;)ã> ã> -RM.ã> ããGeez, I'll never post a link to my website again! Look what has happened! ;)ãã-Mindless Automatonã---ã þ Synchronetã
  • From Mindless Automaton@VERT/ELDRITCH to Time Warrior on Mon Feb 13 10:59:00 2006
    Time Warrior wrote:ã> > > If you want to check out my butchery of your nice Synchronet html/jsã> setup:ã> > ã> > > http://eldritch.darktech.org/ã> > ã> > > very much under construction of course..ã> > ã> > Comming along nicely :)ã> ã> I hope theres going to be an "English Version" of this site. Coming alongã> nicely is an understatement! Props to this guy! It's awesome!ã> ããOr not.. please note the response to Runemaster where I denounce my ãskill and reveal that I bought the template and merely adapted it to ãwork with Synchronet. I realized people might get the wrong idea about ãwhat I am capable of, when I am not at all, so I had to post the follow ãup. :)ãã-Mindless Not That Awesome Automatonã---ã þ Synchronetã
  • From Mindless Automaton@VERT/ELDRITCH to Mindless Automaton on Mon Feb 13 13:47:00 2006
    Mindless Automaton wrote:ã> RuneMaster wrote:ã>> > If you want to check out my butchery of your nice Synchronet ã>> html/js setup:ã>>ã>> > http://eldritch.darktech.org/ã>>ã>> > very much under construction of course..ã>>ã>> Comming along nicely :)ã> ã> Of course I cheated and bought a layout. :o It wasn't as hard as I ã> though to get it working with the template system. Now all I have to do ã> is put some more time into it to finish it off and add whatever else I ã> want..ã> ã> -Mindless AutomatonããPlease note I posted this follow up saying "Of course I cheated and ãbought a layout." after I posted my initial message as to not dupe ãanyone into thinking I have a creative bone in my body and created the ãwebsite all by myself.ããI apologize if anyone got the wrong impression and thought I was ãanything other than a..ãã-Mindless Automatonã---ã þ Synchronetã
  • From RuneMaster@VERT/SYNCDEV to Deuce on Mon Feb 13 16:30:00 2006
    I also hang out on #SyncDev on IRC as well as #Sunchronetã ã > Hrm... I haven't finished making it go on Sun hardware yet...ããHeh ... and I didn't even notice the typo till now :)ãã-RM.ãã---ã þ Synchronet þ SyncDev - defaulthtml.darktech.orgã
  • From RuneMaster@VERT/SYNCDEV to Time Warrior on Mon Feb 13 16:32:00 2006
    So, ya done? :-)ããAm I ever? :)ãã-RM.ãã---ã þ Synchronet þ SyncDev - defaulthtml.darktech.orgã
  • From RuneMaster@VERT/SYNCDEV to Mindless Automaton on Mon Feb 13 16:33:00 2006
    Geez, I'll never post a link to my website again! Look what has happened! ;)ããThat'll teach ya!ãã<snicker>ãã-RM.ãã---ã þ Synchronet þ SyncDev - defaulthtml.darktech.orgã
  • From Digital Man@VERT to RuneMaster on Wed Feb 15 00:24:10 2006
    Re: Re: Am not!ã By: RuneMaster to Deuce on Mon Feb 13 2006 04:30 pmãã > > > I also hang out on #SyncDev on IRC as well as #Sunchronetã > ã > > Hrm... I haven't finished making it go on Sun hardware yet...ã > ã > Heh ... and I didn't even notice the typo till now :)ããI noticed the typo, but didn't "get" Decue's comment... until now. :-)ãã digital manããSnapple "Real Fact" #190:ãThailand means "Land of the Free." ãNorco, CA WX: 52.8øF, 70% humidity, 0 mph ENE wind, 0.00 inches rain/24hrsã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From Coriolanus@VERT/BEAGLE to Time Warrior on Tue Feb 14 23:32:00 2006
    Re: Re: Am not!ã By: Time Warrior to RuneMaster on Mon Feb 13 2006 04:32 amãã > ã > It's amazing. I don't ask people to do this for me, it just kinda happens. Wã > people such as Jas are, for lack of a better term "talking shit" in messageã > areas that I do not read or am unaware of -- I'll get instant messages fromã > friends saying "Hey Dave, check this out, it's pretty amusing" .. which isã > exactly what happened in this instance.ã > ã > One of the two new recruits to the project (I really do need to update theã > entires on dev.synchsupport.net with that info lol) who I brought in, who isã > Sysop friend of mine local to me in the Chicagoland Area -- messaged me abouã > this thread having been amused by the fact that it is Jas who has "too muchã > free time" in all actuality, to have nothing else better to do than yammer oã > and bitch about me. He figured I would find it just as amusing (and i mostã > certianly DID :-) so he brought it to my attention.ã > ã > I would never have known this thread existed had it not been for him. If heã > wishes to take credit, he can feel free. He obviously reads this area. lolããSure, I'll paint a target on my face and stick it out of the foxhole..ãThe only reason I pointed it out in the first place was because of theã[I felt] unwarrented comment. I knew TW doesn't waste time in here so Iãthought it would be appropriate to bounce it his way to deal with as he sawãfit. Regardless of personal feelings, if TW is contributing to the scene,ãthen what's the beef? I could care less if someone doesn't like the guy,ãit certainly doesn't seem to bother him at all :-) but taking childishãcheap shots certainly isn't productive, and usually makes the one doingãthe swinging look like an ass (which I also know he loves to watch).ãã-- ãCoriolanusãã---ã þ Synchronet þ My Brand-New BBSã
  • From RuneMaster@VERT/SYNCDEV to Coriolanus on Thu Feb 16 11:49:00 2006
    Sure, I'll paint a target on my face and stick it out of the foxhole..ã > The only reason I pointed it out in the first place was because of theã > [I felt] unwarrented comment. I knew TW doesn't waste time in here so Iã > thought it would be appropriate to bounce it his way to deal with as he sawã > fit. Regardless of personal feelings, if TW is contributing to the scene,ã > then what's the beef? I could care less if someone doesn't like the guy,ã > it certainly doesn't seem to bother him at all :-) but taking childishã > cheap shots certainly isn't productive, and usually makes the one doingã > the swinging look like an ass (which I also know he loves to watch).ããExactly. TW is TW. He'll never be anyone else. There are times that he may ãbe frustrating to deal with for some (even me) but he has had good suggestions.ããNot only that, but he is taking the time to actually try and do something. ãHis idea of a Third Party Web (etc) mods site is good. I'll give him credit ãfor what he does that is positive and take it away when he annoys me too much ã... as I would expect he would do in reverse. He is only human and each of us ãhas different ways of dealing with others.ãã-RM.ãã---ã þ Synchronet þ SyncDev - defaulthtml.darktech.orgã