Ein paar Probleme

03/12/2012 21:17 Sariumus#1
Ja Guten Abend E*pvp ... Ingesammt habe ich 2 Probleme.

Problem 1 bezieht sich auf meine Homepage.
Problem 2 bezieht sich auf meinen Server.

Kommen wir zum Problem Nummer 1:

[Only registered and activated users can see links. Click Here To Register...]

Nr. 1 : Wie kriege ich es hin, das wenn man auf den Foren Button klickt, man zum Forum weiter geleitet wird?

Nr. 2 Wie kriege ich anstatt dieses Example Mt2 meinen Servernamen dahin??

Problem Nummer 2:

Ich verzweifele langsam. Ich habe mir einen Server über Kay331 2011er Files laufen. Der Server ist auf Hamachi eingestellt. Genauso wie die Serverip.cfg bzw. Serverinfo.py. Ich habe jede Config aus CH1 & 2 & game 99 benommen und die Ports die drin standen in Portmaps eingefügt.
Aber irgendwie kann sich trotzdem niemand einloggen trotzdem welche im Netzwerk sind & einen Account haben.

Ich hoffe Ihr könnt mir helfen.

Lg
03/13/2012 00:42 Michael_X#2
Zu 1: Schau mal nach ob in deinem www Ordner eine setting.php vorhanden ist, dort kannst du die Verlinkungen deiner Buttons festlegen.

Zu 2: Das Script kommt mir doch irgendwie bekannt vor :D Den Servernamen kannst du einfach über die install.php bestimmen.

Zu deinem letzteren Problem: Welchen Client verwendest du? Wenn du den v2 von Marco verwendest musst du den Port "13000" aus deiner + der deiner Mitspieler vorhanden Serverinfo.py in "13001" abändern.
03/13/2012 06:32 Sariumus#3
Quote:
Originally Posted by ToBeUnleashed View Post
Zu 1: Schau mal nach ob in deinem www Ordner eine setting.php vorhanden ist, dort kannst du die Verlinkungen deiner Buttons festlegen.

Zu 2: Das Script kommt mir doch irgendwie bekannt vor :D Den Servernamen kannst du einfach über die install.php bestimmen.

Zu deinem letzteren Problem: Welchen Client verwendest du? Wenn du den v2 von Marco verwendest musst du den Port "13000" aus deiner + der deiner Mitspieler vorhanden Serverinfo.py in "13001" abändern.
Also Nr.1 Ich habe keine Settings.php da. Könntest du evtl. genau sagen wo ich die finde? Danke ^^

Zu 2. Ich habe die Install.php nochmal ausgeführt und die Namen eingetragen etc. Aber immernoch das Gleiche Problem bzw. wenn ich auf das Example Mt2 mit der Maus rüber fahre steht da dann mein Servername...

Zu Nr.3. Ich habe die Serverinfo.py mit den Ports in "13001" umgeschrieben & wieder eingepackt.
Habe es bei meinem Bruder versucht aber von seinem PC kann man auch nicht verbinden. Da kommt dann nur: "Fehler beim Verbinden mit dem Server"

Lg
03/13/2012 11:36 *.Creatic.*#4
Schau mal in deine index.php ich glaub da kann man die verlinkungen bestimmen..

und 2. adde michmal in skype unter " lemon2258 " ich helfe dir dan gerne weiter.


mfg
03/13/2012 14:45 NoX©#5
Hii

zum forum Hm
mach deine Index.php auf
trag dort das ein
dort findest du verlink, zb.

<li><a href="index.php?s=downloads"><font color="#330000">Download</a></li></font>
für forum könntest du das so machen
<li><a href="/board"><font color="#990000">Forum</a></li></font>
(color bestimt dabei die farbe)
oder du machst es so
<li><a href="http://deineforumadresse/Forum" class="last">Forum</a></li>
03/13/2012 18:48 Sariumus#6
Code:
<?PHP
  session_name("m2hp");
  session_start();
  
  error_reporting(E_ALL&~E_NOTICE);
  
  require("./inc/config.inc.php");
  require("./inc/rights.inc.php");
  require("./inc/functions.inc.php");
  
  $sqlHp = mysql_connect(SQL_HP_HOST, SQL_HP_USER, SQL_HP_PASS);
  $sqlServ = mysql_connect(SQL_HOST, SQL_USER, SQL_PASS);
  require("./inc/head.inc.php");
