|
发表于 21-1-2006 09:46 AM
|
显示全部楼层
原帖由 jim_lwloon 于 21-1-2006 09:36 AM 发表
我的进到但上不了file。
当我一按upload button右上角 变成空白。。
为什么会这样。。。
还有搂主, 可以放setup smarty 的教程吗?
方便那些没setup过的, 像我会用不会setup.
希望可以尽快得到回 ...
Smarty的安装可以到这里看。
http://smarty.php.net/quick_start.php
只要include Smarty.class.php文件,然后设定其他smarty 目录的位置就可以了。
记得要chmod 775 cache和template_c目录。 |
|
|
|
|
|
|
|
发表于 21-1-2006 09:59 AM
|
显示全部楼层
In our example, the document root is /web/www.domain.com/docs and the
web server username is "nobody". We will keep our Smarty files under
/web/www.domain.com/smarty
$> cd /web/www.domain.com
$> mkdir smarty
$> mkdir smarty/templates
$> mkdir smarty/templates_c
$> mkdir smarty/cache
$> mkdir smarty/configs
$> chown nobody:nobody smarty/templates_c
$> chown nobody:nobody smarty/cache
$> chmod 775 smarty/templates_c
$> chmod 775 smarty/cache
如果是根mycubix给的目录 要放在那个folder里面?? |
|
|
|
|
|
|
|
发表于 21-1-2006 10:05 AM
|
显示全部楼层
原帖由 jim_lwloon 于 21-1-2006 09:59 AM 发表
如果是根mycubix给的目录 要放在那个folder里面??
放在你和你的web page一样的目录,然后再include就可以里。
$smarty->template_dir = '/mypage/templates';
$smarty->compile_dir = '/mypage/templates_c';
$smarty->cache_dir = '/mypage/cache';
$smarty->config_dir = '/mypage/configs'; |
|
|
|
|
|
|
|
发表于 21-1-2006 10:13 AM
|
显示全部楼层
补充:
例如现在我的目录是这样
你的Smarty的Initiate大概是这样
<?php
require_once('Smarty/Smarty.class.php');
$smarty = new Smarty();
$smarty->template_dir = 'templates/';
$smarty->compile_dir = 'templates_c/';
$smarty->cache_dir = 'cache/';
$smarty->config_dir = 'configs/';
?> |
|
|
|
|
|
|
|
发表于 21-1-2006 10:16 AM
|
显示全部楼层
mycubix down了。。
版主, 上你的试看 |
|
|
|
|
|
|
|
发表于 21-1-2006 10:21 AM
|
显示全部楼层
/usr/local/lib/php/Smarty/
Config_File.class.php
debug.tpl
internals/
plugins/
Smarty.class.php
Smarty_Compiler.class.php
这些不关事的吗? |
|
|
|
|
|
|
|
发表于 21-1-2006 10:23 AM
|
显示全部楼层
|
|
|
|
|
|
|
发表于 21-1-2006 10:27 AM
|
显示全部楼层
原帖由 jim_lwloon 于 21-1-2006 10:16 AM 发表
mycubix down了。。
版主, 上你的试看
没问题耶,主页也没问题。
我一直都有在线上,不曾有Down的问题啊。
http://www.nixeon.mycubix.com/googleajax/
[quote]
/usr/local/lib/php/Smarty/
Config_File.class.php
debug.tpl
internals/
plugins/
Smarty.class.php
Smarty_Compiler.class.php
[quote]
这个如果mycubix有安装Smarty的话,就可以直接include('Smarty.class.php'),不必Specify Path。如果你的Smarty是在你本身的Web Directory的话,就要include smarty的class文件了。 |
|
|
|
|
|
|
|
发表于 21-1-2006 10:33 AM
|
显示全部楼层
谢谢版主啊...
版主很强哦.. 网站竟然是google
就是说上smarty的file include 就可以了..
好的.. 我试看..
对对.. mycubix 可以用CuteFTP 上吗?? |
|
|
|
|
|
|
|
发表于 21-1-2006 10:42 AM
|
显示全部楼层
原帖由 jim_lwloon 于 21-1-2006 10:33 AM 发表
谢谢版主啊...
版主很强哦.. 网站竟然是google
就是说上smarty的file include 就可以了..
好的.. 我试看..
对对.. mycubix 可以用CuteFTP 上吗??
嘿嘿,这不是我的主页拉。做来玩玩的,不小心的话可能会被Google控告抄袭。
cuteFTP?可以啊。 |
|
|
|
|
|
|
|
发表于 21-1-2006 10:43 AM
|
显示全部楼层
mycubix server 真的down了。。。cannot access..... |
|
|
|
|
|
|
|
发表于 21-1-2006 10:46 AM
|
显示全部楼层
原帖由 kfchai1982 于 21-1-2006 10:42 AM 发表
嘿嘿,这不是我的主页拉。做来玩玩的,不小心的话可能会被Google控告抄袭。
cuteFTP?可以啊。
如何啊?? 因为mycubix给的webFTP 我上不了file...
你有这样的问题吗?? |
|
|
|
|
|
|
|
发表于 21-1-2006 10:52 AM
|
显示全部楼层
原帖由 jim_lwloon 于 21-1-2006 10:46 AM 发表
如何啊?? 因为mycubix给的webFTP 我上不了file...
你有这样的问题吗??
我本身不是用cuteFTP,用的是total commander。
我觉得或许是tmnet和mycubix的连接有问题吧,我在用着新加坡的StarHub就不曾遇过mycubix出现问题。 |
|
|
|
|
|
|
|
发表于 21-1-2006 10:59 AM
|
显示全部楼层
如果用FTP hostname 放什么??
我放maple2u.mycubix.com我的website name
对吗??
版主 别觉得我烦阿.
我真的想学着阿... |
|
|
|
|
|
|
|
发表于 21-1-2006 11:04 AM
|
显示全部楼层
原帖由 jim_lwloon 于 21-1-2006 10:59 AM 发表
如果用FTP hostname 放什么??
我放maple2u.mycubix.com我的website name
对吗??
版主 别觉得我烦阿.
我真的想学着阿...
放你的maple2u.mycubix.com或mycubix的IP 65.98.56.210都可以。 |
|
|
|
|
|
|
|
发表于 21-1-2006 11:11 AM
|
显示全部楼层
|
|
|
|
|
|
|
发表于 21-1-2006 11:38 AM
|
显示全部楼层
|
|
|
|
|
|
|
发表于 21-1-2006 12:14 PM
|
显示全部楼层
原帖由 孤独一世 于 21-1-2006 11:38 AM 发表
那你给我你的户口好不好?
给你户口??
什么意思?? |
|
|
|
|
|
|
|
发表于 22-1-2006 01:49 PM
|
显示全部楼层
原帖由 kfchai1982 于 21-1-2006 11:04 AM 发表
放你的maple2u.mycubix.com或mycubix的IP 65.98.56.210都可以。
到现在不论放IP还是DOMAIN都进不到。。。。 |
|
|
|
|
|
|
|
发表于 22-1-2006 07:01 PM
|
显示全部楼层
|
|
|
|
|
|
| |
本周最热论坛帖子
|