20
May
2010
PHPrs Download Available!
Sorry for the delay folks, real life must always take priority, and having to deal with 3 separate and unrelated server crashes in the span of 2 weeks made things a little hectic. No matter how good PHPrs is, it can’t help when hardware failures are involved
You can find the latest release, v.3b here. Yes, it is BETA, so you have been warned
This entry was posted
on Thursday, May 20th, 2010 at 11:15 pm and is filed under Downloads, PHP Remote Support.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.

Hi,
Thanks for your very good work !
After correct some codes…
I have detect only few problems in the product…
1°)in support_admin.php :
line 16 replace “$ret .= shell_exec” by “$ret = shell_exec” : that work when I suppress the “point”.
2°)in support_admin.php :
Line 16 : vncviewer.7z doesn’t exist in host folder there is vncviewer.exe, I compressed it with 7z that I installed in my Ubuntu with “sudo apt-get p7zip”.
3°) in support_admin.php :
Line 19 : the log /var/log/apache2/error.log says cannot use ‘at’
4°) in support_admin.php :
My linux is Ubuntu Lucid-Lynx 10.04 LTS and I have install upx-ucl and cammands line 17 make error in upx. I have replaced “upx -9 -f -k -o built/h’ . $sessionKey . ‘.exe /tmp/h’ . $sessionKey . ‘.exe” by “cp /tmp/h’ . $sessionKey . ‘.exe built/h’ . $sessionKey . ‘.exe” : the product is not compressed but copy in built.
5°) in index.php :
line 17 : I changer “7za” by “7zr” cause i installed p7zip…
6°) in index.php :
line 19 : same problem with upx, I make same modifications that I maked in support_admin.php
7°) in index.php :
line 21 : same problem with “at” wich make error in apache2′s log.
8°) in client/helpdesk_default.txt and host/config_default.txt
There is “$IP::$PORT” : Is this correct there is two “:” between $IP and $PORT ?
Very good JOB !
Downloading Support.exe for the client and the host works perfectly.
I have not been able to run vnc as I probably have not configured correctly repeater.exe.
Do I parameter it in mode I or mode II ?
Thanks !
Glad to see you got it up! Haven’t been able to check it out myself yet. If it works, then great job!
Thanks for your detailed bug report, I will reply to the numbered points below:
1) Fixed!
2) Fixed! — In a haste to trim the size of the download, I inadvertently trimmed a little too much
3, 7) No direct fix, however I added an option to disable the use of the AT command, I will release v.2b shortly which will remove the need for AT, for now, be warned that the built folder will continue to grow (just delete the executables if it is taking too much space)
4, 6) No direct fix, however I added an option to disable the use of the UPX command
5) I have added an option to specify the 7z executable name
Yes, the two colons ‘:’ are supposed to be there.
You do have to install a repeater (either windows or linux). I have tested the repeater located here: http://www.uvnc.com/pchelpware/sc/download.html
However there is a bunch of ‘newer’ versions located here: http://koti.mbnet.fi/jtko/uvncrepeater/
The version at UVNC.com only supports Mode II, however the newest version supports both Mode I and Mode II.
PHP Remote Support v.2b has been released!
Due to missing files, this should be considered a mandatory update.
Grab a copy here: http://phpremotesupport.com/2010/05/26/updated-phprs-v-2b-released/