hey Leute Suche hier eine wbb 5.5 Lizenz
kann die mir jemand Anbieten
gerne per pn melden
hey Leute Suche hier eine wbb 5.5 Lizenz
kann die mir jemand Anbieten
gerne per pn melden
hallo Leute kann mir einer Helfen wie ich mehre image typen abfragen kann die im ordner sind wie JPG PNG u.s.w habe es so erst mall aber nur für png wie kan ich noch mehr machen
if($usertyp == '1'){
$imgurl = '../images/avatar/'.str_replace('.', '', $_SESSION["customerid"]).'_285x285.png';
}else{
$imgurl = '../images/avatar/'.$_SESSION["customerid"].'_285x285.png';
}
hoffe da kann mir einer bei helfen
das hat einer geschriben der bissen tü ist
wie kann ich das beheben bin da noch bissen anfäglich weil ich das auf php 7.2 ändere
brauche noch mall eure Hilfe
wie bekomme ich die fehler weg
Warning: A non-numeric value encountered in on line 558
Warning: A non-numeric value encountered in on line 560
Warning: A non-numeric value encountered in on line 562
Warning: A non-numeric value encountered in on line 573 0 Tage 0 Std. 5 Min Online
if($servertype == 'lxc'){
$GLOBALS['buffer'] = LoadConnect('SSH', $serverkeys, $serverhost, $serverport, "./scripts/vServer LXC info $serverid all $memberid 12345");
$statusinfo = explode("|", $GLOBALS['buffer']);
if(isset($statusinfo['0']) AND trim($statusinfo['0']) == 'RUNNING'){
$uptime = explode(",", $statusinfo['1']);
$hdd = explode(",", $statusinfo['2']);
$ram = explode(",", $statusinfo['3']);
$swap = explode(",", $statusinfo['4']);
$cpu = explode(",", $statusinfo['5']);
linie 558 $hdd['0'] = round($hdd['0'] / 1024, 0);
$hdd['0'] = "".$hdd['0']." MB";
linie 560 $hdd['1'] = round($hdd['1'] / 1024, 0);
$hdd['1'] = "".$hdd['1']." MB";
linie562 $hdd['2'] = round($hdd['2'] / 1024, 0);
$hdd['2'] = "".$hdd['2']." MB";
$ram1 = round($ram['0'] / 1024, 0);
$ram2 = round($ram['1'] / 1024, 0);
$ram3 = round($ram['2'] / 1024, 0);
$swap1 = round($swap['0'] / 1024, 0);
$swap2 = round($swap['1'] / 1024, 0);
$swap3 = round($swap['2'] / 1024, 0);
line 573 $hdd['3'] = 100 - $hdd['3'];
echo ''.$uptime['0'].' Tage '.$uptime['1'].' Std. '.$uptime['2'].' Min '.LoadLang('#ONLINE#').'|'.$cpu['0'].' % '.LoadLang('#CPU#').' '.LoadLang('#INUSE#').'|'.$ram['0'].' % '.LoadLang('#RAM#').' '.LoadLang('#INUSE#').'|'.$noinfo.'|'.$noinfo.'|'.$noinfo.'';
Alles anzeigen
hoffe ihr könnt mir helfen
das ist ja das geile auf php 5.6 hat es gelaufen ich habe es ja nicht geschriben ich will es nur beseitigen ohne eure HILFE schaffen ich es nicht habe schon viele buggis entsorgt nur bei dem hier ist das so
bei mir will das nicht gehen mache igend was falsch habe schon vieles hin bekommen nur damit hapert es
Warning: strlen() expects parameter 1 to be string, array given in on line 18
Array
(
[0] =>test
)
<div class="content2_table" style="float:left; width: 35%;">
<div class="content2_table2 content2_table1">';
$titlenew = explode("]", $title);
if(isset($titlenew['1'])){$title2 = $titlenew['1'];}else{$title2 = $titlenew;}
if(count($title2) >= '80') {
$title2 = substr($title2, 0, 80);
$pos = strripos($title2, ' ');
$title2 = substr($title2, 0, $pos);
echo "$title2 [...]";}else{echo "$title2";}
echo'</div>
</div>
Alles anzeigen
da brauche ich würklich hilfe
Notice: Array to string conversion in on line 501
Array
habe hier ein klein probelm
Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in / on line 354
if(isset($_GET["site"])){$viewresult = $_GET["site"] * $pageresults;}else{$viewresult = '0';}
$limitresult = 'LIMIT ' .$viewresult .',' .$pageresults;
if(isset($_POST["searchvar"]) AND $_POST["searchvar"] != ''){
$a = mysqli_query($GLOBALS["sql"], "SELECT * FROM ".$GLOBALS['prefix']."finance_bill WHERE memberid='".mysqli_real_escape_string($GLOBALS["sql"], $GLOBALS['$panelmemberid'])."' AND status != '1' ORDER $sort $limitresult");
}else{
$a = mysqli_query($GLOBALS["sql"], "SELECT * FROM ".$GLOBALS['prefix']."finance_bill WHERE memberid='".mysqli_real_escape_string($GLOBALS["sql"], $GLOBALS['$panelmemberid'])."' AND status != '1' ORDER $sort $limitresult");
}
$i = 0;
linie 354 Fehler while($b = mysqli_fetch_array($a,MYSQLI_ASSOC)){
extract($b);
brauche eure hilfe
habe den hier auch noch
Notice: Array to string conversion in on line 501
Array
<div class="content2_table" style="float:left; width: 35%;">
<div class="content2_table2 content2_table1">';
$titlenew = explode("]", $title);
if(isset($titlenew['1'])){$title2 = $titlenew['1'];}else{$title2 = $titlenew;}
if(count($title2) >= '80') {
$title2 = substr($title2, 0, 80);
$pos = strripos($title2, ' ');
$title2 = substr($title2, 0, $pos);
Linie 501 echo "$title2 [...]";}else{echo "$title2";}
echo'</div>
</div>
Alles anzeigen
bitte um eure Hilfe
kann mir da keiner helfen
es geht aber 2 sachen werden nicht angezeigt
hat einer eine ahnung mit dem fehler
da kommt garnix raus in der db steht aber 0.00
habe noch ein probelm hier neste fehler das weiß ich nicht
Warning: Illegal string offset 'template' in on line 618
Warning: Illegal string offset 'oldbillid' in on line 619
Warning: Illegal string offset 'billid' in on line 620
Warning: Illegal string offset 'price_netto' in on line 621
Warning: Cannot assign an empty string to a string offset in on line 621
Warning: Illegal string offset 'price_brutto' in on line 622
Warning: Cannot assign an empty string to a string offset in on line 622
Warning: Illegal string offset 'template' in p on line 602
Warning: Illegal string offset 'template' in on line 618
Warning: Illegal string offset 'oldbillid' in on line 619
Warning: Illegal string offset 'billid' in on line 620
Warning: Illegal string offset 'price_netto' in on line 621
Warning: Cannot assign an empty string to a string offset in on line 621
Warning: Illegal string offset 'price_brutto' in on line 622
Warning: Cannot assign an empty string to a string offset in on line 622
Alles anzeigen
$array['template'] = 'bill';
if(isset($stornoid) AND $stornoid != ''){
$storno = mysqli_fetch_array(mysqli_query($GLOBALS["sql"], "SELECT id, billid FROM ".$GLOBALS['prefix']."finance_bill WHERE billid = '".mysqli_real_escape_string($GLOBALS["sql"], $stornoid)."' LIMIT 1"));
$GLOBALS['CreatPDF'] = LoadCreatePDF($memberid, 'PDF', 'STORNO', $storno['billid'], $storno['id'], $array);
}else{
$GLOBALS['CreatPDF'] = LoadCreatePDF($memberid, 'PDF', 'BILL', $billid, $id, $array);
}
if(isset($GLOBALS['CreatPDF']) AND $GLOBALS['CreatPDF'] == true){
if (file_exists(''.$dir.'pdf/RE/'.$billid.'.pdf')) {
if(isset($stornoid) AND $stornoid != ''){
$array = '';
$array['template'] = 'invoicecancel';
$array['oldbillid'] = $stornoid;
$array['billid'] = $billid;
$array['price_netto'] = $sumpricenetto;
$array['price_brutto'] = $sumpricebrutto;
$cstatus = mysqli_query($GLOBALS["sql"], "INSERT ".$GLOBALS['prefix']."member_contact SET
user = '".mysqli_real_escape_string($GLOBALS["sql"], $member['memberid'])."',
admin = '".mysqli_real_escape_string($GLOBALS["sql"], 'System')."',
email = '".mysqli_real_escape_string($GLOBALS["sql"], $member['email'])."',
array = '".mysqli_real_escape_string($GLOBALS["sql"], json_encode($array))."',
title = '".mysqli_real_escape_string($GLOBALS["sql"], '')."',
text = '".mysqli_real_escape_string($GLOBALS["sql"], '')."',
date = '".mysqli_real_escape_string($GLOBALS["sql"], $paneltimestamp)."',
temp = '".mysqli_real_escape_string($GLOBALS["sql"], 'invoicecancel')."',
status = '".mysqli_real_escape_string($GLOBALS["sql"], '0')."',
active = '".mysqli_real_escape_string($GLOBALS["sql"], '1')."'");
mysqli_query($GLOBALS["sql"], "UPDATE ".$GLOBALS['prefix']."finance_bill SET
cid = '".mysqli_real_escape_string($GLOBALS["sql"], mysqli_insert_id($GLOBALS["sql"]))."'
WHERE id= '".mysqli_real_escape_string($GLOBALS["sql"], $id)."'");
}else{
$array = '';
$array['template'] = 'invoice';
$array['oldbillid'] = $billid;
$array['billid'] = $billid;
$array['price_netto'] = $sumpricenetto;
$array['price_brutto'] = $sumpricebrutto;
$cstatus = mysqli_query($GLOBALS["sql"], "INSERT ".$GLOBALS['prefix']."member_contact SET
user = '".mysqli_real_escape_string($GLOBALS["sql"], $member['memberid'])."',
admin = '".mysqli_real_escape_string($GLOBALS["sql"], 'System')."',
email = '".mysqli_real_escape_string($GLOBALS["sql"], $member['email'])."',
array = '".mysqli_real_escape_string($GLOBALS["sql"], json_encode($array))."',
title = '".mysqli_real_escape_string($GLOBALS["sql"], '')."',
text = '".mysqli_real_escape_string($GLOBALS["sql"], '')."',
date = '".mysqli_real_escape_string($GLOBALS["sql"], $paneltimestamp)."',
temp = '".mysqli_real_escape_string($GLOBALS["sql"], 'invoice')."',
status = '".mysqli_real_escape_string($GLOBALS["sql"], '0')."',
active = '".mysqli_real_escape_string($GLOBALS["sql"], '1')."'");
mysqli_query($GLOBALS["sql"], "UPDATE ".$GLOBALS['prefix']."finance_bill SET
cid = '".mysqli_real_escape_string($GLOBALS["sql"], mysqli_insert_id($GLOBALS["sql"]))."'
WHERE id= '".mysqli_real_escape_string($GLOBALS["sql"], $id)."'");
}
}else{ echo "RECHNUNG EXISTIERT NICHT."; }
}else{ echo "RECHNUNG KONNTE NICHT ERSTELLT WERDEN."; }
$ii++;}
Alles anzeigen
hier die fehler
$array = '';
$array['template'] = 'invoicecancel';
$array['oldbillid'] = $stornoid;
$array['billid'] = $billid;
$array['price_netto'] = $sumpricenetto;
$array['price_brutto'] = $sumpricebrutto;
kann mir da einer fehlen MfG
ich habe die " Weg gemacht kommt aber nimmer noch suche den fehler schon habe ja schon viele sachen gesehn aber nicht für php 7 bei den gansen neuen funktionen sorry
habe noch ein probelm
Warning: A non-numeric value encountered in Linie 865
$config = mysqli_fetch_array(mysqli_query($GLOBALS["sql"], "SELECT * FROM ".$GLOBALS['prefix']."finance_reminder WHERE step='".mysqli_real_escape_string($GLOBALS["sql"], $reminder)."'"));
$days = mysqli_real_escape_string($GLOBALS["sql"], $config['days']);
$coastm = mysqli_real_escape_string($GLOBALS["sql"], $config['coastm']);
$coastp = mysqli_real_escape_string($GLOBALS["sql"], $config['coastp']);
if($_GET['eP'] == 'adminFinanceDunning2' OR $_GET['eP'] == 'adminFinanceDunning3' OR $_GET['eP'] == 'adminFinanceDunning4'){
$nextdate= strtotime("+$days days", $date);
$date = date("d.m.Y", $date);
if($nextdate > $GLOBALS['$paneltimestamp'] OR $stop == '1' ){$nextdatego = '0';}else{$nextdatego = '1';}
}
$config = mysqli_fetch_array(mysqli_query($GLOBALS["sql"], "SELECT * FROM ".$GLOBALS['prefix']."member WHERE memberid='".mysqli_real_escape_string($GLOBALS["sql"], $memberid)."'"));
$memberidid = mysqli_real_escape_string($GLOBALS["sql"], $config['id']);
$config = mysqli_fetch_array(mysqli_query($GLOBALS["sql"], "SELECT * FROM ".$GLOBALS['prefix']."finance_member WHERE id='".mysqli_real_escape_string($GLOBALS["sql"], $memberidid)."'"));
$credits = mysqli_real_escape_string($GLOBALS["sql"], $config['credit']);
$abfrage = "SELECT SUM(posts * price) AS sumprice FROM ".$GLOBALS['prefix']."finance_billproducts WHERE billid = '$billid' AND pos < '95'";
$ergebnis = mysqli_query($GLOBALS["sql"], $abfrage)
OR die("Error: $abfrage <br>".mysqli_error());
while($row = mysqli_fetch_object($ergebnis))
$sumprice = $row->sumprice;
$abfrage = "SELECT SUM(posts * price) AS sumprice FROM ".$GLOBALS['prefix']."finance_billproducts WHERE billid = '$billid' AND pos > '95'";
$ergebnis = mysqli_query($GLOBALS["sql"], $abfrage)
OR die("Error: $abfrage <br>".mysqli_error());
while($row = mysqli_fetch_object($ergebnis))
$sumprice2 = $row->sumprice;
if($sumprice2 == ''){$sumprice2 = '0.00';}
Hier der Fehler Linie 865 $percent = $coastp / 100 + 1;
$sumprice3 = $sumprice + $sumprice2;
$sumprice4 = $sumprice3 * $percent;
Alles anzeigen
hat geklapt danke
kann mir einer hier helfen
Got error 'PHP message: PHP Notice: Undefined index: a_lang in
if(!isset($_SESSION['a_lang']) && $_SESSION['a_lang'] == ''){$_SESSION['a_lang'] = 'DE';}
if(!function_exists('LoadLang')) {
function LoadLang($var){
$config1 = mysqli_fetch_array(mysqli_query($GLOBALS['sql'], "SELECT value FROM ".$GLOBALS['prefix']."language WHERE variable = '".mysqli_real_escape_string($GLOBALS['sql'], $var)."' AND (language = '".mysqli_real_escape_string($GLOBALS['sql'], $_SESSION['a_lang'])."' OR language = 'MULTI')"));
if(!isset($config1['value']) OR $config1['value'] == ''){$value = $var;}else{$value = $config1['value'];}
if(!isset($config1['value']) OR $config1['value'] == ''){
$config2 = mysqli_fetch_array(mysqli_query($GLOBALS['sql'], "SELECT value FROM ".$GLOBALS['prefix']."language WHERE variable = '".mysqli_real_escape_string($GLOBALS['sql'], $var)."' AND (language = 'DE' OR language = 'MULTI')"));
if(!isset($config2['value']) OR $config2['value'] == ''){$value = $var;}else{$value = $config2['value'];}
}
return "".$value."";
}
}
if(!function_exists('LoadLangMID')) {
function LoadLangMID($var){
$var = explode("|", trim($var));
$config1 = mysqli_fetch_array(mysqli_query($GLOBALS['sql'], "SELECT lang FROM ".$GLOBALS['prefix']."member WHERE memberid = '".trim($var['1'])."'"));
$lang = mysqli_real_escape_string($GLOBALS['sql'], $config1['lang']);
$config2 = mysqli_fetch_array(mysqli_query($GLOBALS['sql'], "SELECT value FROM ".$GLOBALS['prefix']."language WHERE variable = '".mysqli_real_escape_string($GLOBALS['sql'], $var['0'])."' AND (language = '".mysqli_real_escape_string($GLOBALS['sql'], strtolower($lang))."' OR language = 'MULTI')"));
if(!isset($config2['value'])){$value = $var['0'];}else{$value = $config2['value'];}
return "".$value."";
}
}
Alles anzeigen
hey leute will auf php 7.1 gehen und bekomme ein fehler
Warning: A non-numeric value encountered in Linie 21
kann mir da einer
$billsa = mysqli_query($GLOBALS["sql"], "SELECT * FROM ".$GLOBALS['prefix']."finance_bill WHERE memberid='".mysqli_real_escape_string($GLOBALS["sql"], $GLOBALS['$panelmemberid'])."' AND (status = '3' OR status >= '10')");
$i = 0;
$p = 0;
while($billsb = mysqli_fetch_array($billsa)){ $i++;
extract($billsb);
$abfrage = "SELECT SUM(posts * price) AS sumprice FROM ".$GLOBALS['prefix']."finance_billproducts WHERE billid = '".mysqli_real_escape_string($GLOBALS["sql"], $billid)."' AND pos < '95'";
$ergebnis = mysqli_query($GLOBALS["sql"], $abfrage)
OR die("Error: $abfrage <br>".mysqli_error($GLOBALS["sql"]));
while($row = mysqli_fetch_object($ergebnis))
$sumprice = "$row->sumprice";
$abfrage = "SELECT SUM(posts * price) AS sumprice FROM ".$GLOBALS['prefix']."finance_billproducts WHERE billid = '".mysqli_real_escape_string($GLOBALS["sql"], $billid)."' AND pos > '95'";
$ergebnis = mysqli_query($GLOBALS["sql"], $abfrage)
OR die("Error: $abfrage <br>".mysqli_error($GLOBALS["sql"]));
while($row = mysqli_fetch_object($ergebnis))
$sumprice2 = "$row->sumprice";
Fehler Linie 21 $p = $p + $sumprice + $sumprice2;
}
Alles anzeigen
hoffe ihr könnt mir da helfen
hat da einer eine lösung
hey leute brauche wieder bissen hilfe habe ein fehler
$config = mysqli_fetch_array(mysqli_query("$GLOBALS['sql'], SELECT * FROM ".$GLOBALS['prefix']."rootserver WHERE id='".mysqli_real_escape_string($GLOBALS['sql'], $serverinstall['0'])."'"));
Parse error: syntax error, unexpected '' (T_ENCAPSED_AND_WHITESPACE), expecting identifier (T_STRING) or variable (T_VARIABLE) or number (T_NUM_STRING)
Könnt ihr mir da helfen MfG
was mache ich hier falsch er zeigt mir nur die 1 immer an der rest fehlt
$number = "1";
$memberidsub = $GLOBALS['$panelmemberid'] + $number;
habe ein probelm möchte das der KD100001 gemacht wird kommt aber immer nur 1 wenn ich $number weg mache wird nur KD10000 Angezeigt kann mir da einer helfen
was kann ich machen mit das so aus sehen tut KD10000-1 wenn ich ein erstelle das es weiter höher geht wie KD10000-2
kann mir da jemand bitte hellfen ich versuche hier sachen die nicht funktionieren
also wenn ich es so mache
$target_path = "images/avatar/Member/";
$filename = basename( $_FILES['uploadedfile']['name']);
$ext = substr(strrchr($_FILES['uploadedfile']['name'], '.'), 1); //Dateiendung
$filename = $GLOBALS['$panelmemberid'].'_285x285.'.$ext;
$endungen = array('jpg', 'jpeg', 'gif', 'png');
foreach ($endungen as $end)
{
if($end != $ext && file_exists($filenamedell.$end))
{
//Andere Datei existiert
echo"".$filenamedell."$end";
unlink($filenamedell.$end);
}
}
Alles anzeigen
und eine png datei wieder hoch lade wird der erst aus geführt wenn ich eine png hoch lade passiert nix der löscht die jpg nicht MFG
wenn ich es so mache geht es auch nicht
$target_path = "images/avatar/Member/";
$filename = basename( $_FILES['uploadedfile']['name']);
$ext = substr(strrchr($_FILES['uploadedfile']['name'], '.'), 1); //Dateiendung
$filename = $GLOBALS['$panelmemberid'].'_285x285.'.$ext;
$filenameadd = $GLOBALS['$panelmemberid'].'_285x285.';
$filenamedell = "images/avatar/Member/$filenameadd";
$endungen = ["jpg", "jpeg", "gif", "png"];
foreach ($endungen as $end);
{
if($end != $ext && file_exists($filenamedell.$end))
{
//Andere Datei existiert
echo"".$filenamedell."$end";
#unlink($filenamedell.$end);
}
}
Alles anzeigen
hat nicht geklappt wo muss ich das genau hin setzetn
muss der pfad nicht auch da rein