does someone finally solved generaly the logging problem when integrated with vb does someone finally solved generaly the logging problem when integrated with vb
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

does someone finally solved generaly the logging problem when integrated with vb

Started by Fking, October 12, 2004, 04:45:37 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Fking

I was searching the forum, and found many many people with the same problem
they try to integrate cpg1.3 with vb3, but you can't log in cpg, it just redirects to the vb page, you log-in, but still aren't loged in the cpg....

i think few have solved the problems for them, but this does not work for all

can someone post general solution for this problem?

Fking

wow seems like i just found a solution!

if nothing else works (table prefix, cookie prefix, path and etc )
that problem may be in this line
  if (md5($USER_DATA['password'] . VB_CUST_NO) == $bbpassword)

i guess that for some reason it does not compare correct these things
just reaplace this line with something like that which is always true and will execute the if function
like:

  if (1== 1)

Nibbler

Then your license number was probably incorrect. What you have done with that change is to disable password checking completely.