ECMS 管理密码运算模式

Posted on Sunday, May 31st, 2009 at 01:48.   152 Hits

//取得随机数 /e/class/connect.php
function make_password($pw_length){
$low_ascii_bound=50;
$upper_ascii_bound=122;
$notuse=array(58,59,60,61,62,63,64,73,79,91,92,93,94,95,96,108,111);
while($i<$pw_length)
{
mt_srand((double)microtime()*1000000);
$randnum=mt_rand($low_ascii_bound,$upper_ascii_bound);
if(!in_array($randnum,$notuse))
{
$password1=$password1.chr($randnum);
$i++;
}
}
return $password1;
}

$password = "123456";
$salt=make_password(8);
echo $salt."
";
echo md5(md5($password).$salt);
?>

Tags: ,

Hacker Evolution Untold 黑客进化:不为人知的危机

Posted on Saturday, May 30th, 2009 at 04:10.   288 Hits

比Hacker Evolution命令多了

扫描更像电影 还有报数什么的

不过不爽–因为是DEMO版

hacker-evolution-untold-1.JPG

hacker-evolution-untold-2.JPG

hacker-evolution-untold-5.JPG

Tags: , , ,

Hacker Evolution (Demo) 黑客进化

Posted on Saturday, May 30th, 2009 at 01:29.   3,484 Hits

我是无论在那关都先搞钱升装备或者降探测。哈哈

CPU FWL都升上来防探测和破解速度都高。

DEMO版本里有钱的地方

atm.hacker-evolution.com

dot-hackers.net

hacker-evolution-lv2-1.JPG

Read the rest of this entry »

Tags: ,

小改ecms 1 – 列表图片显示判断

Posted on Friday, May 29th, 2009 at 05:03.   142 Hits

/e/class/connect.php

原代码


elseif($f=="titlepic")//標題圖片
{
if(empty($value))
{
$value=$public_r[newsurl]."e/data/images/notimg.gif";
}
}

修改
list-titlepic.jpg

Tags: , ,

存在只是一种形态,由内置外

Posted on Wednesday, May 13th, 2009 at 05:33.   120 Hits

在校四年,除了寝室电脑前我最常去的地方不是教室也不是图书馆,而是综合楼的长凳,和体育馆的台阶。

我喜欢和习惯凌晨以后躺在综合楼的长登上:我偏好凌晨以后的寂静,躺在厚德载物旁边的长凳上不用费力仰视上方和看着综合楼夜晚微弱的灯;旁边的石头貌似一种庇护或者遮掩,看着对面的大楼犹如看着一个根本不知道一只蚂蚁在脚下的巨人;一个在社会中过于渺小的人应该只有两种情况:一种是勤于思考,一种是疲于奔命,不管事实是不是于此相符合,我都是一直这样认为……

Read the rest of this entry »