»Forumlar »SE ? Support »24 saatte uğrayanları anasayfada göstermek
  https://seditio.com.tr/eski1/forums.php?m=posts&q=900
          Geri Dön      -      Sayfayı Yazdırmak için tıklayın
Author: kors@n, Posted: 2010-09-16 20:23 GMT.
merhaba ben bir?ey sorucam ben siteye son 24 saatte u?rayanlar? ansayfada yada ba?ka bir sayfada g?stermek istiyorum bu m?mk?nm? illa forum olmas? ?artm? e?er b?yle bir eklenti varsa payla??rm?s?n?z
Author: qharez, Posted: 2010-09-16 21:08 GMT.
https://seditio.com.tr/eski1/page.php?id=75
Author: kors@n, Posted: 2010-09-16 22:01 GMT.
tamam allah raz? olsun karde?imde ben bunu mesela ?yelerin g?rmeyece?i bir sayfada ?al??t?rmak istiyorum mesela pop?ler konular eklentisi gibi anlatabildimmi pop?ler konular eklentisini ?rne?in anasayfaya yada ba?ka bir yere gerek yok direkt panelden bakabiliyorsun bende mesela bunu ayn? ?ekilde gizlemek istiyorum sadece site admini g?rebilsin bu konuda yard?mc? olabilirmisiniz
Author: Kaan, Posted: 2010-09-17 01:27 GMT.
Bunuda ?u ?ekilde yap eklentiyi a?

Hooks=
Tags=
k?s?mlar?n? de?i?tir alttaki gibi

Hooks=tools
Tags=


Kaydet y?kle
Admin Panel > Ara?lardan g?rebilirsin.
Author: kors@n, Posted: 2010-09-18 01:20 GMT.
dedi?in gibi ara?larda ??kt? ama bom bo? beyaz bir sayfa hi? bi?i yok eklentinin i?inde yani


Kod:
<?PHP

/* ====================
Seditio - Website engine
Copyright Neocrome
http://www.neocrome.net

[BEGIN_SED]
File=plugins/son24saatgirenler/son24saatgirenler.php
Version=110
Updated=2006-sep-18
Type=Plugin
Author=Kaan
Description=
[END_SED]

[BEGIN_SED_EXTPLUGIN]
Code=son24saatgirenler
Part=main
File=son24saatgirenler
Hooks=tools
Tags=:{SON24SAAT}
Minlevel=0
Order=10
[END_SED_EXTPLUGIN]


bu ?ekil de?i?tirdim bir yanl??l?k var san?r?m
Author: Kaan, Posted: 2010-09-18 01:30 GMT.
Tags K?sm?n? bo? b?rak.
Unutmu?um bir ?ey daha de?i?tirmek gerekiyor..

Eklentinin kodlar?n? ekle.
Author: kors@n, Posted: 2010-09-18 01:39 GMT. This post was edited by Kaan (2010-09-18 01:55 GMT, 5821 Gün ago)
Kod:
<?PHP

/* ====================
Seditio - Website engine
Copyright Neocrome
http://www.neocrome.net

[BEGIN_SED]
File=plugins/son24saatgirenler/son24saatgirenler.php
Version=110
Updated=2006-sep-18
Type=Plugin
Author=Kaan
Description=
[END_SED]

[BEGIN_SED_EXTPLUGIN]
Code=son24saatgirenler
Part=main
File=son24saatgirenler
Hooks=tools
Tags=
Minlevel=0
Order=10
[END_SED_EXTPLUGIN]

==================== */

if (!defined('SED_CODE')) { die('Wrong URL.'); }

$plugin_body .= "<hr><b>Son 24 saatde girenler</b>";

$result=sed_sql_query("SELECT user_lastlog,user_lastvisit,user_name,user_id FROM $db_users WHERE user_lastlog >= ".$sys['now']." - 86400");

$plugin_body .= "<marquee direction=\"up\" scrollamount=\"1\" width=\"165\" height=\"100\" onMouseOver=\"stop()\" onMouseOut=\"start()\"><table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\">";
if(sed_sql_numrows($result)!=0){
$i=0;
while($row=sed_sql_fetcharray($result)){
//$plugin_body .= $i?", ":"";
$plugin_body .= "<tr><td class=\"small\">".sed_build_user($row['user_id'], sed_cc($row['user_name']))." ".@date($cfg['dateformat'], $row['user_lastlog'] + $usr['timezone'] * 3600)."</td></tr>";
$i++;
   }
} else {
$plugin_body .= "son 24 saat i?erisinde siteye giren bulunmamakta";
}
$plugin_body .= "<tr><td align='right' style='text-align: right;'><a href='https://seditio.com.tr/eski1' onclick='window.open(this.href); return false;' onkeypress='window.open(this.href); return false;'>&襡</a></td></tr></table></marquee>";

$t-> assign(array(
"SON24SAAT" => $plugin_body,
));
?>


buda di?eri

:
hp]<?PHP



/* ====================

Seditio - Website engine

Copyright Neocrome

http://www.neocrome.net



[BEGIN_SED]

File=plugins/son24saatgirenler/son24saatgirenler.setup.php

Version=110

Updated=2006-sep-18

Type=Plugin

Author=Kaan

Description=

[END_SED]



[BEGIN_SED_EXTPLUGIN]

Code=son24saatgirenler

Name=Son 24 Saatde girenler

Description=Son 24 Saatde girenler

Version=110

Date=2006-sep-18

Author=Kaan

Copyright=www.seditio-eklenti.com & www.ntka.org

Notes=

SQL=

Auth_guests=R

Lock_guests=W12345A

Auth_members=R

Lock_members=W12345A

[END_SED_EXTPLUGIN]



[BEGIN_SED_EXTPLUGIN_CONFIG]

[END_SED_EXTPLUGIN_CONFIG]



==================== */



if (!defined('SED_CODE')) { die('Wrong URL.'); }



?>
Author: Kaan, Posted: 2010-09-18 01:57 GMT.
Bu k?sm? silersen d?zelir..
Tags K?sm?n?da bo? b?rak.
:
hp]

$t-> assign(array(

"SON24SAAT" => $plugin_body,

));

 
Author: kors@n, Posted: 2010-09-18 11:46 GMT.
oldu eyw saolas?n

Powered by SeditioPrint version