Advanced search  

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]

Pages: [1]   Go Down

Author Topic: mybb & cpg integrated but xp publish don't work  (Read 3267 times)

0 Members and 1 Guest are viewing this topic.

djspugna

  • Coppermine newbie
  • Offline Offline
  • Posts: 12
mybb & cpg integrated but xp publish don't work
« on: January 09, 2008, 04:45:11 pm »

hi all

mybb & cpg integrated but xp publish don't work. why?

Coppermine install: http://www.djspugna.org/photogallery
Forum install: http://www.djspugna.org/pub/forum/mybb
Coppermine version: cpg1.4.14
Forum version: mybb 1.2.11
Test user account: angelsex/ azzurra

BridgeManager settings:
Forum URL:  http://www.djspugna.org/pub/forum/mybb
Relative path to your BBS's config file:  ../pub/forum/mybb
Use post-based groups?:  0
Cookie name/preifx (if applicable)


help me pls
« Last Edit: January 12, 2008, 10:21:35 am by Joachim Müller »
Logged

djspugna

  • Coppermine newbie
  • Offline Offline
  • Posts: 12
Re: mybb & cpg integrated but xp publish don't work
« Reply #1 on: January 10, 2008, 11:57:05 am »

nothing yet?

pls :'(
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: mybb & cpg integrated but xp publish don't work
« Reply #2 on: January 10, 2008, 04:54:56 pm »

This is not a hotline! Allow days for answers, not just hours.
Regular http uploads work as expected, see http://www.djspugna.org/photogallery/displayimage.php?pos=-25355
Can't say more, as I don't have Windows XP. What browser do you use to log in? You have to use IE, that's for sure.
Logged

djspugna

  • Coppermine newbie
  • Offline Offline
  • Posts: 12
Re: mybb & cpg integrated but xp publish don't work
« Reply #3 on: January 11, 2008, 10:19:07 am »

thanks for answer.
But Now work fine because I applied some modifications:
in login php:

change
setcookie('mybbadmin', $user['uid']."_".$user['loginkey'], 0, $admin_path);
in
setcookie('mybbadmin', $user['uid']."_".$user['loginkey'], 1, $admin_path);

change
setcookie('sid', $sid, 0, '/');
in
setcookie('sid', $sid, 1, '/');

change
setcookie('mybbuser', $user['uid']."_".$user['loginkey'], 0, "/");
setcookie('mybb[lastvisit]', $time, 0, '/');
setcookie('mybb[lastactive]', $time, 0, '/');
in
setcookie('mybbuser', $user['uid']."_".$user['loginkey'], 1, "/");
setcookie('mybb[lastvisit]', $time, 1, '/');
setcookie('mybb[lastactive]', $time, 1, '/');

I hope to be useful to someone

Angelo
Logged
Pages: [1]   Go Up
 

Page created in 0.016 seconds with 15 queries.