|
»Forumlar »SE ? Support
»2 Sorun
https://seditio.com.tr/eski1/forums.php?m=posts&q=293 |
| Author: Mr.Darkworld, Posted: 2010-01-30 17:12 GMT. This post was edited by Mr.Darkworld (2010-01-30 19:54 GMT, 6078 Gün ago) |
|
1. Yaz? Yazd???m?z yerde ne yazd???m?z? g?remiyoruz ? resim ![]() 2. Sed Plus Sorunu D?zenle Sil vb g?r?nm?yor etiketleri ekledikden sonra eklentiyi ?al?st?r?yorum Forums vb yere girince bu hata Kod: Warning: require(plugins/sedplus/lang/sedplus.en.lang.php) [function.require]: failed to open stream: No such file or directory in /home/burak/public_html/plugins/sedplus/inc/sedplus.functions.php on line 18 Warning: require(plugins/sedplus/lang/sedplus.en.lang.php) [function.require]: failed to open stream: No such file or directory in /home/burak/public_html/plugins/sedplus/inc/sedplus.functions.php on line 18 Fatal error: require() [function.require]: Failed opening required 'plugins/sedplus/lang/sedplus.en.lang.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/burak/public_html/plugins/sedplus/inc/sedplus.functions.php on line 18 son mesaj 2 saat 41 dakika ?nce Renkleri nas?l ayarlar?z yaz?lanlar ??km?yor |
| Author: Kaan, Posted: 2010-01-30 19:56 GMT. |
|
?lgili yerin kodlar?n? ekle buraya plugins/sedplus/lang/sedplus.en.lang.php Sendeki tr dir onu en olarak degi?tir. |
| Author: Mr.Darkworld, Posted: 2010-01-30 20:00 GMT. This post was edited by Mr.Darkworld (2010-01-30 20:03 GMT, 6078 Gün ago) |
|
b?t?n yerler mesela konu a?arken textboxerde sorunj yok ama ?ifre yazaca??m?z yer ondan sonra konu a?acag?m?z yer giri? yapaca??m?z yer oralar hep sar? yazd?klar?m?z g?z?km?yor son mesaj 3 dakika ?nce sed plusda tamam bitek o kald? ayr?ca madalya eklentisini kurdum ama hangi madalyay? verece?iz g?z?km?yor ? |
| Author: Kaan, Posted: 2010-01-30 20:04 GMT. |
| Tamam i?de orada kullan?lan class veya id lerin css den de?i?tirebilirsin rengini. |
| Author: Mr.Darkworld, Posted: 2010-01-30 20:10 GMT. |
|
Kodlar burada ? |
| Author: Kaan, Posted: 2010-01-30 20:31 GMT. |
|
Bu degil oradak kullan?lan kodlar? eklemen gerekiyor.. Hangi class veya id kullan?lm?? onu bilmek gerekiyor.. |
| Author: MUST!, Posted: 2010-01-31 00:14 GMT. |
| k?sacas? lettlogin eklentinin kodlar?n? koy buraya arkada??m |
| Author: Mr.Darkworld, Posted: 2010-01-31 19:53 GMT. |
|
Buyur Kod: <?PHP /* ==================== Seditio - Website engine Copyright Neocrome http://www.neocrome.net [BEGIN_SED] File=plugins/leetlogin/leetlogin.php Version=121+122+125 Updated=01:16 01.05.2009 Type=Plugin Author=Aragorn-pc Description=Geli?mi? Kullan?c? Paneli ( leetlogin ) [END_SED] [BEGIN_SED_EXTPLUGIN] Code=leetlogin Part=main File=leetlogin Hooks=index.tags Tags=index.tpl:{PLUGIN_LEETLOGIN} Minlevel=0 Order=10 [END_SED_EXTPLUGIN] ==================== */ if (!defined('SED_CODE')) { sed_diefatal('Wrong URL.'); } require("plugins/leetlogin/lang/leetlogin.".$usr['lang'].".lang.php"); //Sql i?lemleri ba?langici /// if ($m=='share') { $totaldbposts = sed_sql_rowcount($db_forum_posts); $totaldbtopics = sed_sql_rowcount($db_forum_topics); $totaldbviews = sed_sql_query("SELECT SUM(fs_viewcount) FROM $db_forum_sections"); $totaldbviews = sed_sql_result($totaldbviews,0,"SUM(fs_viewcount)"); $sql = sed_sql_query("SELECT SUM(fs_topiccount_pruned) FROM $db_forum_sections"); $totaldbtopics += sed_sql_result($sql,0,"SUM(fs_topiccount_pruned)"); $sql = sed_sql_query("SELECT SUM(fs_postcount_pruned) FROM $db_forum_sections"); $totaldbposts += sed_sql_result($sql,0,"SUM(fs_postcount_pruned)"); $output = "Seditio - Website engine<br />Copyright Neocrome<br />"; $output .= "<a href=\"http://www.neocrome.net\">http://www.neocrome.net</a><br />"; $output .= " <br />[BEGIN_SED]<br />Title=".$cfg['maintitle']."<br />"; $output .= "Subtitle=".$cfg['subtitle']."<br />Version=".$cfg['version']."<br />"; $output .= "Pages=".sed_sql_rowcount($db_pages)."<br />Users=".sed_sql_rowcount($db_users)."<br />"; $output .= "Pms=".sed_stat_get('totalpms')."<br />Forum_views=".$totaldbviews."<br />"; $output .= "Forum_posts=".$totaldbposts."<br />Forum_topics=".$totaldbtopics."<br />[END_SED]<br /> "; die($output); } $sql = sed_sql_query("SELECT COUNT(*) FROM $db_forum_posts WHERE fp_posterid='".$usr['id']."'"); $user_postscount = sed_sql_result($sql,0,"COUNT(*)"); $sql = sed_sql_query("SELECT COUNT(*) FROM $db_forum_topics WHERE ft_firstposterid='".$usr['id']."'"); $user_topicscount = sed_sql_result($sql,0,"COUNT(*)"); $sql = sed_sql_query("SELECT COUNT(*) FROM $db_com WHERE com_authorid='".$usr['id']."'"); $user_comments = sed_sql_result($sql,0,"COUNT(*)"); $sql = sed_sql_query("SELECT COUNT(*) FROM $db_pages WHERE page_ownerid='".$usr['id']."'"); $user_pages = sed_sql_result($sql,0,"COUNT(*)"); ///Sql i?lemleri Biti?i // // Retrive avatar from user $avatar = sed_sql_query("SELECT user_avatar FROM $db_users WHERE user_id='".$usr['id']."'"); $avatar = sed_sql_fetcharray($avatar); $el_avatar = stripslashes($avatar["user_avatar"]); // Count total new private messages from user $npmessages = sed_sql_query("SELECT COUNT(*) FROM $db_pm WHERE pm_touserid='".$usr['id']."' AND pm_state=0"); $el_npmessages = sed_sql_result($npmessages,0,"COUNT(*)"); // Count total old private messages from user $olmessages = sed_sql_query("SELECT COUNT(*) FROM $db_pm WHERE pm_touserid='".$usr['id']."' AND pm_state=1"); $el_olmessages = sed_sql_result($olmessages,0,"COUNT(*)"); // Count total archived private messages from user $apmessages = sed_sql_query("SELECT COUNT(*) FROM $db_pm WHERE pm_touserid='".$usr['id']."' AND pm_state=2"); $el_apmessages = sed_sql_result($apmessages,0,"COUNT(*)"); ///Sql i?lemleri Ba?langici // // COUNT = COMMENTS $sql = sed_sql_query("SELECT COUNT(*) FROM $db_com WHERE com_authorid='$suserid' AND com_isspecial='0'"); $ext_comments = sed_sql_result($sql,0,"COUNT(*)"); // COUNT = COMMENTS TOTAL $sql = sed_sql_query("SELECT COUNT(*) FROM $db_com WHERE com_isspecial='0'"); $ext_ctotal = sed_sql_result($sql,0,"COUNT(*)"); // COUNT = COMMENTS PERCENTAGE $ext_copercentage = "".@floor(100*$ext_comments/$ext_ctotal)."%"; // COUNT = PAGES $sql = sed_sql_query("SELECT COUNT(*) FROM $db_pages WHERE page_ownerid='$suserid'"); $ext_pages = sed_sql_result($sql,0,"COUNT(*)"); // COUNT = PAGES $ext_ppercentage = "".@floor(100*$ext_pages/$ext_ptotal)."%"; // COUNT = COMMENTS TOTAL $sql = sed_sql_query("SELECT COUNT(*) FROM $db_pages"); $ext_ptotal = sed_sql_result($sql,0,"COUNT(*)"); // COUNT = FORUM POSTS $sql = sed_sql_query("SELECT COUNT(*) FROM $db_forum_posts WHERE fp_posterid='$suserid'"); $ext_fposts = sed_sql_result($sql,0,"COUNT(*)"); // COUNT = FORUM POSTS TOTAL $ext_fptotal = sed_sql_rowcount($db_forum_posts); // COUNT = FORUM POSTS PERCENTAGE $ext_fppercentage = "".@floor(100*$ext_fposts/$ext_fptotal)."%"; // SELECT = RECENT FORUM POSTS $ext_rfpmax = ($ext=="posts") ? 10 : 4; $ext_rfposts = sed_sql_query("SELECT p.fp_id, t.ft_title, t.ft_id, t.ft_updated, t.ft_lastposterid, t.ft_lastpostername FROM $db_forum_posts p, $db_forum_topics t WHERE fp_posterid='$suserid' AND p.fp_topicid=t.ft_id GROUP BY t.ft_id ORDER BY t.ft_updated DESC LIMIT $ext_rfpmax"); // COUNT = FORUM TOPICS $sql = sed_sql_query("SELECT COUNT(*) FROM $db_forum_topics WHERE ft_firstposterid='$suserid'"); $ext_ftopics = sed_sql_result($sql,0,"COUNT(*)"); // COUNT = FORUM TOPICS TOTAL $ext_fttotal = sed_sql_rowcount($db_forum_topics); // COUNT = FORUM TOPICS PERCENTAGE $ext_ftpercentage = "".@floor(100*$ext_ftopics/$ext_fttotal)."%"; ///Sql i?lemleri Biti?i /// if($usr['id']>0) { if ($el_avatar == "") { $el_avatar = $cfg['plugin']['leetlogin']['avatar2']; } if ($usr['isadmin']) { $el_admin = "<img src=\"".$cfg['plugin']['leetlogin']['1arrow']."\" /><a href=\"admin.php\">".$L['ll_administration']."</a><br />"; } else { $el_admin = ""; } if ($cfg['plugin']['leetlogin']['pmsound'] > 0) { if ($el_npmessages != 1) { $pluralmessage = $L['ll_plural']; } else { $pluralmessage = ""; } $cookiepm = sed_import('sedPmTracking-usr'.$usr['id'],'C','NUM'); if ($el_npmessages > 0) { if ($el_npmessages > $cookiepm) { if ($cfg['plugin']['leetlogin']['pmsound'] == 2 || $cfg['plugin']['leetlogin']['pmsound'] == 3) { $pmmessage .= "<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\" style=\"width:1px;height:1px\"><param name=\"movie\" value=\"".$cfg['plugin']['leetlogin']['npmessages']."\"><param name=\"quality\" value=\"high\"><embed src=\"".$cfg['plugin']['leetlogin']['npmessages']."\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" style=\"width:1px;height:1px\"></embed></object>"; } if ($cfg['plugin']['leetlogin']['pmsound'] == 1 || $cfg['plugin']['leetlogin']['pmsound'] == 3) { $pmmessage .= " <script language=\"javascript\" type=\"text/javascript\"> <!-- function shownewpm() { viewpmconfirm = confirm('".$L['ll_msg1']." ".$el_npmessages." ".$L['ll_msg2'].$pluralmessage.".\\n".$L['ll_msg3']."'); if(viewpmconfirm == true) { window.location = \"pm.php\"; } } setTimeout('shownewpm()',1250); --> </script>"; } } } setcookie("sedPmTracking-usr".$usr['id'], "$el_npmessages", time()+30000000); } $leetlogin = "<table style=\"border-collapse:collapse;text-align:center;width:98%\">"; if ($cfg['plugin']['leetlogin']['welcome'] == true) { $leetlogin .= "<tr><td style=\"text-align:center;padding:3px;\" colspan=\"2\"><div><strong>".$L['ll_welcome']."</strong> <a href=\"users.php?m=details&id=".$usr['id']."\">".$usr['name']."!</a><br /></div></td></tr>"; } else { $leetlogin .= ""; } if ($cfg['plugin']['leetlogin']['avatar'] == true) { $leetlogin .= "<tr>"; $leetlogin .= "<td style=\"text-align:center;\"><a href=\"users.php?m=profile&a=avatarchoose&".sed_xg()."#list\"><img src=\"".$el_avatar."\" alt=\"\" /></a></td>"; $leetlogin .= "<tr></center>"; $leetlogin .= "<td style=\"text-align:left;width:100%;padding:0px;\"><div style=\"text-align:left;\">".$el_admin."<img src=\"".$cfg['plugin']['leetlogin']['1arrow']."\" /><a href=\"pm.php\">".$L['ll_inbox']."</a> (<strong>".$el_npmessages."</strong>)/".$el_olmessages."/".$el_apmessages."".$pmmessage."<br /><img src=\"".$cfg['plugin']['leetlogin']['1arrow']."\" /><a href=\"users.php?m=profile\">".$L['ll_profile']."</a><br /><img src=\"".$cfg['plugin']['leetlogin']['1arrow']."\" /><a href=\"page.php?m=add&c=files\">".$L['ll_dokumanekle']."</a><img src='plugins/leetlogin/yeni.gif'><br /><img src=\"".$cfg['plugin']['leetlogin']['1arrow']."\" /><a href=\"page.php?m=add&c=articles\">".$L['ll_dosyaekle']."</a> <img src='plugins/leetlogin/yeni.gif'><br /><img src=\"".$cfg['plugin']['leetlogin']['1arrow']."\" /><a href=\"page.php?m=add&c=news\">".$L['ll_haberekle']."</a> <img src='plugins/leetlogin/yeni.gif'><br /><img src=\"".$cfg['plugin']['leetlogin']['1arrow']."\" /><a href=\"users.php?m=logout&".sed_xg()."\">".$L['ll_logout']."</a></td></center>"; $leetlogin .= "<tr><td>?statistikleriniz:<img src='plugins/leetlogin/yeni.gif'></td></tr><br />"; $leetlogin .= "<tr><td style=\"text-align:left;\"><img src=\"".$cfg['plugin']['leetlogin']['1arrow']."\" />".$L['plu_postsforums'].": <font color='red'>[".$user_postscount."]</font>: ".$ext_fppercentage." <font color='red'>".$ext_fptotal."</font></tr></td>"; $leetlogin .= "<tr><td style=\"text-align:left;\"><img src=\"".$cfg['plugin']['leetlogin']['1arrow']."\" />".$L['plu_newtopicsforums'].": <font color='red'>[".$user_topicscount."]</font>: ".$ext_ftpercentage." <font color='red'>".$ext_fttotal."</font></tr></td>"; $leetlogin .= "<tr><td style=\"text-align:left;\"><img src=\"".$cfg['plugin']['leetlogin']['1arrow']."\" />".$L['plu_sayfa'].": <font color='red'>[".$user_pages."]</font>: ".$ext_ppercentage." <font color='red'>".$ext_ptotal."</font></tr></td></div>"; $leetlogin .= "<tr><td style=\"text-align:left;\"><img src=\"".$cfg['plugin']['leetlogin']['1arrow']."\" />".$L['plu_comments'].": <font color='red'>[".$user_comments."]</font>: ".$ext_copercentage." <font color='red'>".$ext_ctotal."</font></tr></td></div>"; } $leetlogin .= "</table>"; } else { $leetlogin .= "<table style=\"border-collapse:collapse;text-align:center;width:98%\">"; if ($cfg['plugin']['leetlogin']['ynlin'] == true) { $leetlogin .= "<tr><td style=\"text-align:center\" colspan=\"2\"><div><strong>".$L['ll_ynlin']."</strong><br /></div></td></tr>"; } else { $leetlogin .= ""; } $leetlogin .= ""; $leetlogin .= "<tr><td style=\"text-align:left;\" colspan=\"2\"><form name=\"login\" action=\"users.php?m=auth&a=check\" method=\"post\"><div><b>".$L['ll_username']."<br /><input class=\"input\" type=\"text\" name=\"rusername\" size=\"20\" maxlength=\"32\"></input><br />"; $leetlogin .= "".$L['ll_password']."<br /><input class=\"input\" type=\"password\" name=\"rpassword\" size=\"20\" maxlength=\"32\"></input><br />"; $leetlogin .= "".$L['ll_rcookiettl']."<br />".$out['guest_cookiettl']."<br /></div>"; $leetlogin .= "<br /><div style=\"text-align:center;\"><input type=\"submit\" value=\"Giri?\"></input></div><div><input type="hidden" id="x" name="x" value="33A6EE" /></div></form>"; $leetlogin .= "<div style=\"text-align:center;\">[<a href=\"users.php?m=register\">".$L['ll_reg']."</a>] [<a href=\"eklenti.php?e=passrecover\">".$L['ll_lp']."</a>]</div></td></tr>"; $leetlogin .= "</table>"; } $t-> assign(array( "PLUGIN_LEETLOGIN" => $leetlogin )); ?> |
| Author: Kaan, Posted: 2010-01-31 20:16 GMT. |
|
?ok fazla sql sorgusu var fazlal?k siteyi ?ok kasar bu eklenti kurman?z? tavsiye etmem.. Geli?mi? ama biraz fazla geli?mi? bu |
| Author: Mr.Darkworld, Posted: 2010-01-31 20:19 GMT. |
| peki normal leetlogini nereden bulabilirim ? |
| Author: Kaan, Posted: 2010-01-31 20:30 GMT. |
|
http://ccgi.jphodgy.plus.com/Fil.....login.rar http://neocrome.net/page.php?id=2059 http://neocrome.net/page.php?id=2059&a=dl Leetlogin 4.0 for Seditio 101 + Coded by Hodges Updated: 09/04/2006 Installation Instructions 1) Extract leetlogin in the plugins folder. Preserve the directory structure of this archive. 2) Use the tag {PLUGIN_LEETLOGIN} in the header.tpl file. 3) Go to Admin Panel > Extended plugins > LeetLogin > Install All Configuration Instructions 4) After installation, click 'Configuration Edit (7)' to configure LeetLogin. 5) If you want to change the layout of leetlogin, open up leetlogin.php and alter the html within the php. If your skin specifies leetlogin, or you have an older version of this plugin, download now! If you want the plugin somewhere besides header.tpl, let�s say, index.tpl, do the following steps Open leetlogin.php, go to lines 21-22 and change 'header' to 'index' or any other tpl name. Note, that the PM notification will now only happen when you visit index.php. Enjoy! |
| Author: Mr.Darkworld, Posted: 2010-01-31 20:50 GMT. |
|
de?i?tirdim o eklentiyle anca renk hala ayn? yaz?lar g?z?km?yor ? bu yaz? rengini chat forumsdada g?r?yorum g?nder butonuda ?yle Kod: <?PHP /* ==================== Seditio - Website engine Copyright Neocrome http://www.neocrome.net [BEGIN_SED] File=plugins/leetlogin/leetlogin.php Version=101 Updated=2006-apr-09 Type=Plugin Author=Hodges Description= [END_SED] [BEGIN_SED_EXTPLUGIN] Code=leetlogin Part=main File=leetlogin Hooks=index.tags Tags=index.tpl:{PLUGIN_LEETLOGIN} Minlevel=0 Order=10 [END_SED_EXTPLUGIN] ==================== */ if (!defined('SED_CODE')) { sed_diefatal('Wrong URL.'); } require("plugins/leetlogin/lang/leetlogin.".$usr['lang'].".lang.php"); // Retrive avatar from user $avatar = sed_sql_query("SELECT user_avatar FROM $db_users WHERE user_id='".$usr['id']."'"); $avatar = sed_sql_fetcharray($avatar); $el_avatar = stripslashes($avatar["user_avatar"]); // Count total new private messages from user $npmessages = sed_sql_query("SELECT COUNT(*) FROM $db_pm WHERE pm_touserid='".$usr['id']."' AND pm_state=0"); $el_npmessages = sed_sql_result($npmessages,0,"COUNT(*)"); // Count total old private messages from user $olmessages = sed_sql_query("SELECT COUNT(*) FROM $db_pm WHERE pm_touserid='".$usr['id']."' AND pm_state=1"); $el_olmessages = sed_sql_result($olmessages,0,"COUNT(*)"); // Count total archived private messages from user $apmessages = sed_sql_query("SELECT COUNT(*) FROM $db_pm WHERE pm_touserid='".$usr['id']."' AND pm_state=2"); $el_apmessages = sed_sql_result($apmessages,0,"COUNT(*)"); if($usr['id']>0) { if ($el_avatar == "") { $el_avatar = $cfg['plugin']['leetlogin']['avatar2']; } if ($usr['isadmin']) { $el_admin = "<img src=\"".$cfg['plugin']['leetlogin']['1arrow']."\" /><a href=\"admin.php\">".$L['ll_administration']."</a><br />"; } else { $el_admin = ""; } if ($cfg['plugin']['leetlogin']['pmsound'] > 0) { if ($el_npmessages != 1) { $pluralmessage = $L['ll_plural']; } else { $pluralmessage = ""; } $cookiepm = sed_import('LduPmTracking-usr'.$usr['id'],'C','NUM'); if ($el_npmessages > 0) { if ($el_npmessages > $cookiepm) { if ($cfg['plugin']['leetlogin']['pmsound'] == 2 || $cfg['plugin']['leetlogin']['pmsound'] == 3) { $pmmessage .= "<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\" style=\"width:1px;height:1px\"><param name=\"movie\" value=\"".$cfg['plugin']['leetlogin']['npmessages']."\"><param name=\"quality\" value=\"high\"><embed src=\"".$cfg['plugin']['leetlogin']['npmessages']."\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" style=\"width:1px;height:1px\"></embed></object>"; } if ($cfg['plugin']['leetlogin']['pmsound'] == 1 || $cfg['plugin']['leetlogin']['pmsound'] == 3) { $pmmessage .= " <script language=\"javascript\" type=\"text/javascript\"> <!-- function shownewpm() { viewpmconfirm = confirm('".$L['ll_msg1']." ".$el_npmessages." ".$L['ll_msg2'].$pluralmessage.".\\n".$L['ll_msg3']."'); if(viewpmconfirm == true) { window.location = \"pm.php\"; } } setTimeout('shownewpm()',1250); --> </script>"; } } } setcookie("LduPmTracking-usr".$usr['id'], "$el_npmessages", time()+30000000); } $leetlogin = "<table style=\"border-collapse:collapse;text-align:center;width:98%\">"; if ($cfg['plugin']['leetlogin']['welcome'] == true) { $leetlogin .= "<tr><td style=\"text-align:center;padding:3px;\" colspan=\"2\"><div><strong>".$L['ll_welcome']."</strong> <a href=\"users.php?m=details&id=".$usr['id']."\">".$usr['name']."!</a><br /></div></td></tr>"; } else { $leetlogin .= ""; } if ($cfg['plugin']['leetlogin']['avatar'] == true) { $leetlogin .= "<tr>"; $leetlogin .= "<td style=\"text-align:center;\"><a href=\"users.php?m=profile&a=avatarchoose&".sed_xg()."#list\"><img src=\"".$el_avatar."\" alt=\"\" /></a></td>"; $leetlogin .= "<td style=\"text-align:left;width:100%;padding:0px;\"><div style=\"text-align:left;\">".$el_admin."<img src=\"".$cfg['plugin']['leetlogin']['1arrow']."\" /><a href=\"pm.php\">".$L['ll_inbox']."</a> <strong>".$el_npmessages."</strong>/".$el_olmessages."/".$el_apmessages."".$pmmessage."<br /><img src=\"".$cfg['plugin']['leetlogin']['1arrow']."\" /><a href=\"users.php?m=profile\">".$L['ll_profile']."</a><br /><img src=\"".$cfg['plugin']['leetlogin']['1arrow']."\" /><a href=\"pfs.php\">".$L['ll_pfs']."</a><br /><img src=\"".$cfg['plugin']['leetlogin']['1arrow']."\" /><a href=\"users.php?m=logout&".sed_xg()."\">".$L['ll_logout']."</a></div></td>"; $leetlogin .= "</tr>"; } else { $leetlogin .= "<tr>"; $leetlogin .= "<td style=\"width:100%;padding:0px;\"><div style=\"text-align:left;\">".$el_admin."<img src=\"".$cfg['plugin']['leetlogin']['1arrow']."\" /><a href=\"pm.php\">".$L['ll_inbox']."</a> <strong>".$el_npmessages."</strong>/".$el_olmessages."/".$el_apmessages."".$pmmessage."<br /><img src=\"".$cfg['plugin']['leetlogin']['1arrow']."\" /><a href=\"users.php?m=profile\">".$L['ll_profile']."</a><br /><img src=\"".$cfg['plugin']['leetlogin']['1arrow']."\" /><a href=\"pfs.php\">".$L['ll_pfs']."</a><br /><img src=\"".$cfg['plugin']['leetlogin']['1arrow']."\" /><a href=\"auth.php?m=logout&".sed_xg()."\">".$L['ll_logout']."</a></div></td>"; $leetlogin .= "</tr>"; } $leetlogin .= "</table>"; } else { $leetlogin .= "<table style=\"border-collapse:collapse;text-align:center;width:98%\">"; if ($cfg['plugin']['leetlogin']['ynlin'] == true) { $leetlogin .= "<tr><td style=\"text-align:center\" colspan=\"2\"><div><strong>".$L['ll_ynlin']."</strong><br /></div></td></tr>"; } else { $leetlogin .= ""; } $leetlogin .= "<tr><td style=\"text-align:left;\" colspan=\"2\"><form name=\"login\" action=\"users.php?m=auth&a=check\" method=\"post\"><div>".$L['ll_username']."<br /><input class=\"input\" type=\"text\" name=\"rusername\" size=\"20\" maxlength=\"32\"></input><br />"; $leetlogin .= "".$L['ll_password']."<br /><input class=\"input\" type=\"password\" name=\"rpassword\" size=\"20\" maxlength=\"32\"></input><br />"; $leetlogin .= "".$L['ll_rcookiettl']."<br />".$out['guest_cookiettl']."<br /></div>"; $leetlogin .= "<br /><div style=\"text-align:center;\"><input type=\"submit\" value=\"Submit\"></input></div><div><input type="hidden" id="x" name="x" value="33A6EE" /></div></form>"; $leetlogin .= "<div style=\"text-align:center;\">[<a href=\"users.php?m=register\">".$L['ll_reg']."</a>] [<a href=\"plug.php?e=passrecover\">".$L['ll_lp']."</a>]</div></td></tr>"; $leetlogin .= "</table>"; } $t-> assign(array( "PLUGIN_LEETLOGIN" => $leetlogin )); ?> |
| Author: Kaan, Posted: 2010-01-31 20:58 GMT. |
|
css de ara input ve submit kodlar?n? renklerini degi?tir test et.. bunlar input ve submit degilde form olarakda yaz?lm?? olabilir css ye kontrol et ilgili renkleri de?i?tir. |
| Author: Mr.Darkworld, Posted: 2010-01-31 21:02 GMT. |
|
cssde bir ?ok input ve submit ile ilgili sat?r var hepsindede farkl? farkl? kodlar var? kod bu Kod: /* */ html { padding : 0; } body { font : 11px Tahoma, Helvetica, sans-serif, Verdana, Arial, sans-serif; background:#000000 url('img/realarka.jpg'); margin : 0; padding : 0; color : #ffffff; } a { text-decoration : none; border-width : 0; color : #ff0000 } a:hover { color : #ff0000; text-decoration : underline; } a:hover { background-color: #000000; color : #ff0000 ; text-decoration : none; } .pagenav_prev, .pagenav_next, .pagenav_first, .pagenav_last, .pagenav_pages { position : relative; padding : 0 2px; background : #000000; margin : 1px; border : 1px solid ; #ff0000 } .pagenav_current { position : relative; padding : 0 2px; font-weight : bold; text-decoration : underline; background : #232323; margin : 1px; border : 1px solid #c8c7c7; } .t3_popup { width : 158px; position : absolute; visibility : hidden; background-color : #f5f5f5; border : 1px solid #e0dfdf; white-space : nowrap; cursor : pointer; } .t3_popup a { display : block; color : #000000; border-bottom : 1px solid #000000; border-top : 1px solid #000000; padding : 2px; } .t3_popup a:hover { background-color : #282828; text-decoration : none; } hr { border-top : 1px solid #a3a3a3; border-bottom : 1px solid #232323; border-left : 1px solid #a3a3a3; border-right : 1px solid #232323; padding : 0; margin : 0 1px 4px 1px; } h1 { font-size : 160%; } h2 { font-size : 130%; } h3 { font-size : 120%; margin : 1em 1em 1em 0; } h4 { font-size : 100%; font-weight : bold; padding : 0; margin : 0; } h5 { font-size : 95%; margin-top : 0; } h6 { font-size : 90%; margin-top : 0; } .bbstyle1 { font-size : 160%; font-weight : bold; } .bbstyle2 { font-size : 130%; font-weight : bold; } .bbstyle3 { font-size : 120%; font-weight : bold; } .bbstyle4 { font-size : 110%; font-weight : bold; } .bbstyle9 { text-decoration:line-through; } #container { padding : 0; margin : 0 auto; width : 900px; background-color : #1C1C1C; border : 5px solid #212121; } #header { padding : 0; margin : 0; background-image:url('img/cyber-real.jpg'); background-repeat:repeat-x; height : 192px; } #nav { margin : 0; padding : 4px; background-image:url('img/ust.jpg'); color : #cccccc; border-bottom : 3px solid #739E09 } #nav ul { margin : 0; padding : 0; } #nav li { display : inline; list-style-type : none; margin : 0; } #nav li a { padding : 4px; font-weight : bold; color : #739E09; text-decoration : none; } #nav li a:hover { padding : 3px 4px 3px 4px; background-color : #356B35; color : #5DBA00; border-top : 1px solid #356B35; border-bottom : 1px solid #356B35; } a.submenu { border-bottom : 1px solid #383838; color : #739E09; background-color : #232323; display : block; padding : 2px 0; text-indent : 4px; width : 100%; } a.submenu:hover { background-color : #739E09; color : #232323; text-decoration : none; } .mn_navbar { margin-top : 1px; position : absolute; visibility : hidden; background-color : #739E09; white-space : nowrap; cursor : pointer; text-indent : 2px; } .mn_navbar a { display : block; padding : 2px; font-weight : bold; color : #232323; text-decoration : none; border-bottom : 1px solid #242424; } .mn_navbar a:hover { padding : 2px; background-color : #ff0000; color : #a02202; } #left_col { background-color : #232323; width : 180px; padding : 0 3px 3px 3px; } #right_col { background-color : #232323; width : 200px; padding : 0 3px 3px 3px; } #middle_col { background-color : #e0e0e0; padding : 0; margin : 0; } .cobo_dark { background-color : #141414; margin : 5px 2px 0 2px; padding : 4px; } .cobo_light { background-color : #424242; margin : 5px 2px 0 2px; padding : 4px; } .cobo_light p, .cobo_dark p { padding : 4px; margin : 0; } .cobo_dark h4, .cobo_light h4 { background : url('img/coltop.jpg') repeat-x; height : 18px; color : #383838; font-size : 100%; font-weight : bold; margin : 0; padding : 2px } .cobo_dark h4 a, .cobo_light h4 a { color : #383838; } .cobo_dark h4 a:hover, .cobo_light h4 a:hover { color : #383838; text-decoration : none; } #user { margin : 0; padding : 3px; color : #888888; text-align : right; background-color : #FFFFC0; font-size : 95%; } #user ul { padding : 2px; margin : 0; } #user li { display : inline; list-style : none; margin : 0; padding : 3px; } #title { background : url('img/coltop.jpg') repeat-x; color : #FFFFFF; font-size : 100%; font-weight : bold; padding : 2px; margin-left:0; margin-right:0; margin-top:9px; margin-bottom:0 } #title a { color : #FFFFFF; } #title a:hover { color : #232323; text-decoration : none; } .title2 { background : url('img/coltop.jpg') repeat-x; color : #232323; font-size : 100%; font-weight : bold; padding : 2px; margin-left:0; margin-right:0; margin-top:9px; margin-bottom:0 } #subtitle { margin : 0; background : url('img/subtitle.gif'); vertical-align : top; padding-left:4px; padding-right:0; padding-top:5px; padding-bottom:5px } #adminmenu { margin : 0 20px 2px 20px; } #main { background-color : #232323; padding : 10px; margin : 0; vertical-align : top; } .online { float : right; padding : 122px 4px 4px 4px; color : #cccccc; font-size : 85%; } .online a { color : #cccccc; text-decoration : none; } .online a:hover { text-decoration : underline; } .footer { background-image:url('img/foot.jpg'); height : 102px; margin : 0; padding : 0; font : 80% Verdana, Arial, sans-serif; color : #888888; text-align : center; } .footer a { color : #cccccc; } .footer a:hover { color : #cccccc; } .footernav { text-align : center; font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 10px; } .footernav a { color : #cccccc; } .footernav a:hover { text-decoration : none; } fieldset { border : 1px solid #cccccc; margin-bottom : 10px; padding : 4px; } .profield { background-color : #282828 !important; border-top : 1px solid #494949; border-right : 1px solid #494949; border-bottom : 1px solid #494949; border-left : 1px solid #494949; } .disp { padding : 12px; margin : 0; } .block { padding : 8px; margin : 12px; border : 1px solid #777777; background-color : #212121; } .block h4 { margin-top : 0; } .error { padding : 24px 8px 24px 8px; margin : 0; color : #cc1212; font-weight : bold; font-size : 110%; text-align : center; } .codetitle { font-size : 10px; color : #59739b; padding : 2px; margin-top : 5px; } .code { font-size : 11px; color : #59739b; background-color : #f6f8fa; padding : 2px; margin-bottom : 5px; font-family : monospace; margin : 0; padding : 3px; border : 1px inset; width : 590px; overflow : auto; } .valid { height : 48px; text-align : center; vertical-align : middle; } .download { font-size : 100%; background-color : #282828 !important; border-top : 1px solid #2828; border-top : 1px solid #282828; border-top : 1px solid #282828; border-top : 1px solid #282828; padding : 16px; margin : 0; } .paging { text-align : center; padding : 5px; text-align : right; font-size : 90%; } .coltop { text-align : center; font-size : 95%; background : url('img/coltop.gif') repeat-x !important; color : #cccccc; font-weight : bold; border-top : 1px solid #ffffff; border-left : 1px solid #ffffff } .coltop a { color : #cccccc; } .coltop a:hover { color : #cccccc; text-decoration : none; } .centerall { text-align : center; vertical-align : middle; } .middleall { vertical-align : middle; } .desc { font-size : 95%; padding : 3px; color : #646464; } .odd { background : #1C1C1C !important; border-top : 1px solid #282828; border-right : 1px solid #282828; border-bottom : 1px solid #282828; border-left : 1px solid #282828; height : 100%; } .even { background : #1C1C1C !important; border-top : 1px solid #282828; border-right : 1px solid #282828; border-bottom : 1px solid #282828; border-left : 1px solid #282828; height : 100%; } .odd2 { background : #282828 !important; border-top : 1px solid #282828; border-right : 1px solid #282828; border-bottom : 1px solid #282828; border-left : 1px solid #282828; height : 100%; } .even2 { background : #1C1C1C !important; border-top : 1px solid #282828; border-right : 1px solid #282828; border-bottom : 1px solid #282828; border-left : 1px solid #282828; height : 100%; } li { margin : 2px; } blockquote { border : 1px solid #000; margin : 0; padding : 10px; background-color : #ccc; } img { border-width : 0; } ul { list-style-type : square; } form { margin : 0; } .colleft { float : left; margin : 0 4px 0 4px; } .colright { float : right; margin : 0 4px 0 4px; } .bar_front { padding : 0; margin : 0; height : 8px; border-right : 1px solid #555; background : #900 url('img/system/pollin.gif') repeat-x; } .bar_back { padding : 0; margin : 0; height : 8px; font-size : 0; border-right : 1px double #999; border-bottom : 1px double #999; border-left : 1px solid #ccc; border-top : 1px solid #ccc; background : #fff url('img/system/pollout.gif') repeat-x; } .bbcodes a img { border : 1px outset #a0a0a0; background-color : #999bac; } .smilies a img { border : 0px none; background-color : transparent } .today { border : 1px dashed #ddaa00; } .signature { color : #979797; font-size : 80%; max-height : 96px; overflow : auto; } .signature a { color : #000000; } table td { vertical-align : top; } table.flat { width : 100%; border-collapse : collapse; margin : 0 auto; border : 1px solid #424242; } table.flat td { background: #242724; padding : 2px; margin : 0; } table.main { width : 99%; margin : 0; padding : 4px; } table.main td { padding : 4px; } table.cells { width : 100%; border-collapse : collapse; margin : 0 auto; } table.cells td { padding : 2px; background-color : #282828; margin : 0; border-left : 1px solid #424242; border-top : 1px solid #424242; border-right : 1px solid #424242; border-bottom : 1px solid #424242; } table.list { width : 99%; margin : 0; padding : 5px; } table.list td { padding : 12px; } select, option { background : #131718; color : #e7e7e7; font : 11px Verdana, Arial, Helvetica, sans-serif; } .radio { background : none; border : none; } input.text, input.file, input.password, input, textarea.text { border-left:1px solid #000000; border-right:1px solid #131718; border-top:1px solid #000000; border-bottom:1px solid #131718; background-image:url('img/cods.jpg'); url('img/back_title.gif'); margin:0; color : #e7e7e7; font-style:normal; font-variant:normal; font-weight:normal; font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif } table td { vertical-align:top; } table.flat, table.main, table.cells { width:100%; background: #0e0e0e; border-collapse: separate; border-spacing: 1px;} table.main td , table.cells td , table.flat td { background: #242724; padding:2px; border-left: 1px solid #404040; border-top: 1px solid #404040; } table.cells td.fscat {background:url(img/main/fscat.gif)!important; } } .forum_posts_row_text img { max-width:650px; max-height:800px; letter-spacing:expression(((this.width>400)?this.width=400:null)?"normal":"normal"); word-spacing:expression(((this.height>400)?this.height=400:null)?"normal":"normal") } .kaan { width: 115px; height: 112px; background-image:url(img/avatar-win.png); margin: 5px 5px 10px 5px; } #toolbar { margin: 0; padding: 0; height: 30px; background: #660000; } #topmenu { margin: 0; padding: 0; font-family: tahoma, sans-serif; font-size: 11px; } #topmenu ul { padding: 0 0 0 5px; margin: 0; list-style-type: none; width: auto; float: left; } #topmenu ul li { margin: 0; padding: 0; display: inline; } #topmenu ul li a { float: left; display: block; margin: 0 0 0 2px; padding: 0 0 0 10px; text-decoration: none; line-height: 30px; color: #fcfcfc; background: #660000 url(images/custom/topmenu-l.jpg) 0 0 no-repeat; } #topmenu ul li a span { float: left; display: block; padding: 0 15px 0 7px; cursor: pointer; background: #660000 url(images/custom/topmenu-r.jpg) 100% 0 no-repeat; } #topmenu ul li a.current { color: #000; font-weight: bold; background: #fff url(images/custom/topmenu-active-l.gif) 0 0 no-repeat; } #topmenu ul li a.current span { display: block; width: auto; background: #fff url(images/custom/topmenu-active-r.gif) 100% 0 no-repeat; } #topmenu ul li a:hover {} #topmenu ul li a:hover span { text-decoration: underline; display: block; width: auto; } .cobo_yeni { background-image:url('img/tv.jpg'); margin : 5px 2px 0 2px; padding : 4px; } .cobo_yeni6 { background-image:url('img/bugbusters.jpg'); margin : 5px 2px 0 2px; padding : 4px; } .cobo_yeni3 { background-image:url('img/yeni.jpg'); margin : 5px 2px 0 2px; padding : 4px; } .cobo_yeni5 { background-image:url('img/gasmask.jpg'); margin : 5px 2px 0 2px; padding : 4px; } #subtitles { margin : 0; background : url('img/yeni.jpg'); vertical-align : top; padding-left:4px; padding-right:0; padding-top:5px; padding-bottom:5px } #subtit { margin : 0; background-color: #000000; vertical-align : top; padding-left:4px; padding-right:0; padding-top:5px; padding-bottom:5px } .liste { text-align : center; font-size : 95%; background : url(img/coltop.gif) repeat-x !important; color : #cccccc; font-weight : bold; border-top : 1px solid #ffffff; border-left : 1px solid #ffffff; } table.cells td.fscat {background:url(img/f-arka.gif)!important; } /* ============== One click vote ============== */ DIV.block_ocv {margin:1em 0;line-height:2em} SPAN.hover_ocv {padding:0 .5em} DIV.votes_ocv, DIV.ajax_ocv {clear:left} DIV.ajax_ocv {display:none;color:#C55252} DIV.ratings_ocv {margin-right:1em;float:left;white-space:nowrap} DIV.rated_ocv {float:left;width:300px/*;border:1px solid black*/} HR.stars_ocv {clear:both;visibility:hidden} .ui-stars-cancel, .ui-stars-star {float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden} .ui-stars-cancel, .ui-stars-cancel a {background:url(img/ocv_delete.gif) no-repeat 0 -16px} .ui-stars-star, .ui-stars-star a {background:url(img/ocv_star.gif) no-repeat 0 0px} .ui-stars-cancel a, .ui-stars-star a {display:block;width:16px;height:100%;background-position:0 0px} .ui-stars-star-on a {background-position:0 -16px!important} .ui-stars-star-hover a {background-position:0 -32px} .ui-stars-cancel-hover a {background-position:0 -16px} .ui-stars-cancel-disabled a, .ui-stars-star-disabled, .ui-stars-star-disabled a {cursor:default !important} .ui-stars-star {background:transparent!important;overflow:hidden!important} HTML { PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; SCROLLBAR-ARROW-COLOR: #FF0000; PADDING-TOP: 0px; SCROLLBAR-BASE-COLOR: #3b3b3b |
| Author: Kaan, Posted: 2010-02-01 09:50 GMT. |
|
Buras?.. Kod: input.text, input.file, input.password, input, textarea.text { border-left:1px solid #000000; border-right:1px solid #131718; border-top:1px solid #000000; border-bottom:1px solid #131718; background-image:url('img/cods.jpg'); url('img/back_title.gif'); margin:0; color : #e7e7e7; font-style:normal; font-variant:normal; font-weight:normal; font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif } |
| Author: qharez, Posted: 2010-02-01 12:42 GMT. |
|
Kod: background-image:url('img/cods.jpg'); url('img/back_title.gif') resmlerini temin et |
| Author: ExE., Posted: 2010-02-01 20:38 GMT. |
Alıntı qharez in dedi?i gibi resimleri temin et sorunun d?zelece?ini tahmin ediyorum |
| Author: Mr.Darkworld, Posted: 2010-02-04 14:05 GMT. |
Alıntı peki bu resim leetlogin i?indemi o resmi istedi?im bi renkteki resimle de?i?tirsem olabilirmi diyorsunuz ? |
| Powered by Seditio | Print version |