PDA

Click to See Complete Forum and Search --> : Making my own forum.


Sastraxi
May 8th, 2001, 10:09 PM
I'm trying to create my own forum.
(a lot of work I know)

My problem is that I cannot set the maxsize property of the text for the post field in the DB over 255. What should I do to have a forum?

What does everybody else use?

Admins???

hdvb
May 9th, 2001, 12:29 AM
Hello Sastraxi,

What kind of database do you use?

I'm also working on my own forum,
for which I use a combination off:
Apache Server (Webserver)
MySQL (Database server)
PHP (Script language)

Greetings,

ttlai
May 9th, 2001, 01:06 AM
I think there's a 'memo' type in Access...not sure tho.

chenko
May 9th, 2001, 08:01 AM
Originally posted by ttlai
I think there's a 'memo' type in Access...not sure tho.

Correct...Memo allows a few billions characters :D

monte96
May 9th, 2001, 01:11 PM
Save yourself the agony.

You can't do serious web development with Access. It will not scale to be able to handle the demand that a forum would place on it.

Check out the VBGarage (www.vbgarage,com) site that Serge wrote. It uses SQL Server and IIS, along with some ActiveX dlls in the background on the server side.

Sastraxi
May 9th, 2001, 04:40 PM
Can't really look at the webpage syntax now, can I?

Sastraxi
May 9th, 2001, 04:44 PM
Okay then...
Sorry for that last rude post.

;)

Anyways, what does Serge use?
Where can I obtain these controls?

And another Q:
I am moving my site off Brinkster (EVIL :mad: ) to my own webpage (aptly, http://www.sastraxi.com/) so I am wondering what service will have...

- 1 GIG
- Maybe $40 USD/year
- ASP support
- POP3 Email(s)
- Ability to host on my own machine if necessary

So these are my questions, where are the answers ? :D:D:D

monte96
May 9th, 2001, 04:56 PM
The site Serge was coded by mostly himself with a little help now and then from me.

As for ISPs... I don't think you are going to find an ISP that gives their service away like that.. we use Concentric and it is $200+ a month and we host on our own web server (we actually have 3 sites hosted on the same NT box). Using ADSL 1.5MB up/down stream.

monte96
May 9th, 2001, 04:58 PM
Check out this (http://4guysfromrolla.aspin.com/home/sites/asphosts/freeasph?cob=4guysfromrolla) and this (http://www.aspfree.com/asp/freeasphost.asp).

Sastraxi
May 9th, 2001, 05:18 PM
I am using something called Point2Me - a website that hosts you from your own computer.

It's really cool and I have (thank god) a copy of PWS. So off I go!