vBulletin Modifications

Got undefined Problem Using 3.0.7 VB with...

Welcome to vBHackers.com! - vBHackers Updates:

Go Back   vBulletin Modifications > General vBulletin Section > General vBulletin Discussion

Reply
 
LinkBack Thread Tools
Old 08-25-2005, 07:20 AM   #1
Junior Member
Join Date: Feb 2005
sc0pe is on a distinguished road

Default Got undefined Problem Using 3.0.7 VB with...

Hi Dudes,

i have the following problem, i am useing vBulletin 3.0.7 and shaved ape hack.
after a couple of days (approximately 14days?!) some users cannot join the board anymore? the board says the password is incorrect and they've nothing changed.

i am also useing the htaccess = user login hack from this board here...
don't know whats wrong, or what could be wrong?

board is running on rootserver on stato, so mysql failure?

pls help,

dont know what do to!

thx sc0pe


// maybe problem with md5 and salt? but why?




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 08-25-2005, 08:32 AM   #2
Coder
Idan's Avatar
Join Date: Feb 2005
Real Name: Idan
Location: Israel
Idan is on a distinguished road

Default

try to debug problem, to know if the source to your problem is db driven or code driven.

would suggest u to disable the .htaccess hack addon first & see if your users get same error when attempting to log into forum.
If problem remains, then it's indeed probably some db-driven problem, with "salt" or "password" fields under "users" table (could be u run some query accidentally to overwrite all data with some null or other string - u can verify that via borwsing data trhough phpmyadmin).

if after disabling the htaccess all works ok, then check your htaccess code & make sure that you have 2 md5 functions there (1 inside the other) & that the outer md5 function has input of the 1st md5 of the pass and the slat field.

greets.
__________________
Idan / vBHackers.com
vBSEO 3.1 GOLD Released vB Blogs Compatible | Non-Encrypted | Branding Removal Option | Sitemaps 2.1 | Language Packs

Crawlability Network: vBulletin SEO | vBulletin Hackers




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-25-2005, 04:49 PM   #3
Junior Member
Join Date: Feb 2005
sc0pe is on a distinguished road

Default

Quote:
Originally Posted by MadDog
try to debug problem, to know if the source to your problem is db driven or code driven.

would suggest u to disable the .htaccess hack addon first & see if your users get same error when attempting to log into forum.
If problem remains, then it's indeed probably some db-driven problem, with "salt" or "password" fields under "users" table (could be u run some query accidentally to overwrite all data with some null or other string - u can verify that via borwsing data trhough phpmyadmin).

if after disabling the htaccess all works ok, then check your htaccess code & make sure that you have 2 md5 functions there (1 inside the other) & that the outer md5 function has input of the 1st md5 of the pass and the slat field.

greets.
thx for anwsering,

this is the htaccess code i use included in global.php

You must first be a registered member to view any code.
There is something i dont understand, there has to be an sql query that updates the salt or password in user table... but there isnt???

so why there can be such failure?

sc0pe




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-25-2005, 05:31 PM   #4
Coder
Idan's Avatar
Join Date: Feb 2005
Real Name: Idan
Location: Israel
Idan is on a distinguished road

Default

only thing that comes to mind with code (seems alright), but u might closed your "}" too early:

the "}" AFTER this line:
You must first be a registered member to view any code.
should not be there, but in the end of the code, after the 2nd if block.
as without this the 2nd part will be regardless of 1st condition.

check that - hope it will solve it for u.
if it will not, i'm afraid cannot give anymore constructive tips/help before you provide some basic debug info like:
* is it working without this code (login to forum).
* did you tried browsing your DB to make sure data is there & not messed up (repating string that could overwritten your data by executing bad query, etc.)




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-26-2005, 02:09 PM   #5
Junior Member
Join Date: Feb 2005
sc0pe is on a distinguished road

Default

You must first be a registered member to view any code.
so?




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-28-2005, 10:42 AM   #6
Coder
Idan's Avatar
Join Date: Feb 2005
Real Name: Idan
Location: Israel
Idan is on a distinguished road

Default

yes, the tag is closed correctly now.
problm remains or was it solved, just curious ?




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-28-2005, 10:54 AM   #7
Junior Member
Join Date: Feb 2005
sc0pe is on a distinguished road

Default

dont know it right yet, will see it in a couple of days.. will msg in here ;)




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-19-2005, 12:20 PM   #8
Junior Member
Join Date: Feb 2005
sc0pe is on a distinguished road

Default

okay now, i i can specify this prob even more... this problem apears when i am deleting a crew(team) all users and after it the team. dont know why?!

Shaved? Do you?

sc0pe




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-19-2005, 01:35 PM   #9
Coder
Idan's Avatar
Join Date: Feb 2005
Real Name: Idan
Location: Israel
Idan is on a distinguished road

Default

Quote:
Originally Posted by sc0pe
deleting a crew(team) all users and after it the team
i'm having hard time understanding what is it you trying to say, can u try to re-phrase that @ explain it again ?
from what i understood (which is probably not correct, but cannot understand the above sentence so can't tell...) : after you delete a team & all the users in that specific team, those users cannot connect ?! if this is what u meant (i doubt) - this seems abvious, no ? that if user is deleted he won't be able to verify his password & pass htaccess check... :ermm:

anyway repost this one with more details & i'll try to help u out.
greets. ;)




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-19-2005, 01:55 PM   #10
vB User
Join Date: Oct 2004
Real Name: Matti
Location: Mechelen
MaTtIaSkE is on a distinguished road

Default

if that is what he means then
it's a weird world there




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
VB 3.0.7 and 3.5 DB combination vitaladeel vBulletin Modification Requests 3 03-21-2006 02:13 PM
VB 3.5.2 Style Problem! bobbie General vBulletin Support 7 01-26-2006 10:50 AM
Vb code problem John Mullins General vBulletin Support 4 06-22-2005 08:29 AM
problem with coding hack nuke for vb 2.x.x help FLiPO General vBulletin Support 0 12-29-2004 10:24 AM
Tiny smilies problem (vb 2.3.x) Angel General vBulletin Support 0 07-20-2004 09:46 AM


All times are GMT -3. The time now is 06:45 AM.


SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc. (Patent Pending)