Parse error
Status: Pre-Alpha
Brought to you by:
allthetraffic
Parse error: parse error in .......\require.inc.php on line
24
--> 24) $goldPrice = 1; // the monthly price of gold
membership. Changing this will not affect current gold
members
--> 25) $goldPrice = 1; // the monthly price of gold
membership. Changing this will not affect current gold
members
--> 26) $sreturn = .75; // points user gets per site
visited (1 point = 1 hit)
$goldreturn = 1; // points gold members get per site
visited
i have not changed anything in these lines and i have a
parse error, there was also a problem with line 25 when
line 24 was removed
i'd appreciate any help,
Marty
Logged In: YES
user_id=1110778
This probably means that you have a problem in the line
BEFORE 24; that is, an unterminated function or something.
make sure the appropriate semicolons are following it.