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.. Link to comment https://forums.phpfreaks.com/topic/5055-inlcuding-info-from-another-server/ 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] Link to comment https://forums.phpfreaks.com/topic/5055-inlcuding-info-from-another-server/#findComment-17898 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 Link to comment https://forums.phpfreaks.com/topic/5055-inlcuding-info-from-another-server/#findComment-17928 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.