Cluster f*ck of questions :)

Use this forum if you have a relatively general question or comment about a game, Ventrilo, TeamSpeak, or Murmur/Mumble server with us. If you have a server-specific question that might not help out the community, please directly contact us through your control panel instead.
Post Reply
Funkless
New to forums
New to forums
Posts: 5
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Wed Dec 08, 2004 4:56 am

Cluster f*ck of questions :)

Post by Funkless »

Well I thought I had a grasp on html and whatnot but then I rented this server and im lost.

First off I need an RCON and CVAR list for Counter Strike source ive been searching the internet for them and I find them for orig. CS and HL but most of the commands dont work for the source engine.

Secondly im desiging my own webpage and I dont know how I can link to the forums I set up. Or how to make my page the index. Ill keep twiddleing with it and see if I can answer some of my own questions.

findipendance.nuclearfallout.net
Clan [F'd]
Funkless
New to forums
New to forums
Posts: 5
Joined: Wed Dec 08, 2004 4:56 am

Post by Funkless »

oh yes, and I'd like to know if there was a way to cycle motd's like every 4 min the console would say somthing like our address to our website.

Go to findipendance.nuclearfallout.net for server news, clan info and scrim inquiries.
Clan [F'd]
User avatar
human_shield256
New to forums
New to forums
Posts: 13
Joined: Wed Sep 01, 2004 5:49 am
Contact:

Post by human_shield256 »

Forums are here if you want to DL them
http://www.phpbb.com/

IDK if this is what your after but here is a perty good list of commands, you may not be able to use all of them.
Funkless
New to forums
New to forums
Posts: 5
Joined: Wed Dec 08, 2004 4:56 am

Post by Funkless »

oh so does that mean I have to wipe the forum they provided with php=nuke or what. Start over clean...im pretty confused. Would I have to then download the phpBB top layer and upload it into my ftp, and go that route. I need a hosting for idiots book :oops:
Clan [F'd]
User avatar
human_shield256
New to forums
New to forums
Posts: 13
Joined: Wed Sep 01, 2004 5:49 am
Contact:

Post by human_shield256 »

Oh sorry was unclear what you wanted.

To get your forums to link inside your forums like at the top of this page wher e you click on the NFO logo it's in the adminstration pannel of your forums there should be a place to set it to your forums. It's in the General Admin/configuration area under the site name.

If your talking about just doing a simple link from a web page you've built, it'd be something like this.

<a href="http://btokin.nuclearfallout.net/forums/">Click
here for the forums</a>

If you wondering how to make a web page the index, you just name it index.html and put it in your root folder.
User avatar
human_shield256
New to forums
New to forums
Posts: 13
Joined: Wed Sep 01, 2004 5:49 am
Contact:

Post by human_shield256 »

Damb I hate not being able to edit my post...

Here is the correct link for the forums

http://btokin.nuclearfallout.net/forums/index.php
User avatar
Nick|NFo
Former staff
Former staff
Posts: 2252
Joined: Sun Mar 30, 2003 1:56 pm
Location: 127.0.0.1

Re: Cluster f*ck of questions :)

Post by Nick|NFo »

Funkless wrote:Well I thought I had a grasp on html and whatnot but then I rented this server and im lost.

First off I need an RCON and CVAR list for Counter Strike source ive been searching the internet for them and I find them for orig. CS and HL but most of the commands dont work for the source engine.

Secondly im desiging my own webpage and I dont know how I can link to the forums I set up. Or how to make my page the index. Ill keep twiddleing with it and see if I can answer some of my own questions.

findipendance.nuclearfallout.net
you can download this:

http://files.nfoe.net/download.php?fnam ... /cvar2.txt

as for index, looks like you went with phpnuke, which has index.php by default in the main directory. If you wanted just phpbb forums, all you would need to do is direct people from index.html to forums/index.php by using simple html redirection such as this.

Code: Select all

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Your Page Title</title>
<meta http-equiv="REFRESH" content="0;url=http://www.the-domain-you-want-to-redirect-to.com"></HEAD>
<BODY>
Optional page text here.
</BODY>
</HTML>
you can edit the content=0, which is the number of seconds to wait to redirect. 0 is instant.
-Nick
Post Reply