Raised This Month: $ Target: $400
 0% 

How to use the Web management cs1.6 server


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
wwzw
Member
Join Date: Feb 2009
Old 12-25-2011 , 05:04   How to use the Web management cs1.6 server
Reply With Quote #1

I want to use the Web management cs1.6 server.
But I do not know how to do.
Web site use PHP.
I can get the server response.But do not know how to read online players.
PHP Code:
 $fp1 fsockopen("udp://".$serv,$port,$errno,$errstr,2);
 
stream_set_timeout($fp12);
 if (!
$fp1){
  
//Server not Start
 
}else{
  
fwrite($fp1"\xFF\xFF\xFF\xFFping\x00");
  
$data1 .= fread($fp1128);
  
fclose($fp1);
 }
 if (
$data1 == '' || $data1 == 'err'){
 
//Server not Start
 
}else{
 
//Server is runing
 

Next. How to send a command to server? I use AMXX1.8.2.
Need Help!
wwzw is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 12:09.


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