The Asylum Private Messages Options Search Blogs Images Chat Cam Portals Calendar FAQ's Join  
Asylum Forums : Powered by vBulletin version 2.2.8 Asylum Forums > WIT - Whore Institute of Technology > does anyone know how to setup a forum?
  Last Thread   Next Thread
Author
Thread [new thread]    [post reply]
puff the magic daddy
artistic outlaw

Registered: Aug 2000
Location: Bonners Ferry, ID
Posts: 681

Post does anyone know how to setup a forum?

I have tried three diff ones yabb, ikonboard, and vbulliten i follow the directions carefully and keep getting a 5oo server error. if someone can help me figure this out id appreciate it.

I have cuteftp for ftping and i have plenty of space and my host says there is no prob on there end all the correct items are there on the server i must be fucking something up but if someone can help me i know i can figure this out.

------------------
<EMBED SRC="http://www.leihu.com/footer.swf" QUALITY="high" Height="40" Width="300>
<i>"approved by wonderaz"</i>

Report this post to a moderator | IP: Logged

Old Post 05-07-2001 09:29 PM
puff the magic daddy is offline Click Here to See the Profile for puff the magic daddy Click here to Send puff the magic daddy a Private Message Visit puff the magic daddy's homepage! Find more posts by puff the magic daddy Add puff the magic daddy to your buddy list [P] Edit/Delete Message Reply w/Quote
Spooky
twisty turny thing

Registered: Jul 2000
Location:
Posts: 7236

Post

You probably have the permission wrong. Are they CGI forums or php? Is it runnign straight off the srever or from a cgi-bin. I had similiar problems trying to display html from the bin directory.

------------------------
sp00ky
---------------------------
Disclaimer
------------------------------
I am not expecting to change anything by this post other than awareness. Please do not take anything I say as fact, I am only relaying opinon of limited sources, who themselves know nothing and thus should also be ignored as heresay and could never be admissable in a court of law.

Report this post to a moderator | IP: Logged

Old Post 05-08-2001 06:47 AM
Spooky is offline Click Here to See the Profile for Spooky Click here to Send Spooky a Private Message Find more posts by Spooky Add Spooky to your buddy list [P] Edit/Delete Message Reply w/Quote
Pianomahnn
Sw0ul3!!!!!11

Registered: Feb 2001
Location: Chicago, IL
Posts: 1749

Post

Hmmmmm...

------------------------
CLICK MY LINK. I HAVE A FORUM!! COME TO MY FORUM, PLEASE???

In retrospect, I probably should have taken the vanilla icecream. But the chocolate looked far too tempting. Little did I know at the time, it was actually little children all mushed up into a fine icey paste. Needless to say, I didn't sleep well that night, and neither did those kiddies. Well, I didn't stand for such a crime!! NO WAY. I marched back in that store and demamded an explanation. And there is was. Double chocolate icecream. Sitting there, waiting to be ingested. Oh, the taste. Oh the pure orgasmic feeling when you consume the delicious cream. Oh, how I love chocolate icecream.

Report this post to a moderator | IP: Logged

Old Post 05-08-2001 02:01 PM
Pianomahnn is offline Click Here to See the Profile for Pianomahnn Click here to Send Pianomahnn a Private Message Visit Pianomahnn's homepage! Find more posts by Pianomahnn Add Pianomahnn to your buddy list [P] Edit/Delete Message Reply w/Quote
Dingle
Prison Rapemaster

Registered: Jul 2000
Location: Minneapolis, MN
Posts: 10183

Post

yes, all the scripts need to be set to 755 (right click the file in cute and choose chmod)

also the first line of every script needs to be the path to perl. normally its #!/usr/bin/perl but some servers its #!/usr/local/bin/perl . make sure the path is correct.

also make sure you have the right directory structure for the forum, if a script tries to include a file that doesnt exist itll give a 500.

if these are all ok as a last resort you can encapsulate the whole script in a eval command and catch any errors...

code:
#!/usr/bin/perl eval { #the whole body of the script here }; if($@) { print "Content-type: text/html\n\n"; print qq(error: <P>$@\n); exit(0); }



