发新话题
打印

一个给图片加水印的程序

一个给图片加水印的程序

尚未测试
CODE:
<?php
/******************************************************************************

参数说明:
$max_file_size  : 上传文件大小限制, 单位BYTE
$destination_folder : 上传文件路径
$watermark   : 是否附加水印(1为加水印,其他为不加水印);

使用说明:
1. 将PHP.INI文件里面的"extension=php_gd2.dll"一行前面的;号去掉,因为我们要用到GD库;
2. 将extension_dir =改为你的php_gd2.dll所在目录;
******************************************************************************/

//上传文件类型列表
$uptypes=array(
    'image/jpg',
    'image/jpeg',
    'image/png',
    'image/pjpeg',
    'image/gif',
    'image/bmp',
    'image/x-png'
);

$max_file_size=2000000;     //上传文件大小限制, 单位BYTE
$destination_folder="uploadimg/"; //上传文件路径
$watermark=1;      //是否附加水印(1为加水印,其他为不加水印);
$watertype=1;      //水印类型(1为文字,2为图片)
$waterposition=1;     //水印位置(1为左下角,2为右下角,3为左上角,4为右上角,5为居中);
$waterstring="http://www.xplore.cn/";  //水印字符串
$waterimg="xplore.gif";    //水印图片
$imgpreview=1;      //是否生成预览图(1为生成,其他为不生成);
$imgpreviewsize=1/2;    //缩略图比例
?>
<html>
<head>
<title>ZwelL图片上传程序</title>
<style type="text/css">
<!--
body
{
     font-size: 9pt;
}
input
{
     background-color: #66CCFF;
     border: 1px inset #CCCCCC;
}
-->
</style>
</head>

<body>
<form enctype="multipart/form-data" method="post" name="upform">
  上传文件:
  <input name="upfile" type="file">
  <input type="submit" value="上传"><br>
  允许上传的文件类型为:<?=implode(', ',$uptypes)?>
</form>

<?php
if ($_SERVER['REQUEST_METHOD'] == 'POST')
{
    if (!is_uploaded_file($_FILES["upfile"][tmp_name]))
    //是否存在文件
    {
         echo "图片不存在!";
         exit;
    }

    $file = $_FILES["upfile"];
    if($max_file_size < $file["size"])
    //检查文件大小
    {
        echo "文件太大!";
        exit;
    }

    if(!in_array($file["type"], $uptypes))
    //检查文件类型
    {
        echo "文件类型不符!".$file["type"];
        exit;
    }

    if(!file_exists($destination_folder))
    {
        mkdir($destination_folder);
    }

    $filename=$file["tmp_name"];
    $image_size = getimagesize($filename);
    $pinfo=pathinfo($file["name"]);
    $ftype=$pinfo['extension'];
    $destination = $destination_folder.time().".".$ftype;
    if (file_exists($destination) && $overwrite != true)
    {
        echo "同名文件已经存在了";
        exit;
    }

    if(!move_uploaded_file ($filename, $destination))
    {
        echo "移动文件出错";
        exit;
    }

    $pinfo=pathinfo($destination);
    $fname=$pinfo[basename];
    echo " <font color=red>已经成功上传</font><br>文件名:  <font color=blue>".$destination_folder.$fname."</font><br>";
    echo " 宽度:".$image_size[0];
    echo " 长度:".$image_size[1];
    echo "<br> 大小:".$file["size"]." bytes";

    if($watermark==1)
    {
        $iinfo=getimagesize($destination,$iinfo);
        $nimage=imagecreatetruecolor($image_size[0],$image_size[1]);
        $white=imagecolorallocate($nimage,255,255,255);
        $black=imagecolorallocate($nimage,0,0,0);
        $red=imagecolorallocate($nimage,255,0,0);
        imagefill($nimage,0,0,$white);
        switch ($iinfo[2])
        {
            case 1:
            $simage =imagecreatefromgif($destination);
            break;
            case 2:
            $simage =imagecreatefromjpeg($destination);
            break;
            case 3:
            $simage =imagecreatefrompng($destination);
            break;
            case 6:
            $simage =imagecreatefromwbmp($destination);
            break;
            default:
            die("不支持的文件类型");
            exit;
        }

        imagecopy($nimage,$simage,0,0,0,0,$image_size[0],$image_size[1]);
        imagefilledrectangle($nimage,1,$image_size[1]-15,80,$image_size[1],$white);

        switch($watertype)
        {
            case 1:   //加水印字符串
            imagestring($nimage,2,3,$image_size[1]-15,$waterstring,$black);
            break;
            case 2:   //加水印图片
            $simage1 =imagecreatefromgif("xplore.gif");
            imagecopy($nimage,$simage1,0,0,0,0,85,15);
            imagedestroy($simage1);
            break;
        }

        switch ($iinfo[2])
        {
            case 1:
            //imagegif($nimage, $destination);
            imagejpeg($nimage, $destination);
            break;
            case 2:
            imagejpeg($nimage, $destination);
            break;
            case 3:
            imagepng($nimage, $destination);
            break;
            case 6:
            imagewbmp($nimage, $destination);
            //imagejpeg($nimage, $destination);
            break;
        }

        //覆盖原上传文件
        imagedestroy($nimage);
        imagedestroy($simage);
    }

    if($imgpreview==1)
    {
    echo "<br>图片预览:<br>";
    echo "<img src=\"".$destination."\" width=".($image_size[0]*$imgpreviewsize)." height=".($image_size[1]*$imgpreviewsize);
    echo " alt=\"图片预览:\r文件名:".$destination."\r上传时间:\">";
    }
}
?>
</body>
</html>
hehe

