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

[CSGO] Check GSLT Ban


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
hadesownage
AlliedModders Donor
Join Date: Jun 2013
Location: Romania, Iași
Old 11-26-2016 , 21:44   [CSGO] Check GSLT Ban
Reply With Quote #1

Hello, i'm trying to check if the server token is banned or not.
I tired like that but is not working anymore, i don't know why
PHP Code:
bool IsSecured()
{
    static 
char Output[PLATFORM_MAX_PATH 32] = "";
    
    
ServerCommandEx(Outputsizeof(Output), "status");
    
    if (
StrContains(Output" secure  [") != -1)
        return 
true;
    
    return 
false;

Is there a way to check with SteamWorks ?

Thanks!
hadesownage is offline
Send a message via Yahoo to hadesownage Send a message via Skype™ to hadesownage
Mitchell
~lick~
Join Date: Mar 2010
Old 11-26-2016 , 23:18   Re: [CSGO] Check GSLT Ban
Reply With Quote #2

with steam works i think you can check this page: http://api.steampowered.com/ISteamAp...S*&format=json
Mitchell is offline
hadesownage
AlliedModders Donor
Join Date: Jun 2013
Location: Romania, Iași
Old 11-27-2016 , 04:55   Re: [CSGO] Check GSLT Ban
Reply With Quote #3

Quote:
Originally Posted by Mitchell View Post
with steam works i think you can check this page: http://api.steampowered.com/ISteamAp...S*&format=json
A more explicit example ? Thanks
hadesownage is offline
Send a message via Yahoo to hadesownage Send a message via Skype™ to hadesownage
SM9
Veteran Member
Join Date: Sep 2013
Location: United Kingdom
Old 11-27-2016 , 12:30   Re: [CSGO] Check GSLT Ban
Reply With Quote #4

Quote:
Originally Posted by Mitchell View Post
with steam works i think you can check this page: http://api.steampowered.com/ISteamAp...S*&format=json
SteamWorks will not function if the server is banned, he will need to use Sockets instead.

Take a look at my old plugin for example
SM9 is offline
KissLick
Veteran Member
Join Date: Nov 2012
Location: void
Old 11-27-2016 , 12:41   Re: [CSGO] Check GSLT Ban
Reply With Quote #5

Eh.. why would you need such a thing?
__________________
Plugins: TeamGames
Includes: Menu stocks, ColorVariables, DownloadTableConfig

> No help through PM, make a topic.
KissLick is offline
SM9
Veteran Member
Join Date: Sep 2013
Location: United Kingdom
Old 11-27-2016 , 12:46   Re: [CSGO] Check GSLT Ban
Reply With Quote #6

Quote:
Originally Posted by KissLick View Post
Eh.. why would you need such a thing?
Probably wants to automatically renew the tokens when he gets banned.
SM9 is offline
KissLick
Veteran Member
Join Date: Nov 2012
Location: void
Old 11-27-2016 , 14:35   Re: [CSGO] Check GSLT Ban
Reply With Quote #7

Quote:
Originally Posted by xCoderx View Post
Quote:
Originally Posted by KissLick View Post
Eh.. why would you need such a thing?
Probably wants to automatically renew the tokens when he gets banned.
Oh! My! God!... Do we really want to help him with that?
__________________
Plugins: TeamGames
Includes: Menu stocks, ColorVariables, DownloadTableConfig

> No help through PM, make a topic.
KissLick is offline
SM9
Veteran Member
Join Date: Sep 2013
Location: United Kingdom
Old 11-27-2016 , 16:03   Re: [CSGO] Check GSLT Ban
Reply With Quote #8

Quote:
Originally Posted by KissLick View Post
Oh! My! God!... Do we really want to help him with that?
I used to be in the same position, I did it before I wrote my undetected !ws plugin which is private ofcourse
SM9 is offline
KissLick
Veteran Member
Join Date: Nov 2012
Location: void
Old 11-27-2016 , 16:12   Re: [CSGO] Check GSLT Ban
Reply With Quote #9

Quote:
Originally Posted by xCoderx View Post
I used to be in the same position, I did it before I wrote my undetected !ws plugin which is private ofcourse
...
__________________
Plugins: TeamGames
Includes: Menu stocks, ColorVariables, DownloadTableConfig

> No help through PM, make a topic.
KissLick 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 05:15.


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