AIM Profile logger

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
bla5e
Forum Contributor
Posts: 234
Joined: Tue May 25, 2004 4:28 pm

AIM Profile logger

Post by bla5e »

anyone have a PHP script that can log the peoples IM/Screenname that look at your profile?
Illusionist
Forum Regular
Posts: 903
Joined: Mon Jan 12, 2004 9:32 pm

Post by Illusionist »

I think you can make one yourself. It's not hard at all, unless you know absolutely nothing about PHP... send the screenname through the URL, GET it in your script, and then either write it to a file, or database.
bla5e
Forum Contributor
Posts: 234
Joined: Tue May 25, 2004 4:28 pm

Post by bla5e »

ya i think i have an idea of what needs to be done.. i just dont know how to get the %n varible outputted into php, since php doesnt know what %n stands for..
Illusionist
Forum Regular
Posts: 903
Joined: Mon Jan 12, 2004 9:32 pm

Post by Illusionist »

uhh...
once AIM parses the %n, it changes it to the screenname of the person viewing... All you have to do is get the screennmae fromt he URL.... "/profile.php/?sn=AIM User"
Post Reply