Register for your free account! | Forgot your password?
Rust Cheats

You last visited: Today at 10:08

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[RELEASE]Metin2-Homepage(!Hen-Script)

Discussion on [RELEASE]Metin2-Homepage(!Hen-Script) within the Metin2 PServer Designs, Websites & Scripts forum part of the Metin2 Private Server category.

Reply
 
Old 02/15/2011, 15:12   #46
 
NotEnoughForYou's Avatar
 
elite*gold: 0
Join Date: Jun 2010
Posts: 3,406
Received Thanks: 2,024
Quote:
Originally Posted by Phlatline View Post
bitte nicht vergessen zu erwähnen,
das der aufbau + script von [PixeL] und Freaky waren. (ursprünglich hen)

Und nicht als eigenes ausgeben.

du hast lediglich das design umgemalt.
wenn man es nicht weiss sollte man ruhig sein ... pixel wollte seinen aufbau ( mit meiner Mienung nach nicht so nem guten Design ) für min 50 € vk. ich habe es nachgebaut ( selbst gescriptet) .... also nix da mit Pixel und Freaky
NotEnoughForYou is offline  
Thanks
1 User
Old 02/22/2011, 19:07   #47
 
FedoraPro's Avatar
 
elite*gold: 0
Join Date: Oct 2010
Posts: 117
Received Thanks: 22
Ich hab da ma ne Frage Zur Homepage ich hab alles zum Laufen gebracht.
hab bisschen umgeschrieben damit der seitenaufbau und die serverabfrage schneller geht.
aber jetzt hab ich 1 Problem.
( Status, Online user und Accounts funktionieren bzw werden angezeigt aber)
Code:
  Spieler Online: 22
Deprecated: Assigning the return value of new by reference is deprecated in C:\xamppnew\php\PEAR\Config.php on line 80

Deprecated: Assigning the return value of new by reference is deprecated in C:\xamppnew\php\PEAR\Config.php on line 166

Deprecated: Assigning the return value of new by reference is deprecated in C:\xamppnew\php\PEAR\Config\Container.php on line 111
      Accountanzahl : 2965
FedoraPro is offline  
Old 02/25/2011, 20:34   #48
 
elite*gold: 0
Join Date: Feb 2008
Posts: 403
Received Thanks: 163
Ich komm mit der Instalazion nicht zurecht hab dyndns server und weis nicht was rein kommen soll also die ip normal die ip vom server oder die ip stanartip
Prince-Samu is offline  
Old 02/25/2011, 21:54   #49
 
elite*gold: 0
Join Date: Feb 2011
Posts: 35
Received Thanks: 4
mascerude boa gut jobb. aber hab ne frage. ich hab metin2 p server erstellt.
aber ich wies nich wie man macht metin2 homepage bitte hilfe mich.

add mich skype : Divelbob2010
divelbob2011 is offline  
Old 02/28/2011, 23:52   #50
 
elite*gold: 0
Join Date: Feb 2011
Posts: 88
Received Thanks: 33
Bei mir ist die nicht nur so Dunkel sondern bei mir ist auch Grün dabei? Kann mir wer da helfne?

Danke im vorraus
Mfg, John
[SA]John is offline  
Old 02/28/2011, 23:56   #51
 
NotEnoughForYou's Avatar
 
elite*gold: 0
Join Date: Jun 2010
Posts: 3,406
Received Thanks: 2,024
ja das grüne kommt von dem ursprünglichen script, dass ich released hab ... musst du in der style.css ändern
NotEnoughForYou is offline  
Old 03/01/2011, 09:02   #52
 
elite*gold: 0
Join Date: Feb 2011
Posts: 88
Received Thanks: 33
ok, danke habe noch ein Problem : die Online anzeige zeigt immer online an auch wenn ich das Game noned gestartet habe und auch wenn ich ./close.sh mache steht da immer noch Online, hier mein inhalt :


<table width="189" border="0" cellpadding="0" cellspacing="0" color:#000000;>
<th valign="top" height="34" width="189" colspan="2" background="styles/"
<?=$style;?>
</th>
<?PHP
$funzocker = "***.**.**.***";
$ip = gethostbyname($funzocker);
$portlist=array(Mein DB Port, 11002, 13001, 13002);
$onliner=array("MySql Server", "Login", "Channel1", "Channel2");
$i=0;
foreach ($portlist as $port){
echo "<tr><td align=right width=100>".$onliner[$i]." </td>";
$online = @fsockopen($ip, $port, $errno, $errstr, 1);
if (!$online)
{
echo "<td align=center><img src='img/layout/status-on.png' width=16 height=12 /></td></tr>";
}
else
{
echo "<td align=center><img src='img/layout/arrow-off.png' width=16 height=12 /></td></tr>";
}
@fclose($online);
$i++;
}
?>
</table>
[SA]John is offline  
Old 03/01/2011, 15:38   #53
 
