Some1 can help me with a little of programming?? Some1 can help me with a little of programming??
 

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

Some1 can help me with a little of programming??

Started by Superpoo, August 17, 2004, 02:58:49 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Superpoo

ok, I want to integrate 2 or more, (I think only 2) coppermines galleries into a HTML webpage, of course php is needed to do the thing I want to; if you login into one, you enter to the 2, can it be???

Nibbler

Use the same cookie names for both installs, and change $CONFIG['TABLE_USERS']                = $CONFIG['TABLE_PREFIX']."users"; in installation A to point to the user table of installation B.

Just a guess.

Joachim Müller

erm, one single html page can only hold one or more coppermine galleries if you use frames (or <iframe>), which is not recommended, as it has lot's of drawbacks. There's a space issue as well, since you can't tell in advance what resolution your visitors will have.

GauGau