Registrieren | Passwort vergessen |
Benutzername    Passwort    Eingeloggt bleiben    
Seitenaufbau in 0.29 Sekunden - 412 DB-Abfragen | Mitglieder: 2377 | Forum: 15684 | Downloads: 127 | Insgesamt runtergeladen: 41147 | Insgesamt: 14,686,599 eindeutige Besuche
Guten Tag [Gast]
Wenn Sie bereits Registriert sind loggen Sie sich einfach ein
©
DerEinsame2 (04.01.2024 13:19): Hallo ihr lieben ich wünsche euch ein Frohes und es Gesundes neues jahr. Chat-Radio24 (02.01.2024 17:36): Ein Frohes neues Jahr wünsche ich allen JP_ONAIR (01.01.2024 15:33): Frohes neues ^^ DerEinsame2 (17.12.2023 17:24): liebe leute ich wünsche euche tolle feiertage, und das beste fürs neue jahr 2024 Radiotv (18.11.2023 18:39): Liebe Grüsse Von www.radiotvmg.de Charly3000 (18.05.2023 16:09): Happy Vatertag wünscht www.Charlys-Funradio.de Charly3000 (08.05.2023 00:41): Wünsche eine erfolgreiche Woche RadioNightlineStudios (05.10.2022 07:27): RADIO-NIGHTLINE-STUDIOS WÜNSCHT EINEN GOLDENEN OKTOBER Pilzwb (29.01.2022 09:28): Guten Morgen BlackScorpion (07.01.2022 23:00): https://radio-black-scorpion.de wünscht ein erholsames We
Datum: Donnerstag, 28. März 2024 Diese Seite Geladen Am: 17:50:29Aktuelle Zeit: Zeit
 Wer ist online
Gäste & Bots online: 4
Mitglieder online: 0
Neuestes Mitglied: Leon Schlemmer

DeviceArminPremium bis 25.12.2025 - 12:05 UhrPunkte
Offline
DeviceJP_ONAIRPunkte
Offline
DeviceMarioPremium bis 20.05.2024 - 09:58 UhrPunkte
Offline
DeviceRolly8-HLPunkte
Offline
DeviceHarlekinPunkte
Offline
Device21MatzePunkte
Offline
DevicepartybremenPunkte
Offline
DeviceOlli-Ham...Punkte
Offline
Devicejochimic...Premium bis 01.04.2024 - 23:51 UhrPunkte
Offline
DeviceRedrumPunkte
Offline
Gast
gast
Gast
gast
Gast
gast
Gast
gast
Mehr anzeigen

     - SuperAdmin|         - Admin ©
     - Forum Mod |         - Mitglied


 Unwetterwarnung

 Server uptime
Serverchecks bei http://www.my-cronjob.de - Ihr kostenloser Cronjob- und Serverüberwachungsdienst mit Uptime-Statistik für Ihre Homepage

Suche
Durchsuchen Sie die gesamte Website:
Themen-Autor: Wolf
Thema ID: 1707
Thema Info
Es gibt 11 Beiträge zu diesem Thema, und es wurde angesehen 1697 mal.  Es gibt auch Datei anhänge.
Thema ansehen
Wer ist hier? 1 Gäste
 Thema drucken
advanced_online_panel
Wolf
Hallo Ihr Lieben!

Ich habe mal eine Frage ?

Ich habe 3 bilder in unterschiedlichen Farben wie und an welcher stelle bekomme ich diese einzelnen bilder neben den Users in der Online liste?

Also stern rot zum super Admin

Stern grün zum Administrator

stern blau zu Mitgliedern.

hinterlasse mal die Datei hier damit evenduel mir das jemand mal einbinden kann den code oder sowas in der art.

Danke im vorraus gruß Wolf
Wolf hat folgende Datei angehängt:
Du hast nicht die Berechtigung die Anhäge dieses Themas zu sehen.
Verwarnstatus: warningwarningwarningwarning
 
https://eep2023.de/
matze
Du meinst so wie hier nehme ich an. Da ich das Teil nicht nutze kannst du aber das mal testen. Die passende Stelle suchen da musste mal ein wenig basteln...

Download Code  Code
////////////
echo "<table width='100%' cellspacing='0' cellpadding='1' border='0'>";
echo "<tr>";
echo "<td class='small'><center><span style='font-size:10px;'><font color='#FF0000'>[SA]</font></span><div class='sa'></div></div></center><td>";
echo "<td class='small'><center><span style='font-size:10px;'><font color='#0000ff'>[M]</font></span><div class='mem'></div></div></center><td>";
echo "<td class='small'><center><span style='font-size:10px;'><font color='#006600'>[A]</font></span><div class='mod'></div></div></center></td>";
echo "</tr>";
echo "<td align='left'></td>";
echo "</tr><tr>";
echo "</tr></table>";
////////////




