Can Someone Tell Me How I Can Create A Forum

Welcome. Please Login, Register, Or Activate! 
type your username and password to login
Date: November 21, 2009, 02:29 PM
430450 members and 297571 Topics
Latest Member: GIIIIL
Nairaland [Nigerian Forum] Home Help Search Who is currently online? Login Register
Nairaland Forum  |  Technology  |  Webmasters (Moderators: OmniPotens, yawa-ti-de)  |  Can Someone Tell Me How I Can Create A Forum
Pages: (1) Go Down Send this topic Notify of replies
Author Topic: Can Someone Tell Me How I Can Create A Forum  (Read 1229 views)
callondeji (m)
Can Someone Tell Me How I Can Create A Forum
« on: November 10, 2008, 02:24 AM »

please, i need someone to tell me how i can create a forum in Dreamweaver8 using ASP.

Kindly tell me what to do.
pie1ect (m)
Re: Can Someone Tell Me How I Can Create A Forum
« #1 on: November 10, 2008, 01:14 PM »

Sorry bro, I don't program with ASP.
Even if I did, I'd find it hard to start answering the question you've posed.

Really, why is it so important to create a forum in Dreamweaver with ASP Shocked?

If you need a head-start, head over to Sourceforge and I'm 100% certain you'll get a forum application written in ASP. I know about Forum Plus!. Whether it's still a SourceForge project, I don't know. But I'm sure if you typed in something like "ASP Forum", you'll get nothing less than 20 relevant results. Instead of trying to set the record for most unwarranted project start-up, you could go through actual source codes and learn faster.

Really, I don't know why people don't visit sourceforge more.
rickky421 (m)
Re: Can Someone Tell Me How I Can Create A Forum
« #2 on: November 10, 2008, 03:28 PM »

Why create it yourself? You can download many free forums that install in minutes with all the work already done for you. You can easily customize them also to look the way you want. Easier, cheaper and faster.
MrCrackles (m)
Re: Can Someone Tell Me How I Can Create A Forum
« #3 on: November 10, 2008, 03:31 PM »

Ask Seun
kelechiodo (m)
Re: Can Someone Tell Me How I Can Create A Forum
« #4 on: November 10, 2008, 03:57 PM »

Dear why not download the software using fantastico in your cpanel. On the other hand, can you tell how i can intergrate dreamweaver with asp. What softwares do I need to install for ASP to run with my Dreamweaver. For now, I make use of Dreamweaver with PHP but I need to run it with ASP
Mustay (m)
Re: Can Someone Tell Me How I Can Create A Forum
« #5 on: November 10, 2008, 05:00 PM »

Quote from: rickky421 on November 10, 2008, 03:28 PM
Why create it yourself? You can download many free forums that install in minutes with all the work already done for you. You can easily customize them also to look the way you want. Easier, cheaper and faster.

EXACTLY.


Download the shizzle and save your self off the stress.
callondeji (m)
Re: Can Someone Tell Me How I Can Create A Forum
« #6 on: November 10, 2008, 05:44 PM »

i actually downloaded snitz 2000 forums written in ASP but the issue is how to create one using dreamweaver and my downloaded pages.

please help!!!!!!!!!!!!!!!!
pie1ect (m)
Re: Can Someone Tell Me How I Can Create A Forum
« #7 on: November 10, 2008, 09:53 PM »

@ deji

You need to be clearer because I think a lot of us on here are confused as to what you really want to do. You already have Snitz Forum software which you are supposed to install on your webserver, but you still want to create one using dreamweaver. How does Dreamweaver figure in the picture OR are you trying to develop a brand-new forum software from scratch which looks like Snitz forum?

I'm pretty sure Snitz forum is not that difficult to install on your server, if you already have one.

@ Kelechi

You don't normally need additional software to create ASP pages in dreamweaver, at least not with Dreamweaver 8. I'd say upgrade your dreamweaver to a more current version. Make sure you have a server which can handle ASP files though.
callondeji (m)
Re: Can Someone Tell Me How I Can Create A Forum
« #8 on: November 10, 2008, 11:18 PM »

@pie1ect

god bless u bro.

i downloaded the snitz ASP pages but i dont know how to upload to a webserver.

i already have my IIS installed and configured but the next thing Undecided Angry  I dont know!

