Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Metin2 > Metin2 Private Server
You last visited: Today at 23:56

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

Advertisement



[S]Hilfe Item_proto.php

Discussion on [S]Hilfe Item_proto.php within the Metin2 Private Server forum part of the Metin2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: May 2013
Posts: 104
Received Thanks: 7
[S]Hilfe Item_proto.php

PHP Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>mob_proto S>C</title>
</head>

<body>
<?php
mysql_connect
("IP""DBUSER""DBPASSWORT") or die ("Keine Verbindung moeglich");
mysql_select_db("player") or die ("Die Datenbank existiert nicht.");
?>
<!--##############################################-->
<table>
  <?php
$query 
"SELECT * FROM item_proto";

$result mysql_query($query);



while (
$line mysql_fetch_array($result)) { ?>
  <tr>
    <td><Item vnum="<?PHP echo $line[vnum];?>"</td>
    <td>name="'<?PHP echo $line[name];?>'"</td>
    <td>gb2312name="<?PHP echo $line[locale_name];?>"</td>
    <td>type="<?PHP echo $line[type];?>"</td>
    <td>subtype="<?PHP echo $line[subtype];?>"</td>
    <td>weight="<?PHP echo $line[weight];?>"</td>
    <td>size="<?PHP echo $line[size];?>"</td>
    <td>antiflag="<?PHP echo $line[antiflag];?>"</td>
    <td>flag="<?PHP echo $line[flag];?>"</td>
    <td>wearflag="<?PHP echo $line[wearflag];?>"</td>
    <td>immuneflag="
<?PHP
    
if (!empty($line[immuneflag]))
    {
        echo 
$line[immuneflag];
    }
    else if (empty(
$line[immuneflag]))
    {
        echo 
"0";
    }
?>"</td>
    <td>gold="<?PHP echo $line[gold];?>"</td>
    <td>buy_price="<?PHP echo $line[shop_buy_price];?>"</td>
    <td>limittype0="<?PHP echo $line[limittype0];?>"</td>
    <td>limitvalue0="<?PHP echo $line[limitvalue0];?>"</td>
    <td>limittype1="<?PHP echo $line[limittype1];?>"</td>
    <td>limitvalue1="<?PHP echo $line[limitvalue1];?>"</td>
    <td>applytype0="<?PHP echo $line[applytype0];?>"</td>
    <td>applyvalue0="<?PHP echo $line[applyvalue0];?>"</td>
    <td>applytype1="<?PHP echo $line[applytype1];?>"</td>
    <td>applyvalue1="<?PHP echo $line[applyvalue1];?>"</td>
    <td>applytype2="<?PHP echo $line[applytype2];?>"</td>
    <td>applyvalue2="<?PHP echo $line[applyvalue2];?>"</td>
    <td>value0="<?PHP echo $line[value0];?>"</td>
    <td>value1="<?PHP echo $line[value1];?>"</td>
    <td>value2="<?PHP echo $line[value2];?>"</td>
    <td>value3="<?PHP echo $line[value3];?>"</td>
    <td>value4="<?PHP echo $line[value4];?>"</td>
    <td>value5="<?PHP echo $line[value5];?>"</td>
    <td>socket0="<?PHP echo $line[socket0];?>"</td>
    <td>socket1="<?PHP echo $line[socket1];?>"</td>
    <td>socket2="<?PHP echo $line[socket2];?>"</td>
    <td>socket3="<?PHP echo $line[socket3];?>"</td>
    <td>socket4="<?PHP echo $line[socket4];?>"</td>
    <td>socket5="<?PHP echo $line[socket5];?>"</td>
    <td>refine_vnum="<?PHP echo $line[refined_vnum];?>"</td>
    <td>refine_set="<?PHP echo $line[refine_set];?>"</td>
    <td>magic_pct="<?PHP echo $line[magic_pct];?>"</td>
    <td>specular="<?PHP echo $line[specular];?>"</td>
    <td>socket_pct="<?PHP echo $line[socket_pct];?>"/></td>
  </tr>
  <?PHP

}

mysql_free_result($result);

mysql_close();

?>
</table>
<br>
</body>
</html>
das script ist by scare wie bekomme ich es nun hin das er die umlaute ausließt?
Skybucht is offline  
Old 07/03/2013, 22:41   #2
 
elite*gold: 0
Join Date: May 2013
Posts: 104
Received Thanks: 7
Hahaha
Skybucht is offline  
Old 07/03/2013, 23:32   #3
 
ChaNiix's Avatar
 
elite*gold: 0
Join Date: May 2013
Posts: 4
Received Thanks: 2
er zwingt mich
ChaNiix is offline  
Thanks
1 User
Old 07/03/2013, 23:40   #4
 
elite*gold: 0
Join Date: May 2013
Posts: 104
Received Thanks: 7
Weiss keiner was ;o?
Skybucht is offline  
Reply


Similar Threads Similar Threads
[Hilfe]Item_proto
05/11/2012 - Metin2 Private Server - 4 Replies
Hallo epvp's, und zwar ich hab mit dem item proto converter eine Itemproto.xml erstellt doch leider kann ich die item_proto nicht mehr packen , das kommt davon das alle items deren ihr name geändert worden ist durch den converter ... Könnte mir bitte einer helfen und mir sagen wie ich das ganz schnell ändern kann , da ich keine lust von 7000 dateien den namen zu ändern :D Ein Danke schon mal im Vorraus :D
[HILFE]item_proto
01/24/2012 - Metin2 Private Server - 0 Replies
Hey Leute, habe die item_proto aus dem Clienten V2 von Marco_A entpackt, und wollte sie in meinen Server einfügen. Habe diese Website benutzt: Itemproto: Client to Server Dann konnte man dort ein *.sql Datei downloaden. Was muss ich damit machen ?
[HILFE] Item_proto
10/05/2010 - Metin2 Private Server - 1 Replies
hi com meine item_proto läßt sich net mehr einpacken da steht imma was komisches ( bild im anhang) bitte helft mir!
[HILFE] Item_proto
09/26/2010 - Metin2 Private Server - 5 Replies
Hi Com, ich habe ein problem! ich will mein Item_proto (Clientside) ändern ( Server seit anpassen) ich habe mir mal ein vid angeguckt: YouTube - (How To) Metin2 Item_proto entpacken und packen aber da fehlt der Downloadlink vom File Extractor. denn habe ich SuFu benutzt um einen File Extractor zu finden aber bei allen Fehlt die localeEXTRACT.xml datei dann habe ich mir das TuT angeguckt:...
Hilfe bei item_proto [!]
04/04/2010 - Metin2 Private Server - 2 Replies
Hey liebe user, habe meinen eigenen Hamachi Privat server erstellt und stehe noch vor einem Problem. Nicht alle items sind upbar, z.B. kann man Grolli und hmk nicht +7 machen. Ich bin mir nicht sicher wie ich das in der item_proto verändern muss, da wollte ich mal fragen ob jemand seine fertige item_proto hochladen kann (:. Hab per SuFu und google keine vervollständigte item_proto mit entbuggten Waffen gefunden!. Schonmal ein Dankeschön im voraus =) styled3:mofo:



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


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.