i have question about AZDG lite 2.1.4 version. I know that for this script they have forum, but no one is in the forum since couple of days.

Look waht message the script display to me when i click on a Check profile link from the users menu, and actually that message i see when i click on any button on the user menu:

Parse error: syntax error, unexpected $end in /users/perfect/public_html/view.php on line 189

Here is the last 2 lines from the view.php file:

188 <? }}
189 include_once 'templates/'.C_TEMP.'/footer.php';?>

and here is the first 20 lines of the file, i think the problem is here but maybe you know more than meπŸ™‚ i can`t see footer.php is that normal?

thank you for your help

<?php
############################################################

------\ AzDG - S C R I P T S /-/-/-/-/-/-/

############################################################

AzDGDatingLite Version 2.1.4

Writed by AzDG (support@azdg.com)

Created 03/01/03 Last Modified 04/05/03

Scripts Home: http://www.azdg.com

############################################################

File name view.php

File purpose View profiles

File created by AzDG <support@azdg.com>

############################################################
include_once 'include/config.inc.php';
include_once 'include/options.inc.php';
include_once 'include/security.inc.php';
include_once 'include/functions.inc.php';
include_once 'templates/'.C_TEMP.'/config.php';
security(C_VIEW,$w[152]);
include_once 'templates/'.C_TEMP.'/header.php';

    Write a Reply...