I'm a newbie though I wanna learn Embarrassed

Need more help
pie1ect (m)
Re: Can Someone Tell Me How I Can Create A Forum
« #9 on: November 11, 2008, 01:43 AM »

@Deji

I'm not too sure about IIS, but this is the standard way things of this nature are done

  • Open up your Windows explorer, then navigate to the folder you initially configured as your DocumentRoot (IIS).
  • Copy your Snitz forum folder (I presume you had to unzip it) into your DoumentRoot folder.
  • Open your web browser and type in the URL of your Snitz folder.
  • On your local machine, that would probably be http://localhost/Snitz and on a remote server, that would be something like http://www.yourdomainname.com/Snitz.

    Your Snitz Installation page should show up and from there on, just follow the instructions and you should be safe.

    I hope that helps. Good luck.
callondeji (m)
Re: Can Someone Tell Me How I Can Create A Forum
« #10 on: November 16, 2008, 06:10 PM »

@ pie1ect,

THanks brother for the snippet, I appreciate!

But I still have some problems. I unzipped the snitz forum and decided to configure it on my localhost. But all I get is a message,

Database Setup,

Your strDBType is not set, please edit your config.asp
to reflect your database type.


I read the readme file and still I am stuck. Is a domain name needed before I get a forum up and running? Cant I test the workability of the forum on my localhost?

All these questions are running through my mind and I need help urgently.
pie1ect (m)
Re: Can Someone Tell Me How I Can Create A Forum
« #11 on: November 17, 2008, 12:53 PM »

Deji

Quote
Your strDBType is not set, please edit your config.asp
to reflect your database type.

This is simply ASP speak for "You have not set your database type in your config.asp file.
Look for the file in your Snitz installation folder and modify the following parameter:

strDBType = ""
If you intend to use a MySQL server then within the quotation signs, enter "mysql" same goes for SQL server, access, MySqli or anything else that's out there.

Be sure that you have a database configured to work with your webserver.
Also, make sure to comment out unsed lines (Just a tip).

You can usually run most asp, asp.net, php applications on your local machine, with the right configuration of course. You don't need a domain name for testing out your applications.

Let me know how you progress.
callondeji (m)
Re: Can Someone Tell Me How I Can Create A Forum
« #12 on: November 17, 2008, 01:14 PM »

@pie1ect

Thanks for the support. i was able to go through the readme file and got info on installation. the problem lies with the connection strings.

I cannot find the path of the database i.e snitz forum2000.mdb i used all options provided but none worked. Please help me out.

I'l like to know if I must have a domain name before the forum can run or can i run it without been connected online?
pie1ect (m)
Re: Can Someone Tell Me How I Can Create A Forum
« #13 on: November 18, 2008, 02:37 PM »

You don't need a domain name to run you Snitz forum except you are ready to go Live.

Your localhost server will do just fine. In that block where you have the connection strings, uncomment the line which points to the location of your .mdb file.

Currently, it should be in your installation folder.

That should be all.
sesantoke (m)
Re: Can Someone Tell Me How I Can Create A Forum
« #15 on: August 15, 2009, 02:12 PM »

Go to your cpanel and look for fantastico icon and then look at the info on the left or qwherever depending on the host you are using. look out for PHBB. click on it and follow instructions carefully.

I will help you FREE if you want it.

Sesan
C2H5OH (m)
Re: Can Someone Tell Me How I Can Create A Forum
« #16 on: August 15, 2009, 10:59 PM »

cake
 E-mail Spamming May Soon Be Against the Law in Nigeria!  Your Favorite Nigerian Website(s)?  E-commerce Suffers Setback In Nigeria  Page 2
Pages: (1) Go Up Send Topic to Friend by E-mail Reply 


Sections: Autos/Cars (2) Jobs/Vacancies (2) (3) Career Talk Education General(2) Politics Romance Computers Phones Travel
Sports Fashion Health Religion Celebrities TV/Movies (2) Music/Radio (2) Books Webmasters Programming

Links: Page1 Page2 Page3 Page4 Page5 Page6 Page7 Page8 Page9 Page10

Nairaland is owned by Oluwaseun Osewa. See also: Nairalist Classified Ads
Nairaland Forum | Powered by SMF 1.0.12.
© 2001-2005, Lewis Media. All Rights Reserved.