[Release]Full working webmall

09/24/2015 18:46 treica#151
make sure you set the right path in config file.
11/03/2015 21:25 AxelMac#152
i use xampp 3.2.1 and use php5.5.30 but this not working, one can say that php versione i can use?
11/03/2015 21:35 SnickQ#153
Use xampp 1.6.0
11/03/2015 22:32 AxelMac#154
Quote:
Originally Posted by SnickQ View Post
Use xampp 1.6.0
but that versione of php use? because in vps i use IIS and need install php and need know the version
11/03/2015 23:16 SnickQ#155
5.2.1 as i remember
11/04/2015 20:44 treica#156
You have to use 1.7.3 Xampp with PHP 5.3. doesn't work with 5.4 or above as is no longer supported by PHP the mssql driver. Will be up soon a new version built with Angular and PDO rebuilt from scratch.
11/04/2015 22:10 Big_#157
Sounds good treica carnt wait
12/03/2015 23:32 Fordmondeo20#158
Hey treica,

do u reached some advances with these odbc scripts?
I tried to do it by myself but anything still seem to be wrong ^^

Regards.
04/18/2016 06:02 st.jimmy998#159
I can log-in at /webmall/index.php but in webmall/admin.php gives me "Bad user / pass" can help me?
04/18/2016 06:29 ASTARHOT#160
Quote:
Originally Posted by st.jimmy998 View Post
I can log-in at /webmall/index.php but in webmall/admin.php gives me "Bad user / pass" can help me?
tal bes por que el usuario no es el mismo que el de las tablas de tu sql ejemmplo
mi usuario de juego es tara
puedo logear en la web mall como usuario pero si bas ala seccion de administración necesitas poner el usuario que ai gas puesto en el config.php


<?
//MSSQL login details game side
$mssql_config = array(
'server' => '127.0.0.1', <<<<<<servidor
'user' => 'Rnago',<<<<<< usuario que tengas en tu basededatos del juego
'password' => 'danasnsdn1222'
);
// Admin Login and password to login admin panel
$admin_config = array(
'username' => 'astarhot', <<<<<<< este seria tu usuario de administrador en la web
'password' => 'a'
);
//full link to your script location (other setting dont change)
$config = array(
'home_url' => 'http://webmall',
'random_code' => '645325756584',
'max_slots' => 20,
);
// item section just add (, 'Category',) same DELETE
$items_cats = array(1 => 'Weapons', 'Armors', 'Pack', 'Lapis', 'Random' , 'Mounts' , 'New Items' ,'New Weapons' );
02/25/2017 19:23 balongskie123#161
i got this problem
02/27/2017 07:04 Raziel166#162
Quote:
Originally Posted by balongskie123 View Post
i got this problem
Because you must use a new version sql as 2012 or higher
Or you can create a database manually in sql 2008
03/01/2017 20:08 balongskie123#163
Quote:
Originally Posted by Raziel166 View Post
Because you must use a new version sql as 2012 or higher
Or you can create a database manually in sql 2008

ohh. do you use this webmall? do you have query? if not. its ok dont waste your time to make query for me
12/19/2018 07:58 copain#164
Hello, i try to use the webmall but i have this problem i have edited the config base on the tuts, but when i navigate to the webmall page like index or admin all i see is clean white page nothing happen. even when i inspect element nothing the file is sitting into my htdocs folder address is [Only registered and activated users can see links. Click Here To Register...] or even webmall/index nothing all i get is clean white page no error or prompt
12/19/2018 13:01 [MXD]Takeshi#165
Quote:
Originally Posted by copain View Post
Hello, i try to use the webmall but i have this problem i have edited the config base on the tuts, but when i navigate to the webmall page like index or admin all i see is clean white page nothing happen. even when i inspect element nothing the file is sitting into my htdocs folder address is [Only registered and activated users can see links. Click Here To Register...] or even webmall/index nothing all i get is clean white page no error or prompt
...2012 thread, this require 5.3 php, very shit, 0 reason for use this script, then you need fix ur php.ini configuration before.

you need to learn a lot (especially reading your last thread on how to use the CT file, use the brain.exe for this ;) ), learn the latest features, also nice that you learn to do things alone, instead of using old releases