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:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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.