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

WebLync 0.0.13 - A MOTD redirection service


Post New Thread Reply   
 
Thread Tools Display Modes
Neuro Toxin
Veteran Member
Join Date: Oct 2013
Location: { closing the void; }
Old 06-16-2017 , 21:35   Re: WebLync 0.0.5 - A working MOTD redirection service for CS:GO
Reply With Quote #51

I've removed the ad and the 5 second countdown
__________________
Neuro Toxin is offline
Neuro Toxin
Veteran Member
Join Date: Oct 2013
Location: { closing the void; }
Old 06-16-2017 , 22:49   Re: WebLync 0.0.5 - A working MOTD redirection service for CS:GO
Reply With Quote #52

Features awaiting implementation
- Add global commands for Steam accounts that replicate to all owned servers
- Add ability to enable ads for those that may want to support the project (Disabled by default)
__________________
Neuro Toxin is offline
Neuro Toxin
Veteran Member
Join Date: Oct 2013
Location: { closing the void; }
Old 06-16-2017 , 22:57   Re: WebLync 0.0.5 - A working MOTD redirection service for CS:GO
Reply With Quote #53

Quote:
Originally Posted by SlavON View Post
if I understand correctly:
Link Command !rules
URL http://**********/sourcebans/{rules}
in chat: !rules
my SteamId STEAM_1:1:164487624
ServerId 76561198153590610
Unless {rules} is handled by a plugin hooking the custom parameter replacement feature, you should set the complete URL and remove {rules} from it.
__________________
Neuro Toxin is offline
Neuro Toxin
Veteran Member
Join Date: Oct 2013
Location: { closing the void; }
Old 06-16-2017 , 22:59   Re: WebLync 0.0.5 - A working MOTD redirection service for CS:GO
Reply With Quote #54

Quote:
Originally Posted by Deathknife View Post
(no need to do bs server registration, serverkey can be any random string)
Sever registration stops the ability to hammer the API and generate table entries. Eg: It avoids people writing an exploit to hammer your database.
__________________
Neuro Toxin is offline
Ejziponken
AlliedModders Donor
Join Date: Apr 2008
Old 06-17-2017 , 06:12   Re: WebLync 0.0.5 - A working MOTD redirection service for CS:GO
Reply With Quote #55

How do I get rid of: https://gyazo.com/56b12855e1f668e11fa298ce5f0c412e

The messages?
Ejziponken is offline
asdfxD
Veteran Member
Join Date: Apr 2011
Old 06-17-2017 , 06:30   Re: WebLync 0.0.5 - A working MOTD redirection service for CS:GO
Reply With Quote #56

Quote:
Originally Posted by Ejziponken View Post
How do I get rid of: https://gyazo.com/56b12855e1f668e11fa298ce5f0c412e

The messages?
edit weblync.sp, remove some lines and recompile.

PrintToChat(client, "[WebLync] Requesting link `%s`...", linkname[3]);
PrintToConsole(client, "[WebLync] Requesting link `%s`...", linkname[3]);

PrintToChat(client, "[WebLync] Requesting custom link...");
PrintToConsole(client, "[WebLync] Requesting custom link...");

PrintToChat(client, "[WebLync] Opening Link...");
PrintToConsole(client, "[WebLync] Opening Link...");
...

Last edited by asdfxD; 06-17-2017 at 06:31.
asdfxD is offline
Neuro Toxin
Veteran Member
Join Date: Oct 2013
Location: { closing the void; }
Old 06-17-2017 , 07:28   Re: WebLync 0.0.5 - A working MOTD redirection service for CS:GO
Reply With Quote #57

I'll add a cvar to disable them along with a translation file.
__________________
Neuro Toxin is offline
xlenonz
Member
Join Date: Jun 2007
Old 06-17-2017 , 15:32   Re: WebLync 0.0.5 - A working MOTD redirection service for CS:GO
Reply With Quote #58

bug for last char url

line 476
Code:
	char[] url = new char[urllength];
replace
Code:
	char[] url = new char[++urllength];
__________________
HELL YEAH
xlenonz is offline
DarkDeviL
SourceMod Moderator
Join Date: Apr 2012
Old 06-17-2017 , 16:17   Re: WebLync 0.0.3 - A new working WebShortcuts
Reply With Quote #59

Quote:
Originally Posted by Neuro Toxin View Post
Quote:
Originally Posted by asdfxD View Post
great plugin but redirection in X seconds? rly? possible to remove this?
Hmm. Would u pay a couple of bucks to remove it forever?
Quote:
Originally Posted by Neuro Toxin View Post
Lmao. Just because I haven't purchased a domain yet this doesn't mean the cost centers are joined.
If the server / hosting costs was the the main reason for the advertisements, and not the "profit" part as some people seem to believe, send me a message on Steam next time you're on.
__________________
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
Neuro Toxin
Veteran Member
Join Date: Oct 2013
Location: { closing the void; }
Old 06-17-2017 , 19:47   Re: WebLync 0.0.5 - A working MOTD redirection service for CS:GO
Reply With Quote #60

Quote:
Originally Posted by xlenonz View Post
bug for last char url

line 476
Code:
	char[] url = new char[urllength];
replace
Code:
	char[] url = new char[++urllength];

Edit: I'm a duck head lol.
Edit2: Added this to the second thread post. I'll patch it up today.

Please disregard the below.

Get string length for natives is short by one char as it doesn't include the null terminator. This pre increment is required and a bug will be presented if removed.
__________________

Last edited by Neuro Toxin; 06-17-2017 at 19:52.
Neuro Toxin 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 01:27.


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