radstorm Posted January 20, 2009 Share Posted January 20, 2009 Hi all; I am wondering if there is a way to make my apache server update my ip address for users. This is because it is not static. I know there is stuff like no-ip etc. But I was wondering if there was a way to do this local on my own server? Thanks Link to comment https://forums.phpfreaks.com/topic/141580-ip-address-update-script/ Share on other sites More sharing options...
trq Posted January 20, 2009 Share Posted January 20, 2009 You could write script to do this, they would however be client/server script. eg; Your users would need to install the client script on there machine. Nothing Apache can do here though. Link to comment https://forums.phpfreaks.com/topic/141580-ip-address-update-script/#findComment-741240 Share on other sites More sharing options...
cooldude832 Posted January 20, 2009 Share Posted January 20, 2009 If you had good access to the server you could build a database of the info you want. Then using cron job create a cron job that could internally go into MySQL and develop the apache mod files as needed then update the apache info and restart the server. PHP may be able to do all this via the exec command but be careful not to do something stupid. Link to comment https://forums.phpfreaks.com/topic/141580-ip-address-update-script/#findComment-741263 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.