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

Showing results 1 to 3 of 3
Search took 0.00 seconds.
Search: Posts Made By: RealForce
Forum: Extensions 06-18-2010, 11:41
Replies: 577
Views: 650,458
Posted By RealForce
Re: [EXTENSION] Socket (3.0.1)

I forgot to post it.

Here is receive handler

public OnSocketReceive(Handle:socket, String:receiveData[], const dataSize, any:client)
{
if(dataSize > 0)
{
...
Forum: Extensions 06-18-2010, 10:24
Replies: 577
Views: 650,458
Posted By RealForce
Re: [EXTENSION] Socket (3.0.1)

ok here is the code

public OnClientAuthorized(client, const String:auth[])
{
Socket = SocketCreate(SOCKET_TCP, OnSocketError);
if ( Socket == INVALID_HANDLE ) ...
Forum: Extensions 06-18-2010, 09:05
Replies: 577
Views: 650,458
Posted By RealForce
Re: [EXTENSION] Socket (3.0.1)

Ok so I am trying to take content from php site. I get only the header why? In the header there is Content-Length and it is with the expected size of the content so I guess it is reading it but there...
Showing results 1 to 3 of 3

 
Forum Jump

All times are GMT -4. The time now is 20:41.


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