Raised This Month: $51 Target: $400
 12% 

Release Store Release [1.1 Final] [Sourcemod 1.6 or lower]


Post New Thread Closed Thread   
 
Thread Tools Display Modes
Arrow768
Veteran Member
Join Date: Nov 2011
Location: Austria
Old 02-21-2013 , 03:36   Re: Store (1.1-alpha)
#421

Quote:
Originally Posted by vodka00 View Post
What about ability to give credits to steamids and userid for when people are not in the server. Also maybe a confirmation that the credits were given successfully or not (maybe spelled the name wrong).
You can do that already with the WebPanel :-)
__________________
Arrow768 is offline
vodka00
Veteran Member
Join Date: Jun 2012
Location: Los Angeles
Old 02-22-2013 , 00:26   Re: Store (1.1-alpha)
#422

I've been adding items all day long today and all of sudden it doesn't want to add another row anymore.

This is what I entered and this is what I got.

I am either overlooking something very simple or something has gone very bad.
__________________
cw main:

cw speedruns:
vodka00 is offline
Chrisber
AlliedModders Donor
Join Date: Jul 2007
Location: localhost
Old 02-22-2013 , 20:52   Re: Store (1.1-alpha)
#423

A simple question: what is this plugin useful for?
Chrisber is offline
vodka00
Veteran Member
Join Date: Jun 2012
Location: Los Angeles
Old 02-22-2013 , 21:04   Re: Store (1.1-alpha)
#424

Quote:
Originally Posted by Chrisber View Post
A simple question: what is this plugin useful for?
People like items, people come back more often to server to earn credits to buy said liked items. This plugins is useful for a population boost on your server and I think it helps to keep them there.
__________________
cw main:

cw speedruns:
vodka00 is offline
nvn
Junior Member
Join Date: Aug 2010
Old 02-23-2013 , 00:09   Re: Store (1.1-alpha)
#425

Thank you for releasing, this is very usefull
but is there a way to avoid web?
I cant run web interface from the remote server (dont have access) and cant install it localy (remote mysql is behind ssh tunnel ) so maybe there is another way to import json data into sql database?
nvn is offline
Arrow768
Veteran Member
Join Date: Nov 2011
Location: Austria
Old 02-23-2013 , 06:53   Re: Store (1.1-alpha)
#426

Quote:
Originally Posted by nvn View Post
[...]maybe there is another way to import json data into sql database?
The most comfortable way to install the store modules (trails, titles, ...) is the webinterface. (But you cant use it)

If you have access to phpmyadmin you can create the categories and items in the mysql table.
Just take a look at the json files and fill out the information on your own.

For example:
This part tells you what you need to enter in the store_categories table (to add the equipment to the db)
Code:
"display_name": "Hats",
"description": "Cosmetic hats that appear on your head.",
"require_plugin": "equipment",
"web_description": null,
"web_color": "476291",
and this is the code for a item
Code:
"name": "trafficcone",
"display_name": "Traffic Cone",
"description": null,
"web_description": null,
"type": "equipment",
"loadout_slot": "hat",
"price": "650",
"attrs": { "model": "models/props_junk/trafficcone001a.mdl", "position": [ 0,-1,20],"angles": [0,0,0],"attachment": "forward"},
"is_buyable": "1",
"is_tradeable": "1",
"is_refundable": "1",
"expiry_time": null

If you cant enable external access to the database where you have store install, you are going to loose about half of its functions. (There will be a Webinterface for your users to buy/sell/... items)

Why dont you ask your Gameserver Provider if he can enable external access to the db (or create a db with external access)

Another alternative would be to use a free mysql hoster for the store db (this is the first google result)

Quote:
Originally Posted by vodka00 View Post
I've been adding items all day long today and all of sudden it doesn't want to add another row anymore.

This is what I entered and this is what I got.

I am either overlooking something very simple or something has gone very bad.
Are you getting the same problem with the latest version of the Webpanel ?
__________________

Last edited by Arrow768; 02-23-2013 at 06:56.
Arrow768 is offline
hasta
Senior Member
Join Date: Aug 2004
Location: Ukraine, Kyiv
Old 02-24-2013 , 03:34   Re: Store (1.1-alpha)
#427

how can i use without webpanel? titles? trails? mysql dump will be released?
webpanel used only apache (
hasta is offline
Send a message via ICQ to hasta
deathkilla
Senior Member
Join Date: Mar 2011
Old 02-24-2013 , 03:49   Re: Store (1.1-alpha)
#428

Quote:
Originally Posted by hasta View Post
how can i use without webpanel? titles? trails? mysql dump will be released?
webpanel used only apache (
Currently you can't, unless you wish to manually add all the items to SQL

I'm still looking forward to the PHP 5.2 Compatibility =) Hopefully that will come out soon. Until then, i am unable to use this great mod
__________________
Elite Gamers
Visit us:www.Elite-Gamers.org
deathkilla is offline
Arrow768
Veteran Member
Join Date: Nov 2011
Location: Austria
Old 02-24-2013 , 05:02   Re: Store (1.1-alpha)
#429

Quote:
Originally Posted by deathkilla View Post
Currently you can't, unless you wish to manually add all the items to SQL

I'm still looking forward to the PHP 5.2 Compatibility =) Hopefully that will come out soon. Until then, i am unable to use this great mod
Have you tried the latest Version of the Webpanel ?

It should be compatible with PHP < 5.4, but you should update php to 5.4 because the attrs field is structured much better there.

If the latest version is not working, create a Bug Report on the Bugtracker and post all the error Messages you cant find (I dont have PHP 5.2, so I cant search for the Bugs on my own)
__________________
Arrow768 is offline
hasta
Senior Member
Join Date: Aug 2004
Location: Ukraine, Kyiv
Old 02-24-2013 , 05:57   Re: Store (1.1-alpha)
#430

many users havent web server, only game server(with mysql)
hasta is offline
Send a message via ICQ to hasta
Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 20:54.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode