Parse error: syntax error, unexpected T_VARIABLE in... Mi aiutate?
Mi potete aiutare? Quando vado a far partire il sito mi da:Parse error: syntax error, unexpected T_VARIABLE in /membri/buzzu13galaxy/galaxytool/secret/attributes.php on line 44
La pagina in questione è:
<?php
/*
* DO NOT EDIT THIS FILE WITH NOTEPAD - USE WORDPAD INSTEAD!
*/
require "4.3.6.php";
/**
* Set your name here. It will be shown at the logon page.
*/
$owner = "The_renegade";
/**
* Settings for shoutbox = maximum number of shout entries
*
*/
$maxshouts = 15;
/**
* The user at this address will be informed about new registrations
*/
$email_to = 'buzzu13@yahoo.it';
/**
* This address will be shown as sender of the email
*/
$email_from = 'buzzu13@yahoo.it';
/**
* settings for phpmailer - only needed if you server cannot send emails
*/
$usePHPMailer = false; // use phpmailer ? (true | false)
$phpmailerHost = "smtp.prov.dom"; // smtp hostname
$phpmailerUser = "user@prov.dom"; // smtp username
$phpmailerPass = "password"; // smtp password
/**
* choose your default language (german,english,spanish,dutch,balkan,french,portug ues,italian,polish,turkish,...)
*/
$default_language = "italian"
/**
* Universe number from the top left corner of your ogame screen
*/
$global_universe = 39;
?>
Grazie mille... Non capisco dove sia sbagliato, anche perchè questo è una pagina già fatta... che avevo già riusato e di solito funzionava...