i cant create new acount

A forum for online playing, administration, bugs and feature requests
Post Reply
bubucaos
Explorer
Explorer
Posts: 9
Joined: Tue Apr 22, 2008 5:02 am

i cant create new acount

Post 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
loki1950
The Shepherd
Posts: 5841
Joined: Fri May 13, 2005 8:37 pm
Location: Ottawa
Contact:

Re: i cant create new acount

Post 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 :)
my box::HP Envy i5-6400 @2Q70GHzx4 8 Gb ram/1 Tb(Win10 64)/3 Tb Mint 19.2/GTX745 4Gb acer S243HL K222HQL
Q8200/Asus P5QDLX/8 Gb ram/WD 2Tb 2-500 G HD/GF GT640 2Gb Mint 17.3 64 bit Win 10 32 bit acer and Lenovo ideapad 320-15ARB Win 10/Mint 19.2
ace123
Lead Network Developer
Lead Network Developer
Posts: 2560
Joined: Sun Jan 12, 2003 9:13 am
Location: Palo Alto CA
Contact:

Re: i cant create new acount

Post 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.
MC707
Venturer
Venturer
Posts: 555
Joined: Sun Jan 18, 2009 5:18 am
Location: Quito, Ecuador.
Contact:

Re: i cant create new acount

Post 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".
My Machine: OS: Ubuntu 8.10 (intrepid) 64 bit in a 500GB Maxtor HD @ 7200 RPM, Windows Vista PsyChoses Edition 2009 32 bit in a 500GB Samsung HD @ 7200 RPM CPU: Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz GPU: nVidia GeForce 9400 GT @ 1024 MB RAM: 3891 MB
Earthlings|The End of the Internet?|FreeWebsite
SaraLM
Atmospheric Pilot
Atmospheric Pilot
Posts: 1
Joined: Thu Apr 09, 2009 7:54 pm

Re: i cant create new acount

Post by SaraLM »

When will there be one?
loki1950
The Shepherd
Posts: 5841
Joined: Fri May 13, 2005 8:37 pm
Location: Ottawa
Contact:

Re: i cant create new acount

Post 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 :)
my box::HP Envy i5-6400 @2Q70GHzx4 8 Gb ram/1 Tb(Win10 64)/3 Tb Mint 19.2/GTX745 4Gb acer S243HL K222HQL
Q8200/Asus P5QDLX/8 Gb ram/WD 2Tb 2-500 G HD/GF GT640 2Gb Mint 17.3 64 bit Win 10 32 bit acer and Lenovo ideapad 320-15ARB Win 10/Mint 19.2
Post Reply