I tryed all the bridge there .
The same error.
Parse error: syntax error, unexpected ';' in /media/160go/hebergement/chelsea.goldzoneweb.info/joomla/administrator/components/com_smf/config.smf.php on line 4
i haven't configure my bridge yet this error came before i do it.
this is my config file:
<?php
// no direct access
defined( '_VALID_MOS' ) or die( 'Restricted access' );
global $smf_path, $smf_redirect, $joomla_redirect, $smf_prefix, $mos_prefix, $jsmf_debug;
global $wrapped, $sync_uname, $hideemail, $cbprofile, $registration_module, $login_module, $mosurl;
global $announce_url, $news_url, $latest_joomlasmf_url;
$smf_path = "";
$smf_redirect = 0;
$joomla_redirect = 0;
$mos_prefix = "jos_";
$smf_prefix = "smf_";
$wrapped = 1;
$sync_uname = 0;
$hideemail = 1;
$cbprofile = 0;
$registration_module = "joomla";
$login_module = "mod_login";
$mosurl = "";
$jsmf_debug = 0;
//The following are used for the syndication feed
$announce_url = "http://www.joomlahacks.com/news/mh_announcement.rdf";
$news_url = "http://www.joomlahacks.com/index2.php?option=com_rss&feed=RSS1.0&no_html=ss1";
$latest_joomlasmf_url = "http://www.joomlahacks.com/news/mh_mambo_smf_update.rdf";
?>