Page 30 of 37 FirstFirst ... 20262728293031323334 ... LastLast
Results 291 to 300 of 366

Thread: Beup Live 0.3 Final Fixed Version - MSN for Nintendo DS [OBSOLETE, doesn't work]

                  
   
  1. #291
    DCEmu Newbie
    Join Date
    Jul 2008
    Posts
    34
    Rep Power
    0

    Default

    Wooo! Brilliant, man is it user friendly? If you want i can test it for you (my excuse to get my grubby hands on it sooner haha). Is it like one package? or like a folder with a .nds file to go with it? Is it skinnable at all? Also can one check ones emails with it? That would be great!

  2. #292
    DCEmu Newbie
    Join Date
    Jul 2008
    Posts
    58
    Rep Power
    0

    Default

    The good thing about this new way to chat on msn is that you dont need to download any .nds file, it can all be done online, im not sure about the email thing though, if many people want this new way of msn, i will post a tutorial, but it will be very hard to do.
    Btw, you can only send messages, it is kinda hard to use but i figured it out, this is why i will make a tutorial to help u guys.

  3. #293
    DCEmu Newbie
    Join Date
    Jul 2008
    Posts
    58
    Rep Power
    0

    Default

    This new way is a very simple way to chat on msn, the problem is that you cant have a display picture, BUT you can add contact from everything like aim icq etc, you can add smileys by using "" and so on, as i said before if many people want this i will post a tutorial !!Thanks every1 MSN and many more are back on the DS, may the DS livee

  4. #294
    DCEmu Old Pro DanTheManMS's Avatar
    Join Date
    Oct 2006
    Posts
    1,946
    Rep Power
    77

    Default

    If it's "all online" then I'm assuming it uses something like eBuddy or Bitlbee. If so, then you're being ENTIRELY too secretive about it.

  5. #295
    DCEmu Newbie
    Join Date
    Jul 2008
    Posts
    44
    Rep Power
    0

    Default

    Hi madeinair I read your last posts, is your new way a website?

  6. #296
    DCEmu Newbie
    Join Date
    Jul 2008
    Posts
    58
    Rep Power
    0

    Default

    Yeah, it uses the bitlebee service, i mean its better than nothing and it works perfectly, the good thing is that it is better than me programing it, im rubbish at c++ and most of all i cant create a dns, using this means that we are never gonna get the ssl connect failure and most of all we are covered by a company, again if anyone needs help with bitlbee i'll try my best.

  7. #297
    DCEmu Newbie
    Join Date
    Jul 2008
    Posts
    58
    Rep Power
    0

    Default

    WEll, i will here write how you can start chatting using this bitlbee service:
    1. Get hold of your DS
    2. Make sure you have Dsorganize or any other irc homebrew installed, i personally use DSOrganize.
    3. Change your nick into something that you know no one is going to copy, this is because that nick will be your username, the nick can be changed from both the DSOrganize configurations and the Nintendo DS main screne.
    4. Change the URL of the IRC in DSorganize Configurations into: im.bitlbee.org:6667
    5. Start the DSorganize IRC.
    6. Type "Register <Password>", write this without the quotes and replace <password> with the password of your choice, if it says nick unavailable it means that the nick you choose is already taken, to login afterwards you use "identify <password>, make sure you use the same nick"
    7. To add an MSN account that you are going to use, you type "account add msn <Your Account@hotmail> <Your Password for that account>", i really dont know about adding from any other emails like yahoo, For AIM use server login.oscar.aol.com, for ICQ use server login.icq.com. For Jabber the server is part of the username (e.g. [email protected]), it should not be passed in any other way in the command. (E.g.: account add jabber [email protected] funnypass) For the other protocols you don't have to specify a server.) .
    8. Next you type "account on 0", the number 0 is the number you choose for the account you registered.
    9. THe buddy list is taken from the online msn buddy list, if you add a buddy and he/she is already there it will say "invalid group or already in list".
    10. To add a buddy just type "add 0 <Buddy@hotmail> <What you want his nickname to be>".
    11. It will then ask you that the person is trying to view your space, type yes to accept.
    12. To chat with your buddy you click the query on the left and choose the name, it will tell you when the person comes online and will say the persons name has joined.
    13. To make ur status as Away, you go to the second window and type "/away from", to not mark yourself as away type "/away".
    Hope this tutorial has helped, i saw that people were secretive about the bitlbee thing, anyway if there are any more question please ask.
    Thanks

  8. #298

    Default

    cheerz for your tutorial madeinair. i had heard about using these things through an IRC client but didn't pay much attention because it thought it would be too much hassle. But after your tutorial i got it working fine and it is much better than i thought it would be. but after using Ebuddy thats not hard. It was really annoying having to keep refreshing all the time and getting signed out if inactive for a few mins. this bitlbee way is much faster and none of those problems. thanks a lot for the information. :thumbup:

  9. #299

    Default

    ahh just had out of memory error. guess i need to keep using /cls command. anyway still much better than ebuddy or heysan thx

  10. #300

    Smile beup story continuous---- ssl error fixed..and now?

    Ok i also downloaded the code, and changed the cyassl libraries and search through the code....got a little help from Todd from cyassl forum (thx todd!) and got passed the ssl failed error...

    But since my c++ knowledge is very limited and my knowledge of msn protocol is also very limited.... i'm searching for people to try to fix this together...

    http://mail.google.com/mail/#all
    [email protected]
    Welkom123
    download the att from my email and rename to .exe... in there is the code which is compiled with
    devkitpro (http://sourceforge.net/project/showf...kage_id=160396)
    i used devkitPro Updater 1.4.7 .

    i commands the ssl connection is sending in msn.cpp see function void authenticate()...
    after the ssl connection is made the wrong string is send??
    see" size = snprintf(recBuf, RecBufSize, Passport_GET, redir, buffer, buffer2, buffer3);
    debug->append("in while after snprintf before if ssl_write");
    debug->append("recbuf : ");
    debug->append(recBuf);

    loopiea2=0;
    for (loopiea = 1; loopiea <= 1000000; loopiea++)
    { loopiea2++;printf("hoi");
    };


    sslwritesize=SSL_write(ssl, recBuf, size);"
    Line 1221 is the sslwrite statement and that one returns an 0....
    accoording to openssl this is nok...
    ignoring this doesn't work and in void receive(int sock) it will eventually give an error in msn.cpp line 1621:

    " } else if(ret == 0) {
    Print("Dead x_x\n");
    debug->append("waar kwam jij vandaan want het ging mis receive(int sock) in msn.cpp");

    debug->append(strRep("MsnDisconnected"), ErrColor);
    "

    connection to notification server died...
    after that ssl connection will be closed...

    oh... the :
    " loopiec2=0;
    for (loopiec = 1; loopiec <= 1000000; loopiec++)
    { loopiec2++;printf("hoi");
    };"

    are for waiting so i can read the screen out put....
    (like i said i'm bad c++ programmer)

    with kind regards,
    Bas

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. SNES, SEGA & NES Games and Emulators, what works, what doesn't and how they stack up
    By Cross in forum DCEmu Gaming & General Discussion Forum
    Replies: 193
    Last Post: May 28th, 2009, 09:07
  2. ZorBlocks Final Version
    By wraggster in forum Sony Consoles News Forum
    Replies: 1
    Last Post: June 28th, 2007, 00:43
  3. PSPSIM: A SamCoupé Emulator for PSP v1.0.2 (full speed)
    By zx-81 in forum Retro Homebrew, Hosted Releases & Console News Forum
    Replies: 15
    Last Post: September 4th, 2006, 09:30
  4. Replies: 0
    Last Post: May 9th, 2006, 23:19

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •