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

Showing results 1 to 25 of 500
Search took 0.02 seconds.
Search: Posts Made By: dordnung
Forum: Extensions 05-04-2021, 15:21
Replies: 129
Views: 102,688
Posted By dordnung
Re: [EXTENSION] System2 - Easy to use HTTP(S)/FTP Request API and useful system nativ

I've already answered your previous question on this...:

https://forums.alliedmods.net/showpost.php?p=2743123&postcount=119
Forum: Extensions 04-16-2021, 17:12
Replies: 129
Views: 102,688
Posted By dordnung
Re: [EXTENSION] System2 - Easy to use HTTP(S)/FTP Request API and useful system nativ

You're absolutely right, it was a bit thoughtless to make that change. I have reverted it and published a new version.
Thanks for the hint!
Forum: Extensions 04-05-2021, 11:01
Replies: 129
Views: 102,688
Posted By dordnung
Re: [EXTENSION] System2 - Easy to use HTTP(S)/FTP Request API and useful system nativ

For example like this:
#include <sourcemod>
#include <system2>

public void OnPluginStart() {
System2HTTPRequest httpRequest = new System2HTTPRequest(HttpResponseCallback,...
Forum: Extensions 04-05-2021, 10:50
Replies: 129
Views: 102,688
Posted By dordnung
Re: [EXTENSION] System2 - Easy to use HTTP(S)/FTP Request API and useful system nativ

Update to System2 v3.3.1

- Use Debian Strech for compiling as LTS support for jessie ended
- Update OpenSSL to version 1.1.1k and libcurl to 7.76.0
- Fix out-of-memory bug when downloading large...
Forum: Extensions 08-23-2020, 18:33
Replies: 129
Views: 102,688
Posted By dordnung
Re: [EXTENSION] System2 - Easy to use HTTP(S)/FTP Request API and useful system nativ

Update to System2 v3.3.0

- Fixes crashing on Sourcemod 11 caused by threads
- Updated to libcurl 7.72.0
Forum: Extensions 05-04-2020, 20:50
Replies: 129
Views: 102,688
Posted By dordnung
Re: [EXTENSION] System2 - Easy to use HTTP(S)/FTP Request API and useful system nativ

It uses always passive method, so i think there is another issue
Forum: Plugins 03-10-2020, 16:20
Replies: 225
Views: 96,696
Posted By dordnung
Re: In-Game Map Downloader and FastDL Uploader (GameBanana, Custom List, URL)

Hey,

that's because gamebanana changed their API radically in 2018 and it would need a lot of work to update the gamebanana lister. But because the plugin is used by so few people it's not worth...
Forum: Extensions 12-06-2018, 12:23
Replies: 129
Views: 102,688
Posted By dordnung
Re: [EXTENSION] System2 - Easy to use HTTP(S)/FTP Request API and useful system nativ

No it should not be deleted in the callback, as a copy is used there which will be deleted automatically after the callback. It should be deleted after making a request or when not used anymore.
...
Forum: Plugins 11-15-2018, 21:19
Replies: 66
Views: 51,939
Posted By dordnung
Re: [ANY] Full Cronjob Plugin [Execute commands on time intervals / game events]

It's a long time since the last update, but now there is a completely revised version:


Added seconds to time interval (zero if not given - for backwards compatibility)
Added...
Forum: Extensions 09-21-2018, 06:28
Replies: 129
Views: 102,688
Posted By dordnung
Re: [EXTENSION] System2 - Easy to use HTTP(S)/FTP Request API and useful system nativ

Hey,
can you show me the part of your code, as it works fine for me?
Forum: Extensions 07-24-2018, 07:49
Replies: 129
Views: 102,688
Posted By dordnung
Re: [EXTENSION] System2 - Easy to use HTTP(S)/FTP Request API and useful system nativ

Oh okay, you really have not much RAM (free) (apropos I think 1GB RAM is not enough for a game server).

I don't know exactly how 7-ZIP is working with the Swap, but i think your RAM is definitly...
Forum: Extensions 07-23-2018, 07:18
Replies: 129
Views: 102,688
Posted By dordnung
Re: [EXTENSION] System2 - Easy to use HTTP(S)/FTP Request API and useful system nativ

Hey,

thanks for reporting this.
Can you please tell me what OS you are running on? And is it 32-bit oder 64-bit ?
And can you send me the awp_lego_2.dem file?

Thanks
Forum: Plugins 06-25-2018, 10:58
Replies: 225
Views: 96,696
Posted By dordnung
Re: In-Game Map Downloader and FastDL Uploader (GameBanana, Custom List, URL)

(Small) UPDATE


2.4.0 (2018/06/25)

Removed the limit of 64 maps at a max in custom urls
Ignoring MAXOSX folders, as this plugin does not support OSX servers, anyway
Forum: Extensions 06-12-2018, 20:19
Replies: 129
Views: 102,688
Posted By dordnung
Forum: Extensions 06-11-2018, 07:33
Replies: 129
Views: 102,688
Posted By dordnung
Re: [EXTENSION] System2 - Easy to use HTTP(S)/FTP Request API and useful system nativ

Hey,

seems that libstdc++ is not installed on your machine. Can you install packages? If yes, try to install libstdc++ with "sudo apt-get install libstdc++6".

If not (or if it still not works),...
Forum: Extensions 05-29-2018, 12:29
Replies: 129
Views: 102,688
Posted By dordnung
Re: [EXTENSION] System2 - Easy to use HTTP/FTP Request API and useful system natives

Update to System2 v3.2


- Added ability to use a proxy for requests (Pull Request (https://github.com/dordnung/System2/pull/5) by Kyle (https://github.com/Kxnrl))
See System2Request.SetProxy and...
Forum: Plugins 04-24-2018, 05:43
Replies: 225
Views: 96,696
Posted By dordnung
Re: In-Game Map Downloader and FastDL Uploader (GameBanana, Custom List, URL)

A private request could be possible.

The error at this line means, that the plugin couldn't find 7-ZIP or it is not executable.
Try to reinstall it or give it execute rights.
Forum: Plugins 04-04-2018, 14:33
Replies: 225
Views: 96,696
Posted By dordnung
Re: In-Game Map Downloader and FastDL Uploader (GameBanana, Custom List, URL)

Hey,

These are indeed all good features.
However, since the plugin is currently not used by many people, I've put not so much work in it
Forum: Extensions 02-16-2018, 20:48
Replies: 129
Views: 102,688
Posted By dordnung
Re: [EXTENSION] System2 - Easy to use HTTP/FTP Request API and useful system natives

Which sourcemod version do you use?

EDIT: I've recompiled the extension with sourcemod 1.7 for backwards compatibility
Forum: Extensions 02-13-2018, 11:00
Replies: 129
Views: 102,688
Posted By dordnung
Re: [EXTENSION] System2 - Easy to use HTTP/FTP Request API and useful system natives

Great to hear!

Yes please tell me if you find any bugs^^
Forum: Extensions 02-12-2018, 20:34
Replies: 129
Views: 102,688
Posted By dordnung
Re: [EXTENSION] System2 - Easy to use HTTP/FTP Request API and useful system natives

Ok, I found the problem and fixed it.

I forgot to close finished threads, so from a certain amount of threads no new threads could be created.

Thanks for helping to reproduce this error!
Forum: Extensions 02-12-2018, 17:23
Replies: 129
Views: 102,688
Posted By dordnung
Re: [EXTENSION] System2 - Easy to use HTTP/FTP Request API and useful system natives

Mh, I'll take a look at it and write if i have new information.

Two remarks which have nothing to do with the crash:

1. Use OnPluginStart for the first poll, otherwise you will increase the...
Forum: Extensions 02-12-2018, 16:20
Replies: 129
Views: 102,688
Posted By dordnung
Re: [EXTENSION] System2 - Easy to use HTTP/FTP Request API and useful system natives

With

new System2HTTPRequest(OnHTTPSRequestEnd, "https://lugui.in/fdlapi/Debug.php");

you always create a new handle, so for each new you need a delete.

You can also add the new to...
Forum: Extensions 02-12-2018, 16:12
Replies: 129
Views: 102,688
Posted By dordnung
Re: [EXTENSION] System2 - Easy to use HTTP/FTP Request API and useful system natives

The only thing i can see is, that you forget to delete the request after using it:

so after

httpRequest.GET();

you have to add:

delete httpRequest;
Forum: Extensions 02-12-2018, 15:10
Replies: 129
Views: 102,688
Posted By dordnung
Re: [EXTENSION] System2 - Easy to use HTTP/FTP Request API and useful system natives

Then the question is, how often "periodicaly" is.
I've added a request in OnGameFrame and never got more then 30 threads, which shouldn't be a problem for any OS
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT -4. The time now is 08:58.


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