落伍者站长论坛's Archiver

软硬兼施 发表于 2008-4-6 12:46

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

ljp812 发表于 2008-4-6 18:44

先收藏

腾讯总裁 发表于 2008-4-6 22:30

先试试看。

lns9406 发表于 2008-4-7 09:57

这个东东我找了好久了!谢谢

lenson_Z 发表于 2008-4-7 12:09

[quote]原帖由 [i]lns9406[/i] 于 2008-4-7 09:57 发表 [url=http://www.im286.com/redirect.php?goto=findpost&pid=25115510&ptid=2481983][img]http://www.im286.com/images/common/back.gif[/img][/url]
这个东东我找了好久了!谢谢 [/quote]
呵呵,系统还在持续改进中,谢谢关注,最近也在准备推出access版本的

海阔sky 发表于 2008-4-7 12:40

sogou竞价代码添加就出错 帮忙搞下拉[code]<script type='text/javascript'>
var sogou_param = new Array();
sogou_param["pid"]  = '11111';
sogou_param["ct"]  = 'context';
sogou_param["fmt"]  = 'h_728_90';
sogou_param["iw"]   = '728';
sogou_param["ih"]   = '90';
sogou_param["charset"]   = 'gb2312';
sogou_param["c_bo"] = 'FFFFFF';
sogou_param["c_bg"] = 'FFFFFF';
sogou_param["c_li"] = '0055E5';
sogou_param["c_te"] = '000000';
sogou_param["c_bt"] = '000000';
sogou_param["c_hl"] = 'FF0900';
sogou_param["sv"] = '0';
sogou_param["sl"] = '1';
sogou_param["hl"] = '0';
</script>
<script language='JavaScript' type='text/javascript' src='http://images.sohu.com/cs/jsfile/js/ct.js'></script>[/code]

lenson_Z 发表于 2008-4-7 23:44

[quote]原帖由 [i]海阔sky[/i] 于 2008-4-7 12:40 发表 [url=http://www.im286.com/redirect.php?goto=findpost&pid=25119933&ptid=2481983][img]http://www.im286.com/images/common/back.gif[/img][/url]
sogou竞价代码添加就出错 帮忙搞下拉
var sogou_param = new Array();
sogou_param["pid"]  = '11111';
sogou_param["ct"]  = 'context';
sogou_param["fmt"]  = 'h_728_90';
sogou_param["iw"]   = '728';
so ... [/quote]
正在解决中,请耐心等待

lenson_Z 发表于 2008-4-8 12:51

自己顶一下

五月蔷薇 发表于 2008-4-8 16:26

很好,但跟我的需求不一样

lenson_Z 发表于 2008-4-8 16:32

[quote]原帖由 [i]五月蔷薇[/i] 于 2008-4-8 16:26 发表 [url=http://www.im286.com/redirect.php?goto=findpost&pid=25159522&ptid=2481983][img]http://www.im286.com/images/common/back.gif[/img][/url]
很好,但跟我的需求不一样 [/quote]
您的具体需求是什么?不妨说一下,说不定可能加入到新的版本来

wskyak 发表于 2008-4-8 22:11

sql版本的怎么安装啊~
只装过asp mssql
没装过 aspx mssql的程序

lenson_Z 发表于 2008-4-9 00:21

[quote]原帖由 [i]wskyak[/i] 于 2008-4-8 22:11 发表 [url=http://www.im286.com/redirect.php?goto=findpost&pid=25168582&ptid=2481983][img]http://www.im286.com/images/common/back.gif[/img][/url]
sql版本的怎么安装啊~
只装过asp mssql
没装过 aspx mssql的程序 [/quote]
我这个版本的数据库是SQLite,并不是MSSQL,不需要对数据库另外配置。
另外你也可以用Access版本
[url]http://www.im286.com/thread-2502056-1-1.html[/url]

wskyak 发表于 2008-4-9 02:06

[quote]原帖由 [i]lenson_Z[/i] 于 2008-4-9 00:21 发表 [url=http://www.im286.com/redirect.php?goto=findpost&pid=25171777&ptid=2481983][img]http://www.im286.com/images/common/back.gif[/img][/url]

我这个版本的数据库是SQLite,并不是MSSQL,不需要对数据库另外配置。
另外你也可以用Access版本
[url=http://www.im286.com/thread-2502056-1-1.html]http://www.im286.com/thread-2502056-1-1.html[/url] [/quote]
这个sqlite 和那个access有什么不同吗?

wskyak 发表于 2008-4-9 02:10

access版本装上去好像没啥问题

可是这个版本出现下面的问题






Server Error in '/' Application. [i]Runtime Error[/i] [font=Arial, Helvetica, Geneva, SunSans-Regular, sans-serif][b]Description: [/b]An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

[b]Details:[/b] To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

[table=98%,#ffffcc][tr][td]<!-- Web.Config Configuration File --><configuration>    <system.web>        <customErrors mode="Off"/>    </system.web></configuration>[/td][/tr][/table]
[b][font=Verdana]Notes:[/font][/b] The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

[table=98%,#ffffcc][tr][td]<!-- Web.Config Configuration File --><configuration>    <system.web>        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>    </system.web></configuration>[/td][/tr][/table][/font]

lenson_Z 发表于 2008-4-9 12:56

问题在解决中

海阔sky 发表于 2008-4-9 15:27

楼主有空把sqlite的sogou代码问题也搞一下啊 :lol:

lenson_Z 发表于 2008-4-9 16:18

[quote]原帖由 [i]海阔sky[/i] 于 2008-4-9 15:27 发表 [url=http://www.im286.com/redirect.php?goto=findpost&pid=25187839&ptid=2481983][img]http://www.im286.com/images/common/back.gif[/img][/url]
楼主有空把sqlite的sogou代码问题也搞一下啊 :lol: [/quote]
sogou代码问题已经搞定,不过还没有发出来,你可以加我QQ:865196681,我传给你更新部分的

沙发王 发表于 2008-4-9 17:24

alimama  用这个可以吗?

lenson_Z 发表于 2008-4-9 17:31

[quote]原帖由 [i]沙发王[/i] 于 2008-4-9 17:24 发表 [url=http://www.im286.com/redirect.php?goto=findpost&pid=25192346&ptid=2481983][img]http://www.im286.com/images/common/back.gif[/img][/url]
alimama  用这个可以吗? [/quote]
没问题,不过可能对包时段的广告主不公平,哈哈

wskyak 发表于 2008-4-10 13:44

你可以学习一下 这个网站的代码
加到这个系统来

code.ete.cn

:ohh: :ohh:

页: 1 2 3 4 [5] 6

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