I've seen some pages do back ping and back traceroute, have it done on
server box and spit out the results to your website. Too bad I have no idea
how to do that :\

      MoD,

            Always @ your service.

----- Original Message -----
From: "Oscar N" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, August 18, 2002 10:05 AM
Subject: Re: [hlds_linux] Oscars Cheater Hlstats Modifed Pages


> Well, this is how it works right now.
>
> It uses dns-tommy's code to log all cheaters from both hlguard and vac
> to a database.
> Then everyone who is listed there will be shown at the webpage as a
> banned player.
> Also, every 20min a perl script is running on the cs servers to update
> the banned.cfg, so the players that are listed on the webpage are
> actually perm bans...
>
> One thing that have not been implemented (intentional) is that when an
> admin puts a perm ban on player using admin_ban it will not be
> registered in the database. Which mean that when the server is restarted
> all the perm bans that where put by admins are removed.
> We do this because we don't have time to take care of the cs servers.
> Instead we handle out adminmod rights for each server to clans.
> If some admin would go wild and put perm bans on lots of players, then
> we'll only have to restart it, not delete entries in the database.
> And banning a player for 1 day is often enough to get them to understand
> that they should not do certain things...
> But what if we really want to put a perm ban on someone? Well, then you
> can log in on the hlstats webpage as admin, and under the
> "counter-strike" link there is a "banned players". There you can add or
> delete entries from the database manually...
>
>
> I cleaned up the ftp site some weeks ago and figured that the one who
> wanted the files allready had downloaded them. If someone wants them,
> let me know :)
> Also, I would be happy If someone want to write it more userfriendly to
> install, because then I don't have to do that ;)
>
>
> And about the ping "thing" on the webpage. I figured that it could be
> solved in 2 ways, either to code in VB something that would run on the
> client. But since I don't know VB and don't have much time over right
> now I choosed the other way...
> The popup window is actually a .php file that have entries like this in
> it for each server:
>
> <? include("http://ida.bhood.nu/?ip=$REMOTE_ADDR";); ?>
>
> Then on the cs servers the index.php file look like this:
>
> if (!$ip) header ("Location:bhood/");
> else {
>   $ping = exec("ping -c 5 $ip");
>   preg_match("/round-trip min\/avg\/max =
> (\d+)\.(\d+)\/(\d+)\.(\d+)\/(\d+)\.(\d+) ms/",$ping,$matches);
>   $min = "$matches[1].$matches[2]";
>   $avg = "$matches[3].$matches[4]";
>   $max = "$matches[5].$matches[6]";
> }
>
> One problem with this is when you are behind a firewall that does not
> forward or reply on icmp(ping) packets. I'm going to print out some info
> text about that, and instead of not returning any numbers at all in
> min/max/avg it will show 0 or some other value...
>
> /Oscar, www.bhood.nu
>
>
>
> Redemption wrote:
>
> >Very cool, I'll hold off installing until I see a newer release.
> >Regarding VAC, on it's own, currently it doesn't ban people found to be
> >using cheats, it just kicks them.
> >Red
> >
> >----- Original Message -----
> >From: "Brian Vagnoni XO" <[EMAIL PROTECTED]>
> >To: <[EMAIL PROTECTED]>
> >Sent: Saturday, August 17, 2002 9:39 PM
> >Subject: RE: [hlds_linux] Oscars Cheater Hlstats Modifed Pages
> >
> >
> >
> >
> >>Dear Redemption;
> >>
> >>It uses dns-tommy's cheatdb.sql modificiation to hlstats available from
(
> >>http://www.hlstats-community.com ) , as well as a modified hlstats.pl
> >>
> >>
> >file,
> >
> >
> >>by the same person. I think the default is a 120 minute ban. VAC takes
> >>
> >>
> >care
> >
> >
> >>of the dropping and banning I think. Hlstats is just moniotoring the log
> >>file. I had to modifiy dns-tommy cheatdb.sql file to work with Oscar's
> >>hlstats pages. I imagine he did the same thing only forgot to tell
people
> >>otherwise you get an error on the front page; playerId not in field or
> >>something like that. Yes, it will as long as you use dns-tommy .cfg file
> >>
> >>
> >for
> >
> >
> >>hlguard, or at least the  3 lines of ocde or so that make it different.
> >>
> >>I just made some final changes to my version of the code as of this
> >>
> >>
> >e-mail.
> >
> >
> >>There were some mistakes at the time of the first posting of this
e-mail;
> >>sorry I kind of jumped the gun. Give me 24 - 72 to make sure it works
and
> >>
> >>
> >if
> >
> >
> >>it's ok with Oscar I'll be happy to make it available. I don't know why
he
> >>made his version unavailable.
> >>
> >>I also reset my database. Before I reset the stats db I had served over
> >>10,000 players and 1500 clans. I think that is so cool, that I'm able to
> >>touch so many peoples lives by giving them a place where they can enjoy
> >>themselves.
> >>
> >>Oscar's updated to be reelased version has a lot more bells and whisltes
> >>
> >>
> >in
> >
> >
> >>the works. Like that ping status page addition as well as hltv
> >>
> >>
> >information.
> >
> >
> >>Brian
> >>
> >>
> >>
> >>
> >>-----Original Message-----
> >>From: [EMAIL PROTECTED]
> >>[mailto:[EMAIL PROTECTED]]On Behalf Of Redemption
> >>Sent: Sunday, August 18, 2002 12:07 AM
> >>To: [EMAIL PROTECTED]
> >>Subject: Re: [hlds_linux] Oscars Cheater Hlstats Modifed Pages
> >>
> >>
> >>Sweet
> >>I was contemplating throwing something like this together for hlstats
but
> >>hadn't had the time.
> >>Great to see that this was done.
> >>Question, where it says, 5 latest banned players (cheaters) and then
"was
> >>detected cheating and dropped from the server." are these actually
banned,
> >>ie; do you have a script running that searches for that text (VAC's
> >>
> >>
> >logging
> >
> >
> >>a kick) and bans those wonids or is it just phrased.
> >>Does it also tap HLGuard logs "Active CDB Powerscript" ? or is that
> >>
> >>
> >another
> >
> >
> >>detection method.
> >>When this is approved for download, please let us know, I'd love to get
> >>
> >>
> >this
> >
> >
> >>on my clans statistics page.
> >>Regards
> >>Red
> >>
> >>----- Original Message -----
> >>From: "Brian Vagnoni XO" <[EMAIL PROTECTED]>
> >>To: <[EMAIL PROTECTED]>
> >>Sent: Saturday, August 17, 2002 8:26 PM
> >>Subject: [hlds_linux] Oscars Cheater Hlstats Modifed Pages
> >>
> >>
> >>
> >>
> >>>Dear All;
> >>>
> >>>I just wanted to thank Oscar from http://www.bhood.nu again for giving
> >>>
> >>>
> >out
> >
> >
> >>>his standard hlstats cheater list modified hlstats code(by the way
Oscar
> >>>your ftp site won't give that out anymore). I finally got around to
> >>>
> >>>
> >>putting
> >>
> >>
> >>>it up on my site. Ocsar's got a lot of really cool special additions to
> >>>
> >>>
> >>the
> >>
> >>
> >>>code, some of which I would like to use as they come out(the ping
> >>>
> >>>
> >addition
> >
> >
> >>>and the hltv stuff), and others that just don't work for my particuar
> >>>
> >>>
> >>site,
> >>
> >>
> >>>but are still cool.
> >>>
> >>>I had to do a lot of cut hack and slash to get it to work on my site
and
> >>>which is much closer to a standard can hlstats site. If people would
> >>>
> >>>
> >like
> >
> >
> >>I
> >>
> >>
> >>>could stick my modication to Oscars code on my ftp site which should
> >>>
> >>>
> >work
> >
> >
> >>>right out of the zip/tar file. This is only for people who either
> >>>
> >>>
> >couldn't
> >
> >
> >>>get it to work, don't have time to mess with it, and or who are not
into
> >>>programming.
> >>>
> >>>Ocars please, please keep puting out your hlstats modified code. If you
> >>>
> >>>
> >>need
> >>
> >>
> >>>someone to can it for you(make it user friendly) I will be happy to do
> >>>
> >>>
> >>that,
> >>
> >>
> >>>all I need is a minimum of comments. The ping and hltv stuff look
really
> >>>cool.
> >>>
> >>>Anyway, anyone who wants to see my site it's here at
> >>>http://system4.v-system.net/index.php, and Oscars site is of course
> >>>
> >>>
> >listed
> >
> >
> >>>above. Again thanks to Simon Gardener who created the code in the first
> >>>place.
> >>>
> >>>Brian
> >>>
> >>>
> >>>_______________________________________________
> >>>To unsubscribe, edit your list preferences, or view the list archives,
> >>>
> >>>
> >>please visit:
> >>
> >>
> >>>http://list.valvesoftware.com/mailman/listinfo/hlds_linux
> >>>
> >>>
> >>>
> >>_______________________________________________
> >>To unsubscribe, edit your list preferences, or view the list archives,
> >>please visit:
> >>http://list.valvesoftware.com/mailman/listinfo/hlds_linux
> >>
> >>
> >>_______________________________________________
> >>To unsubscribe, edit your list preferences, or view the list archives,
> >>
> >>
> >please visit:
> >
> >
> >>http://list.valvesoftware.com/mailman/listinfo/hlds_linux
> >>
> >>
> >
> >
> >_______________________________________________
> >To unsubscribe, edit your list preferences, or view the list archives,
please visit:
> >http://list.valvesoftware.com/mailman/listinfo/hlds_linux
> >
> >
>
>
>
> _______________________________________________
> To unsubscribe, edit your list preferences, or view the list archives,
please visit:
> http://list.valvesoftware.com/mailman/listinfo/hlds_linux


_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux

Reply via email to