?>
<!-- Design by King Sora -->
<!-- Code by Ownii -->
<!-- www.elitepvpers.com -->
<html>
<head>
	<title><?PHP echo $serverSettings['titel_page'];?></title>
	<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
	<!-- Header -->
	<div id="header">
	<br />
	<div class="head">
	<a href="#" class="logo" title="*****2 - Werde der Beste!">
	<img src="http://www.elitepvpers.com/forum/images/logo.png">
	</a>
	</div>
		<div id="navbar">
			<ul>
				<a href="?s=home"><li>Home</li></a>
				<a href="?s=register"><li>Registrierung</li></a>
				<a href="?s=rankings"><li>Rangliste</li></a>
				<a href="?s=download"><li class="middle"></li></a>
				<a href="?s=usercp"><li>User Panel</li></a>
				<a href="/board/"><li>Forum</li></a>
				<a href="?s=medien"><li>Medien</li></a>
			</ul>
		</div>
	</div>
	
	<!-- Main Content -->
	<div id="main">
		<div id="main_top">
		</div>
		<div id="main_content">
			<!-- Right -->
			<div id="right">
			<?PHP if(isset($_SESSION['user_admin']) && checkInt($_SESSION['user_admin']) && $_SESSION['user_admin']>=0) {
			if ($_GET['s']=="itemshop") {
			?>
			<div id="right_content">
			<div id="right_top">
			<div id="right_foot">
			<h2>Kategorien</h2>
			<p>
			<ul><center>
			<?PHP
			$sqlCmd = "SELECT * FROM ".SQL_HP_DB.".is_kategorien ORDER BY titel ASC;";
			$sqlQry = mysql_query($sqlCmd,$sqlHp);
			while($getKats = mysql_fetch_object($sqlQry)) {
			echo'<li><a href="index.php?s=itemshop&k='.$getKats->id.'">'.$getKats->titel.'</a></li>';
			}
			?></center>
			</ul>
			</p>
			</div>
			</div>
			</div>
			<?PHP
			}
			}
			?>
			<div id="right_content">
			<div id="right_top">
			<div id="right_foot">
			<?PHP include("./pages/login.php"); ?>
			</p>
			</div>
			</div>
			</div>
			<div id="right_content">
			<div id="right_top">
			<div id="right_foot">
			<h2>Serverstatus</h2>
			<p>
			<div id="right_text">
			<div id="status_load">
			<?PHP include("status.php"); ?>
			</div>
			</div>
			</p>
			</div>
			</div>
			</div>
			<div id="right_content">
			<div id="right_top">
			<div id="right_foot">
			<h2>Serverinformationen</h2>
			<p>
			<div id="right_text">
			<?PHP include("./pages/stats.php"); ?><br>
			<a class="vote" href="votelink"><input type="submit" value="Vote 4 us" class="btn" /></a>
			</center>
			</div>
			</p>
			</div>
			</div>
			</div>
			</div>
			<!-- Left -->

			<div id="left">
				<div id="left_top">
			<?PHP
					$includeDir = ".".DIRECTORY_SEPARATOR."pages".DIRECTORY_SEPARATOR;
			$includeDefault = $includeDir."home.php";
			$include404 = $includeDir."404.php";
			
			if(isset($_GET['s']) && !empty($_GET['s']))
			{
			
				$_GET['s'] = str_replace("\0", '', $_GET['s']);
				$includeFile = basename(realpath($includeDir.$_GET['s'].".php"));
				$includePath = $includeDir.$includeFile;
				
				if(!empty($includeFile) && file_exists($includePath)) 
				{
					include($includePath);
				}
				else 
				{
				include($include404);
				}

			} 
			else 
			{
				include($includeDefault);
			}
		?>
		</div>
				<div id="left_foot">
				</div>
			</div>
			</div>
		<div id="main_bottom">
		</div>	
	<!-- Footer -->
	<div id="footer">
		<p class="cp">&copy; Copyright <a href="#"><?PHP echo $serverSettings['titel'];?></a> 2012. All rights reserved. Design by <a href="http://www.elitepvpers.com/forum/members/989073-king-sora.html" target="_blank">King Sora</a>. Code by <a href="http://www.ownii.eu" target="_blank">Ownii</a>.</p>
	</div>
	</div>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.4.4.min.js"></script> 
