[Codeigniter-users] config/user_agents.php

Zurück zum Archiv-Index

Kenji kenji****@club*****
2007年 12月 18日 (火) 23:11:04 JST


Kenji です。


ユーザエージェントクラスで使っている定義ファイルですが、
日本の携帯がありません。

config/user_agents.php をまじめに追加された方います
でしょうか?


--- user_agents.php.orig        2006-10-21 12:44:22.000000000 +0900
+++ user_agents.php     2007-12-18 23:03:10.000000000 +0900
@@ -84,7 +84,17 @@
                                        'nokia'                         => 'Nokia',
                                        'ericsson'                      => 'Ericsson',
                                        'blackBerry'            => 'BlackBerry',
-                                       'motorola'                      => 'Motorola'
+                                       'motorola'                      => 'Motorola',
+                                       'docomo'                        => 'DoCoMo',
+                                       'j-phone'                       => 'J-PHONE',
+                                       'vodafone'                      => 'Vodafone',
+                                       'mot'                           => 'Vodafone',
+                                       'softbank'                      => 'SoftBank',
+                                       'kddi'                          => 'au',
+                                       'up.browser'            => 'au',
+                                       'willcom'                       => 'WILLCOM',
+                                       'sharp/ws'                      => 'WILLCOM',
+                                       'ddipocket'                     => 'WILLCOM',
                                );

 // There are hundreds of bots but these are the most common.




Codeigniter-users メーリングリストの案内
Zurück zum Archiv-Index