TOP

莎朗斯通被打新闻!CHINA加油!

i wow power levelingn veryge.com ,Our wow gold service is trustable and reliable Welcome to wowgoldlive.com . We are a world class wow gold store online. We supply cheap wow gold, the cheapest wow gold to our loyal and reliableBuy Wow Gold,Professional WOW power leveling,Fast & safe wow powerleveling,we offer wow powerleveling & wow gold servie,cheap wow power leveling ,Xowow isLegit WOW Gold for 1 cent / 100g. Secured, Cheap & Legal. Buy Now!sell wow gold,wow power leveling-We supply the cheapest wow power leveling Service Online,withwelcome to VERYGE.COM buy wow gold . veryge provide cheap wow gold to each loyal and reliable customer.You can Buy cheap world of warcraft gold, Wow Gold World of Warcraft Gold, SWG credit, Guild Wars Gold! Wow Gold BroGame always deliver 24 hours a day, and within less than 45 minutes from the time
go to buy cheap wow gold

TOP

TOP

小外挂下载

诛仙最差 0422SP1版  1.3 MB   · 启用新内核修正组队时辅助技能使用不正常修正答错一题后不能继续答题的Bug优化图形读取算法增加自动使用天人合一(法宝精力满后)加入自动使用月华(背包有月华自动使用)回城途中停止使用天人合一回城时优先使用...  
运行平台: Win9X/Win2000/WinXP/Win2003/   授权方式: 商业软件  

梦幻西游外挂v3.80正式版  1.1 MB   · 修改答题速度程序功能:程序功能:1.自动卡级,自动补血补蓝2.过滤物品,过滤怪物3.自动技能,自动打坐,自动吃药4.死亡回城返回挂机点5.没红回城交易,没蓝回城交易6.包满回城交易7.自动入库,自动买...  
运行平台: Win9X/Win2000/WinXP/Win2003/   授权方式: 商业软件  

风火之旅外挂V11.7版  1.1 MB  
 · 随游戏更新加强稳定性  
运行平台: Win9X/Win2000/WinXP/Win2003/   授权方式: 商业软件  

诛仙GUA V3.49版  2.1 MB   · 由于服务器硬件故障导致玩家无法登陆,现紧急开放临时服务器供玩家登陆,临时服务器开放期间,所有玩家均可免费使用  
运行平台: Win9X/Win2000/WinXP/Win2003/   授权方式: 共享外挂  

热血江湖外挂0403正式版  1.5 MB  
 · 随游戏更新,必须重新下载才可以使用.增加自动答题器  
运行平台: Win9X/Win2000/WinXP/Win2003/   授权方式: 共享外挂  

诛仙外挂 1.0.1.17会员版  1.1 MB  
 · 支持万蝠洞挂机(支持返回挂机点,支持回城买药)。支持使用预设挂机点支持控制台,方便管理多个游戏帐号!支持全自动智能答题!支持自动邮寄!1.自动回城2.自动买药3.自动出售4.定点打怪5.自动反击6.死...  
运行平台: Win9X/Win2000/WinXP/Win2003/   授权方式: 共享外挂  

