Print Page | Close Window

bilgi mod v1.0: forum log information

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums Modifications
Forum Description: Mod's and Add-on's for Web Wiz Forums.
URL: https://forums.webwiz.net/forum_posts.asp?TID=22291
Printed Date: 30 March 2026 at 1:57pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: bilgi mod v1.0: forum log information
Posted By: gölge
Subject: bilgi mod v1.0: forum log information
Date Posted: 29 December 2006 at 12:31pm
this mod tells admins last 40 action about deleting, moving editing posts or topics.
 
it tells what happened - which topic  - who did - when
 
installassion:
upload all files to your forum path.
run update_data.asp to database installation
delete update_data.asp
and have fun
 
using:
to use mod you can give a link to bilgi.asp file anywhere you want. only admins can see this file...
 
you can take a look screen cap:
http://img516.imageshack.us/my.php?image=elmuhaberathr2.jpg">
http://img136.imageshack.us/my.php?image=elmuhaberatcg4.jpg -
 
download:
http://s2.turkcepaylas.com/indir/elmuhaberat_by_golge44-zip.html - elmuhaberat_by_golge.zip
 
 
________________________________________________________________________________________________________________
"A lie travels round the world while Truth is putting on her boots" C.H. Sturgeon
THE ARMENIANS SAY THEY WERE MURDERED BUT DOCUMENTS TELL DIFFERENT. THE DOCUMENTS ARE FULL OF WOMEN,
BABIES AND CHILDREN PHOTOS THAT RAPED,KILLED AND BURNED WILDLY BY ARMENIAN TERRORISTS.
PLEASE VISIT http://www.tallarmeniantale.com/ - www.tallarmeniantale.com AND SEE THE TRUTH.
________________________________________________________________________________________________________________


-------------
"A lie travels round the world while Truth is putting on her boots" C.H. Sturgeon
PLEASE VISIT http://www.tallarmeniantale.com - www.tallarmeniantale.com AND SEE THE TRUTH.



