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

Showing results 1 to 25 of 231
Search took 0.01 seconds.
Search: Posts Made By: sfPlayer
Forum: Extensions 05-07-2011, 18:19
Replies: 52
Views: 43,511
Posted By sfPlayer
Re: [EXTENSION] Config (1.0.2)

Thx for your work guys.
Forum: Extensions 03-06-2011, 10:27
Replies: 577
Views: 646,593
Posted By sfPlayer
Re: [EXTENSION] Socket (3.0.1)

It actually was back up shortly after the notification. I deleted the root.-subdomain a few month later due to redundancy which broke the link obviously.
Forum: Extensions 03-06-2011, 09:53
Replies: 577
Views: 646,593
Posted By sfPlayer
Re: [EXTENSION] Socket (3.0.1)

nobody told me.

A fresh 3.0.1-build with all changes in git is now attached.
Forum: Extensions 03-06-2011, 09:32
Replies: 577
Views: 646,593
Posted By sfPlayer
Re: [EXTENSION] Socket (3.0.1)

blame psychonic for deleting it a bit prematurely ;)

I'll upload a new build soon.
Forum: Extensions 03-06-2011, 09:08
Replies: 577
Views: 646,593
Posted By sfPlayer
Re: [EXTENSION] Socket (3.0.1)

i fixed the gitweb-link
Forum: Extensions 12-27-2010, 13:47
Replies: 577
Views: 646,593
Posted By sfPlayer
Re: [EXTENSION] Socket (3.0.1)

A socket will receive packets only from the endpoint used in SocketConnect.

If you actually need to receive data back, you'll have to use SocketConnect + SocketSend + (receive data you need..) +...
Forum: Extensions 12-03-2010, 13:23
Replies: 577
Views: 646,593
Posted By sfPlayer
Re: [EXTENSION] Socket (3.0.1)

Use Wireshark to see what's going on.
Forum: Extensions 08-24-2010, 13:04
Replies: 577
Views: 646,593
Posted By sfPlayer
Re: [EXTENSION] Socket (3.0.1)

You could try renaming the whole extension + modify the plugins using it.
Forum: Extensions 08-06-2010, 09:44
Replies: 577
Views: 646,593
Posted By sfPlayer
Re: [EXTENSION] Socket (3.0.1)

git-daemon and gitweb are operational again.
Forum: Extensions 08-02-2010, 11:39
Replies: 577
Views: 646,593
Posted By sfPlayer
Forum: Extensions 07-30-2010, 19:06
Replies: 577
Views: 646,593
Posted By sfPlayer
Re: [EXTENSION] Socket (3.0.1)

GET is easy, you have to receive until you hit the 1st \r\n, extract the path and split it at ? and & into variable=value pairs. POST is similar, but the variables are in the request body, after the...
Forum: Extensions 07-28-2010, 19:49
Replies: 52
Views: 43,511
Posted By sfPlayer
Re: [EXTENSION] Config (1.0.2)

pm me your email address -_-
Forum: Extensions 07-28-2010, 17:34
Replies: 52
Views: 43,511
Posted By sfPlayer
Re: [EXTENSION] Config (1.0.2)

I've attached the source here until it's fixed.
Forum: Extensions 07-03-2010, 07:30
Replies: 577
Views: 646,593
Posted By sfPlayer
Re: [EXTENSION] Socket (3.0.1)

It's http://en.wikipedia.org/wiki/Chunked_transfer_encoding

You should be able to avoid it by sending a Connection: close header in combination with a HTTP/1.0 request
Forum: Extensions 07-01-2010, 00:45
Replies: 577
Views: 646,593
Posted By sfPlayer
Re: [EXTENSION] Socket (3.0.1)

I postet that already multiple times. Search für \r\n\r\n and consider searching those bytes in multiple consecutive packets across the borders.
Forum: Extensions 06-26-2010, 23:16
Replies: 577
Views: 646,593
Posted By sfPlayer
Re: [EXTENSION] Socket (3.0.1)

It doesn't depend on any mod-specific API.
Forum: Extensions 06-18-2010, 11:48
Replies: 577
Views: 646,593
Posted By sfPlayer
Re: [EXTENSION] Socket (3.0.1)

The server might send the response in multiple packets. Move CloseHandle(socket) to OnScoketDisconnected to handle this.
Forum: Extensions 06-18-2010, 10:51
Replies: 577
Views: 646,593
Posted By sfPlayer
Re: [EXTENSION] Socket (3.0.1)

Your request looks ok. You didn't post the receive-handler, I guess the problem lies there.
Forum: Extensions 06-18-2010, 09:09
Replies: 577
Views: 646,593
Posted By sfPlayer
Re: [EXTENSION] Socket (3.0.1)

Is there a Location-header? Please post your plugin source and the header information. You can use Wireshark for debugging network traffic.
Forum: Scripting 06-09-2010, 00:00
Replies: 7
Views: 1,876
Posted By sfPlayer
Re: Question about SQL

Something like

select count(*) as rank
from player_kills
where value > (select value from player_kills where auth = '..steamid..')
rank +1 is the actual rank you are looking for. It's just...
Forum: Scripting 05-25-2010, 17:34
Replies: 4
Views: 1,402
Posted By sfPlayer
Re: Read argumentes (socket ext)

you can use an integer, float or handle
Forum: Scripting 05-25-2010, 12:59
Replies: 4
Views: 1,402
Posted By sfPlayer
Re: Read argumentes (socket ext)

I don't think you can pass a string there. Try using a datapack to wrap it.
Forum: Plugins 04-06-2010, 17:06
Replies: 74
Views: 46,382
Posted By sfPlayer
Re: SUM - global admins, bans and antifake

Replace 1 by 0 in line 18 (#define CHATMESSAGES 0) and recompile.
Forum: Extensions 03-26-2010, 13:36
Replies: 577
Views: 646,593
Posted By sfPlayer
Re: [EXTENSION] Socket (3.0.1)

There should be a socket-extension related error message a few lines above in the logs.

sm exts list should also display the error msg.
Forum: Extensions 03-24-2010, 16:17
Replies: 577
Views: 646,593
Posted By sfPlayer
Re: [EXTENSION] Socket (3.0.1)

I could reproduce and (hopefully) fix the issue, please test the attached build.
Showing results 1 to 25 of 231

 
Forum Jump

All times are GMT -4. The time now is 14:30.


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