诛仙传说 1.70版  3.4 MB
 · 支持0.9.3版游戏注意:如果是升级安装,覆盖原来的版本后,建议重启一遍电脑  
运行平台: Win9X/Win2000/WinXP/Win2003/   授权方式: 共享外挂  

诛仙六月 2.0免费版  775 KB   · 按键的都是前台的,而且必须是激活窗口的,否则会出错。对桌面或者你激活的哪个地方使用了那个按键。因为诛仙不能模拟后台按键,所以只有这样了,大家尽量不要用就是了,比如自动补红补蓝什么的,F3键拣物,都是!...  
运行平台: Win9X/Win2000/WinXP/Win2003/   授权方式: 共享外挂  

风云私服至尊无上 9.90挂机版(含答题器)  8.4 MB  
 · 修正工作室外挂登陆问题提升稳定性修正个别用户显示已登陆问题  
运行平台: Win9X/Win2000/WinXP/Win2003/   授权方式: 免费软件  

诛仙鑫金 V2.06.6新版  2.3 MB   · 随游戏更新  
运行平台: Win9X/Win2000/WinXP/Win2003/   授权方式: 商业软件  

天下诛仙 0107(3.0)正式版  1.7 MB  
 · 对应封号进行了更新具自动答题功能自动补血自动补气自动回血自动回气自动技能自动普攻自动捡取死亡回城定点打怪智能买药智能清包智能过滤怪物列表特色功能:寻怪迅速,配置简洁,高效稳定。  
运行平台: Win9X/Win2000/WinXP/Win2003/   授权方式: 共享外挂

TOP

北京翻译

北京翻译智联文通是一家拥有多年经验的专业北京翻译公司由国家级译审、教授和业内专家一手创办翻译公司首席翻译顾问陈仕彬老师毕业于四川大学外文系,毕生在中国银行从事翻译工作翻译公司拥有国家级译审资格。在《国际金融》、《中国金融》、《金融时报》、《中国对外贸易消息》等报刊上翻译公司发表金融方面译文多篇

TOP

[外国小说]一个狗娘养的自白

我竟然敢称自己是婊子养的,胆子真是大啊!

      已经去世的母亲、父亲会怎么想呢?

      我想他们一定会哈哈大笑,一定会很欣赏我这么做,尤其是我的母亲。

      她是个特立独行的女人人体艺术早早就守了寡,并且自己一个人把两个儿子拉扯大。她以自己的方式与残酷的现实生活搏斗,并且让我制订自己的规则,走自己的路。

      还是小孩子的时候,我就是个制造恶作剧的高手,长大成人以后,我是胡闹与马基雅维利主义的混合物。

      作为《今日美国》的创始人和加内特总公司的首席执行官,我成为众人眼中行为乖僻的媒体大鳄。

      人们经常称我为“婊子养的人体艺术有些人当着我的面这么骂,一边骂还一边微笑。另外一些人则背着我骂,一边骂一边傻笑。

      他们的意思无非有两种:一是我成为他们的肉中刺、眼中钉,整天让他们屁股疼;二是我赢得了他们的赞赏、喜欢甚至嫉妒。

      在今日世界里人体艺术被人称作“婊子养的”并不是件坏事,因为它已经被赋予了多种意思,你想怎么理解就可以怎么去理解。字典里对它的解释要么含混不清要么有很多种,或者根本就没有这个词。

      “婊子养的”全称是贱女人之子,1712年在英国有定义。那是个不雅的词,影射一个人的母亲行为不轨。

      但是,“婊子养的人体艺术却与贱女人之子没有任何关系。

      在我的书中,“婊子养的”这个词指利用一切技巧完成一个任务,或者爬到顶层的人,尽可能冠冕堂皇,必要的时候也来点下作手段。

      要让这个世界转动下去,需要各种各样的“婊子养的”。大部分这样的人都是可爱的,许多人介乎两者之间,还有一些人是坏蛋。

      大家读《一个婊子养的自白》这本书的时候,应该能够判断出这一称号对我适用与否,也应该能够判断出这个词是否适合你的朋友和敌人──甚至是否适合你自己。

      只要你带着微笑,你可以称任何人是“婊子养的”。

      奶油和婊子养的都会浮到顶层

      艾伦是个可爱的小婊子养的。

      ──我的两位前妻

      圣诞节到了,是好好快乐一把的日子。

      时值1982年12月,对我创办才3个月的全国性报纸《今日美国》来说,那却是斗争和挣扎的季节。

      我按自己的方式向人们送去季节的问候。

      给家人和朋友寄去充满温情和挚爱的贺卡,或者打类似的电话,对事业上的伙伴表达真挚的感谢并送上节日的良好祝愿。

      以下这些特别成人小说话语是送给我的两位关键同仁约翰·克雷和约翰·奎因的:

      这里到底谁他妈说了算?

      一切都得由我亲自动手吗?

      今天早晨的《今日美国》第一版真他妈臭极了。

      故事枯燥!愚蠢的编辑!

      1、头版新闻没有能抓住读者的真家伙。

