|
|
Quellcode |
1 |
$values = explode("||",$_SESSION["regi"],5);
|
|
|
Quellcode |
1 |
$values = explode("||",$_SESSION["regi"]);
|
Benutzer, die sich für diesen Beitrag bedankt haben:
|
|
Quellcode |
1 |
if ($edituser["forenrank"] < $you["forenrank"]) {
|
|
|
Quellcode |
1 |
if ($edituser["forenrank"] < $you["forenrank"] || $you["name"] == $config["OWNER_NICKNAME"]) {
|
|
|
Quellcode |
1 |
<p><label>Forenrank:</label><select name="rank"><option<!-- IF FORENRANK == '0' --> selected<!-- ENDIF -->>0</option><option<!-- IF FORENRANK == '1' --> selected<!-- ENDIF -->>1</option><option<!-- IF FORENRANK == '2' --> selected<!-- ENDIF -->>2</option><option<!-- IF FORENRANK == '3' --> selected<!-- ENDIF -->>3</option><option<!-- IF FORENRANK == '4' --> selected<!-- ENDIF -->>4</option><option<!-- IF FORENRANK == '5' --> selected<!-- ENDIF -->>5</option></select></p> |
|
|
Quellcode |
1 |
<p><label>Forenrank:</label><select name="forenrank"><option<!-- IF FORENRANK2 == '0' --> selected<!-- ENDIF -->>0</option><option<!-- IF FORENRANK2 == '1' --> selected<!-- ENDIF -->>1</option><option<!-- IF FORENRANK2 == '2' --> selected<!-- ENDIF -->>2</option><option<!-- IF FORENRANK2 == '3' --> selected<!-- ENDIF -->>3</option><option<!-- IF FORENRANK2 == '4' --> selected<!-- ENDIF -->>4</option><option<!-- IF FORENRANK2 == '5' --> selected<!-- ENDIF -->>5</option></select></p> |
|
|
Quellcode |
1 |
<p><label>Navi zeigen?:</label><select name="cms"> |
|
|
Quellcode |
1 |
<p><label>Navi zeigen?:</label><select name="seenavi"> |
|
|
Quellcode |
1 |
<p><label>Teams:</label><input name="teams" value="{TEAMS}" type="text"></p>
|
|
|
Quellcode |
1 |
<p><label>Teams:</label><input name="teams" value="{TEAMS2}" type="text"></p>
|
|
|
Quellcode |
1 |
'TLS2' => (isset($edit["id"])) ? $edit["tl"] : '0', |
|
|
Quellcode |
1 |
'TEAMS2' => (isset($edit["id"])) ? $edit["teams"] : '', |
|
|
Quellcode |
1 |
if ($exist2["id"] == '') {if ($_POST["editid"] == 'create') {mysql_query("insert into `chatteam` set nick='".$exist["name"]."',tasks='".chars($_POST["aufgaben"])."'");} else {$edit = mysql_fetch_array(mysql_query("select * from chatteam where id='".(int)$_POST["editid"]."'"));mysql_query("update `chatteam` set nick='".$exist["name"]."',tasks='".chars($_POST["aufgaben"])."' where id='".$edit["id"]."'");}}}}}
|
|
|
Quellcode |
1 |
if ($exist2["id"] == '' && $_POST["editid"] == 'create') {mysql_query("insert into `chatteam` set nick='".$exist["name"]."',tasks='".chars($_POST["aufgaben"])."'");} else if ($exist2["id"] != '') {$edit = mysql_fetch_array(mysql_query("select * from chatteam where id='".(int)$_POST["editid"]."'"));mysql_query("update `chatteam` set nick='".$exist["name"]."',tasks='".chars($_POST["aufgaben"])."' where id='".$edit["id"]."'");}}}}
|
|
|
Quellcode |
1 |
#bodyforum {min-height:100%;overflow:hidden;width:1200px;position:relative;left:50%;margin-left:-600px;}
|
|
|
Quellcode |
1 |
#bodyforum {padding:10px;margin:0;font-family:Arial;}
|
|
|
Quellcode |
1 |
} else {echo "#content {float:left;width:1100px;padding:5px;margin:10px 35px 15px 35px;}";}
|
|
|
Quellcode |
1 |
} else {echo "#content {padding:5px;margin:10px 35px 15px 35px;}";}
|
Benutzer, die sich für diesen Beitrag bedankt haben: