Skip to content

Commit fc4a77e

Browse files
committed
Fix sourceforge URL
Remove paypal link Update 'about' Smart Guide Pty Ltd as maintainer
1 parent 7a23c66 commit fc4a77e

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

index.html

+4-2
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@
9696
* If not, there is a PHP error somewhere.
9797
*/
9898
if(typeof trans != "function" || typeof __vboxLangData == "undefined") {
99+
//if(true) {
100+
99101
trans = function(s){return s;};
100102
vboxAlert("An unknown PHP error occurred. This is most likely a syntax error in\
101103
config.php in phpVirtualBox's folder. The most common errors are an unclosed\
@@ -106,8 +108,8 @@
106108
browser may display the PHP error message.</p>\
107109
<p>If find that this is not the case,\
108110
or have no idea what this error message means, please raise the issue\
109-
at <a href='https://github.com/phpvirtualbox/phpvirtualbox/issues/'\
110-
>https://github.com/phpvirtualbox/phpvirtualbox/issues/",{'width':'50%'});
111+
at <a target=_blank href='https://github.com/phpvirtualbox/phpvirtualbox/issues/'\
112+
>https://github.com/phpvirtualbox/phpvirtualbox/issues",{'width':'50%'});
111113
return;
112114
}
113115

js/chooser.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ var vboxChooser = {
720720
var vStr = $('#vboxPane').data('vboxConfig').phpvboxver.substring(0,$('#vboxPane').data('vboxConfig').phpvboxver.indexOf('-'));
721721
var vers = $('#vboxPane').data('vboxConfig').version.string.replace('_OSE','').split('.');
722722
if(vers[0]+'.'+vers[1] != vStr) {
723-
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'});
723+
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'});
724724
}
725725
}
726726
} else {
@@ -2448,4 +2448,4 @@ $(document).ready(function(){
24482448

24492449

24502450

2451-
});
2451+
});

panes/about.html

+7-8
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
<!-- $Id: about.html 595 2015-04-17 09:50:36Z imoore76 $ -->
22
<div style='text-align: center'>
33
<h3 align='center' id='vboxAboutHeader'>phpVirtualBox X -/- VirtualBox X compatible</h3>
4-
<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>
5-
<p style='text-align: center'><a target='_blank' href='https://github.com/phpvirtualbox/phpvirtualbox/'>https://github.com/phpvirtualbox/phpvirtualbox/</a></p>
6-
<p style='text-align: left'>
7-
I develop and support phpVirtualBox in my spare time - free of charge. I do not receive payments from VirtualBox (Oracle) nor am
8-
I affiliated with them in any way. If you find this program useful, I ask that you please donate.
4+
<p style='text-align: center'><a target='_blank' href='https://github.com/phpvirtualbox/phpvirtualbox/'>https://github.com/phpvirtualbox/phpvirtualbox</a></p>
5+
<p style='text-align: center'>
6+
phpVirtualBox is from 2017 maintained by Smart Guide Pty Ltd (tudor at smartguide dot com dot au)
7+
with support from various <a target='_blank' href='https://github.com/phpvirtualbox/phpvirtualbox/graphs/contributors/'>contributors</a>
98
</p>
10-
<p align=center>
11-
<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>
9+
<p style='text-align: center'>
10+
Originally Copyright (C) 2015 Ian Moore (imoore76 at yahoo dot com) - <a href='LICENSE.txt' target='_new'>LICENSE</a>
1211
</p>
1312
<div style='margin-top: 10px; border-top: 1px solid #000;' id='vboxAboutVbox'><p>VirtualBox</p>
1413
<script type='text/javascript'>
1514
$('#vboxAboutHeader').html('phpVirtualBox '+$('#vboxPane').data('vboxConfig').phpvboxver+' -/- VirtualBox '+$('#vboxPane').data('vboxConfig').phpvboxver.substring(0,$('#vboxPane').data('vboxConfig').phpvboxver.indexOf('-'))+'.x compatible');
1615
$('#vboxAboutVbox').html('Virtual Box '+$('#vboxPane').data('vboxConfig').version.string+' ('+$('#vboxPane').data('vboxConfig').version.revision+')<br />' + $('#vboxPane').data('vboxConfig').version.settingsFilePath);
1716
</script>
1817
</div>
19-
</div>
18+
</div>

0 commit comments

Comments
 (0)