new way of irc ;)

main
hecht 13 years ago
parent f6fea3bfa0
commit 801350e63c

@ -11,7 +11,7 @@ ignore_user_abort(true);
include_once($_SERVER['DOCUMENT_ROOT'].'ag/include/config.inc.php');
include_once($_SERVER['DOCUMENT_ROOT'].'ag/include/parse.inc.php');
include_once($_SERVER['DOCUMENT_ROOT'].'ag/include/config/ads.inc.php');
include_once($_SERVER['DOCUMENT_ROOT'].'ag/include/schnell_start.inc.php');
include_once($_SERVER['DOCUMENT_ROOT'].'ag/include/schnell_start.inc.php');
include_once($_SERVER['DOCUMENT_ROOT'].'ag/include/messagefunctions.inc.php');
// Fuer den Transit von register_globals auf normal
@ -62,9 +62,9 @@ $agb = $_REQUEST['agb'];
<map name="FPMap0">
<area href="index.php" shape="poly" coords="207, 120, 282, 120, 282, 146, 207, 146" alt="">
<area href="<?php echo $GLOBALS['forum_url']; ?>" target="_blank" shape="poly" coords="285, 120, 362, 120, 362, 146, 285, 146" alt="">
<area href="pjirc/chat.php" target="_blank" shape="poly" coords="364, 120, 441, 120, 441, 146, 364, 146" alt="">
<area href='javascript:zeigeKampflisteAn();' shape="poly" coords="443, 120, 520, 120, 520, 146, 443, 146" alt="">
</map><center>
<area href="?as=irc" shape="poly" coords="364, 120, 441, 120, 441, 146, 364, 146" alt="">
<area href='javascript:zeigeKampflisteAn();' shape="poly" coords="443, 120, 520, 120, 520, 146, 443, 146" alt="">
</map><center>
<div style="position:relative; top:0px; left:0px;">
<div style="position:relative; top:0px; left:0px; z-index:1">
<img border="0" src="design/bilder/logos/logo.jpg" usemap="#FPMap0">
@ -73,7 +73,7 @@ $agb = $_REQUEST['agb'];
<a href="http://wiki.animegame.eu" target="_blank"><img border="0" src="design/bilder/buttons/test.jpg" ></a>
</div>
</div>
</div>
</td>
<td>
@ -94,7 +94,7 @@ $agb = $_REQUEST['agb'];
<table cellpadding="0" cellspacing="0" width="146">
<tr>
<td height="90" width="6">&nbsp;</td>
<td height="90" width="134" valign="top">
<td height="90" width="134" valign="top">
<?php @include "inclu/user-controll.php";
if($name AND $passwort) { ?>
@ -178,7 +178,7 @@ $agb = $_REQUEST['agb'];
<tr>
<td height="28" valign="top"><?php echo $info_019; ?></td>
</tr>
</table>
</table>
</td>
</tr>
</table>
@ -253,7 +253,7 @@ $agb = $_REQUEST['agb'];
<td class="content">
Das Animegame ist ein Browsergame. Um es zu spielen ist also keine Installation von Software notwendig.<br>
Schl&uuml;pfe in die Rolle deiner One Piece oder Dragonball Helden und nehme an Turnieren, Liga und Kopfgeld-kämpfen teil. Du kannst aber auch Schätze und die Teufelsfrüchte suchen oder dich mit deinen Freunden in Kämpfen messen.<br>
<a href="index.php?as=anmelden" class="link">Melde dich noch heute an</a> und zeige, dass ein Held in dir steckt!
<a href="index.php?as=anmelden" class="link">Melde dich noch heute an</a> und zeige, dass ein Held in dir steckt!
</td>
</tr>
</table>
@ -290,14 +290,14 @@ if($as != "login" AND $as != "anmeldung" AND $as != "info/logs" AND $as != "info
//echo "<p align=Center>Sie Sind mit Doppel Account drin sollten sie mit ihren Bruder Spielen bitte eine E-mail an vegeta0015@hotmail.com mit Namen beider Charakter";
//exit;
//}
if($user_ida['bann'] == "ja") {
echo "<p align=Center>BANN melden sie sich beim Administrator";
exit;
}
//if($_GET[agb]) { mysql_query("UPDATE user SET agb='ja' WHERE id='$user_ida[id]' LIMIT 1"); echo "Ok sie koennen jetzt weiter Spielen"; exit; }
if($user_ida['agb'] == "nein" && $as != "info/agb") {
if($agb == 'ok'){
mysql_query("UPDATE user SET agb='ja' WHERE id='$user_ida[id]' LIMIT 1");
@ -314,7 +314,7 @@ if($as != "login" AND $as != "anmeldung" AND $as != "info/logs" AND $as != "info
}
}
else
{
{
include($_SERVER['DOCUMENT_ROOT'].'ag/news.php');
}
@ -356,7 +356,7 @@ if($as != "login" AND $as != "anmeldung" AND $as != "info/logs" AND $as != "info
</td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" width="146">
<tr>
<td height="22" width="146" colspan="3" class="ueberschrift">
@ -370,14 +370,14 @@ if($as != "login" AND $as != "anmeldung" AND $as != "info/logs" AND $as != "info
<tr>
<td height="28" valign="top"><?php include "inclu/awards.inc.php"; ?></td>
</tr>
<tr>
<tr>
<td height="1"></td>
</tr>
</table>
</td>
</tr>
</table>
<?php
if($user_ida){
?>
@ -418,8 +418,8 @@ if($user_ida){
</td>
<td rowspan="2"> </td>
</tr>
</table>
</table>
</td>
<td valign="top" width="5"> </td>
</tr>

@ -0,0 +1,10 @@
<?php
if($user_ida['nickname'] != NULL) {
echo '<iframe src="http://webchat.quakenet.org/?nick='.$user_ida['nickname'].'&channels=animegame&uio=d4" width="647" height="600"></iframe>';
} else {
echo '<iframe src="http://webchat.quakenet.org/?nick=anon_....&channels=animegame&uio=d4" width="647" height="600"></iframe>';
}
?>
Loading…
Cancel
Save