Page 1 of 1

i cant create new acount

Posted: Thu Apr 02, 2009 1:59 am
by bubucaos
hi.
I try this url
http://vegastrike.sourceforge.net/cgi-bin/register.py

and give this :

--> -->


AttributeError Python 2.4.3: /usr/bin/python
Thu Apr 2 00:52:46 2009

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
/home/groups/v/ve/vegastrike/cgi-bin/register_submit.py
76 mod = os.environ.get('QUERY_STRING','')
77 conn = db.connect(settings.dbconfig, mod)
78 if post_args:
79 execute(conn, mod, post_args)
80
execute = <function execute>, conn = <db.FileDB instance>, mod = '', post_args = {'faction': 'confed', 'password':*, 'type': 'Llama.begin', 'username': 'bubucaos'}
/home/groups/v/ve/vegastrike/cgi-bin/register_submit.py in execute(dbconn=<db.FileDB instance>, mod='', form={'faction': 'confed', 'password':*, 'type': 'Llama.begin', 'username': 'bubucaos'})
42 type = dbconn.check_string( form.get("type",'') )
43
44 if not dbconn.check_password(username, password, True):
45 raise db.DBError,"Error password for username "+username+" does not match our records"
46
dbconn = <db.FileDB instance>, dbconn.check_password = <bound method FileDB.check_password of <db.FileDB instance>>, username = 'bubucaos', password =*, builtin True = True
/home/groups/v/ve/vegastrike/cgi-bin/db.py in check_password(self=<db.FileDB instance>, username='bubucaos', password=*, can_create=True)
228 s=f.read()
229 f.close()
230 if self.compare_password(s, password):
231 success=True
232 except IOError:
self = <db.FileDB instance>, self.compare_password = <bound method FileDB.compare_password of <db.FileDB instance>>, s = '', password = *
/home/groups/v/ve/vegastrike/cgi-bin/db.py in compare_password(self=<db.FileDB instance>, hash='', password=*)
107
108 def compare_password(self, hash, password):
109 phash = self.hash_password(password)
110 if len(hash)<len(phash):
111 return password == hash
phash undefined, self = <db.FileDB instance>, self.hash_password = <bound method FileDB.hash_password of <db.FileDB instance>>, password =*
/home/groups/v/ve/vegastrike/cgi-bin/db.py in hash_password(self=<db.FileDB instance>, password=*)
99 pass
100 def hash_password(self, password):
101 if settings.password_hash_methode == 'md5':
102 import md5
103 return md5.md5(password).hexdigest()
global settings = <module 'settings' from '/home/groups/v/ve/vegastrike/cgi-bin/settings.py'>, settings.password_hash_methode undefined

AttributeError: 'module' object has no attribute 'password_hash_methode'
args = ("'module' object has no attribute 'password_hash_methode'",)




i replaced 'my password' for *


what happens ?

thx very much

Re: i cant create new acount

Posted: Thu Apr 02, 2009 2:20 am
by loki1950
Not sure but i think that there is no server online ATM so that error may be a because the script is not getting a response.

Enjoy the Choice :)

Re: i cant create new acount

Posted: Thu Apr 02, 2009 3:41 am
by ace123
Sorry, there is currently no dedicated server. The registration is giving a python error because the script is creating accounts on the old forum board (back when we still had phpbb2)

There is work in progress to allow people to run deathmatch servers and connect to other servers by supplying a master list of games.

Re: i cant create new acount

Posted: Sat Apr 04, 2009 4:24 am
by MC707
ace123 wrote:There is work in progress to allow people to run deathmatch servers and connect to other servers by supplying a master list of games.
Now THAT would be revolutionary for VS. Most games have that, it is almost a "must".

Re: i cant create new acount

Posted: Thu Apr 09, 2009 11:22 pm
by SaraLM
When will there be one?

Re: i cant create new acount

Posted: Fri Apr 10, 2009 12:03 am
by loki1950
Welcome SaraLM not sure as we haven't heard back from the guys that are trying to setup the server and the current code is really still in an alpha state so the experience is still hope it works.

Enjoy the Choice :)