• scripting

    From Lightman@LIGHTNIN to All on Sun Aug 9 13:02:35 2009
    has anybody written any scripts to make apache web server work with synchronets user database?


    Lightman ----------------------------LIGHTNINGBBS.DYNDNS.ORG----------------------------



    ---
    ■ Synchronet ■ -_- Lightning BBS! -_- telnet://lightningbbs.dyndns.org
  • From Nightfox to Lightman on Sun Aug 9 15:56:37 2009
    Re: scripting
    By: Lightman to All on Sun Aug 09 2009 13:02:35

    has anybody written any scripts to make apache web server work with synch user database?

    This question might be better categorized in the "Web Tech" sub-board.

    I haven't looked into that, but Apache only serves up web pages and files, it's not what connects your programming language to databases and such. What language are you developing your web stuff in (PHP, Python, etc.)? You would have to find a programming library made for that language that connects to
    the Synchronet user database.

    Eric

  • From Lightman to Nightfox on Sun Aug 9 18:29:03 2009
    Re: scripting
    By: Nightfox to Lightman on Sun Aug 09 2009 15:56:37

    Re: scripting
    By: Lightman to All on Sun Aug 09 2009 13:02:35

    has anybody written any scripts to make apache web server work with sy user database?

    This question might be better categorized in the "Web Tech" sub-board.

    I haven't looked into that, but Apache only serves up web pages and files, it's not what connects your programming language to databases and such. Wha language are you developing your web stuff in (PHP, Python, etc.)? You woul have to find a programming library made for that language that connects to the Synchronet user database.

    Eric




    I guess i forgot to mention i am using mysql


    lightman
  • From Nightfox to Lightman on Sun Aug 9 18:51:48 2009
    Re: scripting
    By: Nightfox to Lightman on Sun Aug 09 2009 18:29:03

    has anybody written any scripts to make apache web server work w database?

    I guess i forgot to mention i am using mysql

    What is it that you want to do where you want to make Apache work with Synchronet's user database? Do you want to create a web page/app that lists your BBS user information? Synchronet already has a built-in web server and
    a set of web pages that can do this.

    As I mentioned earlier, Apache itself wouldn't be thing that does this. You would have to find a module/plug-in for your web development language that
    you use in conjuniction with Apache (PHP, etc.) that provides access to Synchronet's user database. I'm not sure that there is such a thing, but I could be wrong..

    Eric

  • From Lightman@LIGHTNIN to Nightfox on Mon Aug 10 17:42:44 2009
    Re: scripting
    By: Nightfox to Lightman on Sun Aug 09 2009 06:51 pm

    Re: scripting
    By: Nightfox to Lightman on Sun Aug 09 2009 18:29:03

    has anybody written any scripts to make apache web server wor database?

    I guess i forgot to mention i am using mysql

    What is it that you want to do where you want to make Apache work with Synchronet's user database? Do you want to create a web page/app that lists your BBS user information? Synchronet already has a built-in web server and a set of web pages that can do this.

    As I mentioned earlier, Apache itself wouldn't be thing that does this. You would have to find a module/plug-in for your web development language that you use in conjuniction with Apache (PHP, etc.) that provides access to Synchronet's user database. I'm not sure that there is such a thing, but I could be wrong..

    Eric





    Yes, I want to make Mysql work with synchs user database, show user activity,......ect....I think I know where to start but I was hoping somebody has already taken care of this just to make it easier on me. lol. as far as synchs web server, there are a few issues that i have with it and for this reason I do not use it. I am using joomla right now for the templates. I can write a site with html or asp but i have to connect my website with the bbs. I have a seperate website for our company that we are developing right now, the address is www.thepconline.com. I am trying to make something really cool for my bbs. Obviously with just the two of us here there will not be enough feedback here to help me accomplish this goal. I am doing this to help get this message base going. I have started carrying it on Lightning BBS. But anyway I think you understand now what I am trying to do.


    Thanks
    Lightman

    ----------------------------LIGHTNINGBBS.DYNDNS.ORG----------------------------



    ---
    ■ Synchronet ■ -_- Lightning BBS! -_- telnet://lightningbbs.dyndns.org
  • From Nightfox to Lightman on Mon Aug 10 16:13:48 2009
    Re: scripting
    By: Lightman to Nightfox on Mon Aug 10 2009 17:42:44

    Yes, I want to make Mysql work with synchs user database, show user activity,......ect....I think I know where to start but I was hoping some

    I've actually wondered about Synchronet using a more standard database supporting SQL, for its user database & file database, etc.. I've also thought it would be nice to use a more standard web server (such as Apache) for Synchronet's pages. The problem is finding something that can tie them together.

    Nightfox

  • From Nick@LIGHTNIN to Nightfox on Mon Aug 10 21:08:08 2009
    Re: Apache/MySQL & Synchronet
    By: Nightfox to Lightman on Mon Aug 10 2009 04:13 pm

    for Synchronet's pages. The problem is finding something that can tie them together.

    Bet you a dollar Digital Man knows how... he suggested something along the lines of how to do this on DoveNet awhile back. Shame I can't find or remember the post. I'll go look again. Wasn't too specific anyway, but he let on that it was easily or mostly possible with already-existing html and javascript.

    ---
    ■ Synchronet ■ -_- Lightning BBS! -_- telnet://lightningbbs.dyndns.org
  • From Nightfox to Nick on Mon Aug 10 20:54:38 2009
    Re: Apache/MySQL & Synchronet
    By: Nick to Nightfox on Mon Aug 10 2009 21:08:08

    Bet you a dollar Digital Man knows how... he suggested something along the lines of how to do this on DoveNet awhile back. Shame I can't find or remem
    the post. I'll go look again. Wasn't too specific anyway, but he let on tha
    was easily or mostly possible with already-existing html and javascript.

    The problem I see with Synchronet's JavaScript and Apache is that Synchronet uses JavaScript as a server-side language, when JavaScript is more often used as a client-side scripting language (executed on the viewer's machine by their web browser). If you wanted to do that with Apache, you'd have to find an Apache module to let it understand .ssjs as a scripting language to execute on the server; and, you'd also have to set up the "glue" to provide Synchronet's JavaScript functions and tie it in with Synchronet's data.

    Nightfox
  • From Lightman@BATTLEST/FREEWAY to All on Sun Aug 9 13:02:00 2009
    has anybody written any scripts to make apache web server work with synchronets user database?


    Lightman ----------------------------LIGHTNINGBBS.DYNDNS.ORG----------------------------



    ---
    ■ Synchronet ■ -_- Lightning BBS! -_- telnet://lightningbbs.dyndns.org
  • From Nightfox@BATTLEST/FREEWAY to Lightman on Sun Aug 9 15:56:00 2009
    Re: scripting
    By: Lightman to All on Sun Aug 09 2009 13:02:35

    has anybody written any scripts to make apache web server work with synch user database?

    This question might be better categorized in the "Web Tech" sub-board.

    I haven't looked into that, but Apache only serves up web pages and files, it's not what connects your programming language to databases and such. What language are you developing your web stuff in (PHP, Python, etc.)? You would have to find a programming library made for that language that connects to
    the Synchronet user database.

    Eric


    ---
    ■ Synchronet ■ Digital Distortion: digitaldistortionbbs.com
  • From Lightman@BATTLEST/FREEWAY to Nightfox on Sun Aug 9 18:29:00 2009
    Re: scripting
    By: Nightfox to Lightman on Sun Aug 09 2009 15:56:37

    Re: scripting
    By: Lightman to All on Sun Aug 09 2009 13:02:35

    has anybody written any scripts to make apache web server work with sy user database?

    This question might be better categorized in the "Web Tech" sub-board.

    I haven't looked into that, but Apache only serves up web pages and files, it's not what connects your programming language to databases and such. Wha language are you developing your web stuff in (PHP, Python, etc.)? You woul have to find a programming library made for that language that connects to the Synchronet user database.

    Eric




    I guess i forgot to mention i am using mysql


    lightman

    ---
    ■ Synchronet ■ Digital Distortion: digitaldistortionbbs.com
  • From Nightfox@BATTLEST/FREEWAY to Lightman on Sun Aug 9 18:51:00 2009
    Re: scripting
    By: Nightfox to Lightman on Sun Aug 09 2009 18:29:03

    has anybody written any scripts to make apache web server work w database?

    I guess i forgot to mention i am using mysql

    What is it that you want to do where you want to make Apache work with Synchronet's user database? Do you want to create a web page/app that lists your BBS user information? Synchronet already has a built-in web server and
    a set of web pages that can do this.

    As I mentioned earlier, Apache itself wouldn't be thing that does this. You would have to find a module/plug-in for your web development language that
    you use in conjuniction with Apache (PHP, etc.) that provides access to Synchronet's user database. I'm not sure that there is such a thing, but I could be wrong..

    Eric


    ---
    ■ Synchronet ■ Digital Distortion: digitaldistortionbbs.com
  • From Lightman@BATTLEST/FREEWAY to Nightfox on Mon Aug 10 17:42:00 2009
    Re: scripting
    By: Nightfox to Lightman on Sun Aug 09 2009 06:51 pm

    Re: scripting
    By: Nightfox to Lightman on Sun Aug 09 2009 18:29:03

    has anybody written any scripts to make apache web server wor database?

    I guess i forgot to mention i am using mysql

    What is it that you want to do where you want to make Apache work with Synchronet's user database? Do you want to create a web page/app that lists your BBS user information? Synchronet already has a built-in web server and a set of web pages that can do this.

    As I mentioned earlier, Apache itself wouldn't be thing that does this. You would have to find a module/plug-in for your web development language that you use in conjuniction with Apache (PHP, etc.) that provides access to Synchronet's user database. I'm not sure that there is such a thing, but I could be wrong..

    Eric





    Yes, I want to make Mysql work with synchs user database, show user activity,......ect....I think I know where to start but I was hoping somebody has already taken care of this just to make it easier on me. lol. as far as synchs web server, there are a few issues that i have with it and for this reason I do not use it. I am using joomla right now for the templates. I can write a site with html or asp but i have to connect my website with the bbs. I have a seperate website for our company that we are developing right now, the address is www.thepconline.com. I am trying to make something really cool for my bbs. Obviously with just the two of us here there will not be enough feedback here to help me accomplish this goal. I am doing this to help get this message base going. I have started carrying it on Lightning BBS. But anyway I think you understand now what I am trying to do.


    Thanks
    Lightman

    ----------------------------LIGHTNINGBBS.DYNDNS.ORG----------------------------



    ---
    ■ Synchronet ■ -_- Lightning BBS! -_- telnet://lightningbbs.dyndns.org
  • From Nightfox@BATTLEST/FREEWAY to Lightman on Mon Aug 10 16:13:00 2009
    Re: scripting
    By: Lightman to Nightfox on Mon Aug 10 2009 17:42:44

    Yes, I want to make Mysql work with synchs user database, show user activity,......ect....I think I know where to start but I was hoping some

    I've actually wondered about Synchronet using a more standard database supporting SQL, for its user database & file database, etc.. I've also thought it would be nice to use a more standard web server (such as Apache) for Synchronet's pages. The problem is finding something that can tie them together.

    Nightfox


    ---
    ■ Synchronet ■ Digital Distortion: digitaldistortionbbs.com
  • From Nick@BATTLEST/FREEWAY to Nightfox on Mon Aug 10 21:08:00 2009
    Re: Apache/MySQL & Synchronet
    By: Nightfox to Lightman on Mon Aug 10 2009 04:13 pm

    for Synchronet's pages. The problem is finding something that can tie them together.

    Bet you a dollar Digital Man knows how... he suggested something along the lines of how to do this on DoveNet awhile back. Shame I can't find or remember the post. I'll go look again. Wasn't too specific anyway, but he let on that it was easily or mostly possible with already-existing html and javascript.

    ---
    ■ Synchronet ■ -_- Lightning BBS! -_- telnet://lightningbbs.dyndns.org
  • From Nightfox@BATTLEST/FREEWAY to Nick on Mon Aug 10 20:54:00 2009
    Re: Apache/MySQL & Synchronet
    By: Nick to Nightfox on Mon Aug 10 2009 21:08:08

    Bet you a dollar Digital Man knows how... he suggested something along the lines of how to do this on DoveNet awhile back. Shame I can't find or remem
    the post. I'll go look again. Wasn't too specific anyway, but he let on tha
    was easily or mostly possible with already-existing html and javascript.

    The problem I see with Synchronet's JavaScript and Apache is that Synchronet uses JavaScript as a server-side language, when JavaScript is more often used as a client-side scripting language (executed on the viewer's machine by their web browser). If you wanted to do that with Apache, you'd have to find an Apache module to let it understand .ssjs as a scripting language to execute on the server; and, you'd also have to set up the "glue" to provide Synchronet's JavaScript functions and tie it in with Synchronet's data.

    Nightfox

    ---
    ■ Synchronet ■ Digital Distortion: digitaldistortionbbs.com