up again
still need table.xml and database sql dump from some1, who made this script work
up again
still need table.xml and database sql dump from some1, who made this script work
Did you tried to login?
Well, that kind of "alien" password is the byte form of the md5 hash... read about md5's raw output: PHP: md5 - Manual
Open your table.xml and change all passwd and passwd2 inside to varchar(64). Use CTRL + W to search in nano.
After that, check your mysql tables and change to varchar 64 the passwd and passwd2 if it isn't...
Then you can use these procedures: procedures.sql
Ok, thanks for procedures.sql alot.
My table.xml and sql base was var64 and i thought it mus' be changed to bin16. Don' ask me why :D
So i changed passwd and passwd2 in table.xml, procedures and users to bin 16... So thats why i coudnt log in and got strange alien pass in passwd string in database.
Ill try your way, thx again.
It overall is a good script, I just can't figure out how to allow email verification >.<. Adding more information about it would be extremely helpful.
You need an e-mail server in your machine (SMTP).
I never installed something like that before, I asked for my friend to test the e-mail confirmation of the registration, so google it xD
And don't forget to change to true in the e-mail confirmation in configurar.php:
Code:$conf_email = false; -> $conf_email = true;
Ohhhh, I wanted to use a STMP mail server, I was looking where to change the settings for the STMP server. That would be a great add on in the future.
the script works REALLY well have created a script to work with it on password recovery with calling for secret answer and pin 5/5 man good work.
once i have worked out the bugs i will release it to the public as for registration.
flawless and strait to the point.
Anyone can reupload the script pls ?
+100500anyone can reupload the script pls ?
Reupload...
Grab it here
Registration eng v1.2 by renan7899
Last edited by aarran; 15-04-12 at 12:19 PM. Reason: updated link with newer version
why whan i register password in db - ~¡x-"»2ûR³#KíZL?
not 0xMd5..
password not md5...maby someone fix?
im useing this register script some ppl get this error try to register "error querying database"
any way to fix?
How to use:
There's a README.txt file in the .rar ... read it! xP
... where is the README.txt ?
README.txt
Download
http://dl.dropbox.com/u/31965374/Reg...0renan7899.rar
is in there
/OT
dolkeboy !!! it was a joke ...
dont works with 1.4.4 :/
its ok, i fixed it
@ReFFeX : what realease do you use ?
Last edited by ohyeah; 12-04-12 at 11:34 AM.
Up...
New Update! V1.2 ... check the first post.
... good job but " There's a README.txt file in the .rar ... read it! " i cant read ...
btw > readme
" Then, go to "registro.php" and change the e-mail confirmation in line 113 (Only if e-mail confirmation is set to true in configurar.php) "
.. wrong lang for changes :D
I couldn't understand what you meant...
But line 113 in registro.php contains the e-mail texts, headers, informations, etc...
Also, the README.txt file is working fine for me xD
If you mean the language of the files names... just rename it... then use dreamweaver or notepad++ or any text editor to find the included files and change their names. Example: include_once "configurar.php"; You can change it to include_once "config.php";