I FOUND IT !!!!!!

Posted by Chestnut Wednesday, November 06, 2002.
LADIES AND GENTLEMENS...

I found the error... In 5 minutes, you have the hack fully fonctional. Will post the link in the note.

MESDAMES ET MESSIEURS...

J'ai trouvé l'ERREUR... Dans 5 minutes, je mets un lien dans la note.

Note: SEE THE LINK HERE !!!... Now I can sleep happy.
I FOUND IT !!!!!! | Log-in or register a new user account | 4 Comments
Comments are statements made by the person that posted them.
They do not necessarily represent the opinions of the site editor.

Re: I FOUND IT !!!!!!

(Score: 1)
by jinacio on Nov 06, 2002 - 02:22 AM
(User information  | Send a message 
I have downloaded the 1.5 Final c (?)

I did all the install procedures, but i don't see 2 needed tables in my database:

$prefix.'_users_modrequest'
and
$prefix.'users_delrequest'

shouldn't there be a pnInit.php to create these tables???

Re: I FOUND IT !!!!!!

(Score: 1)
by jinacio on Nov 06, 2002 - 04:13 AM
(User information  | Send a message 
Here's a bug-fix:

in module NS-NewUser, user.php, line # 652:
if (!$result) {
should be
if ($result) {

so that the dynamic fields are inserted in to the db.

Thanks again,
João Inácio


DarkMindZ