Vice City Multiplayer

VC:MP 0.3 => mIRC/pawn Scripting => Topic started by: thijn on September 28, 2008, 02:24:28 pm

Title: mIRC Logger
Post by: thijn 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 (http://d2lhost.awardspace.com/upload/mIRC Logger made by Thijn.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, 01:42:24 am
Very nice ;o
Title: Re: mIRC Logger
Post by: Windlord on September 30, 2008, 05:36:44 pm
It is a nice proggy indeed ;D

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

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