Ich finde die Datei aber leider nicht. Könnte sich vielleicht irgendjemand das Theme runterladen und mir dann den Pfad ansagen?
Gibt es so ein Plugin schon formateins?
Beiträge von Stjubit
-
-
Hallo erstmal,
wie der Titel schon sagt, komme ich nicht drauf, wo ich den Code einer Seite/Page/Site ändern kann. Das ist meine Seite: http://2quick.bplaced.net/ ..und zwar will ich bei der Seite Hungergames-Bestenliste - Unterseite "Beste Spieler" den Code:
PHP[LEFT][COLOR=#BC7A00][FONT=Andale Mono]<?php[/FONT][/COLOR][/LEFT] [COLOR=#19177C]$sql_host[/COLOR][COLOR=#141414] [/COLOR][COLOR=#666666]=[/COLOR][COLOR=#141414] [/COLOR][COLOR=#BA2121]""[/COLOR][COLOR=#141414];[/COLOR][COLOR=#141414] [/COLOR][COLOR=#408080][I]//host adress[/I][/COLOR][COLOR=#141414][/COLOR][COLOR=#19177C]$sql_user[/COLOR][COLOR=#141414] [/COLOR][COLOR=#666666]=[/COLOR][COLOR=#141414] [/COLOR][COLOR=#BA2121]""[/COLOR][COLOR=#141414];[/COLOR][COLOR=#141414] [/COLOR][COLOR=#408080][I]//username[/I][/COLOR][COLOR=#141414][/COLOR][COLOR=#19177C]$sql_pass[/COLOR][COLOR=#141414] [/COLOR][COLOR=#666666]=[/COLOR][COLOR=#141414] [/COLOR][COLOR=#BA2121]""[/COLOR][COLOR=#141414];[/COLOR][COLOR=#141414] [/COLOR][COLOR=#408080][I]//password[/I][/COLOR][COLOR=#141414][/COLOR][COLOR=#19177C]$sql_database[/COLOR][COLOR=#141414] [/COLOR][COLOR=#666666]=[/COLOR][COLOR=#141414] [/COLOR][COLOR=#BA2121]""[/COLOR][COLOR=#141414];[/COLOR][COLOR=#141414] [/COLOR][COLOR=#408080][I]//database name[/I][/COLOR][COLOR=#141414][/COLOR][COLOR=#008000]mysql_connect[/COLOR][COLOR=#141414]([/COLOR][COLOR=#19177C]$sql_host[/COLOR][COLOR=#141414],[/COLOR][COLOR=#141414] [/COLOR][COLOR=#19177C]$sql_user[/COLOR][COLOR=#141414],[/COLOR][COLOR=#141414] [/COLOR][COLOR=#19177C]$sql_pass[/COLOR][COLOR=#141414])[/COLOR][COLOR=#141414] [/COLOR][COLOR=#008000][B]or[/B][/COLOR][COLOR=#141414] [/COLOR][COLOR=#008000][B]die[/B][/COLOR][COLOR=#141414]([/COLOR][COLOR=#008000]mysql_error[/COLOR][COLOR=#141414]());[/COLOR][COLOR=#141414][/COLOR][COLOR=#008000]mysql_select_db[/COLOR][COLOR=#141414]([/COLOR][COLOR=#19177C]$sql_database[/COLOR][COLOR=#141414])[/COLOR][COLOR=#141414] [/COLOR][COLOR=#008000][B]or[/B][/COLOR][COLOR=#141414] [/COLOR][COLOR=#008000][B]die[/B][/COLOR][COLOR=#141414]([/COLOR][COLOR=#008000]mysql_error[/COLOR][COLOR=#141414]()); [/COLOR][LEFT][COLOR=#BC7A00][FONT=Andale Mono]?>[/FONT][/COLOR][/LEFT]...und danach den Code einfügen:
PHP[LEFT][COLOR=#BC7A00][FONT=Andale Mono]<?php[/FONT][/COLOR][/LEFT] [COLOR=#19177C]$result[/COLOR][COLOR=#141414] [/COLOR][COLOR=#666666]=[/COLOR][COLOR=#141414] [/COLOR][COLOR=#008000]mysql_query[/COLOR][COLOR=#141414]([/COLOR][COLOR=#BA2121]"SELECT REF_WINNER, NAME, COUNT(*) AS WinCount FROM GAMES JOIN PLAYERS on GAMES.REF_WINNER = PLAYERS.ID GROUP BY REF_WINNER ORDER BY WinCount DESC"[/COLOR][COLOR=#141414])[/COLOR][COLOR=#141414][/COLOR][COLOR=#008000][B]or[/B][/COLOR][COLOR=#141414] [/COLOR][COLOR=#008000][B]die[/B][/COLOR][COLOR=#141414]([/COLOR][COLOR=#008000]mysql_error[/COLOR][COLOR=#141414]());[/COLOR][COLOR=#141414] [/COLOR][COLOR=#19177C]$row[/COLOR][COLOR=#141414] [/COLOR][COLOR=#666666]=[/COLOR][COLOR=#141414] [/COLOR][COLOR=#008000]mysql_fetch_array[/COLOR][COLOR=#141414]([/COLOR][COLOR=#19177C]$result[/COLOR][COLOR=#141414]);[/COLOR][COLOR=#141414][/COLOR][COLOR=#008000][B]echo[/B][/COLOR][COLOR=#141414] [/COLOR][COLOR=#19177C]$row[/COLOR][COLOR=#141414][[/COLOR][COLOR=#BA2121]'NAME'[/COLOR][COLOR=#141414]]; [/COLOR][LEFT][COLOR=#BC7A00][FONT=Andale Mono]?>[/FONT][/COLOR][/LEFT]Wo kann ich das abändern? Direkt im Dashboard, PHPmyadmin oder in den Wordpress-Dateien?
Das ist mein Theme: http://www.elitepvpers.com/forum/minecraf…-wordpress.html
Ich bedanke mich schon jetzt für die kommenden Antworten!
Mit freundlichen Grüßen,
Julian Kaufmann (Stjubit)