Useragent

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Useragent

    how to see useragent , in profile member , wif the script "mobilechat wml" do i need script or coding , to see that ? help me..

    #2
    User Agent

    PHP Code:
    $xtreme $_SERVER['HTTP_USER_AGENT'];

    echo 
    "$xtreme"
    You Can Get The USER AGENT Details.

    You Must Enter The DATA into SQL and You Needed To Create A Coding , Just Pm , i ll help you ,

    Comment


      #3
      Originally posted by weet2012 View Post
      how to see useragent , in profile member , wif the script "mobilechat wml" do i need script or coding , to see that ? help me..
      download and install mobile-chat v3 wml or xhtml. all the stuff you already asked for in your threads are included in these version and alot more has been added. like avatar selecting. major security updates fixes to all the problems your having now with hackers/ppl bypassing certian stuff.

      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

      Working...
      X