insrtsnhere13 Posted March 15, 2006 Share Posted March 15, 2006 Alright, well, my guild runs a ventrilo voice chat server and i am trying to set up a status checker using php for it. heres the problem. The status checkers require the "ventrilo_status.exe" file to be on the same server as well as all of ventrilo in order for it to work. Since I have seperate hosting, that is an issue.We decided to set up a seperate comp at our house and set up a small web server as well as run the ventrilo program on it. If we do that, how can i call the web info from that server, onto mine..so like.. (example ip for website since we dont have a domain for the small server)[a href=\"http://192.168.1.104/ventrilostatusscript.php\" target=\"_blank\"]http://192.168.1.104/ventrilostatusscript.php[/a]needs to be included in my script if possible.. thanks for letting me knownot sure if its just a straight include or not.. Quote Link to comment Share on other sites More sharing options...
trq Posted March 15, 2006 Share Posted March 15, 2006 [code]include("http://192.168.1.104/ventrilostatusscript.php");[/code] Quote Link to comment Share on other sites More sharing options...
insrtsnhere13 Posted March 15, 2006 Author Share Posted March 15, 2006 alright, thanks a lot, thats what i thought it was. just wasnt sure if it mattered if we had a domain or not Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.