Skip to content

Dody

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 131 total)
  • Author
    Posts
  • #190806
    Dody
    Member

    buy one?

    #190798
    Dody
    Member

    man, download a http sniffer and snif when your songs are downloading, you will get the link

    sniffing is a good way, but don’t abuse this power and don’t start sniffing something else ๐Ÿ˜›
    Just kidding.. :mrgreen:

    #190792
    Dody
    Member

    @daveh1 wrote:

    Pal’s official policy seems to be that they don’t have an API, which is just ridiculous.

    actually, paltalk does have an API with big list of methods ( I can list it for those who likes to have an idea) that would be very funny to play with once you get it working. I tried importing the .tlb files and creating the instance of the COM object, which worked at the set up, but failed while calling any of the API methods. I got pissed and left it and didn’t mess with it again ๐Ÿ˜€

    #176449
    Dody
    Member

    @Departure wrote:

    Welcome back dody !!!

    Ummm yeah aranreck has made some very good progress with the login for paltalk He has worked out what most of the packets are except 2 that are sent and recived just before login, He is doing a great job so far and im sure it wont be long before he has a up and running protocol.

    hey Departure,

    I am glad to hear that, I am looking forward to hear any accomplishment in the near future ๐Ÿ™‚

    #176451
    Dody
    Member

    it good to see some one who is trying this
    I have tried before, debugging and debugging, but only I got was an welcome message when you first connect to paltalk, most of the other stuff before the log in is encrypted nonlike the msn/wlm where you can successfully make through into the login phase even when they made it even harder in the latest msnp15.

    I can remember that you firstly connect to an ip, and it will transfer you to another for loging in, just like in msnp, but couldn’t retrive other steps because of the leak of time ๐Ÿ˜€

    good luck with it, and let me know if you come any further

    #176537
    Dody
    Member

    oh man
    System requirements
    Intelยฎ Pentium 2 or higher or equivalent
    128MB of RAM or higher

    I wonder what is all that for! hah

    #176346
    Dody
    Member

    I can’t really remember if paltalk opened a direct connection between 2 pcs when you send a file or it is through paltalk server, but you can try and send a file to any friend and see who you are connecting to!

    #191168
    Dody
    Member

    @Admin wrote:

    Ah C++ lol man I being trying to avoid C++ for ever but is imnerable I must learn it :swift:

    nah nah, keep trying it

    don’t tell me that I made you quit when I told you I started Java ๐Ÿ˜€
    that’s just me, I even started gezel and VHDL ๐Ÿ˜€

    keep going on c++ man, and java is also a good way to keep it throguh different platforms ๐Ÿ™‚

    #191190
    Dody
    Member

    I don’t know if you solved your problem or not
    but if you are using the 8051 siemens, then I can give you my full project
    I almost done something similar some time ago (as good as I can remember ๐Ÿ™‚ )

    though my code is a plain C with some special headers of the uVision platform

    best wishes..

    #191214
    Dody
    Member

    @Admin wrote:

    Thanks man, and nice to see you again, So thas for 2005, Aight times for me to buy it ๐Ÿ˜‰

    I forgot to mention that it is vc++ 6, but if you have vc 2005, it will convert it correctly without any problem
    I just warn you that vc 2005 the professional edition that support MFC, and it is not cheap
    they only reason I am using vc 2005 is because MS gave me free license copy because I am studying Software Engineering and they are looking forward to hire me in the future ๐Ÿ˜€
    so you might consider doing that for afree copy’s sake

    anyway, if you want some paltalk vc++ source code, I can give you some of my old applications!

    by the way, it is kinda late you start c++ now, people are already moving into java (like me) even though c++ still powerfull

    keep up the good work

    #191216
    Dody
    Member

    You are lucky Admin, I have few days vacation and I just passed by the forum to see what’s new

    @Admin wrote:

    here where i am stock on c++
    First what program should I use the old vb sudio 6 or other

    I use Microsoft Visual C++ 6.0 and I get a free license from microsoft using Microsoft Visual Studio 2005 (because of my study and work)

    so I use both, and espcially MFC if you are looking into making windows-based applications easy and fast

    and how ya add a damn form lol, evey time i open the vb studio c+ i dont know how to add a damn form lol inbaressing i know lol.

    You need to think a little bit different that vb.
    when you start your vc++, choose MFC and check for the dialog based applications

    after that it will be drop-n-drag for the controls

    so please someone do somethign like a simple form with one buttom that says hello. from start to finish without skippin, I bet I learn c++ in a day if this is done :)

    check the attachment ๐Ÿ™‚

    #191295
    Dody
    Member

    I suggest that you catch the exceptions while writing and reading (it is a must in java now days ๐Ÿ™‚ )
    and take a look about CFile at msdn ->
    it is a MFC class

    have fun ๐Ÿ™‚

    #191326
    Dody
    Member

    in order to trace the Postmessage and Sendmessage you need to hook the API calls, this is a harder task than what you are starting with, I suggest you keep your trying with something easier until you got it working, then I can provide you with some usefull links according hooking api calls

    good luck

    #191333
    Dody
    Member

    @nanomachine007 wrote:

    @nanomachine007 wrote:

    so you know what is SetWindowHookEx and SetWindowLong, now we can discuss about hooking ๐Ÿ˜‰

    that was for noob not for you dody, yep setwindowhookex is just a starting point of hook and if it combined with setwindowlong is became very interesting.

    I apologize for my misunderstanding, and I am sorry if my post was offensive, I didn’t mean to hurt anyone I was trying to clear up… I apologize once again nanomachine…

    best wishes to both of you guys

    #191335
    Dody
    Member

    SetWindowHookEx is just the start of the hooking… the advance hooking is done by detours… check it out ๐Ÿ˜‰
    and yes I know what SetWindowHookEx, c++ is my study and my job ๐Ÿ™‚

    good luck nooob, I am glad you got it…

Viewing 15 posts - 1 through 15 (of 131 total)