Vice City Multiplayer

VC:MP => mIRC/pawn Scripting => Topic started by: thijn on September 28, 2008, 01:24:28 PM

Title: mIRC Logger
Post by: thijn on September 28, 2008, 01: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 (http://d2lhost.awardspace.com/upload/mIRC%20Logger%20made%20by%20Thijn.zip)

NOTE: The program is in BETA fase, so there could be bugs in it, Pleas post if you found one :)
Title: Re: mIRC Logger
Post by: Mattz on September 30, 2008, 12:42:24 AM
Very nice ;o
Title: Re: mIRC Logger
Post by: Windlord on September 30, 2008, 04:36:44 PM
It is a nice proggy indeed ;D

Nice work Thijn!
Title: Re: mIRC Logger
Post by: thijn on September 30, 2008, 08:04:38 PM
Womg thanks all ;D ;D
Title: Re: mIRC Logger
Post by: evil_night13 on October 15, 2008, 05: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
Title: Re: mIRC Logger
Post by: thijn on October 15, 2008, 06: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';
?>


Title: Re: mIRC Logger
Post by: evil_night13 on October 15, 2008, 07:07:42 PM
xactyly wat i need, thnkx dude :)
Title: Re: mIRC Logger
Post by: TanaX01 on October 15, 2008, 07:36:30 PM
Nice  :)
Title: Re: mIRC Logger
Post by: evil_night13 on October 15, 2008, 07: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!
Title: Re: mIRC Logger
Post by: TanaX01 on October 15, 2008, 07:44:14 PM
yea errror aplications :S ! net etc.
Title: Re: mIRC Logger
Post by: thijn on October 15, 2008, 08:18:37 PM
can u post a screen pleas?