Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - WWF modifications Turkish
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

WWF modifications Turkish

 Post Reply Post Reply Page  12>
Author
muratbal View Drop Down
Newbie
Newbie
Avatar

Joined: 29 May 2006
Location: Turkey
Status: Offline
Points: 15
Post Options Post Options   Thanks (0) Thanks(0)   Quote muratbal Quote  Post ReplyReply Direct Link To This Post Topic: WWF modifications Turkish
    Posted: 29 May 2006 at 6:08pm
Ayrı bir sayfada da kullanabilirsiniz kodları
 
En Aktif Üyeler :
<%
Set baglanti=Server.CreateObject("ADODB.connection" )
baglanti.Open "driver={microsoft access driver (*.mdb)}; DBQ=" &Server.MapPath("mdb yolu" )
SQL="select * from tblAuthor ORDER BY No_of_posts desc"
Set kayitseti = baglanti.Execute(SQL)
i=1
Do While i<31 and not kayitseti.Eof
%>
 > <%=kayitseti("Username")%>&nbsp;  <%=kayitseti("No_of_posts")%> | 
<% kayitseti.Movenext
i=i+1
Loop
kayitseti.Close
baglanti.Close %>
Back to Top
muratbal View Drop Down
Newbie
Newbie
Avatar

Joined: 29 May 2006
Location: Turkey
Status: Offline
Points: 15
Post Options Post Options   Thanks (0) Thanks(0)   Quote muratbal Quote  Post ReplyReply Direct Link To This Post Posted: 29 May 2006 at 6:09pm

Forumda Yeni Üyeler : <br>
<%
Set baglanti=Server.CreateObject("ADODB.connection" )
baglanti.Open "driver={microsoft access driver (*.mdb)}; DBQ=" &Server.MapPath("Mdb yolu" )
SQL="select * from tblAuthor ORDER BY Author_ID desc"
Set kayitseti = baglanti.Execute(SQL)
i=1
Do While i<31 and not kayitseti.Eof
%>

 > <%=kayitseti("Username")%>
 
<% kayitseti.Movenext
i=i+1
Loop
kayitseti.Close
baglanti.Close %>

Back to Top
muratbal View Drop Down
Newbie
Newbie
Avatar

Joined: 29 May 2006
Location: Turkey
Status: Offline
Points: 15
Post Options Post Options   Thanks (0) Thanks(0)   Quote muratbal Quote  Post ReplyReply Direct Link To This Post Posted: 29 May 2006 at 6:15pm
Son mesajlar 1<31 son 30 dur isteğinize göre değiştirebilirsiniz ...
 
<%
Set baglanti=Server.CreateObject("ADODB.connection" )
baglanti.Open "driver={microsoft access driver (*.mdb)}; DBQ=" &Server.MapPath("mdb yolu" )
SQL="select * from tblTopic ORDER BY Start_date desc"
Set kayitseti = baglanti.Execute(SQL)
i=1
Do While i<31 and not kayitseti.Eof
%>

 > <a href="forum_posts.asp?TID=<%=kayitseti("Topic_ID")%>">&nbsp;<%=kayitseti("subject")%></a>

<% kayitseti.Movenext
i=i+1
Loop
kayitseti.Close
baglanti.Close %>

Back to Top
fatih View Drop Down
Groupie
Groupie
Avatar

Joined: 11 April 2006
Status: Offline
Points: 19
Post Options Post Options   Thanks (0) Thanks(0)   Quote fatih Quote  Post ReplyReply Direct Link To This Post Posted: 30 May 2006 at 10:46am

En çok online ne zaman oldu ? Bu kodu da yazabilirmisin ?

Back to Top
GopCa View Drop Down
Newbie
Newbie


