how to see useragent , in profile member , wif the script "mobilechat wml" do i need script or coding , to see that ? help me..
Useragent
Collapse
X
-
Originally posted by weet2012 View Posthow to see useragent , in profile member , wif the script "mobilechat wml" do i need script or coding , to see that ? help me..
download v3 wml here
download v3 xhtml here
Edited:
i should of also added that the v3 version do NOT require register globals being on.
which is the BIGGEST security update you can have for this script.
as register globals is very unsecure. and the version of script you use. v2.0.2 is register global reliant.
which is a bad thing.Last edited by Ghost; 28.07.12, 07:19.<?php
include ('Ghost');
if ($Post == true) {
echo '
sigpic
alt='coding-talk.com!!' />';
echo 'Sharing Is Caring!';
} else {
echo '
alt='the username GHOST has been comprimised!' />';
echo 'OMG SOMEBODY HELP ME!!';
}
?>
Comment
Comment