Mega Font Download$9.99
Related Searches:Dotnetbb 2.1 dotnetbb_2_1.zip Dotnetbb Free Dotnetbb 2.1 Dotnetbb 2.1 Download
Name: dotnetbb_2_1 Size: 1.12 MB Type: Compressed (zipped) Folder Date modified: 8/19/2008 8:24 PM Date created: 11/30/2002 6:14 PM Date accessed: 11/30/2002 6:14 PM
*************************************************************** dotNetBB v2.1 Installation ReadMe November 6, 2002*************************************************************** (c) Andrew Putnam, 2002. all rights reserved by drizware.com as a reseller.***************************************************************
***************************************************************Contents***************************************************************1.0 Introduction2.0 Installation 2.1 Creating your database 2.2 Running the MS SQL scripts 2.3 Copying the files 2.4 Editing the Web.Config 2.5 Admin Account 2.6 Image Approvals 2.7 Modifying the Terms of Service 2.8 Creating a test account3.0 System Requirements4.0 Questions and Comments
***************************************************************
***************************************************************1.0 Introduction***************************************************************Welcome and thank you for purchasing the dotNetBB forum software.This readme file will attempt to explain the initial installationof your forum and how to get it up and running.
Please ensure you read the 'System Requirements' section below before attempting installation. This installation assumes the following : * You have a working knowledge of MS SQL Server administration. * You have a working knowledge of HTML. * You are running a Microsoft IIS Web Server and MS SQL database server. * You purchased this product thru legitimate channels.
These instructions are provided 'AS IS' and are not a guaranteethat you will properly install this product. If you have anyquestions about the installation, please visit the 'Registered Owners' section of our online forum at http://www.drizware.com orcontact us by e-mail at Support@drizware.com.
***************************************************************2.0 Installation***************************************************************Below are step-by-step instructions on how to properly installthe dotNetBB forum on to your site. This manual process is required to ensure optimum compatability for all users using this software, including people who are using hosting services who might not have direct access to the server to run an installationprogram.
----------------------------------------------------2.1 Creating your database----------------------------------------------------If you do not already have a database in MS SQL Server to use forthe forum tables and stored procedures, you must create a newdatabase before continuing. For information on how to create a newdatabase, please refer to the MS SQL documentation.
dotNetBB forums are designed to NOT require the use of the 'SA'account to operate properly. It is suggested that you create anew user account to be used for the forum access to the database.For more information on how to create a new user account, pleaserefer to the MS SQL documentation.
----------------------------------------------------2.2 Running the MS SQL installation scripts----------------------------------------------------To assist in creating the table structure for dotNetBB, a script file,'dotNetBB_v2_SQL_Install.sql', has been included with this installation.Using MS Query Analyzer open up this file. It should be located in the same folder as this readme file. Select the database you want to use for your dotNetBB installation and click on the 'Execute' button. The typical runtime for this script is between 30 secondsand 2 minutes depending on your SQL Server's performance.
NOTE : Running this script on an existing installation will WIPE CLEANthe ENTIRE dotNetBB installation! DO NOT run this script on an existinginstallation of dotNetBB unless you intend on resetting all of the data. YOU HAVE BEEN WARNED!
----------------------------------------------------2.3 Copying the files----------------------------------------------------On your web server, find your root web folder (e.g. c:/inetpub/wwwroot)and create a new sub-folder under it called 'forum'. You can use any name for the folder that you prefer, but the examples in this documentationare assuming you use the name 'forum' for the root forum folder.
Copy the all of files from the '/install/forum' folder into the newlycreated folder on your web server. This will ensure that all of the files required for the forum are put in place.
Copy the 'dotNetBB.dll' from the '/install/bin' folder into your web servers '/bin' folder.
----------------------------------------------------2.4 Editing the Web.Config----------------------------------------------------The Web.Config file is unique to ASP.NET and is used for storing variablesand settings related to your site. You can have multiple Web.Config fileson your web server in separate folders, each affecting that folder and anysub-folders below. If you copied the files correctly in step 2.3 then youshould find a 'Web.Config' file located in your forum root folder. Open this file using Notepad or another plain text editor of your choosing (DONOT USE a WYSIWYG editor like MS Word!) These seven "key" values in your Web.Config are required for the forum to function properly :
** Key Example : <add key="boardTitle" value="The dotNetBB Message Board" /> **
siteURL : The base URL for your server. DO NOT include a trailing /. rootPath : The path after the siteURL to the root of your forum. DO NOT include a trailing /. boardTitle : This is used across the forum and for the notification e-mails. siteAdmin : The name of the forum administrator used across the forum and for the notification e-mails. siteAdminMail : The e-mail address of the forum administrator used across the forum and for the notification e-mails. smtpServer : If you are not using the local SMTP server, enter in the DNS name or IP Address of a valid SMTP server. Leave the value as "" to use the local SMTP server. dataStr : VERY IMPORTANT! This is the connection string for your SQL server. Currently ONLY MS SQL Server is supported by dotNetBB. The connection string has 4 primary parts : * SERVER=YourServerName; * DATABASE=TheForumDatabaseName; * UID=TheUserName; * PWD=ThePassword;
These seven values should already exist in the Web.Config file includedand you are only required to modify the 'value' of each key to have this workcorrectly.
----------------------------------------------------2.5 Admin Account----------------------------------------------------If everything up to this point has been done correctly, you should be able toopen up a web browser and access the forum site. If the forum does not load properly, please go step-by-step back thru this readme file to ensure you haveset everything up properly. You can also log into the 'Registered Owners' forumon our site at http://www.drizware.com for additional assistance or contact usby e-mail at Support@drizware.com.
Once the forum loads properly, the first thing you want to do is change thedefault Admin password. The owners and developers of the dotNetBB forum cannotbe held liable if you do not change this password and someone decides to ruin yourday by trashing your forum installation. You can log in the first time using the following account :
User Name : AdminPassword : a6543215
Once logged in, proceed directly to the 'Modify Profile' link located at the top of the forum and click it. Change the Admin password using this profile form.
----------------------------------------------------2.6 Image Approvals----------------------------------------------------Now that you are logged in as the Admin, click the 'Forum Administration' linkfound at the top of the forum listing. This will take you to the forum administration panel. While the forum does come with a few emoticons and avatars,you must approve the images that are to be allowed for use on the forum. A default installation of emoticons are setup for you.
- Emoticons : All emoticon images are to be stored in your '/forum/emoticons/' folder. * Click on the 'Emoticons' link on the left navigation menu and select the emoticons you want to allow in your forum by clicking on the 'Enable' link to the right of the image. More information regarding emoticon management can be found by clicking on the 'Administration Help' link on the left navigation menu.
- Avatars : All Avatars images are to be stored in your '/forum/avatar/' folder. * Click on the avatar image to enable their use on the forum. More information regarding avatar management can be found by clicking on the 'Administration Help' link on the left navigation menu.
----------------------------------------------------2.7 Modifying the Terms of Service----------------------------------------------------The Terms of Service are shown to a user when creating a new account on your forum.These terms allow you to define any specific terms that you want or need to have on your forum. The Terms of Service file (tos.xml) is located in your '/forum/xml/'folder. Using a text editor of your choice (e.g. Notepad) open up the file.The contents are broken up into paragraph sections based on a set of <section></section>tags. The <sectionhead></sectionhead> define the paragraph header and is shown inbold when displayed. The <sectionbody></sectionbody> tags define the content of the paragraph section.
----------------------------------------------------2.8 Creating a test account----------------------------------------------------The last step in setting up your forum is ensuring that new members can register.If you are still logged in as Admin, click on the 'Log Out' link found at the top of the forum. Once logged out, click on the 'Register' link. It is suggestedthat you create a secondary admin account under another name as a backup. Usethis new membership form to create a new profile for yourself. Once complete, submit the form and wait for the e-mail confirmation. If you receive do not receive the confirmation, either your local server is not configured to send SMTPor you did not properly enter in the DNS name or IP Address of your SMTP server.
Check the items in section 2.4 if you did not receive your new membership confirmation email.
Once your account is confirmed, log in as Admin again and assign the administration permissions to the account you just created. More information regarding Admin access can be found by clicking on the 'Administration Help' link on the left navigation menu.
***************************************************************3.0 System Requirements***************************************************************Microsoft IIS v5.0 or newer Web ServerMicrosoft SQL Server v7 or v2000 OR Microsoft MSDE (not recommended for busy sites)Microsoft .NET Framework 1.0A usable SMTP Server to send e-mail notifications thru.
***************************************************************4.0 Customization***************************************************************Included with all dotNetBB installations is a basic customization package that includes image and file samples that would be required to customize your installation.These items can be found by looking in the 'customization' folder included with your installation package. Additional customization information can be found in the'Registered Owners' forum section online at www.drizware.com.
***************************************************************5.0 Questions and Comments**************************************************************** dotNetBB is a fully supported product for registered owners.* Online support is available for registered owners online at http://www.drizware.com* E-Mail support is available for registered owners by contacting Support@drizware.com
Thank you for purchasing dotNetBB!
The dotNetBB Development Team
*************************************************************** dotNetBB v2.0 Customization ReadMe October 24, 2002*************************************************************** (c) Andrew Putnam, 2002. all rights reserved by drizware.com as a reseller.***************************************************************
The 'new style' folder contains the basic items that can be customizedwhen creating a new style for your forum.
The 'source images' folder contains image files in Adobe Photoshop.psd format that I made when creating many of the forum graphics.Feel free to modify these for use in your dotNetBB customization.
*************************************************************** dotNetBB v2.0 Source Code ReadMe October 24, 2002*************************************************************** (c) Andrew Putnam, 2002. all rights reserved by drizware.com as a reseller.***************************************************************
***************************************************************Contents***************************************************************1.0 Introduction2.0 Included Files3.0 Questions and Comments
----------------------------------------------------1.0 Introduction----------------------------------------------------You have purchased a version of dotNetBB that includes the sourcecode for the compiled library. This source is written in VB.NET.While the source can be edited using any text editor of your choice,Visual Studio.NET is recommended. You can ONLY use this source code in conjunction with a valid site license. The source code contained in these file CAN NOT be reused or redistributed in anyapplication other than your licensed installation of dotNetBB.
While all attempts will made to ensure compatability in futureupdates to the software, no guarantee is made to the compatabilityof any changes made on your part to this source.
----------------------------------------------------2.0 Included Files----------------------------------------------------The source code for the dotNetBB library is contained within thefollowing files :
AssemblyInfo.vb - contains the library information (modification not required nor recommended)
bbAdmin.vb - contains all of the administrative section functions dotNetBB.vb - contains all of the forum front-end code build.bat - a batch file that can be used to compile the included source code. Requires path mapping to the .NET runtime.
----------------------------------------------------3.0 Questions and Comments----------------------------------------------------* dotNetBB is a fully supported product for registered owners.* Online support is available for registered owners online at http://www.drizware.com* E-Mail support is available for registered owners by contacting Support@drizware.com
dotNetBB_2_1_Redist/dotNetBB LICENSE.txtdotNetBB_2_1_Redist/dotNetBB README.txtdotNetBB_2_1_Redist/dotNetBB_v2_1_SQL_Install.sqldotNetBB_2_1_Redist/customization/readme.txtdotNetBB_2_1_Redist/customization/new style/style-listForum.htmdotNetBB_2_1_Redist/customization/new style/style-listThread.htmdotNetBB_2_1_Redist/customization/new style/style-topForum.htmdotNetBB_2_1_Redist/customization/new style/css/style.cssdotNetBB_2_1_Redist/customization/new style/images/aim.gifdotNetBB_2_1_Redist/customization/new style/images/aim_off.gifdotNetBB_2_1_Redist/customization/new style/images/aim_on.gifdotNetBB_2_1_Redist/customization/new style/images/alertbtn.gifdotNetBB_2_1_Redist/customization/new style/images/banipbtn.gifdotNetBB_2_1_Redist/customization/new style/images/banuserbtn.gifdotNetBB_2_1_Redist/customization/new style/images/category.gifdotNetBB_2_1_Redist/customization/new style/images/deletebtn.gifdotNetBB_2_1_Redist/customization/new style/images/droplevel.gifdotNetBB_2_1_Redist/customization/new style/images/editbtn.gifdotNetBB_2_1_Redist/customization/new style/images/folder.gifdotNetBB_2_1_Redist/customization/new style/images/forumbar.gifdotNetBB_2_1_Redist/customization/new style/images/help.gifdotNetBB_2_1_Redist/customization/new style/images/home.gifdotNetBB_2_1_Redist/customization/new style/images/home_off.gifdotNetBB_2_1_Redist/customization/new style/images/home_on.gifdotNetBB_2_1_Redist/customization/new style/images/icq.gifdotNetBB_2_1_Redist/customization/new style/images/icq_off.gifdotNetBB_2_1_Redist/customization/new style/images/icq_on.gifdotNetBB_2_1_Redist/customization/new style/images/ignorebtn.gifdotNetBB_2_1_Redist/customization/new style/images/imbar.gifdotNetBB_2_1_Redist/customization/new style/images/lastpost.gifdotNetBB_2_1_Redist/customization/new style/images/lock.gifdotNetBB_2_1_Redist/customization/new style/images/lockedbtn.gifdotNetBB_2_1_Redist/customization/new style/images/lockthreadbtn.gifdotNetBB_2_1_Redist/customization/new style/images/mail.gifdotNetBB_2_1_Redist/customization/new style/images/mail_off.gifdotNetBB_2_1_Redist/customization/new style/images/mail_on.gifdotNetBB_2_1_Redist/customization/new style/images/modarrow.gifdotNetBB_2_1_Redist/customization/new style/images/msgformheadback.gifdotNetBB_2_1_Redist/customization/new style/images/msgtopicheadback.gifdotNetBB_2_1_Redist/customization/new style/images/msnm.gifdotNetBB_2_1_Redist/customization/new style/images/msn_off.gifdotNetBB_2_1_Redist/customization/new style/images/msn_on.gifdotNetBB_2_1_Redist/customization/new style/images/newfolder.gifdotNetBB_2_1_Redist/customization/new style/images/newpoll.gifdotNetBB_2_1_Redist/customization/new style/images/newpost.gifdotNetBB_2_1_Redist/customization/new style/images/newtopic.gifdotNetBB_2_1_Redist/customization/new style/images/nonewfolder.gifdotNetBB_2_1_Redist/customization/new style/images/nonewpoll.gifdotNetBB_2_1_Redist/customization/new style/images/nonewpost.gifdotNetBB_2_1_Redist/customization/new style/images/noreplypost.gifdotNetBB_2_1_Redist/customization/new style/images/pm_off.gifdotNetBB_2_1_Redist/customization/new style/images/pm_on.gifdotNetBB_2_1_Redist/customization/new style/images/pollicon.gifdotNetBB_2_1_Redist/customization/new style/images/print.gifdotNetBB_2_1_Redist/customization/new style/images/printable.gifdotNetBB_2_1_Redist/customization/new style/images/quotebtn.gifdotNetBB_2_1_Redist/customization/new style/images/reply.gifdotNetBB_2_1_Redist/customization/new style/images/replypost.gifdotNetBB_2_1_Redist/customization/new style/images/smdelete.gifdotNetBB_2_1_Redist/customization/new style/images/sticky.gifdotNetBB_2_1_Redist/customization/new style/images/stickybtn.gifdotNetBB_2_1_Redist/customization/new style/images/subjbar.gifdotNetBB_2_1_Redist/customization/new style/images/subtopicbar.gifdotNetBB_2_1_Redist/customization/new style/images/titlebar.gifdotNetBB_2_1_Redist/customization/new style/images/topic.gifdotNetBB_2_1_Redist/customization/new style/images/tp_admin.gifdotNetBB_2_1_Redist/customization/new style/images/tp_help.gifdotNetBB_2_1_Redist/customization/new style/images/tp_home.gifdotNetBB_2_1_Redist/customization/new style/images/tp_login.gifdotNetBB_2_1_Redist/customization/new style/images/tp_logoff.gifdotNetBB_2_1_Redist/customization/new style/images/tp_members.gifdotNetBB_2_1_Redist/customization/new style/images/tp_privmsg.gifdotNetBB_2_1_Redist/customization/new style/images/tp_privmsg_new.gifdotNetBB_2_1_Redist/customization/new style/images/tp_profile.gifdotNetBB_2_1_Redist/customization/new style/images/tp_register.gifdotNetBB_2_1_Redist/customization/new style/images/tp_search.gifdotNetBB_2_1_Redist/customization/new style/images/tp_subscribe.gifdotNetBB_2_1_Redist/customization/new style/images/tp_unsub.gifdotNetBB_2_1_Redist/customization/new style/images/transdot.gifdotNetBB_2_1_Redist/customization/new style/images/unlockthreadbtn.gifdotNetBB_2_1_Redist/customization/new style/images/unstickybtn.gifdotNetBB_2_1_Redist/customization/new style/images/userbarback.gifdotNetBB_2_1_Redist/customization/new style/images/votebar.gifdotNetBB_2_1_Redist/customization/new style/images/Y!.gifdotNetBB_2_1_Redist/customization/new style/images/y_off.gifdotNetBB_2_1_Redist/customization/new style/images/y_on.gifdotNetBB_2_1_Redist/customization/source images/blank button.psddotNetBB_2_1_Redist/customization/source images/folder.psddotNetBB_2_1_Redist/customization/source images/link bar.psddotNetBB_2_1_Redist/customization/source images/panel.psddotNetBB_2_1_Redist/customization/source images/pencil.psddotNetBB_2_1_Redist/customization/source images/pop balloon.psddotNetBB_2_1_Redist/customization/source images/post bar.psddotNetBB_2_1_Redist/customization/source images/reply.psddotNetBB_2_1_Redist/customization/source images/smdelete.psddotNetBB_2_1_Redist/customization/source images/smile.psddotNetBB_2_1_Redist/customization/source images/top bar images.psddotNetBB_2_1_Redist/customization/source images/topic.psddotNetBB_2_1_Redist/install/bin/dotNetBB.dlldotNetBB_2_1_Redist/install/forum/cp.aspxdotNetBB_2_1_Redist/install/forum/default.aspxdotNetBB_2_1_Redist/install/forum/dotnetbb.swfdotNetBB_2_1_Redist/install/forum/help.aspxdotNetBB_2_1_Redist/install/forum/helpdoc.aspxdotNetBB_2_1_Redist/install/forum/helpnav.aspxdotNetBB_2_1_Redist/install/forum/ip.aspxdotNetBB_2_1_Redist/install/forum/l.aspxdotNetBB_2_1_Redist/install/forum/l1.aspxdotNetBB_2_1_Redist/install/forum/lf.aspxdotNetBB_2_1_Redist/install/forum/lo.aspxdotNetBB_2_1_Redist/install/forum/mCode.aspxdotNetBB_2_1_Redist/install/forum/ml.aspxdotNetBB_2_1_Redist/install/forum/mp.aspxdotNetBB_2_1_Redist/install/forum/mp1.aspxdotNetBB_2_1_Redist/install/forum/p.aspxdotNetBB_2_1_Redist/install/forum/pop.aspxdotNetBB_2_1_Redist/install/forum/pr.aspxdotNetBB_2_1_Redist/install/forum/r.aspxdotNetBB_2_1_Redist/install/forum/s.aspxdotNetBB_2_1_Redist/install/forum/su.aspxdotNetBB_2_1_Redist/install/forum/uns.aspxdotNetBB_2_1_Redist/install/forum/vp.aspxdotNetBB_2_1_Redist/install/forum/web.configdotNetBB_2_1_Redist/install/forum/whoops.aspxdotNetBB_2_1_Redist/install/forum/admin/custom.aspxdotNetBB_2_1_Redist/install/forum/admin/default.aspxdotNetBB_2_1_Redist/install/forum/admin/help.aspxdotNetBB_2_1_Redist/install/forum/admin/helpdoc.aspxdotNetBB_2_1_Redist/install/forum/admin/helpnav.aspxdotNetBB_2_1_Redist/install/forum/admin/css/dotNetBBAdmin.cssdotNetBB_2_1_Redist/install/forum/admin/images/delete.gifdotNetBB_2_1_Redist/install/forum/admin/images/down.gifdotNetBB_2_1_Redist/install/forum/admin/images/factive.gifdotNetBB_2_1_Redist/install/forum/admin/images/finactive.gifdotNetBB_2_1_Redist/install/forum/admin/images/reply.gifdotNetBB_2_1_Redist/install/forum/admin/images/smdelete.gifdotNetBB_2_1_Redist/install/forum/admin/images/transdot.gifdotNetBB_2_1_Redist/install/forum/admin/images/up.gifdotNetBB_2_1_Redist/install/forum/admin/images/votebar.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/folders.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/picon/icon0.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/picon/icon1.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/picon/icon10.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/picon/icon11.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/picon/icon12.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/picon/icon13.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/picon/icon14.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/picon/icon2.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/picon/icon3.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/picon/icon4.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/picon/icon5.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/picon/icon6.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/picon/icon7.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/picon/icon8.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/picon/icon9.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/timage/aim.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/timage/aim_off.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/timage/aim_on.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/timage/alertbtn.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/timage/banipbtn.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/timage/banuserbtn.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/timage/category.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/timage/delete.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/timage/deletebtn.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/timage/droplevel.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/timage/edit.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/timage/editbtn.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/timage/emoticonbutton.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/timage/emoticonbutton_on.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/timage/folder.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/timage/forumbar.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/timage/help.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/timage/home.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/timage/home_off.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/timage/home_on.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/timage/icq.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/timage/icq_off.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/timage/icq_on.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/timage/ignorebtn.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/timage/imbar.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/timage/lastpost.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/timage/lock.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/timage/lockedbtn.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/timage/lockthreadbtn.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/timage/mail.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/timage/mail_off.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/timage/mail_on.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/timage/modarrow.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/timage/msnm.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/timage/msn_off.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/timage/msn_on.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/timage/newfolder.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/timage/newpoll.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/timage/newpost.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/timage/newtopic.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/timage/nonewfolder.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/timage/pm_off.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/timage/pm_on.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/timage/pollicon.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/timage/printable.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/timage/quote.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/timage/quotebtn.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/timage/reply.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/timage/replypost.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/timage/smdelete.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/timage/sticky.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/timage/stickybtn.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/timage/subjbar.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/timage/subtopicbar.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/timage/titlebar.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/timage/topic.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/timage/tp_admin.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/timage/tp_help.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/timage/tp_home.gifdotNetBB_2_1_Redist/install/forum/admin/images/cmanual/timage/tp_login.gif<
Price: $0.00