<script type="text/javascript">
	$("#status_reload").live('click', (function () {
	$("#status_load").html('loading...').load("status.php");
	}));
</script>
</body>
</html>
Was muss ich da ändern das mein servername kommt?
Könnt mir das einer so ändern das Der Servername da steht und die Zeile dick makrieren in der man den Forenlink angeben kann? Wäre super nett <3

lg
03/13/2012 19:29 haltdeine#7
verbindungen von hamachi alle grün oder blau ? versuch doch mal die ports alle einzelnt in deiner firewall eizufügen war bei mir und den files genauso sonst vllt. einen world / login port vergessen ? schreib am besten mal alle ports auf die du in deiner portmap hast (bzw. ob du die auch mit deiner hamachiip mit der .100 eingetragen hast)


ps vllt kann mir ja auch jemand helfen auch wenns hier net reinpasst XD hat wer die querys für die neuen mobs ? also azrael , riesenwurm , mumie etc. ?? wäre echt nett wenn mir die jemand geben könnte (:
03/13/2012 19:35 Sαirex#8
Hey,
such danach.
Code:
<a href="#" class="logo" title="[COLOR="Yellow"]*****2 - Werde der Beste![/COLOR]">
Was dort gelb Markiert ist änderst du es in deinen Namen um.
03/13/2012 19:44 Sariumus#9
Quote:
Originally Posted by Kingalex™ View Post
Hey,
such danach.
Code:
<a href="#" class="logo" title="[COLOR="Yellow"]*****2 - Werde der Beste![/COLOR]">
Was dort gelb Markiert ist änderst du es in deinen Namen um.
Wo ist da was gelb markiert?? xD



Ich habe die ports:

Code:
[General]
MapCount=53
[Map 1]
MapName=11002
InIP=
InPort=11002
OutIP=5.228.45.100
OutPort=11002
MaxUser=0
MaxIPUser=0
Proxy=0
BlackList=
AutoRun=1
[Map 2]
MapName=13000
InIP=
InPort=13000
OutIP=5.228.45.100
OutPort=13000
MaxUser=0
MaxIPUser=0
Proxy=0
BlackList=
AutoRun=1
[Map 3]
MapName=13001
InIP=
InPort=13001
OutIP=5.228.45.100
OutPort=13001
MaxUser=0
MaxIPUser=0
Proxy=0
BlackList=
AutoRun=1
[Map 4]
MapName=13002
InIP=
InPort=13002
OutIP=5.228.45.100
OutPort=13002
MaxUser=0
MaxIPUser=0
Proxy=0
BlackList=
AutoRun=1
[Map 5]
MapName=13003
InIP=
InPort=13003
OutIP=5.228.45.100
OutPort=13003
MaxUser=0
MaxIPUser=0
Proxy=0
BlackList=
AutoRun=1
[Map 6]
MapName=13021
InIP=
InPort=13021
OutIP=5.228.45.100
OutPort=13021
MaxUser=0
MaxIPUser=0
Proxy=0
BlackList=
AutoRun=1
[Map 7]
MapName=13023
InIP=
InPort=13023
OutIP=5.228.45.100
OutPort=13023
MaxUser=0
MaxIPUser=0
Proxy=0
BlackList=
AutoRun=1
[Map 8]
MapName=13041
InIP=
InPort=13041
OutIP=5.228.45.100
OutPort=13041
MaxUser=0
MaxIPUser=0
Proxy=0
BlackList=
AutoRun=1
[Map 9]
MapName=13043
InIP=
InPort=13043
OutIP=5.228.45.100
OutPort=13043
MaxUser=0
MaxIPUser=0
Proxy=0
BlackList=
AutoRun=1
[Map 10]
MapName=13061
InIP=
InPort=13061
OutIP=5.228.45.100
OutPort=13061
MaxUser=0
MaxIPUser=0
Proxy=0
BlackList=
AutoRun=1
[Map 11]
MapName=13062
InIP=
InPort=13062
OutIP=5.228.45.100
OutPort=13062
MaxUser=0
MaxIPUser=0
Proxy=0
BlackList=
AutoRun=1
[Map 12]
MapName=13063
InIP=
InPort=13063
OutIP=5.228.45.100
OutPort=13063
MaxUser=0
MaxIPUser=0
Proxy=0
BlackList=
AutoRun=1
[Map 13]
MapName=13064
InIP=
InPort=13064
OutIP=5.228.45.100
OutPort=13064
MaxUser=0
MaxIPUser=0
Proxy=0
BlackList=
AutoRun=1
[Map 14]
MapName=13065
InIP=
InPort=13065
OutIP=5.228.45.100
OutPort=13065
MaxUser=0
MaxIPUser=0
Proxy=0
BlackList=
AutoRun=1
[Map 15]
MapName=13066
InIP=
InPort=13066
OutIP=5.228.45.100
OutPort=13066
MaxUser=0
MaxIPUser=0
Proxy=0
BlackList=
AutoRun=1
[Map 16]
MapName=13067
InIP=
InPort=13067
OutIP=5.228.45.100
OutPort=13067
MaxUser=0
MaxIPUser=0
Proxy=0
BlackList=
AutoRun=1
[Map 17]
MapName=13068
InIP=
InPort=13068
OutIP=5.228.45.100
OutPort=13068
MaxUser=0
MaxIPUser=0
Proxy=0
BlackList=
AutoRun=1
[Map 18]
MapName=13069
InIP=
InPort=13069
OutIP=5.228.45.100
OutPort=13069
MaxUser=0
MaxIPUser=0
Proxy=0
BlackList=
AutoRun=1
[Map 19]
MapName=13070
InIP=
InPort=13070
OutIP=5.228.45.100
OutPort=13070
MaxUser=0
MaxIPUser=0
Proxy=0
BlackList=
AutoRun=1
[Map 20]
MapName=13081
InIP=
InPort=13081
OutIP=5.228.45.100
OutPort=13081
MaxUser=0
MaxIPUser=0
Proxy=0
BlackList=
AutoRun=1
[Map 21]
MapName=13113
InIP=
InPort=13113
OutIP=5.228.45.100
OutPort=13113
MaxUser=0
MaxIPUser=0
Proxy=0
BlackList=
AutoRun=1
[Map 22]
MapName=13114
InIP=
InPort=13114
OutIP=5.228.45.100
OutPort=13114
MaxUser=0
MaxIPUser=0
Proxy=0
BlackList=
AutoRun=1
[Map 23]
MapName=13115
InIP=
InPort=13115
OutIP=5.228.45.100
OutPort=13115
MaxUser=0
MaxIPUser=0
Proxy=0
BlackList=
AutoRun=1
[Map 24]
MapName=13116
InIP=
InPort=13116
OutIP=5.228.45.100
OutPort=13116
MaxUser=0
MaxIPUser=0
Proxy=0
BlackList=
AutoRun=1
[Map 25]
MapName=13117
InIP=
InPort=13117
OutIP=5.228.45.100
OutPort=13117
MaxUser=0
MaxIPUser=0
Proxy=0
BlackList=
AutoRun=1
[Map 26]
MapName=13118
InIP=
InPort=13118
OutIP=5.228.45.100
OutPort=13118
MaxUser=0
MaxIPUser=0
Proxy=0
BlackList=
AutoRun=1
[Map 27]
MapName=13119
InIP=
InPort=13119
OutIP=5.228.45.100
OutPort=13119
MaxUser=0
MaxIPUser=0
Proxy=0
BlackList=
AutoRun=1
[Map 28]
MapName=13120
InIP=
InPort=13120
OutIP=5.228.45.100
OutPort=13120
MaxUser=0
MaxIPUser=0
Proxy=0
BlackList=
AutoRun=1
[Map 29]
MapName=13121
InIP=
InPort=13121
OutIP=5.228.45.100
OutPort=13121
MaxUser=0
MaxIPUser=0
Proxy=0
BlackList=
AutoRun=1
[Map 30]
MapName=13122
InIP=
InPort=13122
OutIP=5.228.45.100
OutPort=13122
MaxUser=0
MaxIPUser=0
Proxy=0
BlackList=
AutoRun=1
[Map 31]
MapName=13123
InIP=
InPort=13123
OutIP=5.228.45.100
OutPort=13123
MaxUser=0
MaxIPUser=0
Proxy=0
BlackList=
AutoRun=1
[Map 32]
MapName=13124
InIP=
InPort=13124
OutIP=5.228.45.100
OutPort=13124
MaxUser=0
MaxIPUser=0
Proxy=0
BlackList=
AutoRun=1
[Map 33]
MapName=13125
InIP=
InPort=13125
OutIP=5.228.45.100
OutPort=13125
MaxUser=0
MaxIPUser=0
Proxy=0
BlackList=
AutoRun=1
[Map 34]
MapName=13126
InIP=
InPort=13126
OutIP=5.228.45.100
OutPort=13126
MaxUser=0
MaxIPUser=0
Proxy=0
BlackList=
AutoRun=1
[Map 35]
MapName=13127
InIP=
InPort=13127
OutIP=5.228.45.100
OutPort=13127
MaxUser=0
MaxIPUser=0
Proxy=0
BlackList=
AutoRun=1
[Map 36]
MapName=13128
InIP=
InPort=13128
OutIP=5.228.45.100
OutPort=13128
MaxUser=0
MaxIPUser=0
Proxy=0
BlackList=
AutoRun=1
[Map 37]
MapName=13004
InIP=
InPort=13004
OutIP=5.228.45.100
OutPort=13004
MaxUser=0
MaxIPUser=0
Proxy=0
BlackList=
AutoRun=1
[Map 38]
MapName=13099
InIP=
InPort=13099
OutIP=5.228.45.100
OutPort=13099
MaxUser=0
MaxIPUser=0
Proxy=0
BlackList=
AutoRun=1
[Map 39]
MapName=80
AutoRun=1
InIP=
InPort=80
OutIP=5.245.85.100
OutPort=80
MaxUser=0
MaxIPUser=0
Proxy=0
BlackList=
[Map 40]
MapName=50000
AutoRun=1
InIP=
InPort=50000
OutIP=5.245.85.100
OutPort=50000
MaxUser=0
MaxIPUser=0
Proxy=0
BlackList=
[Map 41]
MapName=16000
AutoRun=1
InIP=
InPort=16000
OutIP=5.245.85.100
OutPort=16000
MaxUser=0
MaxIPUser=0
Proxy=0
BlackList=
[Map 42]
MapName=18000
AutoRun=1
InIP=
InPort=18000
OutIP=5.245.85.100
OutPort=18000
MaxUser=0
MaxIPUser=0
Proxy=0
BlackList=
[Map 43]
MapName=20000
AutoRun=1
InIP=
InPort=20000
OutIP=5.245.85.100
OutPort=20000
MaxUser=0
MaxIPUser=0
Proxy=0
BlackList=
[Map 44]
MapName=15000
AutoRun=1
InIP=
InPort=15000
OutIP=5.245.85.100
OutPort=15000
MaxUser=0
MaxIPUser=0
Proxy=0
BlackList=
[Map 45]
MapName=12000
AutoRun=1
InIP=
InPort=12000
OutIP=5.245.85.100
OutPort=12000
MaxUser=0
MaxIPUser=0
Proxy=0
BlackList=
[Map 46]
MapName=14001
AutoRun=1
InIP=
InPort=14001
OutIP=5.245.85.100
OutPort=14001
MaxUser=0
MaxIPUser=0
Proxy=0
BlackList=
[Map 47]
MapName=14002
AutoRun=1
InIP=
InPort=14002
OutIP=5.245.85.100
OutPort=14002
MaxUser=0
MaxIPUser=0
Proxy=0
BlackList=
[Map 48]
MapName=14003
AutoRun=1
InIP=
InPort=14003
OutIP=5.245.85.100
OutPort=14003
MaxUser=0
MaxIPUser=0
Proxy=0
BlackList=
[Map 49]
MapName=14004
AutoRun=1
InIP=
InPort=14004
OutIP=5.245.85.100
OutPort=14004
MaxUser=0
MaxIPUser=0
Proxy=0
BlackList=
[Map 50]
MapName=14099
AutoRun=1
InIP=
InPort=14099
OutIP=5.245.85.100
OutPort=14099
MaxUser=0
MaxIPUser=0
Proxy=0
BlackList=
[Map 51]
MapName=3306
AutoRun=1
InIP=
InPort=3306
OutIP=5.245.85.100
OutPort=3306
MaxUser=0
MaxIPUser=0
Proxy=0
BlackList=
[Map 52]
MapName=22
AutoRun=1
InIP=
InPort=22
OutIP=5.245.85.100
OutPort=22
MaxUser=0
MaxIPUser=0
Proxy=0
BlackList=
[Map 53]
MapName=61
AutoRun=0
InIP=
InPort=61
OutIP=5.245.85.100
OutPort=61
MaxUser=0
MaxIPUser=0
Proxy=0
BlackList=
drin :D
03/13/2012 19:47 Sαirex#10
Ups mein Fehler sory :D
sag mal dein Servername dann änder ich das
03/13/2012 20:58 Sariumus#11
DarkUnited2
03/13/2012 21:55 Sαirex#12
PHP Code:
<?PHP
  session_name
("m2hp");
  
session_start();
  
  
error_reporting(E_ALL&~E_NOTICE);
  
  require(
"./inc/config.inc.php");
  require(
"./inc/rights.inc.php");
  require(
"./inc/functions.inc.php");
  
  
$sqlHp mysql_connect(SQL_HP_HOSTSQL_HP_USERSQL_HP_PASS);
  
$sqlServ mysql_connect(SQL_HOSTSQL_USERSQL_PASS);
  require(
"./inc/head.inc.php");
?>
<!-- Design by King Sora -->
<!-- Code by Ownii -->
<!-- www.elitepvpers.com -->
<html>
<head>
    <title><?PHP echo $serverSettings['titel_page'];?></title>
    <link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
    <!-- Header -->
    <div id="header">
    <br />
    <div class="head">
    <a href="#" class="logo" title="DarkUnited2">
    <img src="http://www.elitepvpers.com/forum/images/logo.png">
    </a>
    </div>
        <div id="navbar">
            <ul>
                <a href="?s=home"><li>Home</li></a>
                <a href="?s=register"><li>Registrierung</li></a>
                <a href="?s=rankings"><li>Rangliste</li></a>
                <a href="?s=download"><li class="middle"></li></a>
                <a href="?s=usercp"><li>User Panel</li></a>
                <a href="/board/"><li>Forum</li></a>
                <a href="?s=medien"><li>Medien</li></a>
            </ul>
        </div>
    </div>
    
    <!-- Main Content -->
    <div id="main">
        <div id="main_top">
        </div>
        <div id="main_content">
            <!-- Right -->
            <div id="right">
            <?PHP if(isset($_SESSION['user_admin']) && checkInt($_SESSION['user_admin']) && $_SESSION['user_admin']>=0) {
            if (
$_GET['s']=="itemshop") {
            
?>
            <div id="right_content">
            <div id="right_top">
            <div id="right_foot">
            <h2>Kategorien</h2>
            <p>
            <ul><center>
            <?PHP
            $sqlCmd 
"SELECT * FROM ".SQL_HP_DB.".is_kategorien ORDER BY titel ASC;";
            
$sqlQry mysql_query($sqlCmd,$sqlHp);
            while(
$getKats mysql_fetch_object($sqlQry)) {
            echo
'<li><a href="index.php?s=itemshop&k='.$getKats->id.'">'.$getKats->titel.'</a></li>';
            }
            
?></center>
            </ul>
            </p>
            </div>
            </div>
            </div>
            <?PHP
            
}
            }
            
?>
            <div id="right_content">
            <div id="right_top">
            <div id="right_foot">
            <?PHP include("./pages/login.php"); ?>
            </p>
            </div>
            </div>
            </div>
            <div id="right_content">
            <div id="right_top">
            <div id="right_foot">
            <h2>Serverstatus</h2>
            <p>
            <div id="right_text">
            <div id="status_load">
            <?PHP include("status.php"); ?>
            </div>
            </div>
            </p>
            </div>
            </div>
            </div>
            <div id="right_content">
            <div id="right_top">
            <div id="right_foot">
            <h2>Serverinformationen</h2>
            <p>
            <div id="right_text">
            <?PHP include("./pages/stats.php"); ?><br>
            <a class="vote" href="votelink"><input type="submit" value="Vote 4 us" class="btn" /></a>
            </center>
            </div>
            </p>
            </div>
            </div>
            </div>
            </div>
            <!-- Left -->

            <div id="left">
                <div id="left_top">
            <?PHP
                    $includeDir 
".".DIRECTORY_SEPARATOR."pages".DIRECTORY_SEPARATOR;
            
$includeDefault $includeDir."home.php";
            
$include404 $includeDir."404.php";
            
            if(isset(
$_GET['s']) && !empty($_GET['s']))
            {
            
                
$_GET['s'] = str_replace("\0"''$_GET['s']);
                
$includeFile basename(realpath($includeDir.$_GET['s'].".php"));
                
$includePath $includeDir.$includeFile;
                
                if(!empty(
$includeFile) && file_exists($includePath)) 
                {
                    include(
$includePath);
                }
                else 
                {
                include(
$include404);
                }

            } 
            else 
            {
                include(
$includeDefault);
            }
        
?>
        </div>
                <div id="left_foot">
                </div>
            </div>
            </div>
        <div id="main_bottom">
        </div>    
    <!-- Footer -->
    <div id="footer">
        <p class="cp">&copy; Copyright <a href="#"><?PHP echo $serverSettings['titel'];?></a> 2012. All rights reserved. Design by <a href="http://www.elitepvpers.com/forum/members/989073-king-sora.html" target="_blank">King Sora</a>. Code by <a href="http://www.ownii.eu" target="_blank">Ownii</a>.</p>
    </div>
    </div>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.4.4.min.js"></script> 
<script type="text/javascript">
    $("#status_reload").live('click', (function () {
    $("#status_load").html('loading...').load("status.php");
    }));
</script>
</body>
</html>
03/13/2012 22:15 Sariumus#13
Jetzt steht da nix mehr :D
03/13/2012 23:43 Mashkin#14
Quote:
Originally Posted by Kingalex™ View Post
Hey,
such danach.
Code:
<a href="#" class="logo" title="[COLOR=Yellow]*****2 - Werde der Beste![/COLOR]">
Was dort gelb Markiert ist änderst du es in deinen Namen um.
Quatscht mal nicht so viel Dünnpfiff...

Der Servername oben ist ein Bild. Das findest du unter dem Pfad "images/logo.png". Außerdem befindet sich in dem Ordner auch noch die Datei "logo.psd"; das ist das Photoshop-File vom Beispiel-Logo.
Da kannst du den text ändern, danach einfach als "logo.png" speichern und fertig.

Zum Forumlink:
PHP Code:
index.php:
...
        <
div id="navbar"
            <
ul
                <
a href="?s=home"><li>Home</li></a
                <
a href="?s=register"><li>Registrierung</li></a
                <
a href="?s=rankings"><li>Rangliste</li></a
                <
a href="?s=download"><li class="middle"></li></a
                <
a href="?s=usercp"><li>User Panel</li></a
                <
a href="HIER DER LINK"><li>Forum</li></a
                <
a href="?s=medien"><li>Medien</li></a
            </
ul
        </
div>
... 
...sollte alles sagen.
</span>
03/14/2012 03:26 NoX©#15
<a href="#" class="logo" title="*****2 - Werde der Beste!"> ?
du weist schon das man damit nur denn Tab Tittel ändert oder ?

@ Sari guck mal in der Img ordner da ist ein Bild drin names Header oder logo .
die bild datei musst du ändern ggf. ein neues bild einfügen

€ sry habe denn beitrag über mir nicht gesehen