Raised This Month: $32 Target: $400
 8% 

Proxy snort 1.8 (Updated Jan 24th, 2024)


Post New Thread Reply   
 
Thread Tools Display Modes
pakgamerz
AlliedModders Donor
Join Date: Aug 2017
Old 01-31-2021 , 06:10   Re: Proxy snort 1.3 (Updated 12/25/2020)
Reply With Quote #11

Quote:
Originally Posted by DJEarthQuake View Post
One could also just blacklist that AIN on Dashbord without touching source.



please tell me how
pakgamerz is offline
pakgamerz
AlliedModders Donor
Join Date: Aug 2017
Old 01-31-2021 , 06:17   Re: Proxy snort 1.3 (Updated 12/25/2020)
Reply With Quote #12

Quote:
Originally Posted by pizzahut View Post
You need to add vpn=1 to the parameters which are used here:

Code:
formatex(constring,charsmax (constring), "GET /v2/%s?key=%s&inf=1&asn=1&risk=2&days=30&tag=%s,%s HTTP/1.0^nHost: proxycheck.io^n^n", Ip, token, tag, authid);
I would suggest you try this first. If this doesn't help, I used the old code from October and applied a couple of changes and bug fixes, though it's far from perfect.

formatex(constring,charsmax (constring), "GET /v2/%s?key=%s&inf=1&asn=1&vpn=1&risk=2&days=30&ta g=%s,%s HTTP/1.0^nHost: proxycheck.io^n^n", Ip, token, tag, authid); ?? looks ok??
pakgamerz is offline
DJEarthQuake
Veteran Member
Join Date: Jan 2014
Location: Astral planes
Old 01-31-2021 , 06:30   Re: Proxy snort 1.3 (Updated 12/25/2020)
Reply With Quote #13

That looks fine. I provided a tutorial on how to validate it on telnet first before applying it to the script.

//#define DEBUG //Echoes steps.
#define DEBUG2 //Dumps file.

Ucomment both debug levels.
__________________
DJEarthQuake is offline
pakgamerz
AlliedModders Donor
Join Date: Aug 2017
Old 01-31-2021 , 06:33   Re: Proxy snort 1.3 (Updated 12/25/2020)
Reply With Quote #14

Quote:
Originally Posted by DJEarthQuake View Post
That looks fine. I provided a tutorial on how to validate it on telnet first before applying it to the script.

//#define DEBUG //Echoes steps.
#define DEBUG2 //Dumps file.

Ucomment both debug levels.



like this ?


#define DEBUG //Echoes steps.
#define DEBUG2 //Dumps file.


its done uncomment
pakgamerz is offline
DJEarthQuake
Veteran Member
Join Date: Jan 2014
Location: Astral planes
Old 01-31-2021 , 06:41   Re: Proxy snort 1.3 (Updated 12/25/2020)
Reply With Quote #15

That's right. So when you run plugin it will echo your steps to assure your change went through clean.
__________________
DJEarthQuake is offline
pakgamerz
AlliedModders Donor
Join Date: Aug 2017
Old 01-31-2021 , 06:45   Re: Proxy snort 1.3 (Updated 12/25/2020)
Reply With Quote #16

right. i dont know where to type this


log_amx("%s, %s uses a proxy!", name, authid)
pakgamerz is offline
DJEarthQuake
Veteran Member
Join Date: Jan 2014
Location: Astral planes
Old 01-31-2021 , 06:47   Re: Proxy snort 1.3 (Updated 12/25/2020)
Reply With Quote #17

When you search use proxy or proxy! instead of proxysnort. That line is the only line of code that logs to Amx. Just their name, ID and that they are on a proxy.
__________________
DJEarthQuake is offline
DJEarthQuake
Veteran Member
Join Date: Jan 2014
Location: Astral planes
Old 01-31-2021 , 06:51   Re: Proxy snort 1.3 (Updated 12/25/2020)
Reply With Quote #18

The dashboard on the website has all the details like what game mod found the user if you run multiple mod servers that consolidates the log and organizes it. I just noticed on there today there are about 5 API's to pick from under API Version. I am using latest stable. There's a development one and past stable versions of last year.
__________________
DJEarthQuake is offline
DJEarthQuake
Veteran Member
Join Date: Jan 2014
Location: Astral planes
Old 01-31-2021 , 06:56   Re: Proxy snort 1.3 (Updated 12/25/2020)
Reply With Quote #19

Quote:
Originally Posted by pakgamerz View Post
right. i dont know where to type this


log_amx("%s, %s uses a proxy!", name, authid)
Search for proxy instead of proxysnort. Snort does not show on the log_amx line so it similarly will not populate in searches as well.


grep proxy! *


That yielded the local entries when I queried command line Linux.
__________________
DJEarthQuake is offline
DJEarthQuake
Veteran Member
Join Date: Jan 2014
Location: Astral planes
Old 01-31-2021 , 07:26   Re: Proxy snort 1.3 (Updated 12/25/2020)
Reply With Quote #20

Quote:
Originally Posted by pakgamerz View Post
please tell me how
Login to Dashboard with your key and click Blacklist.

Have you gotten this far? Once you get there it explains how to whitelist and blacklist.
__________________
DJEarthQuake is offline
Reply


Thread Tools
Display Modes

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 09:24.


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