Urban Terror Forums: URsTats - Web Control Panel & Anti-Cheat - Urban Terror Forums

Jump to content

 Login | Register 
Advertisement
  • (8 Pages)
  • +
  • « First
  • 3
  • 4
  • 5
  • 6
  • 7
  • Last »
  • You cannot start a new topic
  • This topic is locked

URsTats - Web Control Panel & Anti-Cheat Rate Topic: ***** 3 Votes

Complete Web based UrT Control system w/anti-cheat, GUID banning etc..

#41 User is offline   slackin Icon

  • Account: slackin
  • Main tag: GlaD-
  • Country:
  • Joined: 28-February 10
  • Posts: 3,888

Posted 10 August 2011 - 04:55 AM

View PostRayne, on 26 February 2011 - 09:54 AM, said:

And yeah people DO care how easiy something is to get around, especially when some idiot cheater with a guid changer simply reconnects after you ban him.


Just want to point out, changing your guid does not require any kind of 'guid changer' its so much simpler than that. Its truly almost as easy as doing /name and there is another way around it too that I wont mention publicly, but this particular method would prevent ANY guid ban from EVER sticking on you without ANY interaction at all.
[img]http://i188.photobuc...n35/urt/sig.jpg[/img]
/*----------------------------------------------------------------------
All normal mapped(bump mapped) and specular mapped .|^|.
Just a few of many, and more to come.
----------------------------------------------------------------------*/

#42 User is offline   brosnell Icon

  • Account: brosnell
  • Country:
  • Joined: 28-October 10
  • Posts: 113

Posted 10 August 2011 - 06:15 AM

JUST WOAH greeat job keeeep it up :biggrin:

#43 User is offline   Pussnboots Icon

  • Account: pussnboots
  • Joined: 01-March 10
  • Posts: 556

Posted 12 August 2011 - 02:59 AM

View PostPsYc0TiC, on 10 August 2011 - 03:22 AM, said:

I installed this but I get this on the admin page:

I don't know why since I followed the instructions

and I added the cron job via cpanel but it doesn't seem to run so I never see any users or anything


Warning: include(includes/config.php) [function.include]: failed to open stream: No such file or directory in /home/bitchnip/public_html/urstats/includes/check_access.php on line 6

Is this still happening? I can see that the config is working atm..
So config.php is there, otherwise the main page would error out.

Do you have the latest version of PHP? I use some very recent code which may cause an include error.
I'll be home on the weekend. I'll be glad to help you if you would like some assistance. If need be, I could change the code around a bit for ya to get it to work :D

*/2 * * * * root /usr/bin/wget -q -O /dev/null http://www.bitchnipples.com/urstats/exec/GetPlayers.php

I also tried removing the space after "root" and it still doesn't run:
*/2 * * * * root/usr/bin/wget -q -O /dev/null http://www.bitchnipples.com/urstats/exec/GetPlayers.php




Do you have wget installed?
You can run the script directly via a PHP Cron.
Also, the space is put there because root is the user the cron job is run by. You can run it as any user that you have on your box that has at least permissions to web and or PHP depending on your desired cron job.

The

#44 User is offline   PsYc0TiC Icon

  • Account: psyc0tic
  • Country:
  • Joined: 30-March 10
  • Posts: 52

Posted 12 August 2011 - 08:42 PM

View PostPussnboots, on 12 August 2011 - 02:59 AM, said:

Is this still happening?

Yes

View PostPussnboots, on 12 August 2011 - 02:59 AM, said:

Do you have the latest version of PHP?

PHP version 5.2.9

View PostPussnboots, on 12 August 2011 - 02:59 AM, said:

Do you have wget installed?

Installed on what? I do not understand what this does or where it does it from

#45 User is offline   Pussnboots Icon

  • Account: pussnboots
  • Joined: 01-March 10
  • Posts: 556

Posted 13 August 2011 - 07:27 AM

View PostPsYc0TiC, on 12 August 2011 - 08:42 PM, said:

Yes


PHP version 5.2.9


Installed on what? I do not understand what this does or where it does it from


On your Linux box.. wget is a small program that retrieves data from the web. You are welcome to message me on gtalk. I only have the weekend to help anyone because of my strict work schedule, but I'll be glad to help. You can catch me at alphahusky@gmail.com

bullet_loaderAdvertisement

#46 User is offline   PsYc0TiC Icon

  • Account: psyc0tic
  • Country:
  • Joined: 30-March 10
  • Posts: 52

Posted 13 August 2011 - 02:05 PM

the latest version of wget is already installed on my linux box and I have installed gtalk and sent an invite.

Just awaiting connection.

I don't know our time differences though

#47 User is offline   Pussnboots Icon

  • Account: pussnboots
  • Joined: 01-March 10
  • Posts: 556

Posted 13 August 2011 - 06:20 PM

<-- EST . I'll check my Gmail

#48 User is offline   PsYc0TiC Icon

  • Account: psyc0tic
  • Country:
  • Joined: 30-March 10
  • Posts: 52

Posted 13 August 2011 - 08:16 PM

In case anyone is following this... we determined that it is my webserver host side problem that I must get them to resolve.

I will post the results after.

Pussnboots,

Thank you for all of the excellent help you gave me this afternoon.

This post has been edited by PsYc0TiC: 14 August 2011 - 03:48 AM


#49 User is offline   Pussnboots Icon

  • Account: pussnboots
  • Joined: 01-March 10
  • Posts: 556

Posted 14 August 2011 - 04:30 AM

View PostPsYc0TiC, on 13 August 2011 - 08:16 PM, said:

In case anyone is following this... we determined that it is my webserver host side problem that I must get them to resolve.

I will post the results after.

Pussnboots,

Thank you for all of the excellent help you gave me this afternoon.


Yessir! I'm sorry I could not help any further :(

#50 User is offline   Pussnboots Icon

  • Account: pussnboots
  • Joined: 01-March 10
  • Posts: 556

Posted 19 August 2011 - 03:25 PM

It has come to my attention that I overlooked some code during the last update causing an "includes" error. I'll post the quick fix here and will update the script on the next release.

File: /includes/check_access.php

Replace:
	include ('includes/config.php');
	include ('includes/defs.php');


With:
	include ('config.php');
	include ('defs.php');


Next release I will focus on an "email-on-ban" optional feature to send out an email each time a player is banned with the player info. :D

Other ideas are welcomed :D

Edit: I have just put up a new "pager" system for my server and software. If anyone needs technical assistance, they can send me a page via my website and I will be alerted immediately :D

http://alphahusky.info/pageme/

This post has been edited by Pussnboots: 19 September 2011 - 05:07 PM


  • (8 Pages)
  • +
  • « First
  • 3
  • 4
  • 5
  • 6
  • 7
  • Last »
  • You cannot start a new topic
  • This topic is locked

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users

Advertisement


Copyright © 1999-2024 Frozensand Games Limited  |  All rights reserved  |  Urban Terror™ and FrozenSand™ are trademarks of Frozensand Games Limited

Frozensand Games is a Limited company registered in England and Wales. Company Reg No: 10343942