落伍者站长论坛's Archiver

ryback 发表于 2008-3-19 19:36

推荐个爱普达多国语言企业网站管理系统

[attach]21567[/attach]
先去[url]http://down.chinaz.com/soft/19479.htm[/url]下一个程序
安装然后到[url]http://dagai.net/aipuda[/url]去生成一个license就可以用了
这个程序还可以,中(简繁)英日韩四种语言,可更换模板,用来做公司网站还可以
试过6.1.2  6.1.4  6.2.0都可以
--------------------------------------------------------------------------
爱普达多语言企业网站管理系统基于PHP+MYSQL开发,集易用性和强大功能为一体,具有丰富多彩的网站模版,灵活的栏目管理和产品、文章、图文、下载、广告、留言系统、等管理功能,支持产品阅读权限控制和会员权限管理,支持Cache网页加速和多语言和购物车和预付款支付,可用于创建各种企业网站 [1]栏目管理
自由添加和修改栏目频道,设置栏目名称和显示参数
[2]多语言支持
独立语言包,支持GBK,UTF8编码方式,可用于创建各种语言的网站
[3]支持CACHE
可设置CACHE网页,提升网站访问速度
[4]产品可以多图片上传
可以一次上传多张图片,更容易全方位的展示您的产品
[5]图片加水印功能和防止拷贝功能
强大的水印功能可以保护您的版权、支持多语言和字体选择
[6]自定义内容阅读权限
可将产品、新闻或单篇内容进行阅读权限控制,指定阅读权限级别

frubbish 发表于 2008-3-19 19:38

zend的

oklrc 发表于 2008-3-19 21:47

PHP?

ryback 发表于 2008-3-20 00:26

是被zend过的,这个没办法

康熙 发表于 2008-3-20 00:36

做下记号。不错惪程序

minshan 发表于 2008-3-20 11:41

全功能?

hnxmw 发表于 2008-3-20 12:02

都是高人~

风袭 发表于 2008-3-20 12:58

看情况。。先试试!!

williams 发表于 2008-3-20 13:09

安装然后到[url]http://dagai.net/aipuda[/url]去生成一个license就可以用了

把这个license生成器一起放出来吧。

不过说实话,不怎么喜欢这个程序,zend了,要改个改不了。

ryback 发表于 2008-3-21 00:10

o(∩_∩)o...,我不懂php,所以自己瞎折腾出来的,放出源码怕人笑话啊,如果你愿意研究,看我签名的上面一个地址自己去看算法吧

江海渔生 发表于 2008-3-21 17:05

不错呀,有语言底子就是好,有些地方是通用的,只不过语法和函数不同罢了

likui232 发表于 2008-3-21 17:44

注册机放出来吧

ryback 发表于 2008-3-22 14:51

有些同志问算法,那就贴出来吧
[quote]
$SERVER_NAME = $HTTP_SERVER_VARS['HTTP_HOST'];
if ( isset( $authorized_a, $authorized_b, $authorized_c, $authorized_d, $authorized_e, $authorized_f, $authorized_g, $authorized_m ) )
{
    @include( "{$languagespath}{$db_type}"."_error.php" );
    echo "{$com_error_1}";
    exit( );
}
$zhandian = $authorized_c.$authorized_a.$authorized_b.$authorized_d.$authorized_e.$authorized_f.$authorized_g.$pre;
$zhandian = base64_encode( $zhandian );
$zhandian = strrev( $zhandian );
$zhandian = md5( $zhandian );
$doname = md5( md5( md5( $zhandian.$pre ) ) );
$doname .= $zhandian;
if ( $doname != $authorized_m )
{
    @include( "{$languagespath}{$db_type}"."_error.php" );
    echo "{$com_error_2}";
    exit( );
}
$use_server = $authorized_c;
$use_start = $authorized_a;
$use_end = $authorized_b;
$htmlcreate = $authorized_e;
$use_type = $authorized_f;
$use_limit = $authorized_d;
$use_version = $authorized_g;
$now_time = time( );
$cha_time = $use_end - $now_time;
$cha_day = $cha_time / 60 / 60 / 24;
$cha_day = number_format( $cha_day );
if ( $SERVER_NAME != "127.0.0.1" && $SERVER_NAME != "192.168.0.1" && $SERVER_NAME != "localhost" )
{
    $www_use_server = "www.".$use_server;
    if ( $use_server != $SERVER_NAME && $www_use_server != $SERVER_NAME )
    {
        @include( "{$languagespath}{$db_type}"."_error.php" );
        echo "{$com_error_3}";
        exit( );
    }
}
if ( $use_limit == "limit" && $use_end < $now_time )
{
    @include( "{$languagespath}{$db_type}"."_error.php" );
    echo "{$com_error_4}";
    exit( );
}
if ( $use_version != $version )
{
    @include( "{$languagespath}{$db_type}"."_error.php" );
    echo "{$com_error_5}";
    exit( );
}
$tempUrl = "{$temprootpath}/{$temppath}/in_bottom{$temp_name}";
if ( file_exists( "{$tempUrl}" ) )
{
    @include( "{$languagespath}{$db_type}"."_error.php" );
    echo "{$com_error_6}";
    exit( );
}
$afile = file_get_contents( $tempUrl );
$afile = qx( "<div class=two>", "</div>", $afile );
$afile = str_replace( " ", "", $afile );
if ( $afile != "{COPY_RIGHT_AIPUDA}" )
{
    @include( "{$languagespath}{$db_type}"."_error.php" );
    echo "{$com_error_7}";
    exit( );
}[/quote]

ytqd2222 发表于 2008-3-22 14:53

*** 作者被禁止或删除 内容自动屏蔽 ***

spray 发表于 2008-3-24 13:46

支持下,注册机发出来看看。

oklrc 发表于 2008-3-24 16:13

居然localhost下安装都不行.晕了

oklrc 发表于 2008-3-24 16:19

晕,换了个APMserv套装就可以了...

ytqd2222 发表于 2008-3-24 16:20

*** 作者被禁止或删除 内容自动屏蔽 ***

swordman1006 发表于 2008-3-24 22:51

不错啊。。。

rayzhang 发表于 2008-3-26 12:46

骗人的!!根本注册不上哦!

页: [1] 2

Powered by Discuz! Archiver 6.1.0  © 2001-2007 Comsenz Inc.