Click here to get back home

Forum without sql-server?

 HomeNewsGroups | Search | About
 comp.infosystems.www.authoring.html    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
Forum without sql-server? Joni Nieminen 06-13-2006
Get Chitika Premium
Posted by Joni Nieminen on June 14, 2006, 3:25 am
Please log in for more thread options



> On Wed, 14 Jun 2006, Joni Nieminen wrote:
> > > On Tue, 13 Jun 2006, Stephen Poley wrote:
> > > > On Tue, 13 Jun 2006 18:51:59 +0300, "Joni Nieminen"
> > > >
> > > > >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



Posted by Andy Dingley on June 14, 2006, 4:48 am
Please log in for more thread options



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.


Posted by Joni Nieminen on June 14, 2006, 5:11 am
Please log in for more thread options



>
> 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



Posted by pegasusflightresources@gmail.c on June 14, 2006, 7:25 am
Please log in for more thread options


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 dingbat@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:
> >
> > Joni Nieminen wrote:
> > > Is there any code or script which do forum in the page! I can do litt=
le
> > > 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!
>=20
> Thank you all!
>=20
> http://koti.phnet.fi/jonisivu


Posted by Chaddy2222 on June 14, 2006, 7:47 am
Please log in for more thread options



pegasusflightresources@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 dingbat@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


Similar ThreadsPosted
How to set up a forum? July 18, 2004, 7:28 pm
Empty Forum and Advertising Prejudices May 11, 2008, 12:01 am
Are there forum/group for discussing XHTML Mobile Profile? January 14, 2008, 10:59 am
recomendation for a news/articles site, using categories, with comments and forum... April 12, 2006, 7:31 pm
Registration opens for XML 2005; Respected XML Forum Delivers Practical Information That Attendees Can Put to Immediate Use within Their Organizations July 21, 2005, 12:33 pm

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap