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

[ANY] Store by Zephyrus [1.1 - 03.01.2016]


Post New Thread Reply   
 
Thread Tools Display Modes
Farhannz
Junior Member
Join Date: Jul 2016
Old 10-27-2016 , 08:03   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #971

Quote:
Originally Posted by oaaron99 View Post
hmm

Probably another entry source imo, as far as I know the queries are protected from sql injection so it might be a sourcemod exploit or another access point through a website or something.

If you find out more make sure to post it here.
Hmm, ok then. But, my server got worse than this. The hacker took controll of it, but i got it again anyway.
__________________
Contact Me:
Farhannz is offline
DarkDeviL
SourceMod Moderator
Join Date: Apr 2012
Old 10-27-2016 , 09:51   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #972

Quote:
Originally Posted by Lubricant Jam View Post
EDIT2: I don't think they will bring out IP bans, it would cause game server hosts tonnes of issues if a client were to get their server banned, maybe making an application process to get it unbanned, but it would deem too much work.
YOU (as the server host) are providing your clients with a service, then it is also YOUR responsibility to make sure that YOUR clients doesn't abuse your network/service.

If you don't do that, you're pretty much fucked.

Also, if you look into other areas than "gaming", you would notice that Valve's (previous) "IP ban" way wasn't actually new.

Just like with the Valve way, such things are quite often hitting more than one customer. But that itself is actually good, as it also makes an effort in attempting to "force" the server host to actually care about abuse from their network. A spot where pretty much, ... well, a fair share of all available networks fail more or less.
__________________
Mostly known as "DarkDeviL".

Dropbox FastDL: Public folder will no longer work after March 15, 2017!
For more info, see the [SRCDS Thread], or the [HLDS Thread].
DarkDeviL is offline
sleggie
Junior Member
Join Date: Mar 2016
Old 10-27-2016 , 17:26   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #973

Just a heads up to anyone running this plugin on a Linux machine:

The hat positions will not work until someone finds the new linux gamedata (sigscanning).
sleggie is offline
Sw33T3R
AlliedModders Donor
Join Date: Mar 2014
Old 10-28-2016 , 10:52   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #974

Quote:
Originally Posted by Sprilo View Post
Rather than selling the 'in demand' plugin I thought I'd just share it here since it is pretty simple.

I don't have a use for it anymore so I don't know if it works well or not. Never bothered to add slot support either but I might work on it more if people want.

Edit your addons/sourcemod/translations/store.phrases.txt and add
Code:
    "CustomParticles"
    {
        "en" "Aura"
    }
Edit your addons/sourcemod/configs/items.txt and add
Code:
    "Auras"
    {
        "Name of Aura"
        {
            "particlename" "particles/example.pcf"
            "effectname" "Effect01"
            "position" "0.0 0.0 0.0"
            "price" "100"
            "type" "CustomParticles"
        }
    }
Position isn't needed but there is support for it anyways, particlename is for precaching and downloading pcf files. effectname is the unique ID, be careful and don't have two custom particles with the same effectname.

If people want I can also add a version with '!hideaura' support (I hear some people have FPS issues with particles).

If anyone wants to upload some particles just post it and i'll link it in this post so everyone can use.

Enjoy!
Please upload version with !hideaura
Sw33T3R is offline
Major Erection
AlliedModders Donor
Join Date: Dec 2015
Location: Malaysia
Old 10-29-2016 , 16:39   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #975

Okay so, recently I encountered this problem where the information is all wrong.
When you connect to the server, you will be equipping whatever the previous guy who connected is equipping. You will also have all his credits etc. This still exists even after I reboot the server. The only way for the store to detect the player correctly is after a map change, if you were in the server before the map change.

There are no errors in the log, and basically no errors at all. Is it a database issue or is it the plugin? I'm using mysql and my db isn't in the same machine as my servers.

sm version SourceMod 1.8.0.5936
sm plugins list
01 "Store - The Resurrection" (1.1) by Zephyrus
02 "In-game Help Menu" (0.3) by chundo
03 "Web Shortcuts CS:GO version" (2.4) by Franc1sco franug and James "sslice" Gray
04 "[CSGO] Block "Saved Player" Text" (1.0.0) by Mitch
05 "Fun Votes" (1.8.0.5936) by AlliedModders LLC
06 "Store - Trade System" (1.0) by Zephyrus
07 "Basic Chat" (1.8.0.5936) by AlliedModders LLC
08 "Simple Chat Colors" (2.0.0) by Simple Plugins
09 "Fun Commands" (1.8.0.5936) by AlliedModders LLC
10 "Admin File Reader" (1.8.0.5936) by AlliedModders LLC
11 "Basic Commands" (1.8.0.5936) by AlliedModders LLC
12 "[CS:GO] Deathmatch" (2.0.7) by Maxximou5
13 "Sound Commands" (1.8.0.5936) by AlliedModders LLC
14 "Simple Chat Processor (Redux)" (1.1.5) by Simple Plugins, Mini
15 "Anti-Flood" (1.8.0.5936) by AlliedModders LLC
16 "CS:GO Bot quota fix" (1.0) by Otstrel.ru Team
17 "Player Commands" (1.8.0.5936) by AlliedModders LLC
18 "Server Advertisement" (2.3) by ESK0
19 "Basic Info Triggers" (1.8.0.5936) by AlliedModders LLC
20 "Basic Comm Control" (1.8.0.5936) by AlliedModders LLC
21 "Basic Ban Commands" (1.8.0.5936) by AlliedModders LLC
22 "Admin Help" (1.8.0.5936) by AlliedModders LLC
23 "Admin Menu" (1.8.0.5936) by AlliedModders LLC
24 "AdminTag" (2.0) by KeepCalm
25 "Basic Votes" (1.8.0.5936) by AlliedModders LLC
__________________
Major Gaming
Major Erection is offline
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 10-29-2016 , 17:10   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #976