[This message has been edited by Dingle (edited 05-08-2001).]

Report this post to a moderator | IP: Logged

Old Post 05-08-2001 11:22 PM
Dingle is offline Click Here to See the Profile for Dingle Click here to Send Dingle a Private Message Find more posts by Dingle Add Dingle to your buddy list [P] Edit/Delete Message Reply w/Quote
macker
Holy Me-el

Registered: Nov 2000
Location: UK
Posts: 4737

Post

Just one note. On some servers perl is in /bin/perl. This mostly exists in chrooted enviroments.

------------------------
Happiness is having a scratch for every itch.

Report this post to a moderator | IP: Logged

Old Post 05-10-2001 06:07 AM
macker is offline Click Here to See the Profile for macker Click here to Send macker a Private Message Visit macker's homepage! Find more posts by macker Add macker to your buddy list [P] Edit/Delete Message Reply w/Quote
aminal
incomplete

Registered: Jul 2000
Location: Erehwon
Posts: 7537

Post

another note, if your host allows you shell access to the webspace (if it doesn't - change hosts) then

"which perl"

at the prompt will tell you what to use in the shebang.

------------------------
a /\/\ i n a l

"In complete darkness we are all the same,
It is only our minds that separate us."

[This message has been edited by aminal (edited 05-10-2001).]

Report this post to a moderator | IP: Logged

Old Post 05-10-2001 11:37 AM
aminal is offline Click Here to See the Profile for aminal Click here to Send aminal a Private Message Find more posts by aminal Add aminal to your buddy list [P] Edit/Delete Message Reply w/Quote
DevilMoon
passive stalker?

Registered: Jul 2000
Location: zanzibar
Posts: 10428

Post

I installed YaBB last night. It went much easier than I expected. Double check the permissions and also make sure that you upload the ascii and binary files properly. My only problem was forgetting to upload the contents of the member directory, so I couldn't post or register. But I fixed it all up and so far so good. Its got a lot of features and there are some mods and hacks available for it.

plus its free.

D


[This message has been edited by DevilMoon (edited 05-13-2001).]

Report this post to a moderator | IP: Logged

Old Post 05-13-2001 10:05 AM
DevilMoon is offline Click Here to See the Profile for DevilMoon Click here to Send DevilMoon a Private Message Find more posts by DevilMoon Add DevilMoon to your buddy list [P] Edit/Delete Message Reply w/Quote
Mandirt
Redneck Overlord

Registered: Mar 2001
Location: To the north.
Posts: 85

Post

I am pulling my mullet out trying to install YaBB. One more day, thats it, thats all I'll give!

------------------------
I have an unusual penchant for mediocrity

mandirt

Report this post to a moderator | IP: Logged

Old Post 05-22-2001 08:45 PM
Mandirt is offline Click Here to See the Profile for Mandirt Click here to Send Mandirt a Private Message Find more posts by Mandirt Add Mandirt to your buddy list [P] Edit/Delete Message Reply w/Quote
ny4r147h073p
      

Registered: Jul 2000
Location: southern island
Posts: 526

Post

Whats the word on the cgi-factory.com Message Board V4.5.1 ???? (freeware)
would it be good for a single index on a personal site??? Anybody know of any thing under $50 thats better???

------------------------

Report this post to a moderator | IP: Logged

Old Post 05-23-2001 04:02 AM
ny4r147h073p is offline Click Here to See the Profile for ny4r147h073p Click here to Send ny4r147h073p a Private Message Find more posts by ny4r147h073p Add ny4r147h073p to your buddy list [P] Edit/Delete Message Reply w/Quote
All times are GMT. The time now is 08:37 PM. Post New Thread    Post A Reply
  Last Thread   Next Thread
Show Printable Version | Email this Page | Subscribe to this Thread

Forum Jump:
 

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is ON
 

< Contact Us - The Asylum >

Powered by: vBulletin Version 3.0.6
Copyright ©2000 - 2002, Jelsoft Enterprises Limited.
Copyright © 2000- Imaginet Inc.
[Legal Notice] | [Privacy Policy] | [Site Index]