SA-MP Forums Archive
[TUTORIAL] Reading SA-MP Server packets in PHP. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Tutorials (https://sampforum.blast.hk/forumdisplay.php?fid=70)
+---- Thread: [TUTORIAL] Reading SA-MP Server packets in PHP. (/showthread.php?tid=71532)

Pages: 1 2


Re: [TUTORIAL] Reading SA-MP Server packets in PHP. - Twain32 - 18.10.2010

Quote:
Originally Posted by Kwarde
View Post
Yeah I had that too.
TRY this:

PHP Code:
<?php
$ip 
""//SERVER IP!
$port ""//SERVER PORT!

$fp fsockopen("udp://"$ip$port$errno$errstr);
//The code ...
?>
If that\'s not working, I recommend this: https://sampforum.blast.hk/showthread.php?tid=104299
Warning: fsockopen() expects parameter 2 to be long, string given in C:\Inetpub\vhostsevo-war.com\httpdocs\Index.php on line 67


Re: [TUTORIAL] Reading SA-MP Server packets in PHP. - TrinityGamingRoleplay - 01.04.2014

Nice tutorial have been looking for that for like forever!! thanks bro


Re: [TUTORIAL] Reading SA-MP Server packets in PHP. - Flake. - 01.04.2014

Quote:
Originally Posted by TrinityGamingRoleplay
View Post
Nice tutorial have been looking for that for like forever!! thanks bro
You\'re good at bumping near 4 year old threads aren\'t you...


Re: [TUTORIAL] Reading SA-MP Server packets in PHP. - stundje - 01.04.2014

That fail though


Re: [TUTORIAL] Reading SA-MP Server packets in PHP. - TrinityGamingRoleplay - 01.04.2014

Yeah well i love to find old threads and tutorials


Re: [TUTORIAL] Reading SA-MP Server packets in PHP. - ChrisDamon - 07.06.2016

thats really nice man


Re: [TUTORIAL] Reading SA-MP Server packets in PHP. - Youssefree - 27.06.2016

Quote:
Originally Posted by Norn
View Post
Reading SA-MP Server Packets with PHP.
First thread in Scripting Help sub-forum

and it was useful