Skip to content

Commit

Permalink
Fix sourceforge URL
Browse files Browse the repository at this point in the history
Remove paypal link
Update 'about' Smart Guide Pty Ltd as maintainer
  • Loading branch information
tom077 committed Nov 19, 2018
1 parent 7a23c66 commit fc4a77e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@
* If not, there is a PHP error somewhere.
*/
if(typeof trans != "function" || typeof __vboxLangData == "undefined") {
//if(true) {

trans = function(s){return s;};
vboxAlert("An unknown PHP error occurred. This is most likely a syntax error in\
config.php in phpVirtualBox's folder. The most common errors are an unclosed\
Expand All @@ -106,8 +108,8 @@
browser may display the PHP error message.</p>\
<p>If find that this is not the case,\
or have no idea what this error message means, please raise the issue\
at <a href='https://github.com/phpvirtualbox/phpvirtualbox/issues/'\
>https://github.com/phpvirtualbox/phpvirtualbox/issues/",{'width':'50%'});
at <a target=_blank href='https://github.com/phpvirtualbox/phpvirtualbox/issues/'\
>https://github.com/phpvirtualbox/phpvirtualbox/issues",{'width':'50%'});
return;
}

Expand Down
4 changes: 2 additions & 2 deletions js/chooser.js
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ var vboxChooser = {
var vStr = $('#vboxPane').data('vboxConfig').phpvboxver.substring(0,$('#vboxPane').data('vboxConfig').phpvboxver.indexOf('-'));
var vers = $('#vboxPane').data('vboxConfig').version.string.replace('_OSE','').split('.');
if(vers[0]+'.'+vers[1] != vStr) {
vboxAlert('This version of phpVirtualBox ('+$('#vboxPane').data('vboxConfig').phpvboxver+') is incompatible with VirtualBox ' + $('#vboxPane').data('vboxConfig').version.string + ". You probably need to <a href='http://sourceforge.net/projects/phpvirtualbox/files/' target=_blank>download the latest phpVirtualBox " + vers[0]+'.'+vers[1] + "-x</a>.<p>See the Versioning section below the file list in the link for more information</p>",{'width':'auto'});
vboxAlert('This version of phpVirtualBox ('+$('#vboxPane').data('vboxConfig').phpvboxver+') is incompatible with VirtualBox ' + $('#vboxPane').data('vboxConfig').version.string + ". You probably need to <a href='https://github.com/phpvirtualbox/phpvirtualbox/' target=_blank>download the latest phpVirtualBox " + vers[0]+'.'+vers[1] + "-x</a>.<p>See the Versioning section below the file list in the link for more information</p>",{'width':'auto'});
}
}
} else {
Expand Down Expand Up @@ -2448,4 +2448,4 @@ $(document).ready(function(){



});
});
15 changes: 7 additions & 8 deletions panes/about.html
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
<!-- $Id: about.html 595 2015-04-17 09:50:36Z imoore76 $ -->
<div style='text-align: center'>
<h3 align='center' id='vboxAboutHeader'>phpVirtualBox X -/- VirtualBox X compatible</h3>
<p style='text-align: center'>Copyright (C) 2010-2015 Ian Moore (imoore76 at yahoo dot com) - <a href='LICENSE.txt' target='_new'>LICENSE</a></p>
<p style='text-align: center'><a target='_blank' href='https://github.com/phpvirtualbox/phpvirtualbox/'>https://github.com/phpvirtualbox/phpvirtualbox/</a></p>
<p style='text-align: left'>
I develop and support phpVirtualBox in my spare time - free of charge. I do not receive payments from VirtualBox (Oracle) nor am
I affiliated with them in any way. If you find this program useful, I ask that you please donate.
<p style='text-align: center'><a target='_blank' href='https://github.com/phpvirtualbox/phpvirtualbox/'>https://github.com/phpvirtualbox/phpvirtualbox</a></p>
<p style='text-align: center'>
phpVirtualBox is from 2017 maintained by Smart Guide Pty Ltd (tudor at smartguide dot com dot au)
with support from various <a target='_blank' href='https://github.com/phpvirtualbox/phpvirtualbox/graphs/contributors/'>contributors</a>
</p>
<p align=center>
<a href='https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=UB2BVHBDUJ2D2' target=_blank><img src='images/donate.gif' style='border: 0px;'></a>
<p style='text-align: center'>
Originally Copyright (C) 2015 Ian Moore (imoore76 at yahoo dot com) - <a href='LICENSE.txt' target='_new'>LICENSE</a>
</p>
<div style='margin-top: 10px; border-top: 1px solid #000;' id='vboxAboutVbox'><p>VirtualBox</p>
<script type='text/javascript'>
$('#vboxAboutHeader').html('phpVirtualBox '+$('#vboxPane').data('vboxConfig').phpvboxver+' -/- VirtualBox '+$('#vboxPane').data('vboxConfig').phpvboxver.substring(0,$('#vboxPane').data('vboxConfig').phpvboxver.indexOf('-'))+'.x compatible');
$('#vboxAboutVbox').html('Virtual Box '+$('#vboxPane').data('vboxConfig').version.string+' ('+$('#vboxPane').data('vboxConfig').version.revision+')<br />' + $('#vboxPane').data('vboxConfig').version.settingsFilePath);
</script>
</div>
</div>
</div>

0 comments on commit fc4a77e

Please sign in to comment.