Ok jetzte sieht es so aus 364,416.00SA$ es müssen nurnoch die .00 weg wie mache ich dies ?
Und wenn ich jetzte
$gesamt = $geld + $bgeld; mache wird nur 364 angezeigt also ohne die ","
Ok jetzte sieht es so aus 364,416.00SA$ es müssen nurnoch die .00 weg wie mache ich dies ?
Und wenn ich jetzte
$gesamt = $geld + $bgeld; mache wird nur 364 angezeigt also ohne die ","
Check ich nicht so ganz gerade hier mal mein code wo ich es auslese $geld = $row['Geld'];
Ok, danke.
Aber jetzte möchte ich ein Geld mit Float anzeigen lassen. Es soll in den format: 0,00SA$
Aber es wird so angezeigt: 0.0000002SA$
Warum nimmt er keine Leezeichen also:
das ist mein code:
<tr><td>Level: <?= $level ?> ( 00 / 00 XP)</td>
und so soll es sein:
<tr><td>Level: <?= $level ?> ( 00 / 00 XP)</td>
aber er nimmt nur das erste also er nimmt nicht mehr leerzeichen warum ?
Warum geht das nicht wenn ich bei input position: relative ; mache ? Es bleibt bei mir nicht stehen code:
<div id="login">
<input type="text" name="Name" value='<?php echo $username?>' />
</div>
#login {
top: 60px;
margin-left: 190px;
z-index:6;
position:relative;
}
}
Dann passt es sich aber nicht anjeden bildcshirm an. Wenn leute einen bildschirm von 840 oder so haben passt es nicht
Das bringt nix ich mache mal ein beispiel.
So soll es normalerweise aussehen
und wenn jemand ein größenden Bildschirm hat soll es aber dann so wie oben dann sein stattdesen ist es dann so:
wie mache ich es so das es wie beim 1. Screen aussieht. Bei den anderen Texten ( UCPLoginText ) Funzuniert es ja
Ok, ich habe es halbwegs hinbekommen aber jetzte bleiben die Buttons nicht stehen mit relative hier mal mein code:
.login2 {
font: Arial, Helvetica, sans-serif;
font-weight: bold;
color:hsl(0,0%,0%);
text-shadow:1px 1px hsla(0,0%,20%,0.25);
margin-top: -25px;
z-index:6;
position:relative;
text-align: center;
}
.submit2 {
width:center;
font: Arial, Helvetica, sans-serif;
color:hsl(0,0%,0%);
text-shadow:1px 1px hsla(0,0%,20%,0.25);
margin-top: -315px;
margin-left: 600px;
z-index:6;
position:relative;
text-align: center;
}
#UCPLoginText {
color: #9c9c9c;
font-weight: bold;
font: Arial, Helvetica, sans-serif;
top: 40px;
z-index:6;
position:relative;
text-align: center;
}
#absenden {
background-image: url('/images/absenden.png');
width:center;
height:25px;
background-position: center center;
background-repeat: no-repeat;
margin-top: 125px;
margin-left: 600px;
z-index:6;
position:relative;
text-align: center;
}
.pw {
font: Arial, Helvetica, sans-serif;
color:hsl(0,0%,0%);
text-shadow:1px 1px hsla(0,0%,20%,0.25);
top: 10px;
margin-left: 600px;
z-index:6;
position:relative;
text-align: center;
}
#myButton{
height:50px;
background-repeat: no-repeat;
background-position: center -9px;
top: -26px;
margin-left: 590px;
padding-right: 140px;
z-index:6;
position:relative;
}
#login {
top: 60px;
margin-left: 190px;
z-index:6;
position:relative;
text-align: center;
}
#login3 {
top: 92px;
margin-left: -30px;
z-index:6;
position:relative;
text-align: center;
}
#passwort2 {
top: 77px;
margin-left: -30px;
z-index:6;
position:relative;
text-align: center;
}
#passwort {
margin-left: 190px;
top: 40px;
z-index:6;
position:relative;
text-align: center;
}
<tr class="login2">
<td>
<div id="login3">
<font color="#9c9c9c">Name: </font>
</div>
<div id="login">
<input type="text" name="Name" value='<?php echo $username?>' />
</div>
</font>
</td>
</tr>
<tr class="pw">
<td>
<div id="passwort2">
<font color="#9c9c9c">Passwort:</font>
</div>
<div id="passwort">
<input type="password" name="Passwort"/>
</div>
</td>
</tr>
<tr class="submit2">
<td>
<div id="myButton">
<input type="image" src="/images/button.png" name="submit" value="login">
</div>
</td>
</tr>
Ich weiß dort sind unnötige div aber ich habe es damit nur versucht
Danke hat funzuniert
Hallo,
undzwar habe ich gerade ein Problem wenn ich das div "userPanel" nach oben verschiebe wird es kleiner. Es soll auf den Header. Man sieht es auch aber es ist halb header halb mainbereich und wenn ich es höher mache wird es kleiner. Aber es soll nur ca 10px nach oben code:
<div id="header">
<div id="logo"></div>
<div id="userPanel"></div>
</div>
#logo {
background-image: url('/images/logo.png');
width: center;
height: 310px;
background-repeat: no-repeat;
background-position: center 0px;
z-index: 1;
position:relative;
}
#header {
background-image: url('/images/header.png');
width:center;
height:330px;
background-repeat: no-repeat;
background-position: center 0px;
z-index:0;
}
#userPanel {
background-image: url('/images/userPanel.png');
width:center;
height:40px;
background-repeat: no-repeat;
background-position: center -0px;
z-index:1;
position:relative;
}
Hallo,
ich frage mich schon die ganze zeit wie ich es mache das sich alles an jeden Monitor anpasst. Hier mal ein kleiner ausschnitt aus meinen css code:
body {
background-color:#ececec;
text-align:center;
}
#Website {
width:1920px;
margin: 0 auto;
}
#logo {
background-image: url('/images/logo.png');
width: 1920px;
height: 310px;
background-repeat: no-repeat;
background-position: center center;
z-index:1;
position:absolute;
}
#header {
background-image: url('/images/header.png');
width:1920px;
height:330px;
background-repeat: no-repeat;
background-position: center 40px;
z-index:0;
}
#menu2 {
background-image: url('/images/navi2.png');
width:1920px;
height:58px;
background-repeat: no-repeat;
background-position: center center;
}
nav#menu {
margin-top:-50px;
margin-left: 740px;
}
nav#menu ul{
padding:0;
margin:0;
}
nav#menu li{
float:left;
margin-top:10px;
}
nav#menu li a{
line-height:left;
font-weight: bold;
font:15,58 Pt Arial, Helvetica, sans-serif;
color:#ffffff;
margin-left: 40px;
padding:px 0px 2px 0px;
}
nav#menu li a:hover{
color: black;
}
#text
{
font-family: Arial;
font-size: 16px;
color: #FFFFFF;
margin-top: -25px;
margin-right: 490px;
z-index:6;
position:right;
text-align: right;
}
#Forum
{
font-family: Arial;
font-size: 16px;
color: #FFFFFF;
margin-top: -25px;
margin-left: 480px;
z-index:6;
position:absolute;
}
.login2 {
font: Arial, Helvetica, sans-serif;
font-weight: bold;
color:hsl(0,0%,0%);
text-shadow:1px 1px hsla(0,0%,20%,0.25);
z-index:1;
margin-left: 612px;
margin-top: 90px;
position:absolute;
}
.submit2 {
font: Arial, Helvetica, sans-serif;
color:hsl(0,0%,0%);
text-shadow:1px 1px hsla(0,0%,20%,0.25);
z-index:1;
margin-left: 812px;
margin-top: 106px;
position:absolute;
}
#UCPLoginText {
color: #9c9c9c;
font-weight: bold;
font: Arial, Helvetica, sans-serif;
z-index:1;
margin-left: 612px;
margin-top: 40px;
position:absolute;
}
#absenden {
background-image: url('/images/absenden.png');
width:90px;
height:25px;
background-position: center center;
background-repeat: no-repeat;
z-index:2;
margin-top: 12px;
margin-left:17px ;
position:absolute;
}
.pw {
font: Arial, Helvetica, sans-serif;
color:hsl(0,0%,0%);
text-shadow:1px 1px hsla(0,0%,20%,0.25);
z-index:1;
margin-left: 595px;
margin-top: 130px;
position:absolute;
}
#myButton{
width:130px;
height:50px;
background-repeat: no-repeat;
background-position: center -9px;
}
input[type=text], input[type=password] {
font-size: 12px;
font-family: Tahoma;
border: none;
width:125px;
height: 25px;
/*Textbox Schatten*/
-webkit-box-shadow: inset 0px 0px 0px 1px #f2f2f2;
-moz-box-shadow: inset 0px 0px 0px 1px #f2f2f2;
box-shadow: inset 0px 0px 0px 1px #f2f2f2;
/*Textbox Verlauf*/
background: #cdcdcd;
background: -moz-linear-gradient(top, #cdcdcd 0%, #f0f0f0 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdcdcd), color-stop(100%,#f0f0f0));
background: -webkit-linear-gradient(top, #cdcdcd 0%,#f0f0f0 100%);
background: -o-linear-gradient(top, #cdcdcd 0%,#f0f0f0 100%);
background: -ms-linear-gradient(top, #cdcdcd 0%,#f0f0f0 100%);
background: linear-gradient(top, #cdcdcd 0%,#f0f0f0 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdcdcd', endColorstr='#f0f0f0',GradientType=0 );
/*Textbox Kontur*/
border: 1px solid hsla(0,0%,20%,1);
/*Textbox Rundung*/
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding-left: 5px;
padding-right: 5px;
margin-left: 12px;
margin-right: 12px;
margin-top: 10px;
}
input[type=text]:hover, input[type=password]:hover{
font-size: 12px;
font-family: Tahoma;
border: none;
width:125px;
height: 25px;
/*Textbox Schatten*/
-webkit-box-shadow: inset 0px 0px 0px 1px #f2f2f2;
-moz-box-shadow: inset 0px 0px 0px 1px #f2f2f2;
box-shadow: inset 0px 0px 0px 1px #f2f2f2;
/*Textbox Verlauf*/
background: #cdcdcd;
background: -moz-linear-gradient(top, #cdcdcd 0%, #f0f0f0 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdcdcd), color-stop(100%,#f0f0f0));
background: -webkit-linear-gradient(top, #cdcdcd 0%,#f0f0f0 100%);
background: -o-linear-gradient(top, #cdcdcd 0%,#f0f0f0 100%);
background: -ms-linear-gradient(top, #cdcdcd 0%,#f0f0f0 100%);
background: linear-gradient(top, #cdcdcd 0%,#f0f0f0 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdcdcd', endColorstr='#f0f0f0',GradientType=0 );
/*Textbox Kontur*/
border: 1px solid hsla(0,0%,75%,1);
/*Textbox Rundung*/
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding-left: 5px;
padding-right: 5px;
margin-left: 12px;
margin-right: 12px;
margin-top: 10px;
}
Sieht gut aus wie lange machst du den schon sowas ?
Hallo,
undzwar wird die E-MAIL nicht gesendet bzw ich bekomme keine code: $username = $_SESSION['Name'];
$query = "SELECT * FROM accounts WHERE Name ='$username'";
$ResultIN = mysql_query($query);
while($RowIN = mysql_fetch_array($ResultIN))
{
?>
<span class="param">Dein Kennwort wurde an folgende E-Mail gesendet: <br><br>
<font color="#FF0000">
<?= mysql_escape_string($RowIN['EMAIL'])?>
</font>
</span>
<?
$empfaenger = mysql_escape_string($RowIN['EMAIL']); //Mailadresse
$absender = "ich@versuchsratte.de";
$betreff = "PHP-Mail-Test";
$mailtext = "Inhalt einer Mail zum Test von PHP";
$antwortan = "ich@versuchsratte.de";
mail( $empfaenger,
$betreff,
$mailtext,
"From: $absender\nReply-To: $antwortan");
echo "Mail wurde gesendet!";
}
PS: Ich teste es an einen Root Server
Zeig mal dein Befehl und printe es mal
Ich habs schon hinbekommen nur jetzte sollte eigentlich eine E-Mail verschickt werden an den User der die bestimmte email hat. Ich habe dann mal meine richtige email angegeben aber ich bekommen keine email code:
<?php
include("mysql_connect");
if(isset($_SESSION['Name']))
{
$username = $_SESSION['Name'];
$query = "SELECT * FROM accounts WHERE Name ='$username'";
$ResultIN = mysql_query($query);
while($RowIN = mysql_fetch_array($ResultIN))
{
?>
<span class="param">Dein Kennwort wurde an folgende E-Mail gesendet: <br><br>
<font color="#FF0000">
<?= mysql_escape_string($RowIN['EMAIL'])?>
</font>
</span>
<?
$empfaenger = mysql_escape_string($RowIN['EMAIL']); //Mailadresse
$absender = "ich@versuchsratte.de";
$betreff = "PHP-Mail-Test";
$mailtext = "Inhalt einer Mail zum Test von PHP";
$antwortan = "ich@versuchsratte.de";
mail( $empfaenger,
$betreff,
$mailtext,
"From: $absender\nReply-To: $antwortan");
echo "Mail wurde gesendet!";
}
?>
<?php
}
?>
</div>
Ich habe es nun so: aber es geht immer noch nicht: <div id="ForumAccount">
<?php
$username = $_SESSION['Name'];
$query = mysql_query("SELECT * FROM accounts WHERE Name ='$username'");
while($row = mysql_fetch_assoc($query))
{
$money = sanitize($_POST['EMAIL']);
}
?>
<span class="param">EMAIL: <?php $money ?></span>
<?php
?>
</div>
function sanitize($string)
{
$string = strip_tags($string);
$string = mysql_real_escape_string($string);
return $string;
}
// wie soll ich es den richtig machen
Hallo,
undzwar möchte ich das die Email ausgelesen wird die in der Tabelle steht. Aber jetzte steht dort nur EMAIL:
code:
<div id="ForumAccount">
<?php
$username = $_SESSION['Name'];
$query = mysql_query("SELECT * FROM accounts WHERE Name ='$username'");
while($row = mysql_fetch_assoc($query))
{
$money = $row['EMAIL'];
mysql_real_escape_string($money);
}
?>
<span class="param">EMAIL: <?php echo $money?></span>
<?php
?>
</div>
Alles anzeigen
Hallo,
ich wollte das "submit" zum "image" machen, funzuniert nun auch aber dort habe ich das einloggen nicht wieder getestet danach habe ich die "text" felder auch anders gemacht und ab dort konnte ich mich nicht mehr einloggen. Hier mal meine login.php dabei:
<?phpinclude("config.php");include("mysql_connect.php"); //Hinzufügen unserer config.php welche zum MySQL Server connectetsession_start(); //Session starten für profile.phperror_reporting(0); //Ohne das werden wir immer einen dummen Fehler bekommen dass die Variable nicht definiert ist$submit = $_POST['submit']; //Variable für den Submit Button , in dieser variable speichern wir Button welcher der Player klickt in <input type='submit' name="submit" value='Login' />.... $username = sanitize($_POST['Name']); //Variable für Username , in dieser Variable speichern wir den Text welcher der User in <input type="text" name="username".... eintippt $password = sanitize($_POST['Passwort']); //Variable für Passwort , in dieser Variable speicher wir den Text welcher der User in <input type="password" name="password".... eintippt if($submit) { if($username && $password) { $query = mysql_query("SELECT Name, Passwort FROM accounts WHERE Name = '$username'"); if(mysql_num_rows($query) == 1) { while($row = mysql_fetch_assoc($query)) { $dbusername = $row['Name']; $dbpassword = $row['Passwort']; } if($username == $dbusername && $password == $dbpassword) { $_SESSION['Name'] = $dbusername; echo header('location: index.php'); } else echo "Bitte überprüfe deine Angaben.!"; } else echo "Bitte überprüfe deine Angaben.!"; } else echo "Bitte gebe einen Username und ein Passwort ein!"; } ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>Startseite - Evolution Gaming | UCP</title><link rel="stylesheet" type="text/css" href="style.css"/></head><body> <div id="Website"> <form action='login.php' method='post'> <table> <tr class="login2"> <td align="right"> <font color="#F0F0F0">Name: <input type="text" name="Name" value='<?php echo $username?>' /> </font> </td> </tr> <tr class="pw"> <td> <font color="#F0F0F0">Passwort: <input type="password" name="Passwort"/> </font> </td> </tr> <tr class="submit2"> <td align="center" <div id="myButton"> <input type='image' name="submit" src="/images/button.png" alt="Einloggen" value='Login' /> </div> </td> </tr> </table> </form> </div></body></html>
[pwn] format(reason2,sizeof(reason2),"Gesperrt hat dich [%s] %s aufgrund von: %s ",adminrang(playerid),SpielerName(playerid),reason);
[/pwn]
am ende ich ein leerzeichen das darf bei textdraws nie passieren also mach es so:
[align=right]
format(reason2,sizeof(reason2),"Gesperrt hat dich [%s] %s aufgrund von: %s",adminrang(playerid),SpielerName(playerid),reason);
[/align]
Ok, ich habe nun ein weiteres Problem undzwar wenn ich jetzte das Logo rein mache kann ich nix anderes mehr anklicken ( Einloggen z.B ) hirer mal ein bild:
code: #Website {
width:980px;
margin: 0 auto;
}
#logo {
background-image: url('/images/logo.png');
width: 980px;
height: 650px;
background-repeat: no-repeat;
background-position: center center;
z-index:1;
position:absolute;
}
#header {
background-image: url('/images/header.png');
width:980px;
height:330px;
background-repeat: no-repeat;
background-position: center center;
z-index:0;
}
}
Wenn ich das Logo deaktiviere geht es wieder