• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Windows TFSCMS help

Teddy

SweStream.se
Joined
Oct 2, 2008
Messages
3,797
Reaction score
10
Location
Sweden 172
TFSCMS Help here

How do i change this

89252777uk2.jpg

To a Pic ?
EDIT : i know how to change it to a other name but i need to make a pic there ?

Problem 2 :
How do i add more links on the meny like : Forum , Updates , And more ..

41186490qa0.jpg

Problem 3 :
i have seen alot of TFSCMS website that have Big and small text on News site how do i change the sizes of the text ?
EDIT : Like this TEXT HERE[,/B] , PIC HERE[,/IMG] these commands dont work [/B]?[/COLOR]
[IMG]http://img58.imageshack.us/img58/8855/39619915ao9.jpg


Sry For my english ^^^_^
 
includes/functions.php... HTML code starts somewhere around line 430~. You can change pic instead of title, menu options and much more there.
 
Find only Meny
Code:
				<ul>
					<li><a href="news.php">[B]News[/B]</a></li>
					<li><a href="highscores.php">[B]Highscores[/B]</a></li>
					<li><a href="guilds.php">[B]Guilds[/B]</a></li>
				</ul>

But not site name think
i think its some here ?

HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
		<meta name="keywords" content="<?=strtolower($config['serverName'])?>,gameserver,game,server" />
		<meta name="description" content="<?=$config['serverName']?>; a roleplaying server for the client protocol 8.22." />
		<title><?=$config['serverName']?> - <?=$location?></title>
		<link rel="stylesheet" type="text/css" href="styles/<?=$_SESSION['style']?>" />
		<!--[if IE]>
		<link rel="stylesheet" type="text/css" href="styles/<?=str_replace(".css", "_iefix.css", $_SESSION['style'])?>" />
		<![endif]-->
	</head>
	<body>
		<div id="container">
			<div style="font-size: 35pt">
				<div id="styleChanger">
					Style:
					<form method="post" action="style.php">
						<input type="hidden" name="securitytoken" value="<?=$_SESSION['securitytoken']?>" />
						<div style="display: inline">
							<select class="select" name="style">
								<?php include('styleparser.php'); ?>
							</select>
							<input class="submit" type="submit" value="Change" />
						</div>
					</form>
				</div>
				<?=$config['serverName']?>
			</div>

Edit : can you plz give me a script/html think that if you press on Forum link in meny you will be in the forum :D if you understand xD
 
Find only Meny
Code:
				<ul>
					<li><a href="news.php">[B]News[/B]</a></li>
					<li><a href="highscores.php">[B]Highscores[/B]</a></li>
					<li><a href="guilds.php">[B]Guilds[/B]</a></li>
				</ul>

But not site name think
i think its some here ?

HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
		<meta name="keywords" content="<?=strtolower($config['serverName'])?>,gameserver,game,server" />
		<meta name="description" content="<?=$config['serverName']?>; a roleplaying server for the client protocol 8.22." />
		<title><?=$config['serverName']?> - <?=$location?></title>
		<link rel="stylesheet" type="text/css" href="styles/<?=$_SESSION['style']?>" />
		<!--[if IE]>
		<link rel="stylesheet" type="text/css" href="styles/<?=str_replace(".css", "_iefix.css", $_SESSION['style'])?>" />
		<![endif]-->
	</head>
	<body>
		<div id="container">
			<div style="font-size: 35pt">
				<div id="styleChanger">
					Style:
					<form method="post" action="style.php">
						<input type="hidden" name="securitytoken" value="<?=$_SESSION['securitytoken']?>" />
						<div style="display: inline">
							<select class="select" name="style">
								<?php include('styleparser.php'); ?>
							</select>
							<input class="submit" type="submit" value="Change" />
						</div>
					</form>
				</div>
				<?=$config['serverName']?>
			</div>

Edit : can you plz give me a script/html think that if you press on Forum link in meny you will be in the forum :D if you understand xD

This one??

Code:
<a href="http://yourforum.de">FORUM</a>
I think thats the code you need, isnt it?

to your 3th problem:

you cant use "forum codes" does not work..
use <b> or <u> instead of it.

Regards,
Deaktiver
 
Code:
				</div>
				<?=$config['serverName']?>
			</div>

Guess that would be it, change <?=$config['serverName']?> with <img src="youimage" alt="k0ol 0Ts"> and see if anything changes =p
 
Use normal html characters in news.txt.
Code:
<span style="font-weight:bold;size:10;color:pink">oi</span>
 
i have 1 more problem .. i creat a ACC whit password jojo123 and Acc Nr 6363 But when i try to login its wrong password so i go in to phpmyadmin and there i found all acc that have been vreated have this password 35d8ea98a170d40f0aa29b970c4023d66c31bc52 :O ?
 
Back
Top