PHP warnings and errors are shown on the mbot's console.
I think your error is an installation problem, not a PHP error.
Type: Posts; User: souFrag
PHP warnings and errors are shown on the mbot's console.
I think your error is an installation problem, not a PHP error.
To install extensions you have to drag and drop php_mysql.dll to the mBot console. Or manually by copying it to /mbot/extensions and modifying the mbot's config file.
You have to use the exact same PHP version that was used to compile mBot. For example, I use mBot 0.0.3.4 which was compile using PHP 5.1.4.4.
You have to copy the mbot directory into...
function func_write_log ( $name, $body, $timestamp, $event_ico ) {
$file = mb_SysGetMirandaDir() . "/logs/" . date('Y-m-d',$timestamp) . ".log";
$text = $event_ico . "[" ....
Try using mb_convert_encoding ($string, 'UTF-8');
But you'll need to install the php_mbstring.dll extension.
oh ok ;)
Why won't you use PHP < 5.3 ??
I mean, the only BIG change are namespaces AFAIK.. and a history importer would be a pretty simple script that wouldn't be much different with or without namespaces....
Regarding the MySQL extension:
mBot comes with no PHP extension. Any extension you may need you must install it separately. Go to php.net and download the PHP zip package corresponding to the SAME...
mm the code for this plugin is REALLY REALLY simple.. the only thing it does is:
- Ask de OS for the desktop size.
- Calculate the window position.
- Write those values on the CList module of your...
as O-Neil says, it seems to be working fine.
i haven't been following the current miranda development for a while, but AFAIK these minor releases are just for fixing bugs, so all plugins should be...
do you mean the php extensions webi comes with? you must use the exact same version as the php5ts.dll that you are using with mbot.
right click on php5ts.dll and click properties, then details,...
oh i didn't know about that.. i've been using and coding for mbot since it came out and i've never heard about that. glad you could fix it for others though.
which is the console bug?
i suggest you upload your patched version to the Addons.
i'm using mbot 0.0.3.4 and miranda 0.8.14.. it works perfect.
I'm glad it worked for you.. I was running the facebook protocol in a different profile than my other protocols so I didn't care about creating a new one :-)
By the way, for people who don't wanna...
Here: http://forums.miranda-im.org/showthread.php?p=197559
I wrote a little script so I could update to Jabber protocol without losing my history.
jarvis, thanks for your work man, i really...
/*
* mBot Facebook Chat protocol to Jabber Protocol Update
* by Felipe Brahm - souFrag
* Released 2010-02-10
* http://wwww.felipebrahm.com
*/
I've got my whole chat history stored from...
Ok, i opened an issue report with a possible solution:
http://code.google.com/p/eternityplugins/issues/detail?id=22
I can't test it right now cause I formatted my PC and don't even have a SVN...
Hi,
I've just started trying out this plugin and I'm having an issue with the message timestamps.
Whenever I get a message instead of setting the message timestamp with MY clock time, this...
This is an open source software, so it's not proprietary :D
Yes, the profile/database is the .dat file.
I don't actually know nor need to know how it works. I just need to know how to use the...
mm that's weird, i don't think it has anything to do with my script..
this is how it works:
1. Create a backup: the script reads the setting of each MSN user on your list from...
hi,
it's written to your miranda database/profile.. do u know how it works?
Hi,
In the "configuration" lines there's these 2 lines:
//File extensions to use when reading directories. There's no need to write jpg and JPG... It's the same :-)
$image_types =...
ok, i've added a HOW-TO section in the first post :-)
Ok, thanks.
I've uploaded the script to the file listing if anyone else would like to restore their local custom nicknames: http://forums.miranda-im.org/showthread.php?t=22077