Für das font color definierst du nur deine Grafiken so z.B.
//Test
Download Code  Code
$imagea=stristr($data['user_level'], "103") ? "DEINE GRAFIK HIER" : "";
$imageb=stristr($data['user_level'], "102") ? "DEINE GRAFIK HIER" : "";
$imagec=stristr($data['user_level'], "101") ? "DEINE GRAFIK HIER" : "";




Die grafikausgabe packst du dann ins echo so z.B.
Download Code  Code
echo "<br /><b>DEIN TEXT</b>".$imagea."".$imageb."".$imagec."<br />";




Kannst du mal testen, aber die Stelle wo es platziert wird kannich dir nicht sagen.
Bearbeitet von matze am 26-02-2016 19:24
Verwarnstatus: warningwarningwarningwarning
 
https://fusion-mods.de
Wolf
Hi matze

Bin ehrlich gesagt jetzt total verwirrt, weil ich gar nicht so recht jetzt weiß was von deinem code ich da einbauen soll vorallem an welche stelle ich möchte ja nur das hinter den Namen von Admin das bild jeweils ist.
Und so gut kenne ich mich da nicht aus deshalb habe ich ja die Datei mit hochgeladen das der jenige sie mal einbinden kann den code ganz unten sind die bilder für panel ja drinne das geht auch alles möchte nur das diese bilder hinter Mitglieder admin und super admin dann auch auftauchen.

Aber Danke trotzdem für Deine mühe.

Lg.Wolf
Verwarnstatus: warningwarningwarningwarning
 
https://eep2023.de/
matze
Der erste Code ist nur für Farben gedacht. Die kannst du gestalten wie du willst. Und der 2. Abschnitt, Code ist für Grafiken gedacht, natürlich kannst du auch die Gruppen definieren.
Verwarnstatus: warningwarningwarningwarning
 
https://fusion-mods.de
Wolf
matze schrieb:

Der erste Code ist nur für Farben gedacht. Die kannst du gestalten wie du willst. Und der 2. Abschnitt, Code ist für Grafiken gedacht, natürlich kannst du auch die Gruppen definieren.



Hi hier das Bild was du wolltest die Farben sind ja da will nur das die jeweiligen sterne hinter den namen sind .

Gruß Wolf

Zusammengefügt am 27. Februar 2016 00:58:47:
Wolf schrieb:

matze schrieb:

Der erste Code ist nur für Farben gedacht. Die kannst du gestalten wie du willst. Und der 2. Abschnitt, Code ist für Grafiken gedacht, natürlich kannst du auch die Gruppen definieren.



Hi hier das Bild was du wolltest die Farben sind ja da will nur das die jeweiligen sterne hinter den namen sind .
Und wenn Du möchtest kannste mir die kleine support Ampel mit einbiden die Infusion habe ich Instaliert.

Gruß Wolf
Wolf hat folgende Datei angehängt:
Du hast nicht die Berechtigung die Anhäge dieses Themas zu sehen.

Bearbeitet von Wolf am 27-02-2016 00:58
Verwarnstatus: warningwarningwarningwarning
 
https://eep2023.de/
matze
Teste mal das:
Download Code  Code
 //Grafiken
$imagea=stristr($data['user_level'], "103") ? "DEIN GRAFIKLINK" : "";
$imageb=stristr($data['user_level'], "102") ? "DEIN GRAFIKLINK" : "";
if($data['user_web'] != "") $user_web = trimlink(str_replace("http://", "", $data['user_web']), 30); else $user_web = "<span class=\'small\'>keine Angabe</span>";
      echo "<li class='small' style='margin-bottom: 2px;'>";
      echo "<span class=\"online_hotspot\" onmouseover=\"online_tooltip.show('".$avatar."<div align=\'right\' style=\'float: right; color: #".$color."\'>
     <u>".$data['user_name']."</u><br /><span class=\'small\'>".getuserlevel($data['user_level'])."</span></div><hr /><span class=\'small\'>Status:</span>
     <span class=\'small\' style=\'float: right;\'>".$lastseen."</span><br /><span class=\'small\'>Website:</span><span class=\'small\' style=\'float: right;\'>".$user_web."</span><hr />
     <span class=\'small\'>Mitglied seit:</small><span class=\'small\' style=\'float: right;\'>".date("d.m.Y - H:i", $data['user_joined'])."</span><br />
     <span class=\'small\'>Letzte Aktivit&auml;t:</span><span class=\'small\' style=\'float: right;\'>".date("d.m.Y - H:i", $data['user_lastvisit'])."</span>');\" onmouseout=\"online_tooltip.hide();\">";
      echo THEME_BULLET." <a href='".BASEDIR."profile.php?lookup=".$data['user_id']."' style='color: #".$color."'>";
      echo trimlink($data['user_name'],13)."</span>".$imagea."".$imageb."<span class='small2' style='float: right;'>".str_replace("\'", "'", $lastseen)."</span></a></li>\n";




