Xampp sir
I'm sorry my English. Let me rephrase.
I already have a webhost. How can I use a File Transfer Protocol (FTP) to setup MU Core 1.0.8 into it.
I'm using a VPS for my GameServer. My Webhost does have a MSSQL as I had a website of MU when i receive it.
I'm at this step and don't know what to do next :P
Yea probably cus of that, halilkok try 1.7.1 xampp version for now and when u learn making it work on 1.7.7 etc by enabling mssql in .php ini or u can research that if u want , else skip it and use 1.7.1 that will work for sure.
magic_quotes_gpc must be disabled. To disable them go to your php.ini search for 'magic_quotes_gpc' and change value from 'On' to 'Off'.
; Magic quotes
;
; Magic quotes for incoming GET/POST/Cookie data.
magic_quotes_gpc = off
; Magic quotes for runtime-generated data, e.g. data from SQL, from exec(), etc.
magic_quotes_runtime = off
; Use Sybase-style magic quotes (escape ' with '' instead of \').
magic_quotes_sybase = off
Last edited by halilkok; 02-09-15 at 12:50 AM.
just use 1.7.1 and you don't have to do anything brother.
Check connection if u are using correct ( MSSQL OR ODBC ) config.php
Check if magic_quotes_gpc is set Off , xampp/php/php.ini
Check if Webshop module or any module are using Connection or No ( AdminCP-> EditPages )