January 15
We offer an Iphone 4s to 1 €, we can reassess your drinks with you to better adjust your plan, take advantage of our promotions while there is still time ...
Collapsing under the relentless Orange and its partners in recent months trying to keep its loyal profitable customers (we were), we decided to share our last exchanges in order to explain our point of view but also make a comprehensive response to their trading arsenal.
In response to a newsletter (which we still do not know how they managed to get our emails because we had never communicated to the Orange and they were distributed through the field leadbox.fr ...) we explained that their bids have interested us more and we wanted to join Free Mobile. I now invite you to visit the last exchange of the company Telecom Exec ( www.excotelecom.fr ) Orange Business Partner.
Read more »
January 4
Like many we had to migrate all of our developments (components, modules and plugins) to make them compatible with Joomla 1.7. Some tasks such as updating the language files are boring and tedious, so we made a little script to automate this change and we suggest you to simplify your life if you also have to do this manipulation.
<h1> Script update language files Joomla </ h1>
<form method="post" action="" enctype="multipart/form-data">
<input type="file" name="languageFile" />
<input type="submit" name="Migrer the fichier" />
</ Form>
<? Php
if (isset ($ _FILES ['languageFile'] ['tmp_name'])) {
$ NewFile = fopen (dirname (__FILE__). DIRECTORY_SEPARATOR. $ _FILES ['LanguageFile'] ['name'], 'w +');
$ Oldfile = file ($ _FILES ['languageFile'] ['tmp_name']);
foreach ($ line as $ oldfile)
{
$ TabLine = explode ("=", $ line);
if (count ($ tabLine)> = 2) {
$ = $ VarLine tabLine [0];
unset ($ tabLine [0]);
$ Valueline = implode ("=", $ tabLine);
} Elseif (count ($ tabLine) == 1) {
VarLine $ = "";
$ = $ Valueline tabLine [0];
Else {}
VarLine $ = "";
$ Valueline = "";
}
$ Valueline = str_replace ('"', '\ \"', $ Valueline);
$ Valueline = str_replace ("\ n",'', $ Valueline);
if ($ varLine) {
$ VarLine = strtoupper ($ varLine);
$ Valueline = '"'. $ Valueline. '"';
$ = $ ValueToWrite varLine. '='. $ Valueline;
Else {}
$ = $ ValueToWrite Valueline;
}
fwrite ($ newfile, $ valueToWrite. "\ n");
}
fclose ($ newFile);
?>
<p>
$_FILES [ 'languageFile' ] [ 'name' ] ; ?> ">< ?php echo $_FILES['languageFile']['name'];?> </a> pour Joomla 1.7 <A href = "<? Php echo $ _FILES ['languageFile'] ['name'];>"> <? Php echo $ _FILES ['languageFile'] ['name'];> </ a> Joomla 1.7
</ P>
<? Php
}
?>
Recent Comments