YÖNETİCİ AYARLARI
Yönetici Logları Yönetici Listesi
Yönetici Ekle   Şuan Paneldekiler
<% if (Request.QueryString("online"))="olanlar" then %> <% Session.LCID = 1033 tarih1 = now() tarih2 = DateAdd("n" , -1, Now()) set RS1 = server.createobject("ADODB.Recordset") sql2 = "select * from online where onlinetarih between #" & tarih1 & "# and #" & tarih2 & "# " RS1.open sql2,connect,1,3 %><% do while not RS1.eof %> <% RS1.movenext loop Session.LCID = 1055 %>
Şuanda Panelde Olanlar..
Rumuz
Banla & Mesaj Yaz.
Ip NUmarası
Üye Mi?
Yetkisi
<%=RS1("rumuz")%>
>
<%=RS1("onlineip")%>
<% if RS1("Uyemi")=0 then%>Hayır<% end if %><% if RS1("uyemi")=1 then%>Evet<% end if %>
<% if RS1("yetki")=0 then %>Kayıtlı Üye<% end if %><% if RS1("yetki")=1 then %>Operatör<% end if %><% if RS1("yetki")=2 then %>Admin<% end if %><% if RS1("yetki")=3 then %>CoAdmin<% end if %><% if RS1("yetki")=4 then %>SüperAdmin<% end if %><% if RS1("yetki")=5 then %>Misafir<% end if %>
<% else %>
<% end if %>