User Profile

Collapse

Profile Sidebar

Collapse
DragSta
DragSta
Last Activity: Mar 25 '08, 04:47 PM
Joined: Mar 17 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • DragSta
    replied to PHP exec hang.
    in PHP
    Thanks for the help, but i fixed it anyway. I used popen instead of exec. Works like a dream :D

    Heres the code i used:
    Code:
    $fp=popen("./gtaserver start","r");
    ...
    See more | Go to post

    Leave a comment:


  • DragSta
    started a topic PHP exec hang.
    in PHP

    PHP exec hang.

    Hello everyone, im slowly learning PHP and im strarting to kinda get the hang of the basics.
    Basically, i am making a control panel for a Game Server, that can start and stop the server by running the commands './gtaserver.sh start' or './gtaserver.sh stop'.
    I have 2 buttons on my control panel, Star and stop. If the server is running, the Stop button works like a dream, no problems at all and it runs through the rest of the html code...
    See more | Go to post
No activity results to display
Show More
Working...