Page 1 of 1

My PHP Script .. Stopped

Posted: Tue Sep 29, 2009 7:47 am
by egturnkey
Hello Friends,

This is a php script that was working fine but with no reason why,it stopped and no longer working


can anyone please download it and test it .

http://css2php.com/php_scp.rar

Image


it is free php script and no support it has.
The photo album website allows visitors to sign up for an account to store their digital photos online. The admin specifies different account packages stating the number of photos and length of time that the users photo gallery will be displayed online and accessible to their friends and family. The accounts are paid via PayPal.


it must be something has changed in php.ini

it did stopped working

index.php

Code: Select all

 
require_once 'include/config.php';
echo do_template('header.html');
 
and template header.html can't define anything btween {}
t can't define {site_path} or anything btween {}

like {title}

Code: Select all

 
<html>
<head>
<title>{title}</title>
<link rel="STYLESHEET" type="text/css" href="{site_path}/include/style.css">
</head>
<TD><IMG SRC="{site_path}/images/spacer.gif" WIDTH=67 HEIGHT=1 ALT=""></TD>
 
did someone ever face such problem , it must needs a change in php.ini rgith !!! since the script made at 2004

Re: My PHP Script .. Stopped

Posted: Tue Sep 29, 2009 9:54 am
by Jade
sounds like your do_template isn't working right. Have you checked to see if the config file is setup properly?