Server Help Forum Index Server Help
Community forums for Subgame, ASSS, and bots
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   StatisticsStatistics   RegisterRegister 
 ProfileProfile   Login to check your private messagesLogin to check your private messages   LoginLogin (SSL) 

Server Help | ASSS Wiki (0) | Shanky.com
forums

 
Post new topic   Reply to topic Printable version
 View previous topic  Ocean 11 Post :: Post "Recursive" functions  View next topic  
Author Message
Matzke
Novice


Joined: Jan 26 2004
Posts: 88
Offline

PostPosted: Mon Jul 12, 2004 11:08 am   Post maybe stupid    Post subject: forums Reply to topic Reply with quote

how are forums made? are they html? or do u just download the template you want and edit from there? sorry i'm not webmaster icon_razz.gif
_________________
z0rz
Back to top
View users profile Send private message Add User to Ignore List AIM Address
Solo Ace
Yeah, I'm in touch with reality...we correspond from time to time.


Age:37
Gender:Gender:Male
Joined: Feb 06 2004
Posts: 2583
Location: The Netherlands
Offline

PostPosted: Mon Jul 12, 2004 12:13 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

Forums are made using scripting languages, this one was made using PHP.
These scripts output HTML and CSS to let the browsers know what to show to the user.

You extract the files to your webspace (a directory shared using a webserver, like Apache), then browse to the main page, it'll guide you through the setup.

Most forum systems use database systems, a free and popular one is MySQL, or - as an alternative - PostgreSQL.

SQL is a query language (it stands for "Structured Query Language") which allows users and applications to access, modify and get information from databases/tables.
It is used by the forum systems to store and get information from these databases.

Some popular forum systems:

I think these 3 support MySQL and a few other database systems.


Last edited by Solo Ace on Wed Jul 14, 2004 1:18 am, edited 1 time in total
Back to top
View users profile Send private message Add User to Ignore List
Matzke
Novice


Joined: Jan 26 2004
Posts: 88
Offline

PostPosted: Mon Jul 12, 2004 2:49 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

thanks
Back to top
View users profile Send private message Add User to Ignore List AIM Address
wEaViL
Don't make me turn this forum around!


Age:45
Gender:Gender:Male
Joined: Feb 17 2003
Posts: 829
Location: nc usa
Offline

PostPosted: Mon Jul 12, 2004 11:14 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

or you can skip going threw all that hell of setting up the webserver and sql system and just use a pre-bundled server. I've used these 2... EasyPHP - Best for win 95/98/ME or Apache2triad - Best for 2000 and up Both have apache webserver and mysql and easy setup... Apache2Triad also has webstats, email, and a bunch of other items for websites.
Back to top
View users profile Send private message Add User to Ignore List Send email AIM Address Yahoo Messenger MSN Messenger
Solo Ace
Yeah, I'm in touch with reality...we correspond from time to time.


Age:37
Gender:Gender:Male
Joined: Feb 06 2004
Posts: 2583
Location: The Netherlands
Offline

PostPosted: Tue Jul 13, 2004 4:42 am   Post maybe stupid    Post subject: Reply to topic Reply with quote

Oh yeah encourage them to stay at the same newbie "experience level".
Back to top
View users profile Send private message Add User to Ignore List
Blindmonkey21
Server Help Squatter


Age:36
Gender:Gender:Male
Joined: Jul 08 2004
Posts: 252
Location: Arizona
Offline

PostPosted: Wed Jul 14, 2004 12:08 am   Post maybe stupid    Post subject: what Reply to topic Reply with quote

what is wrong with that?
Back to top
View users profile Send private message Add User to Ignore List AIM Address MSN Messenger
Solo Ace
Yeah, I'm in touch with reality...we correspond from time to time.


Age:37
Gender:Gender:Male
Joined: Feb 06 2004
Posts: 2583
Location: The Netherlands
Offline

PostPosted: Wed Jul 14, 2004 1:19 am   Post maybe stupid    Post subject: Reply to topic Reply with quote

