• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

HTML Seite + PHP Counter

Status
Für weitere Antworten geschlossen.

MDNoob

Neues Mitglied
Hi,

mein Counter:
Code:
[SIZE=3][FONT=Times New Roman]<style type="text/css">[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman].chcTable[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]{[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]width: 190px;[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]border-spacing: 1px;[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]border-width: 0px;[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]border-color: #FFFFFF;[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]border-style: solid;[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]text-align: left;[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]background-color: #FFFFFF;[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]}[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman].chcHeaderRow[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]{[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]background-color: #FFFFFF;[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]color: #FFFFFF;[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]font-size: 13px;[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]font-weight: bold;[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]padding: 3px;[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]}[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman].chcLeftRow[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]{[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]background-color: #FFFFFF;[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]color: #FFFFFF;[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]font-size: 10px;[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]padding: 3px;[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]}[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman].chcLeftRowAlt[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]{[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]background-color: #FFFFFF;[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]color: #FFFFFF;[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]font-size: 10px;[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]padding: 3px;[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]}[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman].chcRightRow[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]{[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]background-color: #FFFFFF;[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]font-size: 11px;[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]font-weight: bold;[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]color: #FFFFFF;[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]padding: 3px;[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]text-align: right;[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]}[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman].chcRightRowAlt[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]{[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]background-color: #FFFFFF;[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]font-size: 11px;[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]font-weight: bold;[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]color: #FFFFFF;[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]padding: 3px;[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]text-align: right;[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]}[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman].chcA a[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]{[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]font-size: 10px;[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]}[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]</style>[/FONT][/SIZE]
 
[SIZE=3][FONT=Times New Roman]<div align="center">[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]<table class="chcTable">[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]<tr>[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]<td colspan="2" class="chcHeaderRow">[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]Besucherstatistik[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]</td>[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]</tr>[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]<tr>[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]<td class="chcLeftRow">{L_TOTAL_VISITORS}</td>[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]<td class="chcRightRow">{V_TOTAL_VISITORS}</td>[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]</tr>[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]<tr>[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]<td class="chcLeftRowAlt">{L_VISITORS_TODAY}</td>[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]<td class="chcRightRowAlt">{V_VISITORS_TODAY}</td>[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]</tr>[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]<tr>[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]<td class="chcLeftRow">{L_VISITORS_YESTERDAY}</td>[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]<td class="chcRightRow">{V_VISITORS_YESTERDAY}</td>[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]</tr>[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]<tr>[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]<td class="chcLeftRowAlt">{L_MAX_VISITORS_PER_DAY}</td>[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]<td class="chcRightRowAlt">{V_MAX_VISITORS_PER_DAY}</td>[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]</tr>[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]<tr>[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]<td class="chcLeftRow">{L_VISITORS_CURRENTLY_ONLINE}</td>[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]<td class="chcRightRow">{V_VISITORS_CURRENTLY_ONLINE}</td>[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]</tr>[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]<tr>[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]<td class="chcLeftRowAlt">{L_MAX_VISITORS_ONLINE}</td>[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]<td class="chcRightRowAlt">{V_MAX_VISITORS_ONLINE}</td>[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]</tr>[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]<tr>[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]<td class="chcLeftRow">{L_TOTAL_PAGE_VIEWS}</td>[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]<td class="chcRightRow">{V_TOTAL_PAGE_VIEWS}</td>[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]</tr>[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]<tr>[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]<td class="chcLeftRowAlt">{L_PAGE_VIEWS_THIS_PAGE}</td>[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]<td class="chcRightRowAlt">{V_PAGE_VIEWS_THIS_PAGE}</td>[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]</tr>[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]<tr>[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]<td class="chcA" colspan="2" style="text-align:center; padding-top: 4px;">[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]<a target="_blank" href="{V_COUNTER_URL}/stats/index.php"><img src="{V_COUNTER_URL}/images/stats.png" style="width:15px; height:15px; border: 0px;" alt="counter" title="{L_STATISTICS}" /></a> [/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]<a target="_blank" href="{V_COUNTER_URL}/stats/index.php">{L_STATISTICS}</a>[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]</td>[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]</tr>[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]<tr>[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]<td colspan="2" style="text-align:center; padding-top: 4px;">[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]<a href="http://chcounter.org/" target="_blank">[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]<img src="http://chcounter.org/bilder/logo80x15.png" style="width:80px; height:15px; border: 0px;" alt="counter, Besucherz&auml;hler" title="{L_STATISTICS}" /></a>[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]</td>[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]</tr>[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]</table>[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]</div>[/FONT][/SIZE]


Das ist mein Counter, er funktioniert jedoch leider nicht, daher die Frage ob mir vielleicht irgendjemand sagen kann was ich falsch gemacht hab?!
test.mdtraining.at

Hab leider überhaupt keine Erfahrungen mit Countern und ich möchte keinen Gratis Counter verwenden der dann Wrbung enthält und auf eine andrer Seite verlinkt (ihr wisst schon was ich meine)...
 
Zuletzt bearbeitet:
Sieht ziemlich unübersichtlich aus dein <code>

Wenn du Hilfe verlangst, solltest du ihn villeicht so reinkopieren das man eine gewisse übersicht hat...

ich kann dir sonst nicht wirklich weiterhelfen... Weiss nicht wie das bei den anderen ist...

LG MasteR ChieF
 
Status
Für weitere Antworten geschlossen.
Zurück
Oben