Ich habe es getestet und geht
Verwarnstatus: warningwarningwarningwarning
 
https://fusion-mods.de
Wolf
Hi Matze!

Habe code eingebaut aber da tut sich absolut nichts.Ich weiß nicht was ich da noch falsch mache .Und mir ist aufgefallen das user lever 101 fehlt.
Ich habe die Datei angehangen wo der code rein soll teste es bitte mal bau ihn ein und ich werde ihn dann bei mir hoch laden.

Lg.wolf
Verwarnstatus: warningwarningwarningwarning
 
https://eep2023.de/
matze
Die Datei brauchst du nicht anhängen wegen mir. Du brauchst nur die Grafik zu verlinkten,da wo sie gespeichert ist. Und für den user_level brauchst du nur mit $imagec zu definieren. Also beim testen zeigte er mir alles an.

Zusammengefügt am 27. Februar 2016 17:32:46:
//Grafiken
$imagea=stristr($data['user_level'], "103") ? "DEIN GRAFIKLINK" : "";
$imageb=stristr($data['user_level'], "102") ? "DEIN GRAFIKLINK" : "";
$imagec=stristr($data['user_level'], "101") ? "DEIN GRAFIKLINK" : "";
if($data['user_web'] != "") $user_web = trimlink(str_replace("http://", "", $data['user_web']), 30); else $user_web = "<span class=\'small\'>keine Angabe</span>";
echo "<li class='small' style='margin-bottom: 2px;'>";
echo "<span class=\"online_hotspot\" onmouseover=\"online_tooltip.show('".$avatar."<div align=\'right\' style=\'float: right; color: #".$color."\'>
<u>".$data['user_name']."</u><br /><span class=\'small\'>".getuserlevel($data['user_level'])."</span></div><hr /><span class=\'small\'>Status:</span>
<span class=\'small\' style=\'float: right;\'>".$lastseen."</span><br /><span class=\'small\'>Website:</span><span class=\'small\' style=\'float: right;\'>".$user_web."</span><hr />
<span class=\'small\'>Mitglied seit:</small><span class=\'small\' style=\'float: right;\'>".date("d.m.Y - H:i", $data['user_joined'])."</span><br />
<span class=\'small\'>Letzte Aktivit&auml;t:</span><span class=\'small\' style=\'float: right;\'>".date("d.m.Y - H:i", $data['user_lastvisit'])."</span>');\" onmouseout=\"online_tooltip.hide();\">";
echo THEME_BULLET." <a href='".BASEDIR."profile.php?lookup=".$data['user_id']."' style='color: #".$color."'>";
echo trimlink($data['user_name'],13)."</span>".$imagea."".$imageb."".$imagec."<span class='small2' style='float: right;'>".str_replace("\'", "'", $lastseen)."</span></a></li>\n";

