Jump to content

Recommended Posts

Hi.

 

I have two errors.

 

First: When i try to put 3 sql's files "Mob_proto2, Mob_proto and Skill_proto gives me this error.

 

8Rp3r.png

 

 

2º Error:

 

I has put website files on apache22>data, when i go to the my ip give me this:

 

8RpdY.png

 

But when i put 'http://198.100.145.210/index.php'

Give me this:

 

8RpjZ.png

 

And give me the file php ... and happens on every file of website... 

 

 

PS: Can the Mob_proto, mob_proto2 and skill_proto enable login to my server? I have every file good, well configured and i try to login gives me ID and PASS error ... 

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
https://metin2.dev/topic/1301-2-errors/
Share on other sites

  • Replies 8
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Error 1

make sure there is "DROP TABLE IF EXISTS" if you're going to update things ..

if you have that .. you need to execute one query and tell us what you got.

 

Error 2

you need to look into this link.

http://www.freebsdmadeeasy.com/tutorials/web-server/install-php-5-for-web-hosting.php

Link to comment
https://metin2.dev/topic/1301-2-errors/#findComment-9529
Share on other sites

  • Premium

Regarding the second...

 

Assuming you already installed the apache php module, you need to add this in httpd.conf:

 

   <IfModule php5_module>
       DirectoryIndex index.php index.html
       AddType application/x-httpd-php .php
       AddType application/x-httpd-php-source .phps
   </IfModule>
 
Link to comment
https://metin2.dev/topic/1301-2-errors/#findComment-9532
Share on other sites

I tried with others db files ( mob proto , skill proto) and i logged into server, but when i try to insert mines and gives that error, i cant log, i think that sql files are buged

And ys, i already installad apache

Enviado do meu TAB7DUAL 8GB através de Tapatalk

Link to comment
https://metin2.dev/topic/1301-2-errors/#findComment-9549
Share on other sites

UPDATE player.item_proto
SET player.item_proto.xxx = (SELECT xxx
                     FROM item_proto_copy
                     WHERE player.item_proto.vnum = player.item_proto_copy.vnum);

Edit: if you're talking about .txt files you need to import them by DBManager or the built-in function in navicat :)

Link to comment
https://metin2.dev/topic/1301-2-errors/#findComment-9642
Share on other sites

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.