[SOLVED]Socket_Send problem/question
So i have this code :
Code:
formatex( szData, charsmax( szData ), "GET /cs/page.php?n=%s HTTP/1.1^r^nHost:%s^r^nConnection: close^r^n^r^n", pName, gRedirectHost );What i'm trying to do is this : When the plugins starts access the link mysite.mydomain/cs/page.php?n=ACvarName And the rest is php which i know how to do.. also i don't know if socket_send is the thing for me or not.. |
Re: Socket_Send problem/question
AMXX Studio --> Generators --> Connection generator.
Create your connection via amxx generator. |
Re: Socket_Send problem/question
Quote:
|
Re: Socket_Send problem/question
PHP Code:
|
Re: Socket_Send problem/question
you can pass in <sockets> #pragma also
|
Re: Socket_Send problem/question
Quote:
|
Re: Socket_Send problem/question
Pragma Directives. but nvm.
|
Re: Socket_Send problem/question
Quote:
|
Re: Socket_Send problem/question
Quote:
|
Re: [SOLVED]Socket_Send problem/question
i've heard that pragma can be used for optimization and making 1 include file to be only single.
It helps a lot in programs, maded by hex editor, but amxxstudio support that too. |
| All times are GMT -4. The time now is 13:23. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.