473,486 Members | 2,104 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Forum without sql-server?

Is there any code or script which do forum in the page! I can do little
javascript..

Help?!
Jun 13 '06 #1
13 5990
On Tue, 13 Jun 2006 18:51:59 +0300, "Joni Nieminen"
<jo***********@pp.phnet.fi> wrote:
Is there any code or script which do forum in the page! I can do little
javascript..


You don't need SQL-server for a forum, but you do need server-side
processing and some sort of database. Assuming budget is an issue for
you, you could try looking at some of these:

http://www.opensourcecms.com/

--
Stephen Poley

http://www.xs4all.nl/~sbpoley/webmatters/
Jun 13 '06 #2

"D. Stussy" <sp**@bde-arc.ampr.org> kirjoitti viestissä
news:Pi******************************@kd6lvw.ampr. org...
On Tue, 13 Jun 2006, Stephen Poley wrote:
On Tue, 13 Jun 2006 18:51:59 +0300, "Joni Nieminen"
<jo***********@pp.phnet.fi> wrote:
Is there any code or script which do forum in the page! I can do little
javascript..
You don't need SQL-server for a forum, but you do need server-side
processing and some sort of database. Assuming budget is an issue for
you, you could try looking at some of these:

http://www.opensourcecms.com/


Actually, you don't even need the database! One can set up the forum

