Hello everyone,
I paid for this script which is a community that offers its members the chance to get a club and joijn other members clubs!
However, when people try to join a club they getb this error:
Parse error: syntax error, unexpected T_PRIVATE, expecting ']' in /home/cyberpet/public_html/club_join.pro.php on line 14
I have emailed the guy who owns the website and script who has not bothered replying to the many problems I have encountered so far. Luckily I have been able to sort through the other problems and have had to learn the script as I do not know PHP, MySQL etc.
The line of the script that the above error refers to is as follows:
<?php
/*
Join club (club_join.pro.php)
*/
ob_start();
$rank_check = 1;
include "global.inc.php";
$clubrank_check = 0;
include "club.inc.php";
if ($getclub[private]== 1)
{
die(header(error("club.php?game=$game&clubid=$clubid","You can't join a private club.")));
}
kind regards
justin