xOsterhasx's Avatar
 
elite*gold: 0
Join Date: Feb 2011
Posts: 19
Received Thanks: 28
Quote:
Originally Posted by NukieeMetin2 View Post
Mit dem normalen Skript ? ;O
Währ ja geil^^
xD Nukiee ich bins maxiking334 aus skype
xOsterhasx is offline  
Old 03/01/2011, 16:25   #54
 
.YuKio's Avatar
 
elite*gold: 414
Join Date: Jul 2010
Posts: 349
Received Thanks: 81
Quote:
Originally Posted by xOsterhasx View Post
xD Nukiee ich bins maxiking334 aus skype
Man kann es auch per pn sagen

Das hat hier nix zu suchen, du weichts vom thema ab.
.YuKio is offline  
Old 03/01/2011, 18:30   #55
 
elite*gold: 120
Join Date: Jul 2008
Posts: 2,403
Received Thanks: 1,594
Sieht gut aus.
anil the alpacino is offline  
Old 03/01/2011, 19:48   #56
 
.Plazmaa's Avatar
 
elite*gold: 0
Join Date: Feb 2011
Posts: 2,023
Received Thanks: 947
Gute Arbeit..
Mach weiter so.


#Thx given
.Plazmaa is offline  
Thanks
1 User
Old 03/01/2011, 22:39   #57
 
elite*gold: 0
Join Date: Feb 2011
Posts: 88
Received Thanks: 33
Quote:
Originally Posted by [SA]John View Post
ok, danke habe noch ein Problem : die Online anzeige zeigt immer online an auch wenn ich das Game noned gestartet habe und auch wenn ich ./close.sh mache steht da immer noch Online, hier mein inhalt :


<table width="189" border="0" cellpadding="0" cellspacing="0" color:#000000;>
<th valign="top" height="34" width="189" colspan="2" background="styles/"
<?=$style;?>
</th>
<?PHP
$funzocker = "***.**.**.***";
$ip = gethostbyname($funzocker);
$portlist=array(Mein DB Port, 11002, 13001, 13002);
$onliner=array("MySql Server", "Login", "Channel1", "Channel2");
$i=0;
foreach ($portlist as $port){
echo "<tr><td align=right width=100>".$onliner[$i]." </td>";
$online = @fsockopen($ip, $port, $errno, $errstr, 1);
if (!$online)
{
echo "<td align=center><img src='img/layout/status-on.png' width=16 height=12 /></td></tr>";
}
else
{
echo "<td align=center><img src='img/layout/arrow-off.png' width=16 height=12 /></td></tr>";
}
@fclose($online);
$i++;
}
?>
</table>
immernoch :/
[SA]John is offline  
Old 03/02/2011, 13:36   #58
 
.Junior's Avatar
 
elite*gold: 2
Join Date: Jun 2009
Posts: 2,731
Received Thanks: 728
Hamachi-Server?
.Junior is offline  
Old 03/19/2011, 10:03   #59
 
elite*gold: 20
Join Date: Feb 2011
Posts: 1,430
Received Thanks: 219
Gibt es eine Admin login funktion?

Sonst ist alles nice :P
Dimavo is offline  
Old 03/19/2011, 10:12   #60
 
|Epic|FaiL|'s Avatar
 
elite*gold: 57
Join Date: Feb 2011
Posts: 1,287
Received Thanks: 211
Schönes, designe. Finde gut das du das Scribt etwas erweitert hast.

Vilt werde ich es mahl auf einer seite teste
#Thxgive
|Epic|FaiL| is offline  
Reply


Similar Threads Similar Threads
[Release] Metin2 Gilden Homepage + Script
11/22/2014 - Metin2 PServer Designs, Websites & Scripts - 17 Replies
Hallo, !!!Erst mal ich das das Script nicht selber geschrieben!!! Wollte hier mal eine Gilden Homepage inkl. Script vorstellen. Fangen wir mal an. Was ihr brauche: Den Script inkl. Design aus dem Anhang. FileZilla (Um die Datein auf den Server zuladen )



All times are GMT +1. The time now is 10:10.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.