gerwim Posted April 5, 2012 Share Posted April 5, 2012 Hi there, I want to create a custom page which shows available backups (in-house made backup system) but for that I need the vserverid of the VPS. How could I get this value? Thanks. 0 Quote Link to comment Share on other sites More sharing options...
othellotech Posted April 6, 2012 Share Posted April 6, 2012 Are you going to be sharing the backup system/final result ? 0 Quote Link to comment Share on other sites More sharing options...
gerwim Posted April 6, 2012 Author Share Posted April 6, 2012 Are you going to be sharing the backup system/final result ? I won't be sharing the backup system, sorry. However the final result looks like this (and works perfectly!) VPS management screen /http://dl.dropbox.com/u/6166898/screen1.PNG VPS backup / rDNS screen /http://dl.dropbox.com/u/6166898/screen2.PNG For the first link I edited the SolusVM custom.php with $htmlarray["manage"] = '<tr><td width="150" class="fieldarea">Backups and rDNS:</td><td align="left"><a href="manage.php?id=' . $params['customfields']['vserverid'] . '">Click here to manage your backups and to set rDNS</a></td></tr>'; This will pass the vserverid to manage.php which will grab the backup list and IP's. 0 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.