You last visited: Today at 14:06
Advertisement
Playermap Problem..
Discussion on Playermap Problem.. within the Metin2 Private Server forum part of the Metin2 category.
09/04/2010, 15:15
#1
elite*gold: 0
Join Date: Feb 2010
Posts: 942
Received Thanks: 969
Playermap Problem..
Hallo, ich habe ein Proplem, die
zu Konfigurieren..
Heisst:
Welche Datei muss ich in index.html bei <a href="HIER">Playermap</a> reintun?
Also den Link..
Geil wäre ne Richtig gute Anleitung, die von werde kapier ich net.
Für ne geile Anleitung bekommt man THX's
09/04/2010, 15:16
#2
elite*gold: 49
Join Date: Jul 2010
Posts: 5,412
Received Thanks: 1,663
Wieso .html?
09/04/2010, 15:25
#3
elite*gold: 0
Join Date: Feb 2010
Posts: 942
Received Thanks: 969
Habe eine Homepage für meinen Hamachi Server gescriptet, und dass ist nunmal HTML.
09/04/2010, 15:27
#4
elite*gold: 49
Join Date: Jul 2010
Posts: 5,412
Received Thanks: 1,663
Mach maln Screen
09/04/2010, 15:29
#5
elite*gold: 0
Join Date: Feb 2010
Posts: 942
Received Thanks: 969
Von?
Bitte genau Erklären bin ein Anfänger was Xampp und html/php betrifft
09/04/2010, 15:30
#6
elite*gold: 49
Join Date: Jul 2010
Posts: 5,412
Received Thanks: 1,663
Von der html Datei
09/04/2010, 15:32
#7
elite*gold: 0
Join Date: Feb 2010
Posts: 942
Received Thanks: 969
Ja von welcher?
Von der index.html?
09/04/2010, 15:35
#8
elite*gold: 0
Join Date: Aug 2010
Posts: 223
Received Thanks: 50
jo das möchte ich auch wiessen wie man das ändert
hier ist aber der index.htm
PHP Code:
<! DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd" >
< html >
< head >
< title > Playermap </ title >
< META http - equiv = "Content-Style-Type" content = "text/css" >
< meta http - equiv = "Content-Type" content = "text/html; charset=ISO-8859-1" >
< style type = "text/css" media = "screen" >
<!--
body {
background : #f5c45b url(images/back.jpg) left top repeat;
color : #fff;
}
#container {
background : transparent url ( images / bg . png ) center top no - repeat ;
width : 400px ;
height : 460px ;
}
-->
</ style >
</ head >
< body >
< table height = "100%" width = "100%" border = "0" cellpadding = "0" cellspacing = "0" >
< tr height = "100%" > < td width = "100%" align = "center" valign = "center" >
< div id = "container" >
< center >< br >< br >< a href = "javascript :window.open('coord.php?mapindex=1', 'Shinsoo', 'menubar=no, status=no, toolbar=no, resizable=no, scrollbars=no, width=276, height=340');void(0);" >< img src = "images/shinsooButton.png" border = "0" ></ a >< br >< br >
< a href = "javascript :window.open('coord.php?mapindex=21', 'Chunjo', 'menubar=no, status=no, toolbar=no, resizable=no, scrollbars=no, width=276, height=340');void(0);" >< img src = "images/chunjoButton.png" border = "0" ></ a >< br >< br >
< a href = "javascript :window.open('coord.php?mapindex=41', 'Jinno', 'menubar=no, status=no, toolbar=no, resizable=no, scrollbars=no, width=276, height=340');void(0);" >< img src = "images/jinnoButton.png" border = "0" ></ a >< br >< br ></ center >
</ div >
</ td >
</ tr >
</ table >
</ body >
</ html >
09/04/2010, 15:38
#9
elite*gold: 0
Join Date: Feb 2010
Posts: 942
Received Thanks: 969
Quote:
Originally Posted by
WaRRiorS~2011
jo das möchte ich auch wiessen wie man das ändert
hier ist aber der index.htm
PHP Code:
<! DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd" >
< html >
< head >
< title > Playermap </ title >
< META http - equiv = "Content-Style-Type" content = "text/css" >
< meta http - equiv = "Content-Type" content = "text/html; charset=ISO-8859-1" >
< style type = "text/css" media = "screen" >
<!--
body {
background : #f5c45b url(images/back.jpg) left top repeat;
color : #fff;
}
#container {
background : transparent url ( images / bg . png ) center top no - repeat ;
width : 400px ;
height : 460px ;
}
-->
</ style >
</ head >
< body >
< table height = "100%" width = "100%" border = "0" cellpadding = "0" cellspacing = "0" >
< tr height = "100%" > < td width = "100%" align = "center" valign = "center" >
< div id = "container" >
< center >< br >< br >< a href = "javascript :window.open('coord.php?mapindex=1', 'Shinsoo', 'menubar=no, status=no, toolbar=no, resizable=no, scrollbars=no, width=276, height=340');void(0);" >< img src = "images/shinsooButton.png" border = "0" ></ a >< br >< br >
< a href = "javascript :window.open('coord.php?mapindex=21', 'Chunjo', 'menubar=no, status=no, toolbar=no, resizable=no, scrollbars=no, width=276, height=340');void(0);" >< img src = "images/chunjoButton.png" border = "0" ></ a >< br >< br >
< a href = "javascript :window.open('coord.php?mapindex=41', 'Jinno', 'menubar=no, status=no, toolbar=no, resizable=no, scrollbars=no, width=276, height=340');void(0);" >< img src = "images/jinnoButton.png" border = "0" ></ a >< br >< br ></ center >
</ div >
</ td >
</ tr >
</ table >
</ body >
</ html >
Das habe ich nicht!
Ich mache keine Seite, für eine Playermap. Beim Ranking hats geklappt ohne neue Seite. Einfach in die index.html mit a href etc. Eingebunden.
09/04/2010, 17:34
#10
elite*gold: 3
Join Date: Dec 2008
Posts: 843
Received Thanks: 139
Hatte au son kack problem gleiche wie die kuh da oben xD
09/04/2010, 17:37
#11
elite*gold: 0
Join Date: Feb 2010
Posts: 942
Received Thanks: 969
Helft mir pls =(
09/04/2010, 19:51
#12
elite*gold: 0
Join Date: Aug 2010
Posts: 462
Received Thanks: 59
vielen dank das du mir geholfen hast
09/05/2010, 08:05
#13
elite*gold: 0
Join Date: Feb 2010
Posts: 942
Received Thanks: 969
Ähhm kein Proplem..
Bitte Helft mir, ich will doch ein Geiles Script haben^^
09/05/2010, 09:59
#14
elite*gold: 0
Join Date: Aug 2010
Posts: 462
Received Thanks: 59
ja leute helft ihm
09/05/2010, 11:22
#15
elite*gold: 0
Join Date: Feb 2010
Posts: 942
Received Thanks: 969
Wenn ich dort auf Shinsoo klicke, öffnet sich ein Fenster wo drin steht: ERROR: DB allready open. Unknown database 'player'
Similar Threads
Trinity TBC Playermap
07/29/2010 - WoW Private Server - 0 Replies
Der Titel sagt alles .. suche eine Trinity Playermap in TBC-Zeiten. Bin um jede Antwort dankbar =)
[1st Release] Playermap (für Homepages)!!
05/29/2010 - Metin2 PServer Guides & Strategies - 112 Replies
So, epvpers, da bin ich mal mit was Neuem:
Der Playermap!
Was ist das?
Eine Playermap ermöglicht es euch, auf eurer Homepage anzuzeigen, wer gerade wo auf welcher Map online ist.
Diese Playermap ist für 1sten Maps der 3 Reiche, es kommen Sicherlich noch mehr^^
Welche Vorraussetzungen muss ich haben?
Du Brauchst:
Playermap Mangos
03/31/2010 - WoW Private Server - 2 Replies
Hi weis vielleicht jemand wo ich eine Playermap für Mangos downloaden kann ?
Und bräuchte noch ein Script das mir z.B anzeigt wie viele Accounts angelegt wurden und wie viele Player momantan online sind
mfg Sh4nks
All times are GMT +2. The time now is 14:06 .