Aren't we here to learn?

Come on, if you want to run a webserver then at least learn how to set it up, if you're too lazy to learn how to set it up then you shouldn't be trying to run one.
Back to top
View users profile Send private message Add User to Ignore List
Blindmonkey21
Server Help Squatter


Age:36
Gender:Gender:Male
Joined: Jul 08 2004
Posts: 252
Location: Arizona
Offline

PostPosted: Wed Jul 14, 2004 1:21 am   Post maybe stupid    Post subject: Reply to topic Reply with quote

Well if there is an easier way to do it I would rather do it the easier way. Why not? Too many people make things complicated on thenselves just cause they know more when you can do things so much simpler.
Back to top
View users profile Send private message Add User to Ignore List AIM Address MSN Messenger
D1st0rt
Miss Directed Wannabe


Age:37
Gender:Gender:Male
Joined: Aug 31 2003
Posts: 2247
Location: Blacksburg, VA
Offline

PostPosted: Wed Jul 14, 2004 9:47 am   Post maybe stupid    Post subject: Reply to topic Reply with quote

I like ASP.NET myself biggrin.gif
_________________

Back to top
View users profile Send private message Add User to Ignore List Visit posters website
Guest



Offline

PostPosted: Thu Jul 15, 2004 8:30 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

lol solo i'm gonna go with weavil's because he and i are friends and he's helped me out a bunch before, nothing wrong with you though i've seen ur posts and u seem smart but i know weavil better biggrin.gif
Back to top
wEaViL
Don't make me turn this forum around!


Age:45
Gender:Gender:Male
Joined: Feb 17 2003
Posts: 829
Location: nc usa
Offline

PostPosted: Thu Jul 15, 2004 11:32 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

Apache is one of the best (free) webservers around but with there new one apache 2 its a pain in the but to set it up to run php... the old one is easy... and I agree with them... why waste your time trying to configure the webserver yourself? The time you save on setting that up can be spent on web design and other important things that are not easy to do...
Back to top
View users profile Send private message Add User to Ignore List Send email AIM Address Yahoo Messenger MSN Messenger
Solo Ace
Yeah, I'm in touch with reality...we correspond from time to time.


Age:37
Gender:Gender:Male
Joined: Feb 06 2004
Posts: 2583
Location: The Netherlands
Offline

PostPosted: Fri Jul 16, 2004 1:18 am   Post maybe stupid    Post subject: Reply to topic Reply with quote

Well, sure, it might not be easy and you can get something else to do it.
The documentation of this software was made for people with common sense to set a server up, no matter how many people disagree with me, I think it's smarter to follow the setup guide and at least try to get it to work without some other newbie-friendly setup stuff.

What you learn from letting some other thing do it is nothing, setting it up with a guide would teach you where settings are located and how to use them.
Then when something goes wrong, you could find the problem easier and maybe even fix it without starting to scream for help. icon_razz.gif

I just think it's wrong to not even try to set it up using the software's documentation just because it's "pretty complicated", if you've set it up before and the only reason you use some installer to save time wouldn't be that bad. icon_wink.gif
Back to top
View users profile Send private message Add User to Ignore List
wEaViL
Don't make me turn this forum around!


Age:45
Gender:Gender:Male
Joined: Feb 17 2003
Posts: 829
Location: nc usa
Offline

PostPosted: Fri Jul 16, 2004 2:20 am   Post maybe stupid    Post subject: Reply to topic Reply with quote

I've tried with apache 2 and nothing helped with it... I'd rather spend my time working on the site itself instead of the server.
Back to top
View users profile Send private message Add User to Ignore List Send email AIM Address Yahoo Messenger MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    Server Help Forum Index -> Trash Talk All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum
View online users | View Statistics | View Ignored List


Software by php BB © php BB Group
Server Load: 162 page(s) served in previous 5 minutes.

phpBB Created this page in 0.605319 seconds : 37 queries executed (81.8%): GZIP compression disabled