Forum Replies Created
-
AuthorPosts
-
February 4, 2008 at 12:03 am #190806DodyMember
buy one?
February 4, 2008 at 12:02 am #190798DodyMemberman, 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..February 3, 2008 at 11:59 pm #190792DodyMember@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 ๐
January 17, 2008 at 12:06 pm #176449DodyMember@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 ๐
January 10, 2008 at 8:15 pm #176451DodyMemberit 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
January 10, 2008 at 8:07 pm #176537DodyMemberoh man
System requirements
Intelยฎ Pentium 2 or higher or equivalent
128MB of RAM or higherI wonder what is all that for! hah
January 10, 2008 at 8:05 pm #176346DodyMemberI 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!
January 10, 2008 at 7:57 pm #191168DodyMember@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 ๐
January 10, 2008 at 7:54 pm #191190DodyMemberI 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..
June 1, 2007 at 12:44 pm #191214DodyMember@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 sakeanyway, 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
May 31, 2007 at 12:50 pm #191216DodyMemberYou 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 otherI 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 applicationsafter 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 ๐
February 8, 2007 at 11:00 pm #191295DodyMemberI 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 classhave fun ๐
December 12, 2006 at 3:46 pm #191326DodyMemberin 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
December 12, 2006 at 12:57 am #191333DodyMember@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
December 11, 2006 at 9:06 pm #191335DodyMemberSetWindowHookEx 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…
-
AuthorPosts