iAny body have a detailed browser info script like thishttp://2wap.org/device/index.php?act=info If u have it please post it hereI Also want a simple browser info script with out many details only showing the name of browser:confused:
Detailed Browser Info script
Collapse
X
-
Code:function mobile_phone($_mob_ua) { $_position=strpos($_mob_ua,"Nokia"); if($_position)$_mob_ua = substr($_mob_ua, $_position,25); else $_mob_ua=$_mob_ua; $phone = explode ('/', $_mob_ua); return $phone[0]; }
Code:echo 'Best for '.mobile_phone($_SERVER['HTTP_USER_AGENT']).'';
Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
Visit: WapMasterz Coming Back Soon!
_______
SCRIPTS FOR SALE BY SUBZERO
Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
_______
Info & Tips
php.net
w3schools.com
-
Originally posted by subzero View PostCode:function mobile_phone($_mob_ua) { $_position=strpos($_mob_ua,"Nokia"); if($_position)$_mob_ua = substr($_mob_ua, $_position,25); else $_mob_ua=$_mob_ua; $phone = explode ('/', $_mob_ua); return $phone[0]; }
Code:echo 'Best for '.mobile_phone($_SERVER['HTTP_USER_AGENT']).'';
Comment
-
try this
<?php
function mobile_phone($_mob_ua)
{
$_position=strpos($_mob_ua,"Nokia");
if($_position)$_mob_ua = substr($_mob_ua, $_position,25);
else $_mob_ua=$_mob_ua;
$phone = explode ('/', $_mob_ua);
return $phone[0];
}
echo 'Best for '.mobile_phone($_SERVER['HTTP_USER_AGENT']).'';
?>
Go to that page ?Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
Visit: WapMasterz Coming Back Soon!
_______
SCRIPTS FOR SALE BY SUBZERO
Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
_______
Info & Tips
php.net
w3schools.com
Comment
-
Thank you Subzero. But still i dont got the detailed one likehttp://2wap.org/device/index.php?act=info Any Body have it please post it here
Comment
-
Copy the text so i know what you wantVisit: Chat4u.mobi - The New Lay Of being a site of your dreams!
Visit: WapMasterz Coming Back Soon!
_______
SCRIPTS FOR SALE BY SUBZERO
Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
_______
Info & Tips
php.net
w3schools.com
Comment
-
i get
This is NOT mobile!
Brand name: Opera
Model name: Symbian Client
Display 256 colors
Resolution width/height: 90px/40px
rows/columns: 6/11
max image width/height: 770px/770px
Storage max deck size: 4 KB
MMS max size: 0 KB
:mad::DVisit: Chat4u.mobi - The New Lay Of being a site of your dreams!
Visit: WapMasterz Coming Back Soon!
_______
SCRIPTS FOR SALE BY SUBZERO
Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
_______
Info & Tips
php.net
w3schools.com
Comment
-
Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
Visit: WapMasterz Coming Back Soon!
_______
SCRIPTS FOR SALE BY SUBZERO
Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
_______
Info & Tips
php.net
w3schools.com
Comment
-
Originally posted by subzero View PostAttached Files
Comment
-
Originally posted by subzero View Post
Comment
Comment