I finally got the log in to bridge after losing a few strands of hair... It seems I didnt get the login.php file right.
anyway, my problem relates to the redirect.. That is all...
Thank you. Come again!
Coppermine
http://www.streetracersonline.com/copper
IPB
http://www.streetracersonline.com/forum
username: matyasv
pass: passcpg
what's the actual question?
okay I figured out the redirect problem with the IPB 2.0 bridge
your script sends the log in with referer=blahblahblah
IPB 2.0 uses return=http://url to wherever you came from
NOTE: YOU MUST HAVE HTTP:// and a full url in order for the return script to work otherwise it calls fail function which redirects to the forum index
A server path, or any other path will not sufice.. Only a full URL starting with http://
use the following to obtain path
$HTTP_SERVER_VARS["HTTP_HOST"] . $HTTP_SERVER_VARS["REQUEST_URI"];