Release scritta in: | Release wrote in:
ITALIAN
ENGLISH
IT: andate nella registrazione del vostro sito, e nella query modificate, aggiungendo la funzione Password() di mySQL nell'username.
ENG: go in your website registration, in the QUERY add the function Password() in the username.
ES:
IT: Ora andate nel vostro client e su intrologin fate come č stato fatto sull'immagine:
ENG: Now go in your client and edit the intrologin.py:
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
IT: Nuova funzione da aggiungere vicino alle altre, come nello screen:
ENG: New Function (To add the function see the screenshot):
IT: Infine modificate
in
ENG: Edit
to
------------ ------------ ------------ ------------ ------------ ------------ ------------ ------------
WE WANT MORE? [Only registered and activated users can see links. Click Here To Register...]
------------ ------------ ------------ ------------ ------------ ------------ ------------ ------------
ITALIAN
ENGLISH
IT: andate nella registrazione del vostro sito, e nella query modificate, aggiungendo la funzione Password() di mySQL nell'username.
ENG: go in your website registration, in the QUERY add the function Password() in the username.
ES:
Code:
$query="INSERT INTO db.table (id, password, etc) VALUES([COLOR="Red"]Password('$id')[/COLOR], ...)";
ENG: Now go in your client and edit the intrologin.py:
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
IT: Nuova funzione da aggiungere vicino alle altre, come nello screen:
ENG: New Function (To add the function see the screenshot):
Code:
#Created by Walker - Revolution Client
import sha
def SetLoginInfo(self, id, pwd):
self.stream.SetLoginInfo("*"+sha.sha(sha.sha(id).digest()).hexdigest().upper(), pwd)
Code:
self.stream.SetLoginInfo(id, pwd)
Code:
self.SetLoginInfo(id, pwd)
ENG: Edit
Code:
self.stream.SetLoginInfo(id, pwd)
Code:
self.SetLoginInfo(id, pwd)
------------ ------------ ------------ ------------ ------------ ------------ ------------ ------------
WE WANT MORE? [Only registered and activated users can see links. Click Here To Register...]
------------ ------------ ------------ ------------ ------------ ------------ ------------ ------------