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.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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.