areas as local newsgroups and access them via PHP's extensions for NNTP. This
arrangement has the side-effect that if one wanted to link them to that of
other sites, all one has to do is remove the restrictions on transferring them (in the newserver configuration; I'm thinking of inn).


Thank you of those informations but I dont understand those terms :D
Im just kid.. Can you give me complete html sites wich I need?
Jun 14 '06 #3

"D. Stussy" <sp**@bde-arc.ampr.org> kirjoitti viestissä
news:Pi******************************@kd6lvw.ampr. org...
On Wed, 14 Jun 2006, Joni Nieminen wrote:
"D. Stussy" <sp**@bde-arc.ampr.org> kirjoitti viestissä
news:Pi******************************@kd6lvw.ampr. org...
On Tue, 13 Jun 2006, Stephen Poley wrote:
> On Tue, 13 Jun 2006 18:51:59 +0300, "Joni Nieminen"
> <jo***********@pp.phnet.fi> wrote:
>
> >Is there any code or script which do forum in the page! I can do little > >javascript..
>
> You don't need SQL-server for a forum, but you do need server-side
> processing and some sort of database. Assuming budget is an issue for > you, you could try looking at some of these:
>
> http://www.opensourcecms.com/

Actually, you don't even need the database! One can set up the forum areas as
local newsgroups and access them via PHP's extensions for NNTP. This
arrangement has the side-effect that if one wanted to link them to that of other sites, all one has to do is remove the restrictions on
transferring them
(in the newserver configuration; I'm thinking of inn).


Thank you of those informations but I dont understand those terms :D
Im just kid.. Can you give me complete html sites wich I need?


PHP is a scripting language. - see www.php.net
NNTP - you're using it now! "Usenet" or newsgroups are transmitted via

NNTP.


I try to understand :) I have already done these sites
http://koti.phnet.fi/jonisivu and http://koti.phnet.fi/pirjo05
Jun 14 '06 #4

Joni Nieminen wrote:
Is there any code or script which do forum in the page! I can do little
javascript..


It's really hard to write a forum. Hard stuff, and lots of it. So don't
write your own, just download and install an existing one, such as
phpBB.

You'll need web hosting that supports PHP and MySQL , but that's not
hard to find.

NB - Keep the version up to date! This sort of forum software is prone
to attacks by hackers and spammers. If you run an old version with
known bugs in it, then you can get hit.

Jun 14 '06 #5

<di*****@codesmiths.com> kirjoitti viestissä
news:11**********************@f6g2000cwb.googlegro ups.com...

Joni Nieminen wrote:
Is there any code or script which do forum in the page! I can do little
javascript..


It's really hard to write a forum. Hard stuff, and lots of it. So don't
write your own, just download and install an existing one, such as
phpBB.

You'll need web hosting that supports PHP and MySQL , but that's not
hard to find.

NB - Keep the version up to date! This sort of forum software is prone
to attacks by hackers and spammers. If you run an old version with
known bugs in it, then you can get hit.


I solve the problem and did freewebs site and there where forum!

Thank you all!

http://koti.phnet.fi/jonisivu
Jun 14 '06 #6
Dear sir,
By the way, you could easily host from home as long as you have a
broadband connection. If you did this, then you could use a
pre-written forum such as phpBB, which I am currently running, and
install MySQL. That would be the simplest way of doing things, but I
guess that a freewebs approach is okay. For your information, freewebs
will charge you soon, as it restricts many different aspects of its
free web pages in order to make money having people upgrade to a real
web page from them. I personally like the concept of being able to
host my own site. Barely any fees (pretty much the only fee is
registering your domain) and complete control over your site.
In any case, you will not be able to code a forum with JavaScript. You
are required to use a server-side programming language, which is most
likely to be PHP. Even if you tried, it still wouldn't work because
JavaScript doesn't have much in terms of using or accessing databases.

To di*****@codesmiths.com / kirjoitti viestissa:
Dear sir,
It isn't necessarily extensive to write a forum script, but it is hard.
I have seen the concepts behind phpBB and phpNuke, and they use a
fairly simple concept of writing to and accessing a database. The
hardest part is probably just displaying the posts in their proper
order and the actual HTML programming to get the pages. Even the
schemes would be harder than just writing the database access and
writing script. I agree, nobody really should have to write another
forum program or script, so use phpBB.

I have the honor to remain your most humble and Ob't Sv't in our war
against the King.

--
Patrick Reilly
1st Coy.
Colonel Seth Warner's Regiment

Joni Nieminen wrote:
<di*****@codesmiths.com> kirjoitti viestissä
news:11**********************@f6g2000cwb.googlegro ups.com...

Joni Nieminen wrote:
Is there any code or script which do forum in the page! I can do little
javascript..


It's really hard to write a forum. Hard stuff, and lots of it. So don't
write your own, just download and install an existing one, such as
phpBB.

You'll need web hosting that supports PHP and MySQL , but that's not
hard to find.

NB - Keep the version up to date! This sort of forum software is prone
to attacks by hackers and spammers. If you run an old version with
known bugs in it, then you can get hit.


I solve the problem and did freewebs site and there where forum!

Thank you all!

http://koti.phnet.fi/jonisivu


Jun 14 '06 #7

pe********************@gmail.com wrote:
Dear sir,
By the way, you could easily host from home as long as you have a
broadband connection. If you did this, then you could use a
pre-written forum such as phpBB, which I am currently running, and
install MySQL. That would be the simplest way of doing things, but I
guess that a freewebs approach is okay. For your information, freewebs
will charge you soon, as it restricts many different aspects of its
free web pages in order to make money having people upgrade to a real
web page from them. I personally like the concept of being able to
host my own site. Barely any fees (pretty much the only fee is
registering your domain) and complete control over your site. The only concern I would have with that approach is server sicurity.
You would need a good hardware Firewall and to limit requests to the
server, so you do not get charged for useing to much bandwidth.
But I think running something like Abyss would be ok for a test server
on your local machine for testing sites would be fine.
I would suggest buying a dedicated server.
It means you have it fully sircured and less prone to outages etc etc.
In any case, you will not be able to code a forum with JavaScript.
You are required to use a server-side programming language, which is most
likely to be PHP. Even if you tried, it still wouldn't work because
JavaScript doesn't have much in terms of using or accessing databases. You could also use Pirl and CGI.

To di*****@codesmiths.com / kirjoitti viestissa:
Dear sir,
It isn't necessarily extensive to write a forum script, but it is hard.
I have seen the concepts behind phpBB and phpNuke, and they use a
fairly simple concept of writing to and accessing a database. The
hardest part is probably just displaying the posts in their proper
order and the actual HTML programming to get the pages. Even the
schemes would be harder than just writing the database access and
writing script. I agree, nobody really should have to write another
forum program or script, so use PHPBB.

Yes, I agree PHPBB works well and is easy to use, but the Op of this
thread is just a kid, so he says.
But, their are sites such as http://www.cjb.net that offer free forum
hosting, so you could just create a forum their and post a link to it
on your website.
--
Regards Chad. http://freewebdesign.cjb.cc

Jun 14 '06 #8

"Chaddy2222" <ro***********@yahoo.com.au> kirjoitti viestissä
news:11**********************@u72g2000cwu.googlegr oups.com...

pe********************@gmail.com wrote:
Dear sir,
By the way, you could easily host from home as long as you have a
broadband connection. If you did this, then you could use a
pre-written forum such as phpBB, which I am currently running, and
install MySQL. That would be the simplest way of doing things, but I
guess that a freewebs approach is okay. For your information, freewebs
will charge you soon, as it restricts many different aspects of its
free web pages in order to make money having people upgrade to a real
web page from them. I personally like the concept of being able to
host my own site. Barely any fees (pretty much the only fee is
registering your domain) and complete control over your site.

The only concern I would have with that approach is server sicurity.
You would need a good hardware Firewall and to limit requests to the
server, so you do not get charged for useing to much bandwidth.
But I think running something like Abyss would be ok for a test server
on your local machine for testing sites would be fine.
I would suggest buying a dedicated server.
It means you have it fully sircured and less prone to outages etc etc.

In any case, you will not be able to code a forum with JavaScript.
You
are required to use a server-side programming language, which is most
likely to be PHP. Even if you tried, it still wouldn't work because
JavaScript doesn't have much in terms of using or accessing databases.

You could also use Pirl and CGI.

To di*****@codesmiths.com / kirjoitti viestissa:
Dear sir,
It isn't necessarily extensive to write a forum script, but it is hard.
I have seen the concepts behind phpBB and phpNuke, and they use a
fairly simple concept of writing to and accessing a database. The
hardest part is probably just displaying the posts in their proper
order and the actual HTML programming to get the pages. Even the
schemes would be harder than just writing the database access and
writing script. I agree, nobody really should have to write another
forum program or script, so use PHPBB.

Yes, I agree PHPBB works well and is easy to use, but the Op of this
thread is just a kid, so he says.
But, their are sites such as http://www.cjb.net that offer free forum
hosting, so you could just create a forum their and post a link to it
on your website.
--
Regards Chad. http://freewebdesign.cjb.cc


Thanks :D and Im almost 16 years old.. but kid :P That freewebs forum is
good enough.. http://koti.phnet.fi/jonisivu thats my page... there is no all
stuff in english but finnish is.. I update when I have time and
interesting..
Jun 14 '06 #9
In article <U6*****************@reader1.news.jippii.net>,
Joni Nieminen <jo***********@pp.phnet.fi> wrote:
Is there any code or script which do forum in the page! I can do little
javascript..


In the early days of the web, Matt Wright developed a web forum
called WWWBoard using Perl scripts, which required no database,
no javascript, just HTML pages with CGI forms calling Perl
scripts. Posts are stored as separate pages with threading
information embedded in each, so no database is needed.

It still exists on Matt's Script Archive at
http://www.scriptarchive.com and although it's primitive by today's
standards, I continue to marvel at its elegance and simplicity.

http://www.scriptarchive.com/wwwboard.html

-A
Jun 14 '06 #10
ax**@spamcop.net (axlq) writes:
In article <U6*****************@reader1.news.jippii.net>,
Joni Nieminen <jo***********@pp.phnet.fi> wrote:
Is there any code or script which do forum in the page! I can do little
javascript..
In the early days of the web, Matt Wright developed


.... a huge number of scripts which even he acknowledges (having learned
better) are insecure, poorly written, and should *not* be used.
It still exists on Matt's Script Archive at
http://www.scriptarchive.com and although it's primitive by today's
standards, I continue to marvel at its elegance and simplicity.


What I marvel at is the fact that even today, when MSA's shortcomings
are so well-known and thoroughly documented, people are *still* being
duped into using them.

Do yourself a favor - use the NMS versions instead:

<http://nms-cgi.sourceforge.net/faq_nms.html>

sherm--

--
Cocoa programming in Perl: http://camelbones.sourceforge.net
Hire me! My resume: http://www.dot-app.org
Jun 14 '06 #11
pe********************@gmail.com wrote:
Dear sir,
By the way, you could easily host from home as long as you have a
broadband connection.


And your ISP doesn't restrict you from hosting services.
Jun 14 '06 #12

Harlan Messinger wrote:
pe********************@gmail.com wrote:
Dear sir,
By the way, you could easily host from home as long as you have a
broadband connection.


And your ISP doesn't restrict you from hosting services.


Especially true, but I haven't experienced many that restrict you from
port 80. I guess being in Vermont doesn't help.

I have the honor to remain your most humble and Ob't Sv't in our war
against the King.

--
Patrick Reilly
1st Coy.
Colonel Seth Warner's Regiment

Jun 15 '06 #13
thsadmin
1 New Member
Sorry for Digging up an Old Thread.
But I have arrived here after searching for my Forum (FreeWebs Forum), I was seeing what other FreeWebs forums are available and my forums position on Google.

after reading the replies to this thread my answer is :

I have ran a few forums in the past, Yes some are Hosted for free but these are usually monetized with Google ad's, while some do allow personalisation and the ability to rid these ad's, it can be costly and tedious, but now I have found my favorite hosting service for my forums and it only costs $5 per. month and with the ability to ad adsense ($5 isn't much to generate through adsense) so site fees are covered easily.

I actually run several forums from the one forum, I start a thread and Cloak it with a "Short URL" address (others are available) and then use that thread to start another forum (you will see what I mean if you click the link in my signature).

And the alternative this kid used is FreeWebs, not a great choice as there isn't a forum hosted by them ? maybe he meant a Blog ? and once again there is a lot of fiddling with the script if you want to use Google adsense or other banner advertising.
Jun 28 '06 #14

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
1913
by: Daan | last post by:
Hello all, I have attempted to write my own forum using PHP and MySQL. It works, but the efficiency is far from ideal. It takes a long time to load e.g. the list with threads in a certain forum....
14
3133
by: Matt | last post by:
Any progammers looking for a killer app to develop? How about a voice enabled forum? One of the most powerful, exciting, and engrossing experiences on the Internet is the Forum. The first great...
4
1317
by: Edo | last post by:
Hi ! I will try to program php/sql forum for the software engineering project at University. Can you tell me something useful about programming such thing as a forum, or give me some tips how...
0
2574
by: Lester Knutsen | last post by:
A two-day IBM Informix and DB2 User Group Technical Conference - Friday and Saturday, December 8-9, 2006 We are very please to announce our Keynote Speakers...
1
54447
PEB
by: PEB | last post by:
POSTING GUIDELINES Please follow these guidelines when posting questions Post your question in a relevant forum Do NOT PM questions to individual experts - This is not fair on them and...
9
1311
by: Luca | last post by:
I've create a portal, now I would like to use the DNN forum module in my website (without use/install DNN) ... is it possible?? How Can I do this?? Thanks
0
1128
by: highspamer | last post by:
Opened Forum ! http://sqlwarrior.freehostia.com/forum SQL Warrior Forum The most opened forum on the world ! Every one can join and asks question, expert will reply ! Discussion about SQL, Dotnet...
0
1114
by: highspamer | last post by:
Opened Forum ! http://sqlwarrior.freehostia.com/forum SQL Warrior Forum The most opened forum on the world ! Every one can join and asks question, expert will reply ! Discussion about SQL, Dotnet...
5
1387
by: 703designs | last post by:
I'm writing an extension for some PHP forum software. $String is the post contents, and I want to do the following to it. Note that I'm not looking for someone to solve this for me, I'm just not...
0
7100
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
6964
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7175
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7330
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5434
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
4559
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3070
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3070
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
262
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.