Joined: 03 May 2006
Status: Offline
Points: 22
Post Options Post Options   Thanks (0) Thanks(0)   Quote GopCa Quote  Post ReplyReply Direct Link To This Post Posted: 31 May 2006 at 6:31pm
fatih bunun için yeni bir tablo açıp online böklümünü günlük datalar halinde databaseye kaydettirip oradan desc ile alabilirsin. webwiz için hazır halde çalışır durumda olanı yok. ek olarak tablo ile yapabilirsin.
Back to Top
muratbal View Drop Down
Newbie
Newbie
Avatar

Joined: 29 May 2006
Location: Turkey
Status: Offline
Points: 15
Post Options Post Options   Thanks (0) Thanks(0)   Quote muratbal Quote  Post ReplyReply Direct Link To This Post Posted: 01 June 2006 at 11:36am
Forumlar : ( Tüm forumları sıralayabilirsiniz özellikle portal tarzı bir site oluşturmak için verdiğim kodlar işinize yarayacaktır )
 
<%
Set baglanti=Server.CreateObject("ADODB.connection" )
baglanti.Open "driver={microsoft access driver (*.mdb)}; DBQ=" &Server.MapPath("mdb yolu " )
SQL="select * from tblForum ORDER BY Date_Started "
Set kayitseti = baglanti.Execute(SQL)
i=1
Do While i<61 and not kayitseti.Eof
%>
<br>
<a href="forum_topics.asp?FID=<%=kayitseti("Forum_ID")%>">&nbsp;<%=kayitseti("Forum_name")%></a>
<br>
<% kayitseti.Movenext
i=i+1
Loop
kayitseti.Close
baglanti.Close %>
Back to Top
muratbal View Drop Down
Newbie
Newbie
Avatar

Joined: 29 May 2006
Location: Turkey
Status: Offline
Points: 15
Post Options Post Options   Thanks (0) Thanks(0)   Quote muratbal Quote  Post ReplyReply Direct Link To This Post Posted: 01 June 2006 at 11:38am
En fazla okunan 30 konu :
 
<%
Set baglanti=Server.CreateObject("ADODB.connection" )
baglanti.Open "driver={microsoft access driver (*.mdb)}; DBQ=" &Server.MapPath("mdb yolu" )
SQL="select * from tblTopic ORDER BY No_of_views desc"
Set kayitseti = baglanti.Execute(SQL)
i=1
Do While i<31 and not kayitseti.Eof
%>
<br>
 <a href="forum_posts.asp?TID=<%=kayitseti("Topic_ID")%>"><%=kayitseti("subject")%>&nbsp;<%=kayitseti("No_of_views")%></a>
<br>
<% kayitseti.Movenext
i=i+1
Loop
kayitseti.Close
baglanti.Close %>
Forumunuz forum alt klasöründeyse forum/forum_posts.asp?TID şeklinde belirtin .
Back to Top
muratbal View Drop Down
Newbie
Newbie
Avatar

Joined: 29 May 2006
Location: Turkey
Status: Offline
Points: 15
Post Options Post Options   Thanks (0) Thanks(0)   Quote muratbal Quote  Post ReplyReply Direct Link To This Post Posted: 01 June 2006 at 11:41am
En fazla katılım olan 30 konu :
 
<%
Set baglanti=Server.CreateObject("ADODB.connection" )
baglanti.Open "driver={microsoft access driver (*.mdb)}; DBQ=" &Server.MapPath("mdb yolu" )
SQL="select * from tblTopic ORDER BY No_of_replies desc"
Set kayitseti = baglanti.Execute(SQL)
i=1
Do While i<31 and not kayitseti.Eof
%>
<br>
 <a href="forum_posts.asp?TID=<%=kayitseti("Topic_ID")%>"><%=kayitseti("subject")%>&nbsp;<%=kayitseti("No_of_replies")%></a>
<br>
<% kayitseti.Movenext
i=i+1
Loop
kayitseti.Close
baglanti.Close %>
 
Kodu denemedim ama çalışır herhalde :)
Back to Top
 Post Reply Post Reply Page  12>

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.