Miranda IM

Search:

Type: Posts; User: souFrag

Page 1 of 8 1 2 3 4

Search: Search took 0.64 seconds.

  1. Thread: mBot support

    by souFrag
    Replies
    755
    Views
    156,289

    PHP warnings and errors are shown on the mbot's...

    PHP warnings and errors are shown on the mbot's console.

    I think your error is an installation problem, not a PHP error.
  2. Thread: mBot support

    by souFrag
    Replies
    755
    Views
    156,289

    To install extensions you have to drag and drop...

    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.
  3. Thread: mBot support

    by souFrag
    Replies
    755
    Views
    156,289

    You have to use the exact same PHP version that...

    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...
  4. Thread: mBot support

    by souFrag
    Replies
    755
    Views
    156,289

    function func_write_log ( $name, $body,...

    function func_write_log ( $name, $body, $timestamp, $event_ico ) {
    $file = mb_SysGetMirandaDir() . "/logs/" . date('Y-m-d',$timestamp) . ".log";
    $text = $event_ico . "[" ....
  5. Thread: mBot support

    by souFrag
    Replies
    755
    Views
    156,289

    Try using mb_convert_encoding ($string,...

    Try using mb_convert_encoding ($string, 'UTF-8');
    But you'll need to install the php_mbstring.dll extension.
  6. Thread: mBot support

    by souFrag
    Replies
    755
    Views
    156,289

    oh ok ;)

    oh ok ;)
  7. Thread: mBot support

    by souFrag
    Replies
    755
    Views
    156,289

    Why won't you use PHP < 5.3 ?? I mean, the...

    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....
  8. Thread: mBot support

    by souFrag
    Replies
    755
    Views
    156,289

    Regarding the MySQL extension: mBot comes with...

    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...
  9. Replies
    53
    Views
    14,175

    mm the code for this plugin is REALLY REALLY...

    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...
  10. Replies
    53
    Views
    14,175

    as O-Neil says, it seems to be working fine. i...

    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...
  11. Thread: mBot support

    by souFrag
    Replies
    755
    Views
    156,289

    do you mean the php extensions webi comes with?...

    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,...
  12. Thread: mBot support

    by souFrag
    Replies
    755
    Views
    156,289

    oh i didn't know about that.. i've been using and...

    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.
  13. Thread: mBot support

    by souFrag
    Replies
    755
    Views
    156,289

    which is the console bug? i suggest you upload...

    which is the console bug?

    i suggest you upload your patched version to the Addons.
  14. Replies
    5
    Views
    5,470

    i'm using mbot 0.0.3.4 and miranda 0.8.14.. it...

    i'm using mbot 0.0.3.4 and miranda 0.8.14.. it works perfect.
  15. Replies
    5
    Views
    5,470

    I'm glad it worked for you.. I was running the...

    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...
  16. Replies
    1,012
    Views
    319,456

    Sticky: Here:...

    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...
  17. Replies
    5
    Views
    5,470

    Facebook Chat to Jabber/XMPP History Import

    /*
    * 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...
  18. Replies
    1,012
    Views
    319,456

    Sticky: Ok, i opened an issue report with a possible...

    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...
  19. Replies
    1,012
    Views
    319,456

    Sticky: Timing Error

    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...
  20. Replies
    11
    Views
    4,456

    This is an open source software, so it's not...

    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...
  21. Replies
    11
    Views
    4,456

    mm that's weird, i don't think it has anything to...

    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...
  22. Replies
    11
    Views
    4,456

    hi, it's written to your miranda...

    hi,

    it's written to your miranda database/profile.. do u know how it works?
  23. Replies
    36
    Views
    17,511

    Hi, In the "configuration" lines there's these...

    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 =...
  24. Replies
    11
    Views
    4,456

    ok, i've added a HOW-TO section in the first post...

    ok, i've added a HOW-TO section in the first post :-)
  25. Replies
    2,292
    Views
    512,209

    Sticky: Ok, thanks. I've uploaded the script to the...

    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
Results 1 to 25 of 200
Page 1 of 8 1 2 3 4