Forum Themes:
Welcome !

 Conversion of other forum data

Author Message
Guest
Conversion of other forum data Thu. Jun 3, '04 10:18 AM (permalink)
0
I currently co-own and operate Ask The Commish.com. As of last year, I began using Snitz Forums because it was an ASP-based message board. However, based upon our growth, I'm looking for a more robust (and more consistently updated) solution.

Cutting to the chase, I have a few questions:

1. Do you have a means to convert over the user accounts from our Snitz Forum database? To a lesser degree, I'd also like to convert the posts, but that may be wishful thinking.

2. One of the hallmarks of our message board is that the UI will change color based upon the user's favorite NFL team. If you'd like to see this in action, visit the homepage and select your team on the left-hand dropdown box. After doing so, click the Message Board link (on the lower left). I was able to easily configure this aspect of the board using Snitz (I'm a web developer, so making the change was easy). Can I do the same thing with relative ease using ASP Playground's msg board?

3. Does your board provide the capability to ban IP addresses and prevent flooding?

4. Final question: Does your board support user-created plugins? Not necessary, but definitely a nicety.

Thank you for your help and I look forward to your answers.

Bryan Hughes
Ask The Commish.com (TM)
http://www.askthecommish.com
 
#1
    Guest
    RE: Conversion of other forum data Thu. Jun 3, '04 10:41 AM (permalink)
    0
    Me again. After digging around, I found the answer to Question 1:

    http://www.aspplayground.net/forum/Snitz_Conversion_questions/m_381192/tm.htm

    PS: The link re-writing of the forum posts URL is a stroke of genius. Great work!
     
    #2
      Guest
      RE: Conversion of other forum data Thu. Jun 3, '04 10:47 AM (permalink)
      0
      Darn. I'm officially bummed. I just read that your forum does not run on mySQL. Any chance that may be changed in an upcoming version? Considering the popularity (and speed) of mySQL, I'm rather surprised this board does run on mySQL.
       
      #3
        Guest
        RE: Conversion of other forum data Thu. Jun 3, '04 3:19 PM (permalink)
        0
        Is there a technical reason this message board does not run on mySQL? Considering the large number of websites running on mySQL, I'd figure mySQL would be included in the system requirements.
         
        #4
          paulwoods

          • Total Posts : 100
          • Reward points : 0
          • Joined: Jan 27 '03
          • Status: offline
          RE: Conversion of other forum data Thu. Jun 3, '04 3:25 PM (permalink)
          0
          Extensive use of SQL Server stored procedures is one of the things that gives ASP Playground its high degree of scalability. Its just not possible to run these stored procedures in MySQL.
           
          #5
          Samuel

          • Total Posts : 11786
          • Reward points : 168350
          • Joined: May 23 '01
          • Status: offline
          RE: Conversion of other forum data Thu. Jun 3, '04 3:55 PM (permalink)
          0
          Any chance that may be changed in an upcoming version? Considering the popularity (and speed) of mySQL, I'm rather surprised this board does run on mySQL.


          No, we do not have plan to support mySQL and thanks to Paul for answering the question for me.
          ASPPlayground.NET
          ~ see our Version 4 plans here

           
          #6
          Guest
          RE: Conversion of other forum data Thu. Jun 3, '04 5:02 PM (permalink)
          0
          Gotcha. I might be able to get a SQL Server package added to my ISP account. With that being said, can you address my other questions?
           
          #7
            ErEf

            • Total Posts : 931
            • Reward points : 7835
            • Joined: Feb 15 '04
            • Status: offline
            RE: Conversion of other forum data Thu. Jun 3, '04 5:04 PM (permalink)
            0
            ORIGINAL: paulwoods

            Extensive use of SQL Server stored procedures is one of the things that gives ASP Playground its high degree of scalability. Its just not possible to run these stored procedures in MySQL.

            which makes mysql a more inferior database engine. It's just that it is free that makes it so popular. How many times I have visitted websites and the message appeared.. to many connections .. bla bla php .. mysql error.
             
            #8
            ErEf

            • Total Posts : 931
            • Reward points : 7835
            • Joined: Feb 15 '04
            • Status: offline
            RE: Conversion of other forum data Thu. Jun 3, '04 5:09 PM (permalink)
            0
            2. One of the hallmarks of our message board is that the UI will change color based upon the user's favorite NFL team. If you'd like to see this in action, visit the homepage and select your team on the left-hand dropdown box. After doing so, click the Message Board link (on the lower left). I was able to easily configure this aspect of the board using Snitz (I'm a web developer, so making the change was easy). Can I do the same thing with relative ease using ASP Playground's msg board?

            3. Does your board provide the capability to ban IP addresses and prevent flooding?

            question no.2. is not something that this board will support. If you want to use that option you'll have to (have it) program yourself.
            3. yes it does. ban per user is possible and also per IP or IP group ie. (192.168.*) there is also a mod that can help you to track a members activity.
             
            #9
            Samuel

            • Total Posts : 11786
            • Reward points : 168350
            • Joined: May 23 '01
            • Status: offline
            RE: Conversion of other forum data Thu. Jun 3, '04 5:14 PM (permalink)
            0
            1. Do you have a means to convert over the user accounts from our Snitz Forum database? To a lesser degree, I'd also like to convert the posts, but that may be wishful thinking.

            CDRinfo.com provided me a DTS package that will convert from Snitz w/ Access to our latest version 2.3. We have not tested this DTS package but it is available for download in our private forums.

            If you only want to convert over user accounts, you can use the member import feature in the admin control panel (importing from CVS that contains username, password, and email).

            2. One of the hallmarks of our message board is that the UI will change color based upon the user's favorite NFL team. If you'd like to see this in action, visit the homepage and select your team on the left-hand dropdown box. After doing so, click the Message Board link (on the lower left). I was able to easily configure this aspect of the board using Snitz (I'm a web developer, so making the change was easy). Can I do the same thing with relative ease using ASP Playground's msg board?

            You can do the same by slightly modifying the color generating code. It is should be fairly easy for you. The color scheme is only for colors (table cells and borders + colors for font in the th cell), so you will have to change the header/footer and CSS if needed.

            3. Does your board provide the capability to ban IP addresses and prevent flooding?

            Yes, these are both standard features.

            4. Final question: Does your board support user-created plugins? Not necessary, but definitely a nicety.

            No.
            ASPPlayground.NET
            ~ see our Version 4 plans here

             
            #10
            Hughes

            • Total Posts : 47
            • Reward points : 60
            • Joined: Jun 03 '04
            • Status: offline
            RE: Conversion of other forum data Fri. Jun 4, '04 9:32 AM (permalink)
            0
            Samuel...just found out that I DO have access to a SQL Server package. I will be purchasing the Advanced Edition within the next couple days.

            A few final questions:

            1. Does the Adv. Edition include the SIP?
            2. Does purchasing the Adv. Edition include "lifetime" support? I say "lifetime" since I realize you may support really old versions, but that's something to consider years from now.

            Other than that, let me say that this board looks incredible and I'm very excited to move my site forward using your technology!
             
            #11
            Guest
            RE: Conversion of other forum data Fri. Jun 4, '04 9:41 AM (permalink)
            0
            Sorry, one more question:

            How are file uploads handled? Is it using a .NET component or something like ASPUpload? Long story short, do I need to make sure my web server can run .NET components to use the message board?
             
            #12
              Samuel

              • Total Posts : 11786
              • Reward points : 168350
              • Joined: May 23 '01
              • Status: offline
              RE: Conversion of other forum data Fri. Jun 4, '04 4:15 PM (permalink)
              0
              ORIGINAL: Hughes

              1. Does the Adv. Edition include the SIP?
              2. Does purchasing the Adv. Edition include "lifetime" support? I say "lifetime" since I realize you may support really old versions, but that's something to consider years from now.
              3. Long story short, do I need to make sure my web server can run .NET components to use the message board?


              1. Yes, the SIP can be downloaded from our private forum.
              2. yes. I wouldn't say lifetime but support will be available for the forseable future. I mean for a very long time.
              3. unless you plan to use the gallery and the thumbnail generator for uploaded images, you don't need .NET. Upload is handled using ADODB.Recordset.

              Thanks!
              ASPPlayground.NET
              ~ see our Version 4 plans here

               
              #13
              Guest
              RE: Testing re: line change Wed. Jul 28, '04 2:46 PM (permalink)
              0
              wanted to see if it is possible to change the re: line and still have post appear in right topic
               
              #14
                Samuel

                • Total Posts : 11786
                • Reward points : 168350
                • Joined: May 23 '01
                • Status: offline
                RE: Testing re: line change Thu. Jul 29, '04 4:56 PM (permalink)
                0
                yap, the "re:" prefix is a string in the language file, so you can change it to anything you want or simply remove it
                ASPPlayground.NET
                ~ see our Version 4 plans here

                 
                #15
                Online Bookmarks Sharing: Share/Bookmark

                Jump to:

                Current active users

                There are 0 members and 1 guests.

                Icon Legend and Permission

                • New Messages
                • No New Messages
                • Hot Topic w/ New Messages
                • Hot Topic w/o New Messages
                • Locked w/ New Messages
                • Locked w/o New Messages
                • Read Message
                • Post New Thread
                • Reply to message
                • Post New Poll
                • Submit Vote
                • Post reward post
                • Delete my own posts
                • Delete my own threads
                • Rate post

                2000-2012 ASPPlayground.NET Forum Version 3.9