Archive

Archive for June, 2010

申请空间成功后,只提供给你ns,如何获知空间的ip

June 4th, 2010 No comments

前段时间 申请了一个免费空间发现只给了NS。没有给IP 当时就纳闷了一下,网上搜搜了,发现如下方法或许可以帮助大家

有时申请空间后只获得空间商提供的空间的ns,而你想利用他的ip绑定
可以试试下面的方法获得空间的ip

打开 http://www.kloth.net/services/nslookup.php
Domain后填你的域名
Server后填你的第一个ns
下拉框选ANY(ANY TYPE)
点look it up
就能看到空间提供的的ip

Categories: Uncategorized Tags:

Lightinthebox模版快速修改中文教程

June 4th, 2010 No comments

前段时间市面上很火的”lightinthebox模版”–简称light模版。该模版具有很漂亮的外观界面,而且功能也是异常强大的,几乎含盖了zen cart网站程序的所有功能。可以说把zencart站的SEO发挥到了极智。如何将lightinthebox模版再次开发?这应该是很多zen cart人的梦想。但是理想是远大的,现实是残酷的,如何才能得到一套几乎无Bug的lightinthebox模版呢?而现在市面上很多个lightinthebox模版价格很低,有卖几百的,也有卖几千的?差别在哪,无非就是BUG的多少,以及插件的多少了。

下面主要介绍下Lighinthebox模版的修改方式。

一.  如何修改lightinthebox模版的LOGO

操作:  右键点击网站LOGO查看路径,不难看出替换 includes/templates/lightinthebox/images/logo.jpg  图片就可以搞定。 Read more…

Categories: Uncategorized Tags:

出售zencart模板

June 3rd, 2010 No comments

Zen cart templates


http://laomao.info/index.php/demo-zencart-template一zencart模板的小问题也可以跟老猫交流一下,稍微麻烦点zen cart模板,老猫会有偿帮助

Categories: Uncategorized Tags:

FM365.NET.RU: DNS-server list has been tested successfully

June 2nd, 2010 No comments

HOHO,等待了几天,我的ru域名年检通过了,还是蛮开心的,这说明zoneedit还是不错的!

恭喜一下,贺喜一下!

如果谁的年检没有通过的话 ,赶紧更换一下DNS,我觉得 应该好一点,总比掉了 再重新注册要好吧,更换的方法,在本博,搜索net.ru,在注册教程文章的最下面,有教怎么更换DNS的方法,可参考一下

老猫博客

http://laomao.info

Categories: Uncategorized Tags:

7月1日起网店就要实名制咯

June 1st, 2010 No comments

不知道为啥,感觉好可爱啊。QQ怎么会弹出来这样的新闻的,开网店本来就是实名制的啊

点进去看了一下才知道,原来是要工商注册了!

哎 工商总局终于要对网店下手了,那么大一块肥肉,油都流的满地都是了!

不知道我那卖模板的网站 需不需要注册登记,哎!

突然想起来了,以后人肉也方便多了哦!HOHO!

老猫博客

http://laomao.info

Categories: Uncategorized Tags:

zencart–LB又发现一个bug

June 1st, 2010 No comments

问题是这样的,一级分类是

Cell Phones

二级分类:

Multi Function Cell Phones
Multi Function Cell Phones
Refurbished Cell Phones
Refurbished Cell Phones
Chinese Brand Cell Phones
在首页就有了如下的显示:

Cell Phones

Multi Function Cell Phones
Multi Function Cell Phones
Refurbished Cell Phones
Refurbished Cell Phones
Chinese Brand Cell Phones

More wholesale products >

这个时候问题就出来了,一级分类Cell Phones的地址和Chinese Brand Cell PhonesMore wholesale products >

这个三个的地址居然一样了,实际情况应该是:Cell Phones和More wholesale products >的  他们俩的地址是一样,

模板放出者 太坏了!

如下放出修改方法:路径为:includes\modules\eatured_category_row.php

第48行的$cPath_new = str_replace(‘=0_’, ‘=’, $cPath_new);

下添加一句
$cPath_subs = $cPath_new . ‘=’ .  $subcats->fields[categories_id];

然后60行开始的到64行之间的cPath_new全部替换为cPath_subs

问题解决!

有的这个文件 的行数可能不一样的,下面 我提供一下 要修改的代码

$subCatoryString .= ‘</dl><a href=”‘ . zen_href_link(FILENAME_DEFAULT, $cPath_new) . ‘”>More wholesale products ></a>’;

$list_box_contents[$row][$col] = array(‘params’ => ‘class=”categoryListBoxContents”‘,
‘text’ => ‘<div><a href=”‘ . zen_href_link(FILENAME_DEFAULT, $cPath_new) . ‘” title=”‘.SEO_COMMON_KEYWORDS.’ ‘.$featured_categories->fields['categories_name'].’”>’ . zen_image(DIR_WS_IMAGES . $featured_categories->fields['categories_image'], $featured_categories->fields['categories_name'], 148, 113) . ‘</a></div><h3><a href=”‘ . zen_href_link(FILENAME_DEFAULT, $cPath_new) . ‘” title=”‘.SEO_COMMON_KEYWORDS.’ ‘.$featured_categories->fields['categories_name'].’”>’. $featured_categories->fields['categories_name'] .’</a></h3>’.$subCatoryString);
上面这段代码里的cPath_new替换为cPath_subs,就好了

继续研究LB,希望发现BUG的能拿出来分享,感激大家一起完善它

老猫博客:http://laomao.info

Categories: Uncategorized Tags: