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
Share on other sites

  • Replies 8
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

  • 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
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
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • 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.