Zusammengefügt am 27. Februar 2016 17:33:43:
//Grafiken
$imagea=stristr($data['user_level'], "103"Wink ? "DEIN GRAFIKLINK" : "";
$imageb=stristr($data['user_level'], "102"Wink ? "DEIN GRAFIKLINK" : "";
$imagec=stristr($data['user_level'], "101"Wink ? "DEIN GRAFIKLINK" : "";
if($data['user_web'] != ""Wink $user_web = trimlink(str_replace("http://", "", $data['user_web']), 30); else $user_web = "<span class=\'small\'>keine Angabe</span>";
echo "<li class='small' style='margin-bottom: 2px;'>";
echo "<span class=\"online_hotspot\" onmouseover=\"online_tooltip.show('".$avatar."<div align=\'right\' style=\'float: right; color: #".$color."\'>
<u>".$data['user_name']."</u><br /><span class=\'small\'>".getuserlevel($data['user_level'])."</span></div><hr /><span class=\'small\'>Status:</span>
<span class=\'small\' style=\'float: right;\'>".$lastseen."</span><br /><span class=\'small\'>Website:</span><span class=\'small\' style=\'float: right;\'>".$user_web."</span><hr />
<span class=\'small\'>Mitglied seit:</small><span class=\'small\' style=\'float: right;\'>".date("d.m.Y - H:i", $data['user_joined'])."</span><br />
<span class=\'small\'>Letzte Aktivit&auml;t:</span><span class=\'small\' style=\'float: right;\'>".date("d.m.Y - H:i", $data['user_lastvisit'])."</span>'Wink;\" onmouseout=\"online_tooltip.hide();\">";
echo THEME_BULLET." <a href='".BASEDIR."profile.php?lookup=".$data['user_id']."' style='color: #".$color."'>";
echo trimlink($data['user_name'],13)."</span>".$imagea."".$imageb."".$imagec."<span class='small2' style='float: right;'>".str_replace("\'", "'", $lastseen)."</span></a></li>\n";
matze hat folgende Datei angehängt:
Du hast nicht die Berechtigung die Anhäge dieses Themas zu sehen.

Bearbeitet von matze am 27-02-2016 17:33
Verwarnstatus: warningwarningwarningwarning
 
https://fusion-mods.de
Wolf
Hi Matze habe den so eingabaut!

//Grafiken
$imagea=stristr($data['user_level'], "103"Wink ? "http://www.eepx-wolf.de/stern-rot0.gif" : "";
$imageb=stristr($data['user_level'], "102"Wink ? "http://www.eepx-wolf.de/stern-gruen2.gif" : "";
$imagec=stristr($data['user_level'], "101"Wink ? "http://www.eepx-wolf.de/stern-blau1.gif" : "";
if($data['user_web'] != ""Wink $user_web = trimlink(str_replace("http://", "", $data['user_web']), 30); else $user_web = "<span class=\'small\'>keine Angabe</span>";
echo "<li class='small' style='margin-bottom: 2px;'>";
echo "<span class=\"online_hotspot\" onmouseover=\"online_tooltip.show('".$avatar."<div align=\'right\' style=\'float: right; color: #".$color."\'>
<u>".$data['user_name']."</u><br /><span class=\'small\'>".getuserlevel($data['user_level'])."</span></div><hr /><span class=\'small\'>Status:</span>
<span class=\'small\' style=\'float: right;\'>".$lastseen."</span><br /><span class=\'small\'>Website:</span><span class=\'small\' style=\'float: right;\'>".$user_web."</span><hr />
<span class=\'small\'>Mitglied seit:</small><span class=\'small\' style=\'float: right;\'>".date("d.m.Y - H:i", $data['user_joined'])."</span><br />
<span class=\'small\'>Letzte Aktivit&auml;t:</span><span class=\'small\' style=\'float: right;\'>".date("d.m.Y - H:i", $data['user_lastvisit'])."</span>'Wink;\" onmouseout=\"online_tooltip.hide();\">";
echo THEME_BULLET." <a href='".BASEDIR."profile.php?lookup=".$data['user_id']."' style='color: #".$color."'>";
echo trimlink($data['user_name'],13)."</span>".$imagea."".$imageb."".$imagec."<span class='small2' style='float: right;'>".str_replace("\'", "'", $lastseen)."</span></a></li>\n";

Und das einzige was da pasiert sehe Online liste nicht mehr

drehe bald durch mist aber och.


Lg.Wolf
Verwarnstatus: warningwarningwarningwarning
 
https://eep2023.de/
matze
Ist aber ein Krampf langsam..definiere doch die Grafiken mit der Variablen steht im Code oben drin mit
$imagea..b und c usw.
Das defienierst du auf die Gruppen..ect bzw. auf den Level. Da ich momentan nicht die Zeit habe das zu machen, kontaktiere mich selber per PN das ich das per TV mache
Verwarnstatus: warningwarningwarningwarning
 
https://fusion-mods.de
Wolf
Hi!

Nochmals vielen Dank an Matze und vorallem auch an Rolly8-HL.

DankeDankeDanke
Verwarnstatus: warningwarningwarningwarning
 
https://eep2023.de/
Springe ins Forum:
Sämtliche Grafiken und Texte dieser Seite unterliegen dem Urheberrecht und dürfen nicht ohne Erlaubnis kopiert werden!!!