Share

ASECO - Automatic Server Control

Code

Programming Languages: PHP

License: GNU General Public License (GPL)

Repositories

browse code, statistics, last commit on 2006-12-22 cvs -d:pserver:anonymous@aseco.cvs.sourceforge.net:/cvsroot/aseco login

cvs -z3 -d:pserver:anonymous@aseco.cvs.sourceforge.net:/cvsroot/aseco co -P modulename

Show:

What's happening?

  • Comment: Operator syntax error in admingroups.xml

    Admin groups was changed, now doesn't use login for the tags.

    2009-07-05 21:19:22 UTC by bmettee

  • Comment: Records stored against wrong track

    Will be fixed in v2.3.

    2009-07-05 20:10:31 UTC by bmettee

  • Comment: rs_times ID field too short

    Changes will be in v2.3.

    2009-07-05 17:40:17 UTC by bmettee

  • rs_times ID field too short

    The default primary key field for the 'rs_times' table (and others) is mediumint(8). This is equivalent to a signed 24-bit value. If more than ~8 million times are stored then new inserts fail. This actually happened on one of our servers... Solution: change the ID field to 'int(11) unsigned' (in aseco.sql, and plugin.rasp.php).

    2009-04-14 07:48:54 UTC by raybellis

  • Records stored against wrong track

    If a track name exceeds the default 50 character limit (from aseco.sql) the insert into the DB fails. However LocalDB->challenge['Id'] doesn't get overwritten, so any subsequent updates to the 'records' table are recorded against the wrong track. Fix: 1. update aseco.sql so that track names are stored with up to 255 characters 2. set $this->challenge['Id'] to 0 before inserting the track...

    2009-04-14 07:27:02 UTC by raybellis

  • Comment: window (welcome or help or records ) can't close aseco_222

    This happen on the 50klicks.com Nations server too, Aseco v2.1.6.

    2008-08-23 16:48:30 UTC by nobody

  • Comment: Operator syntax error in admingroups.xml

    Use the newer syntax for admin groups. Add nick goes here to the group itself. You can have more than one in the list (multiple entries) true true AManiac .

    2008-07-12 15:32:24 UTC by bmettee

  • Comment: MinRank setting off by one

    Corrected in source, will be available in next release.

    2008-07-12 15:28:12 UTC by bmettee

  • window (welcome or help or records ) can't close aseco_222

    Hello, I'm french,I try this afternoon the new version of aseco 2.2.0 but I have a problem. The window can't close ... I have 2 servers TMNF I try with the both & always pb ... I have apache2 php5 debian in data center ... If you want more details, logs exemples, you can send me an email @ jcsautrey@hotmail.com. Sorry for my english I need to improve it ... I try I try ... hi bye.

    2008-06-25 17:24:52 UTC by nobody

  • MinRank setting off by one

    The minrank setting (to control how many records are necessary to record a rank) has an off-by-one error In line 234 of plugins/rasp/plugin.rasp.php the comparison should be >=, not > Ray.

    2008-06-02 11:08:45 UTC by raybellis

Our Numbers