Etiketler: grup renklendirici
| Author | Message |
Mr.DaRKWoRLD
220 posts |
#37669 2008-08-28 15:45 GMT |
|
bu grup renklendiricinin 3-4 rütbe renkleniyor idleri versem hazır olarak buraya verirseniz çok memnun olurum SaoLun Renklerin hangi renk oldugu önenmli değiL rasgelede renk eklerseniz sorun olmaz 7 5 13 8 6 12 9 11 10 4 3 2 1 şimdiden saolun |
|
TRouBLeSHooTeR
533 posts |
#37678 2008-08-28 17:58 GMT |
|
senin yaptığın grup renklendirmesinin sonuna
Code: elseif ($row['user_maingrp']==4) { $result = "<a href=\"users.php?m=details&id=".$id."\"><font style=\"color:#008000;\">".$result."</font></a>"; } ekle oradan id yi ve renkleri değiştir çoğaltmış olursun |
|
Mr.DaRKWoRLD
220 posts |
#37683 2008-08-28 19:53 GMT |
|
kodları olsa elimde işte renk kodları yok:S |
|
Mr.DaRKWoRLD
220 posts |
#37684 2008-08-28 19:57 GMT |
|
bide hata veriyor bana functions şeklinde atarsanız çoook svinirim
|
|
WebCoder
169 posts |
#37688 2008-08-28 20:02 GMT |
|
|
|
|
Seditio Botlar Satılır...
|
|
Mr.DaRKWoRLD
220 posts |
#37691 2008-08-28 20:15 GMT |
|
çok urastım 2 gündür bunun peşindeyim bi yardımcı olsanız denedm denedm ama hata verdi bembeyaz ekran çıktı pff:S
|
|
Mr.DaRKWoRLD
220 posts |
#37700 2008-08-29 13:01 GMT |
|
Çok urastım bu konu üstünde:S
|
|
Aragorn-pc
1,014 posts |
#37704 2008-08-29 14:54 GMT |
|
bak DvdBil Anlatmiş Sana;
Adım 1: system/functions.php'yi açın ve alttaki fonksiyonu bulun: Code: function sed_build_user($id, $user) { global $cfg; if (($id==0 && !empty($user))) { $result = $user; } elseif ($id==0) { $result = ''; } else { $result = (!empty($user)) ? "<a href=\"users.php?m=details&id=".$id."\">".$user."</a>" : '?'; } return($result); } Adım 2: Üstteki fonksiyonu alttaki ile değiştirin: Code: function sed_build_user($id, $user) {/* Function hack by Dvdbil $Web: www.seditio-tr.com $mail: dvdbil@seditio-tr.com */ global $cfg; if (($id==0 && !empty($user))) { $result = $user; } elseif ($id==0) { $result = ''; } else { $result = (!empty($user)) ? $user : '?'; } $sql = sed_sql_query("SELECT gru_groupid FROM sed_groups_users WHERE gru_userid='$id' LIMIT 1"); $row = sed_sql_fetcharray($sql); if ($row['gru_groupid']==5) { $result = "<a href=\"users.php?m=details&id=".$id."\"><font style=\"color:#CC0000;font-weight:bold;\">".$result."</font></a>"; } elseif ($row['gru_groupid']==4) { $result = "<a href=\"users.php?m=details&id=".$id."\"><font style=\"color:#008000;\">".$result."</font></a>"; } elseif ($row['gru_groupid']==6) { $result = "<a href=\"users.php?m=details&id=".$id."\"><font style=\"color:#0000FF\">".$result."</font></a>"; } elseif ($row['gru_groupid']==3) { $result = "<a href=\"users.php?m=details&id=".$id."\"><font style=\"color:#FF00FF;text-decoration:line-through;\">".$result."</font></a>"; } elseif ($row['gru_groupid']==2) { $result = "<a href=\"users.php?m=details&id=".$id."\"><font style=\"color:#804040;font-style:italic;\">".$result."</font></a>"; } else { $result = "<a href=\"users.php?m=details&id=".$id."\">".$user."</a>"; } return($result); } Cogaltmak için Altina Code: elseif ($row['user_maingrp']==4) { $result = "<a href=\"users.php?m=details&id=".$id."\"><font style=\"color:#008000;\">".$result."</font></a>"; } ekle. maingrp 4 yazan yeri senin olusturdugun kullanici id si ile degiştir ve rengini degiştir tamamdir. renk kodlari istiyorsan http://kankayizz.biz/renk.html (: |
|
|
Yeni Adres; Kankayizz.NET / Biz / Org...
İsteğiniz üzere Profesyonel Tasarim hazırlanır,Modifikasyon yapilir. |
|
Mr.DaRKWoRLD
220 posts |
#37733 2008-08-30 17:28 GMT |
|
Parse error: syntax error, unexpected T_ELSEIF in /home/www/demonstyle.ch/system/functions.php on line 1151 bu hatayı veriyor ozaman |
|
Kaan
2,272 posts |
#37739 2008-08-30 21:15 GMT |
|
Bu şekilde ekle
Code: elseif ($row['gru_groupid']==3) { $result = "<a href=\"users.php?m=details&id=".$id."\"><font style=\"color:#FF00FF;text-decoration:line-through;\">".$result."</font></a>"; } Bu Kodların üstüne Code: else
{ $result = "<a href=\"users.php?m=details&id=".$id."\">".$user."</a>"; } return($result); } |
|
Mr.DaRKWoRLD
220 posts |
#37741 2008-08-30 21:19 GMT |
|
Kaan dediğin qibi yaPtım buseferde bannerin üst tarafında bu hata çıktı
f Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/www/demonstyle.ch/system/functions.php:1) in /home/www/demonstyle.ch/system/common.php on line 175 Warning: Cannot modify header information - headers already sent by (output started at /home/www/demonstyle.ch/system/functions.php:1) in /home/www/demonstyle.ch/system/functions.php on line 2612 Warning: Cannot modify header information - headers already sent by (output started at /home/www/demonstyle.ch/system/functions.php:1) in /home/www/demonstyle.ch/system/functions.php on line 2613 Warning: Cannot modify header information - headers already sent by (output started at /home/www/demonstyle.ch/system/functions.php:1) in /home/www/demonstyle.ch/system/functions.php on line 2614 Warning: Cannot modify header information - headers already sent by (output started at /home/www/demonstyle.ch/system/functions.php:1) in /home/www/demonstyle.ch/system/functions.php on line 2615 Warning: Cannot modify header information - headers already sent by (output started at /home/www/demonstyle.ch/system/functions.php:1) in /home/www/demonstyle.ch/system/functions.php on line 2616 Warning: Cannot modify header information - headers already sent by (output started at /home/www/demonstyle.ch/system/functions.php:1) in /home/www/demonstyle.ch/system/functions.php on line 2617 Warning: Cannot modify header information - headers already sent by (output started at /home/www/demonstyle.ch/system/functions.php:1) in /home/www/demonstyle.ch/system/functions.php on line 2618 Warning: Cannot modify header information - headers already sent by (output started at /home/www/demonstyle.ch/system/functions.php:1) in /home/www/demonstyle.ch/plugins/leetlogin/leetlogin.php on line 99 |
|
Kaan
2,272 posts |
#37744 2008-08-30 21:35 GMT |
|
benim verdiğim kodla alakası yok sen yanlış bişiler yapmışsın leetlogin vs.. yazıyor hata kodunda bakarsan.
functions.php on line 2612 satırdan 2618 arasındaki kodları buraya yaz bakim hangi kodlar varmış.. |
|
Mr.DaRKWoRLD
220 posts |
#37773 2008-08-31 18:19 GMT |
|
Tmm Kaan Abi Halloldu;) |
|
Spinoff
97 posts |
#52074 2009-01-11 12:37 GMT |
|
darkwold senin yoneticiler eklentisini paylasirmisin bakiyorumda idleri buyukmus ?
|
|
Spinoff
97 posts |
#52207 2009-01-13 14:10 GMT |
|
ben sadece bir grup renklendiriyorum baskkasini renklendirmeye kalktigimda ilki normale donuyor
|
|
Benzer konular (Similar topics) #BETA
| Konular | Mesajlar | Son Yazar | Güncelleme |
| Grup Renklendirici | 4 | MUST! | 798 Gün |
| Grup Renklendirici (CH) | 17 | samba | 999 Gün |
| Grup Renklendirici | 2 | Kaan | |
| Grup Renklendirici Yardım | 4 | Aragorn-pc | 889 Gün |
| grup renklendirme | 7 | By.Herakles | 607 Gün |







