[Release]Full working webmall

08/03/2015 09:29 treica#136
Open config.php and put your mssql database details in.

In case it prompts you with errors like "Cannot connect to database", first make sure inside your xampp / wamp web server the php.ini has uncommented both mssql drivers, second make sure to have active sql browser, which can be activated by mssql configuration manager.
08/05/2015 12:01 Bella SunShine#137
i have this problem >>

08/05/2015 12:16 treica#138
Have you defined in config.php your script home location?
Where is example.com/webmall should be your script location.

Also make sure you have activated php short tags in your xampp/php/php.ini find the line

short_open_tag=

and set it to On (O capital letter) if is set to Off then save and restart your xampp web service.
08/05/2015 12:39 Bella SunShine#139
Quote:
Originally Posted by treica View Post
Have you defined in config.php your script home location?
Where is example.com/webmall should be your script location.

Also make sure you have activated php short tags in your xampp/php/php.ini find the line

short_open_tag=

and set it to On (O capital letter) if is set to Off then save and restart your xampp web service.
>> is on >> [Only registered and activated users can see links. Click Here To Register...] and
[Only registered and activated users can see links. Click Here To Register...]
08/05/2015 13:07 treica#140
You don't need to put that xampp/php/php.ini in your url ... is a file path when you go from my computer > c: > xampp > php > php.ini open the file and activate the short tags, and you also need to uncomment the two mssql extensions in php.ini.

I'm not a very good explainer but if you search the forum for "uncomment mssql extensions" and on google and/or other se for "activate php short tags" you'll be good.
08/09/2015 02:50 acteia#141
Why not go to the safe deposit box? .-.
08/09/2015 19:53 treica#142
I don't know why. do you?

I hope your referring to Gift Box! Which can be found when you click in game Item Mall, down in the left corner.

The script works just fine ...
Is been tested on
- SQL 2005, 2008, 2012
- Wamp and Xampp v1.7.3

if you follow the installation steps you should be able to install it with success.
Except for the pack items which is being worked on.
08/09/2015 20:06 acteia#143
My only goes to gift box, right?
08/09/2015 20:12 treica#144
If you downloaded Webmall v2 yes it goes to gift box and make sure you relog in char screen after purchases.
08/15/2015 05:11 Big_#145
im getting a corrupt content error when buying things or editing items i think it is sumthing to do with $back_url = str_replace('&', '&', base64_decode($_POST['back_url'])); any 1 alse getting this error ?
08/21/2015 08:43 treica#146
that code just decrypts the item path url.

Which version did you installed?
What web server are you using?
What SQL version you have installed?
Write here the actual error you are getting exactly as it is, thanks.
08/22/2015 01:24 Big_#147
i got it sorted it was because i was useing port 8080 for my webserver and it dident like the :8080 in the website url in the config was makeing it do that corrupt content because the code that decrypts the item path url was not catering for :8080 =) so i changed back to port 80 and poof all working apart from the View on the pack items any ETA on fixing this ?
08/22/2015 09:35 treica#148
I am working on a fix for that, also to update the mall to work with newest php version and also in the admin panel and they will take some time as i have a very limited free time.
08/24/2015 04:25 Big_#149
thats fine carnt wait to see it and good work BTW so far everything is working nicely apart from that
09/24/2015 17:20 stinka123#150
I have this problem:
Quote:
'. $src_name. '.src.php not found'); } } ?>
Anyone can help?