Jump to content

My PHP Script .. Stopped


egturnkey

Recommended Posts

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 .

 

 

screen_shot.jpg

 

 

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.

 

i hope i know how does it works again and wt does it needs maybe it needs a changes in php.ini or somehow no longer supported.

 

 

Link to comment
Share on other sites

If something changed on your server that cause it to stop working, trying to get someone to download it to test it won't solve anything.

 

You must troubleshoot what it is doing on your server.

 

Define: "no longer working"

 

What exactly is it doing? A blank page? A php error message? The form just redisplays when it is submitted? Data is not inserted/sent when the form is submitted?

 

Without a description of the symptoms on your server, no one can help you with what the problem is.

Link to comment
Share on other sites

it must be something has changed in php.ini

 

it did stopped working

 

index.php

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}

 

<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

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.