Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
How to start hlds server using php?
Old 11-16-2008, 02:29 PM How to start hlds server using php?
Junior Talker

Posts: 4
Name: kenneth Iversen
Location: Norway
Trades: 0
I need help with a script that will start a hlds server (Counter-strike server) on a linux debian server. Someone who can help me with this?
kenneiv is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 11-16-2008, 02:48 PM Re: How to start hlds server using php?
rogem002's Avatar
PHP Chap

Posts: 843
Name: Mike
Location: United Kingdom
Trades: 0
Use the exec() function
http://uk2.php.net/manual/en/function.exec.php to access what program that starts them
__________________
My Blog/Site:
Please login or register to view this content. Registration is FREE
rogem002 is offline
Reply With Quote
View Public Profile Visit rogem002's homepage!
 
Old 11-16-2008, 03:02 PM Re: How to start hlds server using php?
Junior Talker

Posts: 4
Name: kenneth Iversen
Location: Norway
Trades: 0
something like this?

PHP Code:
<?php exec("nohup ./hlds_run -game cstrike +maxplayers 12 +map de_dust"); ?>
kenneiv is offline
Reply With Quote
View Public Profile
 
Old 11-16-2008, 05:14 PM Re: How to start hlds server using php?
Junior Talker

Posts: 4
Name: kenneth Iversen
Location: Norway
Trades: 0
I tried this script but the servers vile not start what is wrong

PHP Code:
<?php 
exec
("cd /hlds");
echo 
exec("nohup ./hlds_run -game cstrike +maxplayers 12 +map de_dust  /dev/null &"); 
?>
kenneiv is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to How to start hlds server using php?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.13308 seconds with 12 queries