pixelpost include pixelpost include
 

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

pixelpost include

Started by DaBe, October 05, 2008, 02:26:31 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

DaBe

hello

I have try to include the pixelpost in a phpsite..with coppermine :


<?php
define
('IN_COPPERMINE'true);
require(
'include/init.inc.php');
pageheader($lang_banning_php['title']);
require(
'photoblog/index.php');
pagefooter();
ob_end_flush();
?>




But instead to include the pixelpost blog, it include always coppermine galleryy

Joachim Müller

Not sure what a pixelpost is, but if you want technical help, you better post technical details: a link to your gallery might help for a start. Additionally, post a deep link to the file you want to see included.