You may download it here:
http://addons.miranda-im.org/details...ewfile&id=3158
Post your questions about this script here.
DESCRIPTION
Read and reply your Miranda IM messages online from your PDA, PSP (Play Station Portable)
or mobile phone using an internet connection and a web browser.
Miranda IM must be running on your computer in order for you to use this script from
another device.
You may also use this to remotely read and reply to your messages from another computer
using any web browser.
INSTALLATION
First, you must have Miranda IM and MBot/MSP (Miranda Scripting Plugin) installed.
You may find more information about MBot/MSP here:
http://addons.miranda-im.org/details...ewfile&id=1584
Then just unzip this script in the Miranda IM folder.
You'll be able to test it entering this in your browser: http://localhost:8081/mob/
If you want to access from another computer, you must use: http://YOUR_IP/mob/
I recommend you to register for a free account at no-ip.org or dyndns.com.
After doing this, you'll be able to access Miranda through
http://YOUR_NICKNAME.no-ip.org:8081/mob/ without having to know your IP.
Remember you must enable MBot/MSP's Webserver at:
Miranda IM Options > Plugins > MBot > Enable WWW Server.
CONFIGURATION
You may change some settings of this script at:
Miranda IM/mbot/www/mob/inc/config.inc.php
You may set a PASSWORD using MBot/MSP's webserver built-in password protection.
Open the file Miranda IM/mbot/config/mbot.xml
and then add/change the following code between <httpd> tags:
Screenshots:PHP Code:<httpd>
...
<dirs>
<dir path="/mob" auth_req="1" user="YOUR_USERNAME" pass="YOUR_PASSWORD" ip_mask="*"/>
</dirs>
...
</httpd>
More Screenshots:
http://www.felipebrahm.com/mim/mobil...enshots/01.jpg
http://www.felipebrahm.com/mim/mobil...enshots/02.jpg
http://www.felipebrahm.com/mim/mobil...enshots/03.jpg
http://www.felipebrahm.com/mim/mobil...enshots/04.jpg
http://www.felipebrahm.com/mim/mobil...enshots/05.jpg
http://www.felipebrahm.com/mim/mobil...enshots/06.jpg
http://www.felipebrahm.com/mim/mobil...enshots/07.jpg
Changelog:
Code:0.2.0.0 + Added Avatar support (read configuration file for details on how to enable it). + New screenshot uploaded, showing how avatars look :-) * Change \n for br when reading messages. 0.1.2.0 + Added to configuration: AUTOREFRESH_CONTACTLIST (by default it's disabled) + Added to configuration: AUTOREFRESH_MESSAGES (by default it's disabled) 0.1.1.0 + Added "Search History" + Added "Show Offline Contacts" + Added the ability to show the status message of a contact when it's possible. + Added to configuration: CONTACTS_PER_PAGE 0.1.0.0 + First Public Release


Reply With Quote

Bookmarks