Jump to content
  • 0

L2 site


nightkhaos

Question

Hello you guys, i am looking for a example script for l2 account creation that DOESNT use the php_mssql extension for windows , i am looking something for linux based hosting any help will be apreciated thank you!.

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

If you are using shared hosting and don't have the ability to recompile php or enable extensions yourself then just put a webserver on your game box.

 

If your hosting isn't shared and you can recompile php then you can use the PDO ODBC driver which is included in the later sources of php, but not compiled into php by default.

More info on PDO ODBC -> http://php.net/manual/en/ref.pdo-odbc.php

 

Ignore the MSSQL PDO driver though, it cannot be loaded on linux, and as of PHP 5.3 the MSSQL driver is officially depreciated due to it's replacement by microsoft (sqlsrv, which also isn't supported on linux), and php's dropping of support for VC6 extensions.

Link to comment
Share on other sites

  • 0

If you are using shared hosting and don't have the ability to recompile php or enable extensions yourself then just put a webserver on your game box.

 

If your hosting isn't shared and you can recompile php then you can use the PDO ODBC driver which is included in the later sources of php, but not compiled into php by default.

More info on PDO ODBC -> http://php.net/manual/en/ref.pdo-odbc.php

 

Ignore the MSSQL PDO driver though, it cannot be loaded on linux, and as of PHP 5.3 the MSSQL driver is officially depreciated due to it's replacement by microsoft (sqlsrv, which also isn't supported on linux), and php's dropping of support for VC6 extensions.

Link to comment
Share on other sites

  • 0

If you are using shared hosting and don't have the ability to recompile php or enable extensions yourself then just put a webserver on your game box.

 

If your hosting isn't shared and you can recompile php then you can use the PDO ODBC driver which is included in the later sources of php, but not compiled into php by default.

More info on PDO ODBC -> http://php.net/manual/en/ref.pdo-odbc.php

 

Ignore the MSSQL PDO driver though, it cannot be loaded on linux, and as of PHP 5.3 the MSSQL driver is officially depreciated due to it's replacement by microsoft (sqlsrv, which also isn't supported on linux), and php's dropping of support for VC6 extensions.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...