По-русски

harpywar.com

The main

Wiki

Forums

Laboratory

Need For Kill

PvPGN

Github

 Projects
   QDoom
   IRC Search
   vbreality [web]
   UTech p2p Realm [web]
   PvPGN Statistics System
   Diablo 2 Launcher
   WoW Simple Launcher

 Mine
   Creation
   Equipment

 Items
   Games
   Servers tooling
     PvPGN
     D2GS
     NFS: U
     Apache
     ArcEmu

   Coding
     .NET
     PHP

   Miscellaneous

Search on site


Хостинг и VDS, скидка при переходе
 
Need For Speed: Underground
Monitoring from PHP
How to change channel name
Monitoring from PHPCreated: 13.04.2007
Edited: 16.08.2008
Author: HarpyWar

Sorry, this item isn't translated yet.

You can read it in russian or try google translate.



[AVP] Attachment files (no viruses):

Fect06 Июнь 2008, 13:59 | #126 
когда делаю fsockopen(|"айпи|", 10980);
выдаёт следующее |"Resource id #2|»(пример не качаецо :( )

Fect07 Июнь 2008, 15:15 | #127 
всё разобрался сам :) вот если камунить надо

<?php
error_reporting (E_ALL);

$service_port = 10980;
$address = gethostbyname (|’ip|’);

$socket = socket_create (AF_INET, SOCK_STREAM, 0);

$result = socket_connect ($socket, $address, $service_port);

while ($out = socket_read($socket, 6048)) {
echo $out;
}

socket_close ($socket);
?>

HarpyWar09 Июнь 2008, 11:45 | #128 
Ссылка обновлена


Есть вопросы по настройке игровых серверов? Добро пожаловать на форум!

Name: Verify: = 1255


© 2006—2014, HarpyWar

Any copying information from this site only with reference to the source.
This equally applies to any copyright information in the Internet.