Script URL:
Version of script: 3.22
Hosting company: Self Hosted
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Write your message below:
The old behavior (perhaps it was MODS) of the IP WHOIS URL field would let me enter whatever I wanted. It appears that isn't allowed now, and is restricted. We have a remote desktop program that we could access just by clicking the IP address. The URL used was vnc://{IP}~50. What can I modify to let me do this...and can the old behavior be added into new versions?
I had to make the switch to 3.22, since MODS wasn't going to keep up with security updates on the 2.x version.
IP WHOIS
Moderator: mkoch227
Re: IP WHOIS
The old behavior will not be restored as it could lead to potential security issues.
However, you should be able to add vnc as an approved scheme like this:
1. get Notepad++ (or use some other editor that can handle UTF-8 without BOM, do NOT use Microsoft Notepad)
2. open /inc/common.inc.php in Notepad++
3. find and change it to
4. save, upload and test
However, you should be able to add vnc as an approved scheme like this:
1. get Notepad++ (or use some other editor that can handle UTF-8 without BOM, do NOT use Microsoft Notepad)
2. open /inc/common.inc.php in Notepad++
3. find
Code: Select all
if ($scheme == 'https' || $scheme == 'http')
Code: Select all
if ($scheme == 'https' || $scheme == 'http' || $scheme == 'vnc')
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools