找回密码
 注册
搜索
免费空间 免费域名 免费AI 老牌主机商首月仅1美分!27美元/年!Namecheap优惠码Spaceship优惠码
查看: 853|回复: 17

[建站交流] 这个GG点击率低的要命怎么办.....

  [复制链接]
发表于 2010-8-22 22:06:03 | 显示全部楼层 |阅读模式
都不好意思说出来了,怎么办呢......
发表于 2010-8-22 22:07:01 | 显示全部楼层
好像JJ短得不敢说一样,那就不要说了
发表于 2010-8-22 22:07:38 | 显示全部楼层
自己点。。。
 楼主| 发表于 2010-8-22 22:10:02 | 显示全部楼层
自己点。。。
尚风 发表于 2010-8-22 22:07


不敢,有什么要注意的么?
发表于 2010-8-22 22:47:45 | 显示全部楼层
我的也很低
发表于 2010-8-22 23:29:11 | 显示全部楼层
不敢,有什么要注意的么?
95147 发表于 2010-8-22 22:10



    换IP,清cookie,换浏览器,换页面,改mac<--貌似这个是重点
发表于 2010-8-23 01:17:10 | 显示全部楼层
换IP,清cookie,换浏览器,换页面,改mac
dapang1221 发表于 2010-8-22 23:29



    笑死人,mac怎样获取?
发表于 2010-8-23 01:29:14 | 显示全部楼层
回复 7# 哈哈大侠

<? php
/* *
        获取机器网卡的物理(MAC)地址
        wwa  $Exp
* */
class  GetMacAddr
{
         var   $return_array   =   array ();  //  返回带有MAC地址的字串数组
          var   $mac_addr ;
        
         function  GetMacAddr( $os_type )
        {
                 switch  (  strtolower ( $os_type ) )
                {
                         case   " linux " :
                                 $this -> forLinux();
                                 break ;
                         case   " solaris " :
                                 break ;
                         case   " unix " :
                                 break ;
                         case   " aix " :
                                 break ;
                         default :
                                 $this -> forWindows();
                                 break ;
                }
               
                 $temp_array   =   array ();
                 foreach  (  $this -> return_array  as   $value  )
                {
                         if  (  preg_match (  " /[0-9a-f][0-9a-f][:-] " . " [0-9a-f][0-9a-f][:-] " . " [0-9a-f][0-9a-f][:-] " . " [0-9a-f][0-9a-f][:-] " . " [0-9a-f][0-9a-f][:-] " . " [0-9a-f][0-9a-f]/i " ,   $value ,   $temp_array  ) )
                        {
                                 $this -> mac_addr  =   $temp_array [ 0 ];
                                 break ;
                        }
                }
                 unset ( $temp_array );
                 return   $this -> mac_addr;
        }

         function  forWindows()
        {
                @ exec ( " ipconfig /all " ,   $this -> return_array);
                 if  (  $this -> return_array )
                         return   $this -> return_array;
                 else {
                         $ipconfig   =   $_SERVER [ " WINDIR " ] . " \system32\ipconfig.exe " ;
                         if  (  is_file ( $ipconfig ) )
                                @ exec ( $ipconfig . "  /all " ,   $this -> return_array);
                         else
                                @ exec ( $_SERVER [ " WINDIR " ] . " \system\ipconfig.exe /all " ,   $this -> return_array);
                         return   $this -> return_array;
                }
        }

         function  forLinux()
        {
                @ exec ( " ifconfig -a " ,   $this -> return_array);
                 return   $this -> return_array;
        }
}
?>
<?
// $mac = new GetMacAddr(PHP_OS);
//echo $mac->mac_addr;
?>
转载自http://www.cnitblog.com/kamo/archive/2006/07/30/14421.html

http://www.google.com.hk/search? ... =utf-8&oe=utf-8
自行谷歌
发表于 2010-8-23 02:13:09 | 显示全部楼层
回复  哈哈大侠

  

转载自


自行谷歌
dapang1221 发表于 2010-8-23 01:29



    无语,你自己看清楚代码,这是获取php服务器mac地址的,你以为能获取用户的mac地址?php代码是在服务器执行,不是在客户端执行。I服了U,亏你还转载……都不知道代码是做什么的。
发表于 2010-8-23 07:19:42 | 显示全部楼层
开代理点?
您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|免费吧论坛

GMT+8, 2025-6-1 17:21 , Processed in 0.093232 second(s), 3 queries , Redis On.

Powered by Discuz! X3.5

© 2001-2025 Discuz! Team.

快速回复 返回顶部 返回列表