Page 1 of 1
AIM Profile logger
Posted: Thu Jun 24, 2004 9:24 am
by bla5e
anyone have a PHP script that can log the peoples IM/Screenname that look at your profile?
Posted: Thu Jun 24, 2004 10:49 am
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.
Posted: Thu Jun 24, 2004 11:08 am
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..
Posted: Thu Jun 24, 2004 11:24 am
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"