• 09-07-2006, 04:09:15
    #1
    Misafir
    Phpbb forum kurulu sitemde. Tüm başlıkları alt alta bir sayfada nasıl gösterebilirim? Asp olsa yapacağım ama php olunca yapamıyorum.
  • 09-07-2006, 18:24:21
    #2
    İşin zor sweet. gerçekten. kendim gibi severim seni ama bu iş çok zor çok.
  • 09-07-2006, 21:38:28
    #3
    Üyeliği durduruldu
    Alexis yapabilir sanırım. Ona ulaşmaya çalış.
  • 10-07-2006, 04:35:03
    #4
    Misafir
    Alt üst 2 dakikalık bi kod lazım ya. Asp olsa gerçekten yapıcamda php bilmiyorum.

    <%
    db bağlantı
    sql
    for i=1 to rs.recordcount
    %>

    <a href="<% rs("link") %>"><% rs("baslik") %></a>

    <%
    rs.movenext
    index of
    rs.close
    %>

    şunun phpsi işte ya.
  • 11-07-2006, 15:38:48
    #5
    Misafir
    Neyse arkadaşlar gerek kalmadı. Teker teker elle yaptım. Okuyarak zamanını çaldığım herkezden özür.
  • 12-07-2006, 02:52:52
    #6
    SweetDreams adlı üyeden alıntı:
    Neyse arkadaşlar gerek kalmadı. Teker teker elle yaptım. Okuyarak zamanını çaldığım herkezden özür.
    bende tam bunu önericektim
  • 12-07-2006, 03:20:46
    #7
    mod olarak recent topic'ler var?

    ##########################################################################################
    ## Hack Title: 	 Recent Topics (extended variation)
    ## Hack Version: 1.2.2 (phpBB 2.0.x)
    ## Author:       Acid
    ## Credits:	 Matt Slovig (first 2.x-Script) | Philip Mayer (original 1.4x-Script)
    ## 
    ## Description:  Shows recent topics on an extra site (today, yesterday, last 24 hour,
    ##		 last week, last x days).
    ## 
    ## Files to edit:     6
    ##		      language/lang_english/lang_main.php
    ##		      includes/page_header.php
    ##		      includes/constants.php
    ##		      viewonline.php
    ##		      admin/index.php
    ##		      templates/subSilver/index_body.tpl
    ## 
    ## new Files:         2
    ##		      recent.php
    ##		      templates/xxx/recent_body.tpl
  • 12-07-2006, 04:05:17
    #8
    Misafir
    Alexis adlı üyeden alıntı:
    mod olarak recent topic'ler var?

    ##########################################################################################
    ## Hack Title: 	 Recent Topics (extended variation)
    ## Hack Version: 1.2.2 (phpBB 2.0.x)
    ## Author:       Acid
    ## Credits:	 Matt Slovig (first 2.x-Script) | Philip Mayer (original 1.4x-Script)
    ## 
    ## Description:  Shows recent topics on an extra site (today, yesterday, last 24 hour,
    ##		 last week, last x days).
    ## 
    ## Files to edit:     6
    ##		      language/lang_english/lang_main.php
    ##		      includes/page_header.php
    ##		      includes/constants.php
    ##		      viewonline.php
    ##		      admin/index.php
    ##		      templates/subSilver/index_body.tpl
    ## 
    ## new Files:         2
    ##		      recent.php
    ##		      templates/xxx/recent_body.tpl
    Teşekkürler ilgin için. Yaklaşık 9 saat uğraştım. Yaptım hepsini bitirdim. Az sonra upload edeceğim.