Quote:
Originally Posted by Major Erection View Post
Okay so, recently I encountered this problem where the information is all wrong.
When you connect to the server, you will be equipping whatever the previous guy who connected is equipping. You will also have all his credits etc. This still exists even after I reboot the server. The only way for the store to detect the player correctly is after a map change, if you were in the server before the map change.
Try to update Sourcemod
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.

Franc1sco is offline
Send a message via MSN to Franc1sco
Major Erection
AlliedModders Donor
Join Date: Dec 2015
Location: Malaysia
Old 10-29-2016 , 17:32   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #977

Quote:
Originally Posted by Franc1sco View Post
Try to update Sourcemod
Works perfectly now, thanks. Now I feel like a lazy retard
__________________
Major Gaming
Major Erection is offline
g00gl3
Member
Join Date: Feb 2016
Location: bulgaria
Old 11-01-2016 , 06:07   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #978

Quote:
Originally Posted by Sprilo View Post
Just tried that particle and it worked for me.

Is store_particles.smx inside your /addons/sourcemod/plugins/ ?
Did you restart the server?

In regards to items.txt, try adding it towards the end of the items.txt, remember to make sure it is inside the last "}"
for example
Spoiler


Best of luck
hi firstly ty for your aura plugin can you tell me please where i can find more aura ? becuse now i see only one here ;-)
ty .
have a nice day bro :-0
g00gl3 is offline
Ninti
New Member
Join Date: Nov 2016
Old 11-05-2016 , 10:06   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #979

I have been having a fair few problems with this plugin, i have installed it exactly as instructed and the store plugin itself has not loaded, only the thirdperson plugin that comes along with it.

SourceMod 1.8.0.5949
"Admin File Reader" (1.8.0.5949) by AlliedModders LLC
"Admin Help" (1.8.0.5949) by AlliedModders LLC
"Admin Menu" (1.8.0.5949) by AlliedModders LLC
"Anti-Flood" (1.8.0.5949) by AlliedModders LLC
"Basic Ban Commands" (1.8.0.5949) by AlliedModders LLC
"Basic Chat" (1.8.0.5949) by AlliedModders LLC
"Basic Comm Control" (1.8.0.5949) by AlliedModders LLC
"Basic Commands" (1.8.0.5949) by AlliedModders LLC
"Basic Info Triggers" (1.8.0.5949) by AlliedModders LLC
"Basic Votes" (1.8.0.5949) by AlliedModders LLC
"Client Preferences" (1.8.0.5949) by AlliedModders LLC
"DR.API SHOW DAMAGE" (1.1.2) by Dr. Api
"Fun Commands" (1.8.0.5949) by AlliedModders LLC
"Fun Votes" (1.8.0.5949) by AlliedModders LLC
"MapChooser" (1.8.0.5947) by AlliedModders LLC
"Map configs" (1.3) by Berni
"Nextmap" (1.8.0.5949) by AlliedModders LLC
"NoBlock" (1.0) by fluxX
"No Fall Damage" (0.0.1.9) by alexip121093
"Map Nominations" (1.8.0.5947) by AlliedModders LLC
"Player Commands" (1.8.0.5949) by AlliedModders LLC
"RankMe" (3.0.0) by lok1
"CS:GO Redie" (2.4) by Pyro, originally by MeoW
"Reserved Slots" (1.8.0.5949) by AlliedModders LLC
"Player Respawn" (1.6) by Rogue
"Rock The Vote" (1.8.0.5947) by AlliedModders LLC
"Sound Commands" (1.8.0.5949) by AlliedModders LLC
"Thirdperson Mode" (1.0) by Zephyrus
Ninti is offline
Aymeric VII
BANNED
Join Date: Jun 2016
Location: Hiding under my sheets
Old 11-05-2016 , 14:27   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #980

Anyone have a module that supports "wings".
It should let you have wings on both teams and not effect hats module.
Aymeric VII is offline
Reply



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 11:11.


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