Author Topic: mIRC Logger  (Read 5340 times)

0 Members and 1 Guest are viewing this topic.

Offline thijn

  • LU testers
  • VC:MP Veteran
  • *
  • Posts: 667
  • Im proud to be pro.
    • View Profile
    • Vice Underdogs
mIRC Logger
« on: September 28, 2008, 02:24:28 pm »
I maked a program that upload your mIRC log to a FTP server,
I use it because someone was cheating and my computer crashed later, so i had no proof. Now i have my log on the FTP sever ;)
The program uploads your log every minute to the Server.
Hope someone can use it.
Link

NOTE: The program is in BETA fase, so there could be bugs in it, Pleas post if you found one :)

Offline Mattz

  • VC:MP Lead Tester
  • Made Man
  • *
  • Posts: 192
  • BK-201
    • View Profile
Re: mIRC Logger
« Reply #1 on: September 30, 2008, 01:42:24 am »
Very nice ;o


Windlord

  • Guest
Re: mIRC Logger
« Reply #2 on: September 30, 2008, 05:36:44 pm »
It is a nice proggy indeed ;D

Nice work Thijn!

Offline thijn

  • LU testers
  • VC:MP Veteran
  • *
  • Posts: 667
  • Im proud to be pro.
    • View Profile
    • Vice Underdogs
Re: mIRC Logger
« Reply #3 on: September 30, 2008, 09:04:38 pm »
Womg thanks all ;D ;D

Offline evil_night13

  • Wiseguy
  • **
  • Posts: 61
  • i are a normal person like you
    • View Profile
    • web hosting
Re: mIRC Logger
« Reply #4 on: October 15, 2008, 06:45:13 pm »
well nice idea thijn, can we have ban list same method, so that the ban logs alone gets updated to a server, so we can check eg: site/ban.php

Offline thijn

  • LU testers
  • VC:MP Veteran
  • *
  • Posts: 667
  • Im proud to be pro.
    • View Profile
    • Vice Underdogs
Re: mIRC Logger
« Reply #5 on: October 15, 2008, 07:09:50 pm »
Yes thats possible, Just edit the mIRC log path to the path of your ban-log.
And a ban.php file could be something like:
Code: (ban.php) [Select]
<?php
echo '<meta http-equiv="refresh" content="5;URL=ban.php">';
echo 
'This Ban-Log refresh every 5 sec.';
include 
'ban.txt';
?>


Offline evil_night13

  • Wiseguy
  • **
  • Posts: 61
  • i are a normal person like you
    • View Profile
    • web hosting
Re: mIRC Logger
« Reply #6 on: October 15, 2008, 08:07:42 pm »
xactyly wat i need, thnkx dude :)

Offline TanaX01

  • Made Man
  • ***
  • Posts: 214
  • BlackList! <3
    • View Profile
Re: mIRC Logger
« Reply #7 on: October 15, 2008, 08:36:30 pm »
Nice  :)

Offline evil_night13

  • Wiseguy
  • **
  • Posts: 61
  • i are a normal person like you
    • View Profile
    • web hosting
Re: mIRC Logger
« Reply #8 on: October 15, 2008, 08:41:57 pm »
well thijn if i try to upload my echo log, it gives a error stating , file is in use by other application!

Offline TanaX01

  • Made Man
  • ***
  • Posts: 214
  • BlackList! <3
    • View Profile
Re: mIRC Logger
« Reply #9 on: October 15, 2008, 08:44:14 pm »
yea errror aplications :S ! net etc.

Offline thijn

  • LU testers
  • VC:MP Veteran
  • *
  • Posts: 667
  • Im proud to be pro.
    • View Profile
    • Vice Underdogs
Re: mIRC Logger
« Reply #10 on: October 15, 2008, 09:18:37 pm »
can u post a screen pleas?