<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.mbot.ovh.org/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.mbot.ovh.org/feed.php">
        <title>mBotHelp</title>
        <description></description>
        <link>http://www.mbot.ovh.org/</link>
        <image rdf:resource="http://www.mbot.ovh.org/lib/images/favicon.ico" />
       <dc:date>2008-12-02T12:02:11+01:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.mbot.ovh.org/doku.php?id=functions:contacts_settings:mb_cfindnext&amp;rev=1228125885&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.mbot.ovh.org/doku.php?id=installation&amp;rev=1219750176&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.mbot.ovh.org/doku.php?id=wiki:threads&amp;rev=1214987006&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.mbot.ovh.org/doku.php?id=home&amp;rev=1214315859&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.mbot.ovh.org/doku.php?id=faq&amp;rev=1214315858&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.mbot.ovh.org/doku.php?id=download&amp;rev=1214315857&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.mbot.ovh.org/doku.php?id=sidebar&amp;rev=1213828585&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.mbot.ovh.org/doku.php?id=news:wiki_revamp&amp;rev=1213827579&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.mbot.ovh.org/lib/images/favicon.ico">
        <title>mBotHelp</title>
        <link>http://www.mbot.ovh.org/</link>
        <url>http://www.mbot.ovh.org/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.mbot.ovh.org/doku.php?id=functions:contacts_settings:mb_cfindnext&amp;rev=1228125885&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-12-01T11:04:45+01:00</dc:date>
        <dc:creator>nowotny</dc:creator>
        <title>functions:contacts_settings:mb_cfindnext</title>
        <link>http://www.mbot.ovh.org/doku.php?id=functions:contacts_settings:mb_cfindnext&amp;rev=1228125885&amp;do=diff</link>
        <description>mb_CFindNext

----------

 

mb_CFindNext($cid);

This function returns a handle of the next to $cid contact in the database. (See: mb_CFindFirst).

Example:



&lt;?php
$cid = mb_CFindFirst(); 
do 
{ 
  $known = mb_CIsOnList($cid); 
  //now we should move to the next contact; 
}while($cid = mb_CFindNext($cid));
?&gt;</description>
    </item>
    <item rdf:about="http://www.mbot.ovh.org/doku.php?id=installation&amp;rev=1219750176&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-08-26T13:29:36+01:00</dc:date>
        <dc:creator>nowotny</dc:creator>
        <title>installation</title>
        <link>http://www.mbot.ovh.org/doku.php?id=installation&amp;rev=1219750176&amp;do=diff</link>
        <description>The installation process is pretty straightforward:

	*  download the mbot plugin from Miranda addons site.
	*  unpack the zip archive directly to the Miranda's root directory preserving the folder layout.
	*  copy the php5ts.dll library into the Miranda's root directory and, if necessary, copy the msvcr70.dll to your Windows\system32 directory.</description>
    </item>
    <item rdf:about="http://www.mbot.ovh.org/doku.php?id=wiki:threads&amp;rev=1214987006&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-07-02T10:23:26+01:00</dc:date>
        <dc:creator>nowotny</dc:creator>
        <title>wiki:threads</title>
        <link>http://www.mbot.ovh.org/doku.php?id=wiki:threads&amp;rev=1214987006&amp;do=diff</link>
        <description></description>
    </item>
    <item rdf:about="http://www.mbot.ovh.org/doku.php?id=home&amp;rev=1214315859&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-06-24T15:57:39+01:00</dc:date>
        <title>home - external edit</title>
        <link>http://www.mbot.ovh.org/doku.php?id=home&amp;rev=1214315859&amp;do=diff</link>
        <description>Welcome to the unofficial mBot help wiki. 




What is mBot?

mBot - generally known as Miranda Scripting Plugin (MSP) - is a multi-purpose plugin providing PHP scripting for Miranda IM.  It lets you write and use PHP scripts to provide extra functionality. mBot has many built in Miranda specific functions like sending/receiving messages, file transferring, contacts management, etc; of which all can be used by you. In addition to that there is a task scheduler (with cron syntax) and a simple web…</description>
    </item>
    <item rdf:about="http://www.mbot.ovh.org/doku.php?id=faq&amp;rev=1214315858&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-06-24T15:57:38+01:00</dc:date>
        <title>faq - external edit</title>
        <link>http://www.mbot.ovh.org/doku.php?id=faq&amp;rev=1214315858&amp;do=diff</link>
        <description>General

1. So what is this mBot again?

mBot is a plugin for Miranda IM that provides PHP scripting capabilities. With mBot you can write and run your own PHP scripts to enhance Miranda functionality. In addition mBot has a built-in simple HTTP server and a cron-like scheduler.</description>
    </item>
    <item rdf:about="http://www.mbot.ovh.org/doku.php?id=download&amp;rev=1214315857&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-06-24T15:57:37+01:00</dc:date>
        <title>download - external edit</title>
        <link>http://www.mbot.ovh.org/doku.php?id=download&amp;rev=1214315857&amp;do=diff</link>
        <description>The latest release of mBot is 0.0.3.4 from 04-08-2006.

You can download it from Miranda's Addons site which always hosts the latest stable version of mBot:


	*  Info
	*  Direct download (~91 Kb)


In addition you'll have to download the required PHP libraries:</description>
    </item>
    <item rdf:about="http://www.mbot.ovh.org/doku.php?id=sidebar&amp;rev=1213828585&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-06-19T00:36:25+01:00</dc:date>
        <dc:creator>nowotny</dc:creator>
        <title>sidebar</title>
        <link>http://www.mbot.ovh.org/doku.php?id=sidebar&amp;rev=1213828585&amp;do=diff</link>
        <description>*  Home
	*  Download
	*  Installation
	*  Configuration
	*  FAQ
	*  Scripts
		*  Installation
		*  Writing a script





	*  Miranda
		*  Skinning


Events

	*  IRC_EVENT_GUI_IN
	*  IRC_EVENT_GUI_OUT
	*  IRC_EVENT_RAW_IN
	*  IRC_EVENT_RAW_OUT
	*  MB_EVENT_AUTH_IN
	*  MB_EVENT_AWAY_MSG_ICQ
	*  MB_EVENT_AWAY_MSG_OUT
	*  MB_EVENT_COMMAND
	*  MB_EVENT_DUMMY
	*  MB_EVENT_EXTERNAL
	*  MB_EVENT_FILE_IN
	*  MB_EVENT_MENU_COMMAND
	*  MB_EVENT_MSG_IN
	*  MB_EVENT_MSG_OUT
	*  MB_EVENT_NEW_CSTATUS
	*  MB_EV…</description>
    </item>
    <item rdf:about="http://www.mbot.ovh.org/doku.php?id=news:wiki_revamp&amp;rev=1213827579&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-06-19T00:19:39+01:00</dc:date>
        <dc:creator>nowotny</dc:creator>
        <title>news:wiki_revamp - created</title>
        <link>http://www.mbot.ovh.org/doku.php?id=news:wiki_revamp&amp;rev=1213827579&amp;do=diff</link>
        <description>I decided to revamp the wiki look a little and update the software... The old one was 2 years old and was working on the outdated Dokuwiki installation... Feel free to post any comments you might have...</description>
    </item>
</rdf:RDF>

