| Author | Message |
sixfeetunder
22 posts |
#4942 2007-07-22 23:18 GMT |
|
kardeş siteler filan gibi birşey yapmak istiyorum bunun için arama yaptım ama foruımda birşey bnulamadım lldu için var sanırım ama sed için avrmı varsa nerde ? |
|
Pİtbulls_Hacker
48 posts |
#4944 2007-07-22 23:25 GMT |
|
seditio da header dosyasından tags ekleyerek yapabilirsin
|
|
sixfeetunder
22 posts |
#4945 2007-07-22 23:31 GMT |
|
Eklenti yokmu yani? |
|
sixfeetunder
22 posts |
#4962 2007-07-23 16:52 GMT |
|
http://neocrome.net/page.php?id=2131&a=dl böyle birşey buldum fakat o siteye üye kabule tmiyorlar eğer varsa üyeliği olan indirip upload edip link verebilir mi çok zahmetliyim biliyorum ama
|
|
Xiao
868 posts |
#4967 2007-07-23 17:11 GMT |
|
recentlinks şeklinde bir klasor oluştur.
sonra recentlinks.php şeklinde bir dosya oluştur. içine koy: Code: <?PHP /* ==================== Seditio - Website engine Copyright Neocrome http://www.neocrome.net [BEGIN_SED] File=plugins/recentlinks/recentlinks.php Version=110 Updated=03/01/2007 Type=Plugin Author=TwistedGA Description=Recent Links Calling "FavoriteLinks" Plugin Database [END_SED] [BEGIN_SED_EXTPLUGIN] Code=recentlinks Part=main File=recentlinks Hooks=index.tags Tags=index.tpl:{PLUGIN_LATESTLINKS} Minlevel=0 Order=10 [END_SED_EXTPLUGIN] ==================== */ if (!defined('SED_CODE')) { die('Wrong URL.'); } /* ============ MASKS FOR THE HTML OUTPUTS =========== */ $cfg['plu_mask_links'] = " %3\$s: %1\$s"." ".$cfg['separator']." "."%2\$s"."<br />";//EDIT // %1\$s = RecentLinks // %2\$s = Author // %3\$s = Date $plu_empty = $L['None']."<br />"; /* ================== FUNCTIONS ================== */ function sed_get_latestlinks($limit, $mask)//EDIT { global $L, $db_favorites_items, $usr, $cfg, $sed_cat, $plu_empty;//EDIT $sql = sed_sql_query("SELECT si_item, si_desc, MAX(si_id) AS _id, MAX(si_date) AS _date FROM $db_favorites_items GROUP BY si_desc ORDER BY _date DESC LIMIT $limit");//EDIT $si_latest = array(); while($row = sed_sql_fetcharray($sql)) $si_latest[] = $row['_id']; $sql = sed_sql_query("SELECT si_item, si_desc, si_id, si_date, si_author FROM $db_favorites_items WHERE si_id IN('".implode("','",$si_latest)."') ORDER BY si_date DESC LIMIT 0, 30");//EDIT while ($row = sed_sql_fetcharray($sql)) { $lnk = "<a title=\"".$row['si_desc']."\" href=\"".$row['si_item']."\">".$row['si_item']."</a>"; switch($j) { } $res .= sprintf($mask, $lnk, sed_cc($row['si_author']), date($cfg['formatyearmonthday'], $row['si_date'] + $usr['timezone'] * 3600));//EDIT } $res = (empty($res)) ? $plu_empty : $res; return($res); } /* ============= */ //EDIT if (!$latestlinks && $cfg['plugin']['recentlinks']['maxlinks']>0) { $latestlinks = sed_get_latestlinks($cfg['plugin']['recentlinks']['maxlinks'], $cfg['plu_mask_links'] ); sed_cache_store('latestlinks', $latestlinks, 120); } $t-> assign(array( "PLUGIN_LATESTLINKS" => $latestlinks, )); //EDIT ?> recentlinks.setup.php şeklnde bir dosya oluştur. içine koy: Code: <?PHP /* ==================== Seditio - Website engine Copyright Neocrome http://www.neocrome.net [BEGIN_SED] File=plugins/recentlinks/recentlinks.setup.php Version=110 Updated=03/01/2007 Type=Plugin Author=TwistedGA Description=Recent Links Calling "FavoriteLinks" Plugin Database [END_SED] [BEGIN_SED_EXTPLUGIN] Code=recentlinks Name=Recent Links Description=Recent Links Calling "FavoriteLinks" Plugin Database Version=100 Date=03/01/2007 Author=TwistedGA Copyright=Code pulled from RecentItems and RecentComments. Props to those who made them and leaving quotes to explain functions. If everyone did that, everyone would progress in coding. Notes=Code is sloppy. I will slowly work the slop out and make it smaller. SQL= Auth_guests=R Lock_guests=W12345A Auth_members=R Lock_members=W12345A [END_SED_EXTPLUGIN] [BEGIN_SED_EXTPLUGIN_CONFIG] maxlinks=01:select:0,1,2,3,4,5,6,7,8,9,10,15,20,25,30:4:Recent Links Displayed [END_SED_EXTPLUGIN_CONFIG] ==================== */ if (!defined('SED_CODE')) { die('Wrong URL.'); } ?> index.tpl ye {PLUGIN_LATESTLINKS} etiketini yerleştir.ldu da olan links.php nin eklenti olarak hazırlanmış halidir. |
|
|
Haziran 2008 Seditio Site Yar??mas? >> http://www.seditione.com
|
|
sixfeetunder
22 posts |
#4970 2007-07-23 17:29 GMT |
|
dediklerini aynen yaptım
Fatal error : SQL error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'GROUP BY si_desc ORDER BY _date DESC LIMIT 6' at line 1 Diye uyarı verdi anasayfada |
|
MUST!
456 posts |
#8709 2007-12-03 17:14 GMT |
Quotearkadşlar bende aynı sorunu yaşadım eğer bu eklentinin sql elinde olan varsa bi zahmet versin şimdidein sağolun |
|
|
Web Sitene Reklam Alıp Para Kazanmak İçin Tıkla
BalaBirlik.com forumdaki reklamlara tıklayarak bana destek olabilirsiniz MUST! Security V.1 Kodlama Bitti;sitenize xss,sql injection,script,spam,worm,html,shell sal |
|
Kaan
2,081 posts |
#8712 2007-12-03 17:30 GMT |
|
sizin için bir tane yapıcam
|
|
TheRaskol
166 posts |
#29471 2008-06-09 12:38 GMT |
|
böyle banner ekleme falanda olursa süper olur yahu. günlük haftalık ve aylık hit falan (: |
|
Kaan
2,081 posts |
#29485 2008-06-09 16:16 GMT |
|
Artık Seditio ile ilgilenmiyorum ve Dvdbil bütün yetkileri lamış profilimi bile degiştiremiyorum sadece konu silme yetkim var ilgilenmeme sebebimin dvdbille veya bir başkasıyla alakası yok arada bir yardımcı olurum Msn adresimide degiştirdim boşuna kimse eklemesin.
|
|
Benzer konular (Similar topics) #BETA
| Konular | Mesajlar | Son Yazar | Güncelleme |
| Seditio Toplist Eklentısı varmı ? | 4 | TheRaskol | 120 Gün |
| Seditio Siteleri Toplist Onlinee | 5 | Kaan | 26 Gün |
| seditio wiki plugin | 4 | Kaan | 141 Gün |
| Seditio Davetiye Plugin Eklentisi | 6 | Madwolf | 148 Gün |
| Seditio ShoutBox(MiniChat) Plugin | 11 | zaygo | 350 Gün |






