You guys know those lame PHP profile deals in AIM profiles right?
I've seen a few that check whether you're accessing the page via the web or via actually clicking the link from someone's profile.
Does anyone know how to enforce this check? I can't seem to find the site that does this at the moment but if I do I'll slap it down here so you can see what I'm talking about...
So... any ideas?
EDIT: Guess I'm making some progress, I can get the user agent to return: AIM/30 (Mozilla 1.24b; Windows; I; 32-bit)
EDIT 2:
Code:
<?php
$check = $_SERVER['HTTP_USER_AGENT'];
echo 'Should give you something here: ';
echo '<br>';
print $check;
Signature/Avatar nuking: none (can be changed in your profile)
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum