Sockets does not send data to php file
sockets does not send data to php file
plugin code: PHP Code:
PHP Code:
where is the mistake in the plugin? |
Re: Sockets does not send data to php file
PHP Code:
The characters like !@#$%^&*()_+| and so on, must be replaced with their HEX values. PHP Code:
Keep in mind that a valid normal character is between -2 and 255 inclusive. Do not consider -2 and -1, they're MOUSE1 and MOUSE2 buttons AFAIK. You got much work to do if you're dealing with unicode characters. |
Re: Sockets does not send data to php file
eh .. I do not understand. Would you mind show it on the code from the first post?
|
Re: Sockets does not send data to php file
Quote:
PHP Code:
|
Re: Sockets does not send data to php file
PHP Code:
2. not get authid 3. not get ip address 4. not get server name 5. not send data to php file |
Re: Sockets does not send data to php file
I tried your first code without any problems.
I just wrote to a file instead of SQL and replaced some special characters with URL encoded versions. Other than that, no changes. You're testing it wrong. Probably an SQL problem. DEBUG! |
Re: Sockets does not send data to php file
solved
not read socket when I opened it in plugin_cfg() I moved to the plugin_init() and works I have the next problem, code: PHP Code:
|
Re: Sockets does not send data to php file
Quote:
|
| All times are GMT -4. The time now is 09:39. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.