InfoCMS.de Stats Erweiterung
Hallo zusammen,
wer das InfoCMS.de Stats Addon nutzt, sollte das Addon auf aktuelle Browser updaten. Das geht ganz einfach.
1) Öffne: pkinc/public/stats.php
Suche:
Füge darunter ein:
Suche weiter nach:
Füge darunter ein:
Suche weiter nach:
Füge darunter ein:
Suche weiter nach:
Ersetze mit:
Suche weiter nach:
Ersetze mit:
Suche weiter nach:
Ersetze mit:
Suche weiter nach:
Füge darunter ein:
Suche weiter nach:
Ersetze mit:
Suche nach:
Füge darunter ein:
Suche weiter nach:
Ersetze mit:
Suche weiter nach:
Füge darunter ein:
Suche weiter nach:
Ersetze mit:
Suche weiter nach:
Füge darunter ein:
Suche weiter nach:
Ersetze mit:
Suche weiter nach:
Füge darunter ein:
Suche weiter nach:
Ersetze mit:
Suche weiter nach:
Füge darunter ein:
2) Öffne: pkinc/publictpl/stats/stats_br.htm
Suche:
Füge danach ein:
Suche weiter nach:
Füge darunter ein:
Suche weiter nach:
Füge darunter ein:
Jetzt sind die Stats um "Internet Explorer 9, Firefox 4.0 und 5.0 sowie Opera 11 erweitert.
Ladet die Datei "setup_stats_erweiterung.php" herunter, fügt diese in eurem "pkinc/public"- Order ein und führt die Installation als Administrator aus:
include.php?path=setup_stats_erweiterung
oder
?path=setup_stats_erweiterung
€dit by Dooki: Dateianhang gelöscht.. Bitte ebenfalls mit in die Anleitung aufnehmen was per PHPMyAdmin gemacht werden sollte.
wer das InfoCMS.de Stats Addon nutzt, sollte das Addon auf aktuelle Browser updaten. Das geht ganz einfach.
1) Öffne: pkinc/public/stats.php
Suche:
|
|
PHP-Quelltext |
1 |
elseif ($stats['title']=="FF35") { $ff35 = $stats[counter]; }
|
Füge darunter ein:
|
|
PHP-Quelltext |
1 2 |
elseif ($stats['title']=="FF40") { $ff40 = $stats[counter]; }
elseif ($stats['title']=="FF50") { $ff50 = $stats[counter]; }
|
Suche weiter nach:
|
|
PHP-Quelltext |
1 |
elseif ($stats['title']=="Opera10") { $opera10 = $stats[counter]; }
|
Füge darunter ein:
|
|
PHP-Quelltext |
1 |
elseif ($stats['title']=="Opera11") { $opera11 = $stats[counter]; }
|
Suche weiter nach:
|
|
PHP-Quelltext |
1 |
elseif ($stats['title']=="IE8") { $ie8 = $stats[counter]; }
|
Füge darunter ein:
|
|
PHP-Quelltext |
1 |
elseif ($stats['title']=="IE9") { $ie9 = $stats[counter]; }
|
Suche weiter nach:
|
|
PHP-Quelltext |
1 |
$i = $ie55 + $ie6 + $ie7 + $ie8 + $ff1 + $ff2 + $ff3 + $ff35
|
Ersetze mit:
|
|
PHP-Quelltext |
1 |
$i = $ie55 + $ie6 + $ie7 + $ie8 + $ie9 + $ff1 + $ff2 + $ff3 + $ff35 + $ff40 + $ff50
|
Suche weiter nach:
|
|
PHP-Quelltext |
1 |
+ $chrome + $safari + $epiphany + $galeon + $konqueror + $seamonkey + $tonline + $lynx + $links + $w3m;
|
Ersetze mit:
|
|
PHP-Quelltext |
1 |
+ $opera11 + $chrome + $safari + $epiphany + $galeon + $konqueror + $seamonkey + $tonline + $lynx + $links + $w3m;
|
Suche weiter nach:
|
|
PHP-Quelltext |
1 |
$br1b = $ie55 + $ie6 + $ie7 + $ie8;
|
Ersetze mit:
|
|
PHP-Quelltext |
1 |
$br1b = $ie55 + $ie6 + $ie7 + $ie8 + $ie9;
|
Suche weiter nach:
|
|
PHP-Quelltext |
1 |
$br5 = floor($ie8*$multip/$mu);
|
Füge darunter ein:
|
|
PHP-Quelltext |
1 |
$brie9 = floor($ie9*$multip/$mu);
|
Suche weiter nach:
|
|
PHP-Quelltext |
1 |
$br1c = $ie55+$ie6+$ie7+$ie8;
|
Ersetze mit:
|
|
PHP-Quelltext |
1 |
$br1c = $ie55+$ie6+$ie7+$ie8+$ie9;
|
Suche nach:
|
|
PHP-Quelltext |
1 |
$br5a = substr(100*$ie8/$r, 0, 5);
|
Füge darunter ein:
|
|
PHP-Quelltext |
1 |
$brie9a = substr(100*$ie9/$r, 0, 5);
|
Suche weiter nach:
|
|
PHP-Quelltext |
1 |
$br6b = $ff1 + $ff2 + $ff3 + $ff35
|
Ersetze mit:
|
|
PHP-Quelltext |
1 |
$br6b = $ff1 + $ff2 + $ff3 + $ff35 + $ff40 + $ff50
|
Suche weiter nach:
|
|
PHP-Quelltext |
1 |
$br10 = floor($ff35*$multip/$mu);
|
Füge darunter ein:
|
|
PHP-Quelltext |
1 2 |
$brff40 = floor($ff40*$multip/$mu);
$brff50 = floor($ff50*$multip/$mu);
|
Suche weiter nach:
|
|
PHP-Quelltext |
1 |
$opera7 + $opera8 + $opera9 + $opera10
|
Ersetze mit:
|
|
PHP-Quelltext |
1 |
$opera7 + $opera8 + $opera9 + $opera10 + $opera11
|
Suche weiter nach:
|
|
PHP-Quelltext |
1 |
$br15 = floor($opera10*$multip/$mu);
|
Füge darunter ein:
|
|
PHP-Quelltext |
1 |
$bropera11 = floor($opera11*$multip/$mu);
|
Suche weiter nach:
|
|
PHP-Quelltext |
1 |
$br6c = $ff1 + $ff2 + $ff3 + $ff35
|
Ersetze mit:
|
|
PHP-Quelltext |
1 |
$br6c = $ff1 + $ff2 + $ff3 + $ff35 + $ff40 + $ff50
|
Suche weiter nach:
|
|
PHP-Quelltext |
1 |
$br10a = substr(100*$ff35/$r, 0, 5);
|
Füge darunter ein:
|
|
PHP-Quelltext |
1 2 |
$brff40a = substr(100*$ff40/$r, 0, 5);
$brff50a = substr(100*$ff50/$r, 0, 5);
|
Suche weiter nach:
|
|
PHP-Quelltext |
1 |
$br11c = $opera7 + $opera8 + $opera9 + $opera10
|
Ersetze mit:
|
|
PHP-Quelltext |
1 |
$br11c = $opera7 + $opera8 + $opera9 + $opera10 + $opera11
|
Suche weiter nach:
|
|
PHP-Quelltext |
1 |
$br25a = substr(100*$w3m/$r, 0, 5);
|
Füge darunter ein:
|
|
PHP-Quelltext |
1 |
$bropera11a = substr(100*$opera11/$r, 0, 5);
|
2) Öffne: pkinc/publictpl/stats/stats_br.htm
Suche:
|
|
Quellcode |
1 2 3 4 5 |
<tr> <td width="5%" class="odd" align="center"><font class="small"><img src="images/stats_firefox.gif" alt="Powered by InfoCMS.de" /></font></td> <td class="odd"><font class="small">Firefox 3.5</font></td> <td width="80%" class="odd" align="left"><img src="images/bar-start.gif" alt="Powered by InfoCMS.de" /><img src="images/bar.gif" width="$br10%" height="7" alt="Firefox 3.5" /><img src="images/bar-end.gif" alt="Powered by InfoCMS.de" /><font class="small"> $br10a% ($ff35)</font></td> </tr> |
Füge danach ein:
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 |
<tr> <td width="5%" class="odd" align="center"><font class="small"><img src="images/stats_firefox.gif" alt="Powered by InfoCMS.de" /></font></td> <td class="odd"><font class="small">Firefox 4.0</font></td> <td width="80%" class="odd" align="left"><img src="images/bar-start.gif" alt="Powered by InfoCMS.de" /><img src="images/bar.gif" width="$brff40%" height="7" alt="Firefox 4.0" /><img src="images/bar-end.gif" alt="Powered by InfoCMS.de" /><font class="small"> $brff40a% ($ff40)</font></td> </tr> <tr> <td width="5%" class="odd" align="center"><font class="small"><img src="images/stats_firefox.gif" alt="Powered by InfoCMS.de" /></font></td> <td class="odd"><font class="small">Firefox 5.0</font></td> <td width="80%" class="odd" align="left"><img src="images/bar-start.gif" alt="Powered by InfoCMS.de" /><img src="images/bar.gif" width="$brff50%" height="7" alt="Firefox 5.0" /><img src="images/bar-end.gif" alt="Powered by InfoCMS.de" /><font class="small"> $brff50a% ($ff50)</font></td> </tr> |
Suche weiter nach:
|
|
Quellcode |
1 2 3 4 5 |
<tr> <td width="5%" class="odd" align="center"><font class="small"><img src="images/stats_opera.gif" alt="Powered by InfoCMS.de" /></font></td> <td class="odd"><font class="small">Opera 10</font></td> <td width="80%" class="odd" align="left"><img src="images/bar-start.gif" alt="Powered by InfoCMS.de" /><img src="images/bar.gif" width="$br15%" height="7" alt="Opera 10" /><img src="images/bar-end.gif" alt="Powered by InfoCMS.de" /><font class="small"> $br15a% ($opera10)</font></td> </tr> |
Füge darunter ein:
|
|
Quellcode |
1 2 3 4 5 |
<tr> <td width="5%" class="odd" align="center"><font class="small"><img src="images/stats_opera.gif" alt="Powered by InfoCMS.de" /></font></td> <td class="odd"><font class="small">Opera 11</font></td> <td width="80%" class="odd" align="left"><img src="images/bar-start.gif" alt="Powered by InfoCMS.de" /><img src="images/bar.gif" width="$bropera11%" height="7" alt="Opera 11" /><img src="images/bar-end.gif" alt="Powered by InfoCMS.de" /><font class="small"> $bropera11a% ($opera11)</font></td> </tr> |
Suche weiter nach:
|
|
Quellcode |
1 2 3 4 5 |
<tr> <td width="5%" class="odd" align="center"><font class="small"><img src="images/stats_ie7.png" alt="Powered by InfoCMS.de" /></font></td> <td class="odd"><font class="small">Internet Explorer 8.0</font></td> <td width="80%" class="odd" align="left"><img src="images/bar-start.gif" alt="Powered by InfoCMS.de" /><img src="images/bar.gif" width="$br5%" height="7" alt="Internet Explorer 8.0" /><img src="images/bar-end.gif" alt="Powered by InfoCMS.de" /><font class="small"> $br5a% ($ie8)</font></td> </tr> |
Füge darunter ein:
|
|
Quellcode |
1 2 3 4 5 |
<tr> <td width="5%" class="odd" align="center"><font class="small"><img src="images/stats_ie7.png" alt="Powered by InfoCMS.de" /></font></td> <td class="odd"><font class="small">Internet Explorer 9.0</font></td> <td width="80%" class="odd" align="left"><img src="images/bar-start.gif" alt="Powered by InfoCMS.de" /><img src="images/bar.gif" width="$brie9%" height="7" alt="Internet Explorer 9.0" /><img src="images/bar-end.gif" alt="Powered by InfoCMS.de" /><font class="small"> $brie9a% ($ie9)</font></td> </tr> |
Jetzt sind die Stats um "Internet Explorer 9, Firefox 4.0 und 5.0 sowie Opera 11 erweitert.
Ladet die Datei "setup_stats_erweiterung.php" herunter, fügt diese in eurem "pkinc/public"- Order ein und führt die Installation als Administrator aus:
include.php?path=setup_stats_erweiterung
oder
?path=setup_stats_erweiterung
€dit by Dooki: Dateianhang gelöscht.. Bitte ebenfalls mit in die Anleitung aufnehmen was per PHPMyAdmin gemacht werden sollte.
Ähnliche Themen
-
alte Versionen [1.6.03|1.6.1|1.6.4] »-
1.6.1 Newspost.php Emailerweiterung von Arras
(7. Mai 2011, 14:34)
-
alte Versionen [1.6.03|1.6.1|1.6.4] »-
Ich suchen einen Forumlevel Hack
(12. Mai 2008, 18:44)
-
alte Versionen [1.6.03|1.6.1|1.6.4] »-
Ticcker geht nicht richtig
(25. März 2008, 14:30)