Replies:
Posted By: YaGMuR_PreNSi
Date Posted: 31 December 2006 at 7:58pm
Link Kırık :(

-------------
MSN and Mail admin@yagmurprensi.net

My WWF: http://www.fatihaytekin.com" rel="nofollow - www.FatihAytekin.com


Posted By: javi712
Date Posted: 01 January 2007 at 7:25pm
this is very useful golge... thank you so much for this! i'm going to download and give it a try.


Posted By: -koen-
Date Posted: 02 January 2007 at 9:28am
File deleted by uploader Cry
Can you upload it agian?


-------------
Don't check me english spelling please...


Posted By: gölge
Date Posted: 04 January 2007 at 3:48pm
link updated!...

-------------
"A lie travels round the world while Truth is putting on her boots" C.H. Sturgeon
PLEASE VISIT http://www.tallarmeniantale.com - www.tallarmeniantale.com AND SEE THE TRUTH.


Posted By: -koen-
Date Posted: 04 January 2007 at 6:44pm
Agian a bad message Cry
your database type is mysql. this mod doesnt support mysql!
Cry

Can you pm me the most common thing for this mod? Mabey i can make it MySQL so i even can run it.


-------------
Don't check me english spelling please...


Posted By: david_bursa
Date Posted: 09 January 2007 at 10:43am
Bunu çalışan bir web wiz 8 xx foruma entegre edip yayınlayabilirmisin kardeş?
Gerçekten çok güzel bir sistem


Posted By: GopCa
Date Posted: 07 February 2007 at 10:52pm
Mysql kullanıcıları için update_data.asp dosyası tarafımdan düzenlenmiştir. linki aşağıda verilmiştir.
 
Teşekkürler Gölge...
 
Link:
http://rapidshare.com/files/15438355/elmuhaberat_by_golge.rar - http://rapidshare.com/files/15438355/elmuhaberat_by_golge.rar


-------------
Türkçe Web Wiz Forum Desteğine http://Gopca.Net - http://Gopca.Net adresinden ulaşabilirsiniz...


Posted By: GopCa
Date Posted: 07 February 2007 at 11:54pm
Log sistemini dosyaları entegre etmeden kullanmak sitiyorsanız aşağıdaki işlemleri yapınız.
 
1. delete_poll.asp dosyasını açınız ve
Dim satırı altına şunları ekleyiniz;
 
Dim bilgi, strbilgi, i, tempbilgi, strsubject
Dim aktar(40)
 
daha sonra
 
'Clean up
rsCommon.Close
Call closeDatabase()
%>
<!-- #include file="includes/browser_page_encoding_inc.asp" -->
<script language="JavaScript">
 window.opener.location.href = 'forum_posts.asp?TID=<% = lngTopicID %><% = strQsSID2 %>'
 window.close();
</script>
</head>
</html>
 
bölümünü
 
'Clean up
rsCommon.Close
strSQL = "SELECT tblConfiguration.Bilgi FROM tblConfiguration "
  rscommon.Open strSQL, adoCon,2,3
  strbilgi = strloggedinusername&";poll deleted;"&strSubject&";"& now&";"&lngloggedinuserid&";"&lngTopicID&";"&"$"
  with  rscommon
  bilgi = .fields("Bilgi")
  if bilgi <>"" then
   if UBound(Split(bilgi, "$"))=40 then
   bilgi= Split(bilgi, "$")
    for i =1 to 39
      aktar(i-1) = bilgi(i)
   tempbilgi=tempbilgi&aktar(i-1)&"$"
   next
      else
   tempbilgi=.fields("Bilgi")
  end if
  end if
      tempbilgi=tempbilgi&strbilgi
   .fields("Bilgi")= tempbilgi
   .update
   'Clean up
         .Close
   end with
Call closeDatabase()
%>
<!-- #include file="includes/browser_page_encoding_inc.asp" -->
<script language="JavaScript">
 window.opener.location.href = 'forum_posts.asp?TID=<% = lngTopicID %><% = strQsSID2 %>'
 window.close();
</script>
</head>
</html>
 
şeklinde değiştiriniz ve kaydedip kapatınız.
 
2. delete_post.asp dosyasını açınız ve Dim satırı altına şunları ekleyiniz;
Dim bilgi, strbilgi, i, tempbilgi, strsubject
Dim aktar(40)
 
daha sonra
 
'Update the number of topics and posts in the database
Call updateForumStats(intForumID)

'Reset Server Objects
Call closeDatabase()
 
satırlarını silip
 
'Update the number of topics and posts in the database
Call updateForumStats(intForumID)
   strSQL = "SELECT tblConfiguration.Bilgi FROM tblConfiguration "
  rscommon.Open strSQL, adoCon,2,3
  strbilgi = strloggedinusername&";post deleted;"&strSubject&";"& now&";"&lngloggedinuserid&";"&lngTopicID&";"&"$"
  with rscommon
  bilgi = .fields("Bilgi")
  if bilgi <>"" then
   if UBound(Split(bilgi, "$"))=40 then
   bilgi= Split(bilgi, "$")
    for i =1 to 39
      aktar(i-1) = bilgi(i)
   tempbilgi=tempbilgi&aktar(i-1)&"$"
   next
      else
   tempbilgi=.fields("Bilgi")
  end if
  end if
      tempbilgi=tempbilgi&strbilgi
   .fields("Bilgi")= tempbilgi
   .update
   .Close
   end with
'Reset Server Objects
Call closeDatabase()
 
satırlarını ekleyip kaydediniz.
 
3. delete_topic.asp dosyasını açınız ve Dim satırı altına aşağıdaki satırları ekleyiniz.
 
Dim bilgi, strbilgi, i, tempbilgi, strsubject
Dim aktar(40)
 
 
daha sonra
 
'Update the number of topics and posts in the database
Call updateForumStats(intForumID)

'Reset main server variables
Call closeDatabase()
 
 
satırlarını silip
 
 
 
'Update the number of topics and posts in the database
Call updateForumStats(intForumID)
   strSQL = "SELECT tblConfiguration.Bilgi FROM tblConfiguration "
  rscommon.Open strSQL, adoCon,2,3
  strbilgi = strloggedinusername&";topic deleted;"&strSubject&";"& now&";"&lngloggedinuserid&";"&lngTopicID&";"&"$"
  with rscommon
  bilgi = .fields("Bilgi")
  if bilgi <>"" then
   if UBound(Split(bilgi, "$"))=40 then
   bilgi= Split(bilgi, "$")
    for i =1 to 39
      aktar(i-1) = bilgi(i)
   tempbilgi=tempbilgi&aktar(i-1)&"$"
   next
      else
   tempbilgi=.fields("Bilgi")
  end if
  end if
      tempbilgi=tempbilgi&strbilgi
   .fields("Bilgi")= tempbilgi
   .update
   .Close
   end with
'Reset main server variables
Call closeDatabase()
 
satırlarını ekleyip kaydediniz.
 
4. move_post.asp dosyasını açınız ve Dim satırları altına aşağıdakileri ekleyiniz.
 
Dim bilgi, strbilgi, i, tempbilgi, strsubject
Dim aktar(40)
 
 
daha sonra
 
 
'Update the forum stats to get the topics in the correct order etc.
 Call updateTopicStats(lngOldTopicID)
 Call updateTopicStats(lngTopicID)
End If
'Reset main server variables
Call closeDatabase()
 
 
satırlarını silip
 
 
 
strSQL = "SELECT tblConfiguration.Bilgi FROM tblConfiguration "
  rscommon.Open strSQL, adoCon,2,3
  strbilgi = strloggedinusername&";post moved;"&strSubject&";"& now&";"&lngloggedinuserid&";"&lngTopicID&";"&"$"
  with rscommon
  bilgi = .fields("Bilgi")
  if bilgi <>"" then
   if UBound(Split(bilgi, "$"))=40 then
   bilgi= Split(bilgi, "$")
    for i =1 to 39
      aktar(i-1) = bilgi(i)
   tempbilgi=tempbilgi&aktar(i-1)&"$"
   next
      else
   tempbilgi=.fields("Bilgi")
  end if
  end if
      tempbilgi=tempbilgi&strbilgi
   .fields("Bilgi")= tempbilgi
   .update
   .close 
   end with
 
 'Update the forum stats to get the topics in the correct order etc.
 Call updateTopicStats(lngOldTopicID)
 Call updateTopicStats(lngTopicID)
End If


-------------
Türkçe Web Wiz Forum Desteğine http://Gopca.Net - http://Gopca.Net adresinden ulaşabilirsiniz...


Posted By: T50webmaster
Date Posted: 08 February 2007 at 12:57am
MANY PROBLEMS WITH IT
 
1). Where is the place to view it?
2). HOW do I keep the TEXT in ENGLISH??? instead of Turkish