TOP

普遍使用

其他被普遍使用的包装方法(其中一些方法可能需要手工操作)包括:光盘打印(1)轻型包装,如Tyvek和纸板套;光盘打印(2)透明塑料套,如Viewpaks;(3)光盘印刷有益环保的纸板质地的盒子,如Digipaks的Ecopaks。经过这五个环节,光盘印刷CD-ROM复制就完成了。但在生产过程中,光盘印刷生产的每一环节对质量都应有严格的控制,以确保符合工业生产规格。这样才能保证所有光盘的误差在可以接受的差异范围之内,即被控制在所有CD-ROM驱动器允许的范围之内。

TOP

seo

支持!!呵呵  
  











网站链接的有效维护,一直是搜索引擎优化项目操作中的工作重点。基本上影响搜索引擎排名的主流因素中有:网页标题、网站结构、网站内容以及网站的链接等方面。其中网站链接分为网站内部链接与网站外部链接,无论是网站内部链接或者网站外部链接,这2个环节的优化,都是目前所有的SEO都非常重视的地方。它对seo的作用是至关重要的,因此对网站的内外部链接的有效维护是搜索引擎优化项目中非常重要的一项工作!
有效链接维护工作的重点:
有效链接维护工作的重点对象是网站的外部链接以及网站的内部链接。
内部链接:
由于网站运行的时间过长,网站内部难免会出现一些地址已失效的链接,针对这个情况,链接的维护工作主要就是及时发现并清除这些失效的链接。
外部链接:
因为现阶段的seo已经被越来越多的网站管理员得到重视,大家都认识到外部链接在SEO中的重要地位。因此出现了一些外部链接的陷阱,比如把链接放在JS、框架、或者是用了rel='external nofollow'标签等。另外种情况就是在交换了链接之后,对方过段时间就把你的链接删除。外部链接的维护工作是十分必须的,重要程度或者高于内部链接的维护。
有效链接维护工作的好处:
内部链接:
及时发现网站内部失效链接并清理或者更改,可以使一些相关的网页的PR值得到提升或者排名得到提升。
外部链接:
外部链接是提升网站排名、网站权重、网站影响的重要方法之一。
总结
链接的维护工作需要及时的发现一些失效、不相关或者一些链接陷阱,确保进行的链接建设是有效的,seo的重点就是链接的建设与维护。有效链接的维护一半是为了搜索引擎优化,另外一半是为了用户体验。

TOP

想开传奇

上海私家侦探
想开传奇
据国外媒体报道,美国贝尔斯登公司的一位互联网分析师日前撰写报告说,美国互联网的发展,将产生出两个最后的王者,分别是Google和亚马逊。雅虎和eBay等将沦为被收购的对象。
这位分析师是贝尔斯登的杰弗里·林德赛,他的报告长达310页,标题为《美国互联网:开始阶段的结束》。报告将在当地时间周二发布。url=http://www.moleger.com/]触摸显示器[/url]
排队叫号机

这位分析师认为,未来美国互联网的两个强手分别是亚马逊和Google,他们有能力抵挡住经济衰退带来的负面影响。

  林德赛说,Google和亚马逊每年的增长率都在30%到40%,最近下滑很微小。

  林德赛重申了过去的一个观点,即雅虎迟早将被卖给微软,IAC电子商务集团(Ask.com母公司)也将伴随拆分成五个公司而瓦解。

  林德赛同时表示,在短期之内,如果雅虎和Google达成了搜索广告外包协议,那么他们将会有所起色。另外如果微软继续提出收购,雅虎将会获得更理想的报价。

  林德赛说,eBay将来也会遇到一个类似微软的买家。另外为了顺利被收购,eBay将会把贝宝和Skype业务剥离出去。

  林德赛认为,最强的网络巨头也有弱点,比如Google需要在移动互联网领域制定出一个像PC时代那么成功的战略。

  林德赛还预测说,亚马逊和eBay网站将会被迫支付销售税。

TOP

想开传奇

上海私家侦探
想开传奇
据国外媒体报道,美国贝尔斯登公司的一位互联网分析师日前撰写报告说,美国互联网的发展,将产生出两个最后的王者,分别是Google和亚马逊。雅虎和eBay等将沦为被收购的对象。
这位分析师是贝尔斯登的杰弗里·林德赛,他的报告长达310页,标题为《美国互联网:开始阶段的结束》。报告将在当地时间周二发布。url=http://www.moleger.com/]触摸显示器[/url]
排队叫号机

这位分析师认为,未来美国互联网的两个强手分别是亚马逊和Google,他们有能力抵挡住经济衰退带来的负面影响。

  林德赛说,Google和亚马逊每年的增长率都在30%到40%,最近下滑很微小。

  林德赛重申了过去的一个观点,即雅虎迟早将被卖给微软,IAC电子商务集团(Ask.com母公司)也将伴随拆分成五个公司而瓦解。

  林德赛同时表示,在短期之内,如果雅虎和Google达成了搜索广告外包协议,那么他们将会有所起色。另外如果微软继续提出收购,雅虎将会获得更理想的报价。

  林德赛说,eBay将来也会遇到一个类似微软的买家。另外为了顺利被收购,eBay将会把贝宝和Skype业务剥离出去。

  林德赛认为,最强的网络巨头也有弱点,比如Google需要在移动互联网领域制定出一个像PC时代那么成功的战略。

  林德赛还预测说,亚马逊和eBay网站将会被迫支付销售税。

TOP

环锤式破碎机厂家 双级环锤式破碎机

机制砂生产线、碎石机、破碎机、球蘑机第三代制沙机

TOP

支持写得太好了

哇哇,,断断续续的,,想吸引死我们,,等死我们啊..坏蛋楼主~!
写得太好了魔域私服
如果传奇世界私服我的人生中也能出现这么一个人,让我去死我也愿意
题材独具匠心,段落清晰,情节诡异,跌宕起伏,主线分明,引人入胜,平淡中显示出不凡的文学功底,可谓是字字珠玑,句句经典,是我辈应当学习之典范.就小说艺术的角度而言,这篇帖子不算太成功,但它的实验意义却远远大于成功本身也许我的人生还没有出现,出许他出现了但我还没发现
大家好才是真的好

TOP

Achievements Coming to World of Warcraft

Taking a page from Lord of the Rings Online, Blizzard is adding an Xbox 360-style Achievement system to World of Warcraft as part of the Wrath of the Lich King expansion, reports fansite Deathknight.WOW power leveling info.
After hearing rumors of the addition, Deathknight.info writer Kenzi logged into what we're presuming is the alpha version of the unreleased Wrath, typed "/achievement" and up came a new screen detailing the achievement system. Tasks in the system range from completing daily quests five days in a row to winning matches in the game's PvP battlegrounds.
It's unknown what (if any) rewards will be allotted to players for completing these tasks, but if the success of a similar system in Lord of the Rings Online is any indication, players will be clamoring to finish as many of the tasks as possible.

only4game is a leading provider of services tailored to the needs of MMORPG players who want to maximize their online gaming experience. Whether you are looking for game items, currency farming, or wow power leveling, Gogoer provide these services at competitive prices whilemaintaining the highest of standards.
Look here to Buy WoW Gold and Cheap WoW Gold,buy cheap world of warcraft Power Leveling, WoW Gold on Sale with Fast Instant Delivery! And you can also find WoW Guide, WoW Tips, WoW Video, WoW Screenshot, WoW Wallpaper here!

TOP

Boy Survives Moose Attack Thanks To World Of Warcraft

Hans J┆rgen Olsen, a 12-year-old Norwegian boy, recently survived a moose attack by feigning death, "just like you learn at level 30 in World of Warcraft. gold"
In WoW, "feign death" is a skill acquired by hunters at level 30 that allows them to take a page from the possum playbook, collapse to the ground, and convince their enemies -- who lose all ingrained animosity in the process -- that they've died.

According to Norwegian site Nettavisen , Hans and his sister apparently enraged one of the local moose (mooses? meese?) during a walk in the forest near their home. After shouting at the gigantic creature to ward it away from his sister, Olsen dropped to the ground, and presumably his lifebar plummeted to zero.
Moose have never been known as the wisest creature in the forest, and the boy's show of necrosis seems to have worked, as both he and his sister survived intact.
It's easy to decry video games as a menace to society but in a world where MMOs save adorable, tow-headed Norwegian children from a deadly moose, can they really be that bad?

Buy Age of Conan Gold direct from the USA at low prices. We guarantee fast delivery, secure transactions and provide live customer support 24/7.

Age of Conan ?C Hyborian Adventures is an Online Action RPG. A mix of a deep, story-driven single-player experience and a massive and brutal multiplayer
AoC Gold Now Available! You can now buy Age of Conan Gold direct from MOGS.com by selecting a server to your left. We have full stock on all servers, with delivery in under an hour!

AoC Gold - Delivered in 30-60 Minutes!
Cheap AoC Gold from the USA!You don't need to go to China for cheap AoC Gold - we offer competitive prices on all servers whilst maintaining the high level of service you'd expect from an American provider.
Customer Support from Fellow MMO GamersOur Customer Service Team is made up of veteran MMO gamers who understand and appreciate the issues you face - we provide you with the specialist support you deserve.
Secure Way to Buy AoC GoldDeleted currency? Banned accounts? Not with us! Our professional Delivery Team guarantee secure in-game delivery to your character every time.

Someone who named himself after a very handy tool and a common weapon, sputtered: >Good for him and his sister, but isn't this exactly what we don't want gamers to do? You know, imitate things in real life just because they saw it on a videogame <
uhhh, no. the point is getting kids to know right from wrong. more to the point getting kids to IMITATE video games IN CONTEXT. in other words, if you ARE confronted by a group of rampaging orcs that are about to kill you, by all means, run away, fight them, or kill yourself to spare the experience of being molested by giant smelly inhuman things that want to eat your flesh. but in the case of racing games and games like "grand theft auto" just like the games profess, if you do these things in real life (just like in the game in the case of GTA) you will have consequences to deal with, and unlike grand theft auto, life has no god mode, and no extra lives, and you don't just "respawn" after the police take you down in a high speed car chase, and a 238mph crash does NOT result in your car blinking in and out of reality, and resetting itself to a neutral position in the middle of the road (nfs series)
people that buy the BS that video games are dangerous, ARE MORONS! parents that do not guide their children by rational thought, and don't teach their kids that "this is a video game, and real life is a lot different" and parents that don't play video games with their kids, to find out what kind of content they are exposing their children to, without ANY GUIDANCE as to what to think about the graphic violence, nudity, explosions, terroristic impulses, I mean seriously, I think it's about time you idiotic parents that think its all the video games' faults, and yet can't "control" your kids because they just subvert your will and find ways to play anyway, and because you take it away from them will only want to continue to do it into their adult lives all the more, which will cause them to get fired a lot when they start playing video games on the computers in their places of employment.
All parents that complain about the video games their kids play, need to start playing their kids games to see what they are up to, pose it as a friendly endeavor with your child, "can I play your game with you?" if they only have it on "their" computer and are playing the game, and if the game is single player, don't be upset if they say no, they no you are a "NOOB" and they will have to teach you everything about the game if you are confined to their room, instead ask if you can borrow his CDs keep "backup copies" of all of his game discs for him, and show him the value of that, I know I got pissed later in life when any of my CDs went missing or got scratched. several of my video games got destroyed by friends and friends' children. and parents spouse's or girlfriends' children. in fact I have none of the several thousand dollars I have spent in my lifetime nor any of the games left to show for it, aside from the games I currently play. which are mostly racing games, and an MMO but its not world of warcrap. Lord of the Rings online is my drug of choice, and I am kind of taking it slow, I have one level 49 that I've been teasing my guildies with, I've taken months, building him up, and he is now half way through level 49, and I go on raids, so I don't get too much experience, but a lot of loot. well not very much really but mostly epic loot. I also encourage my children to play video games occasionally, and to understand that they are playing a game. I mean saying that someone is going to run over a hooker because they saw it in a video game, is like saying that noone alive today has ever played Lemmings. and if you don't get that analogy, go play lemmings. if you are right though, I wouldn't play it, because you will eventually have to kill yourself, as a main theme of the game is suicide

TOP

szdszx

TOP

发新话题