Dear visitor, welcome to Packageforge. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
This post has been edited 1 times, last edit by "GhostKilla" (Feb 18th 2012, 11:23am)
|
|
PHP Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
<?php
$file1 = file_get_contents('de-old.xml');
$file2 = file_get_contents('de.xml');
$oldVars = array();
preg_match_all('/name="(.*)"><!\[CDATA\[(.*)]]>/isU', $file1, $matches, PREG_SET_ORDER);
foreach ($matches as $match) {
$oldVars[$match[1]] = $match[2];
}
$changedVars = array();
preg_match_all('/name="(.*)"><!\[CDATA\[(.*)]]>/isU', $file2, $matches, PREG_SET_ORDER);
foreach ($matches as $match) {
if (!isset($oldVars[$match[1]])) continue;
if ($oldVars[$match[1]] == $match[2]) unset ($oldVars[$match[1]]);
}
foreach ($oldVars as $key => $var) {
echo $key.'<br />';
}
?>
|

and thank you for your work
This post has been edited 2 times, last edit by "GhostKilla" (Feb 18th 2012, 11:00pm)
Thanks, will fix that in the next version.wcf.acp.option.user_renommee_thread_rate_closed_threads
wcf.acp.option.user_renommee_thread_rate_closed_threads.description
Where does this error occur? I cannot confirm this. The templates are included withing the package and the acptemplates won't be touch by updating from 1.2.1 as there haven't been any changes.i have many error for template not find :
Unable to find template 'renommeeModifierList'
Unable to find template 'recalculateRenommee'
Unable to find template 'renommeeRankList'
Unable to find template 'renommeeRankAdd'
I think it's just an update version ?
Wenn dir das sicherer erscheint, kannst du das gerne tun. Das Update wird dann nochmal von WoltLab gegengeprüft. Momentan unterlag es nur meinem üblichen Testrhytmus, d.h. Funktionskontrolle nach Update von 1.2.1, sowie Funktionskontrolle nach einer Neuinstallation.Oder soll ich lieber warten bis sie im Plugin Store freigegeben worden ist ?
Siehe hier: Update-Zugang zu 1.2Bei mir wird nix angezeigt wie kann ich ein Update nachkaufen ?
Habe die 1.1.6 Version und würde gern updaten auf 1.2.2
Wenn dir das sicherer erscheint, kannst du das gerne tun. Das Update wird dann nochmal von WoltLab gegengeprüft. Momentan unterlag es nur meinem üblichen Testrhytmus, d.h. Funktionskontrolle nach Update von 1.2.1, sowie Funktionskontrolle nach einer Neuinstallation.Oder soll ich lieber warten bis sie im Plugin Store freigegeben worden ist ?
Forum Software: Burning Board® 3.1.7, developed by WoltLab® GmbH