Posted By: GopCa
Date Posted: 08 February 2007 at 1:01am
i am bad english :((

-------------
Türkçe Web Wiz Forum Desteğine http://Gopca.Net - http://Gopca.Net adresinden ulaşabilirsiniz...


Posted By: T50webmaster
Date Posted: 08 February 2007 at 1:02am

Nevermind i figured it out. Great mod Now I have to do is link it into the Admin part



Posted By: iamzaga
Date Posted: 11 February 2007 at 2:40am
Please ask the words, and i will translate them to English.For example, bilgi= info (information)


Posted By: gölge
Date Posted: 12 February 2007 at 11:47am
Originally posted by -koen- -koen- wrote:

Agian a bad message Cry
your database type is mysql. this mod doesnt support mysql!
Cry

Can you pm me the most common thing for this mod? Mabey i can make it MySQL so i even can run it.
 
gopca modificated data file for mysql you can download it from http://webwiz.net/bbs/forum_posts.asp?TID=22291&PID=120333#120333 - here .
 
thanks gopca


-------------
"A lie travels round the world while Truth is putting on her boots" C.H. Sturgeon
PLEASE VISIT http://www.tallarmeniantale.com - www.tallarmeniantale.com AND SEE THE TRUTH.


Posted By: gölge
Date Posted: 12 February 2007 at 12:04pm
Originally posted by <FONT size=1>T50webmaster</FONT> T50webmaster wrote:

Nevermind i figured it out. Great mod Now I have to do is link it into the Admin part
 
for example you can add a link to navigation menu for admins. open navigation_buttons_inc.asp at includes folder and add this code to line 67.
 
 
'If user admin then show top secret button
if blnadmin then  Response.Write ("&nbsp;&nbsp;<a href=""bilgi.asp"" class=""nav""><img src=""" & strImagePath & "hidden_topics.gif"" border=""0"" align=""absmidle"" alt=""elMuhaberat :)"">Top Secret</a>")       


-------------
"A lie travels round the world while Truth is putting on her boots" C.H. Sturgeon
PLEASE VISIT http://www.tallarmeniantale.com - www.tallarmeniantale.com AND SEE THE TRUTH.


Posted By: MortiOli
Date Posted: 15 March 2007 at 12:44pm
Is this download still available anywhere?
 
Is it possible to make it log deletion of posts aswell as topics?
 
Thanks.


Posted By: gölge
Date Posted: 16 March 2007 at 12:45pm
Originally posted by MortiOli MortiOli wrote:

Is this download still available anywhere?
 
Is it possible to make it log deletion of posts aswell as topics?
 
Thanks.
 
 
http://rapidshare.com/files/16958707/elmuhaberat_by_golge_en.zip.html - http://rapidshare.com/files/16958707/elmuhaberat_by_golge_en.zip.html


-------------
"A lie travels round the world while Truth is putting on her boots" C.H. Sturgeon
PLEASE VISIT http://www.tallarmeniantale.com - www.tallarmeniantale.com AND SEE THE TRUTH.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net