Welcome![Sign In][Sign Up]
Location:
Search - spam-1.3

Search list

[Windows DevelopSpam-1.3.3

Description: SPAM是现在最快找到全频繁序列模式的方法之一。这里是SPAM的源码。
Platform: | Size: 1149361 | Author: howard | Hits:

[PHP商家点评插件有地图版插件for UCHome 1.5

Description: 将文件拷贝到UCH安装目录(不会覆盖任何UCH文件). 其中config.shop.inc.php文件需要有写权限(linux). 运行shop_install.php 打开shop.php文件。将 $_SC['GoogleAPI']='ABQIAAAAIl6BzjiDCz90JrLDCFco6xRsRMjB2wv1Y7bZb-CPY4a_zZ8tAhQljtAew1TctFXLCYxRjkaGoD8jzA';替换成您的Google KYE。如您在本地调试,可以直接用以上KEY。如您还没有google KEY 请到 http://code.google.com/intl/zh-CN/apis/maps/signup.html 免费申请! 地图显示您想要的地方的方法: 首先打开Google地图,在上面寻找一个地址,然后上下左右移动地图,让这个地址正好处于地图的正中心位置,当您想寻找坐标位置已经处于地图的中心位置的时候,拷贝并粘贴以下代码到你的浏览器地址栏:   javascript:void(prompt('',gApplication.getMap().getCenter())); 然后回车一下。这时,你将得到一个弹出式的坐标,这个坐标就是你需要找的经度和纬度。 1 在admincp.php: 第一处: $acs = array( array('index','config','privacy', 'spam', 'network', 'usergroup', 'credit', 'profilefield', 'profield', 'ad', 'sitefeed', 'userapp', 'app'), array('tag', 'mtag', 'space', 'name', 'report'), array('cache', 'task', 'censor', 'stat', 'block', 'cron'), array('blog','album', 'pic', 'comment', 'thread', 'post', 'doing', 'feed', 'share') ); 修改成(最后一行array('base','pingdao','neirong','shop','reviews','shoptags')为增加的。同时记得在上一行'share')后加个逗号 ) $acs = array( array('index','config', 'privacy', 'spam', 'network', 'usergroup', 'credit', 'profilefield', 'profield', 'ad', 'sitefeed', 'userapp', 'app'), array('tag', 'mtag', 'space', 'name', 'report'), array('cache', 'task', 'censor', 'stat', 'block', 'cron'), array('blog', 'album', 'pic', 'comment', 'thread', 'post', 'doing', 'feed', 'share'), array('base','pingdao','neirong','shop','reviews','shoptags') ); 第二处: for($i=0; $i<5; $i++) {//由原来的3改成现在的5,其他不用修改 foreach ($acs[$i] as $value) { if($isfounder || $megroup['manage'.$value]) { $menus[$i][$value] = 1; $_SGLOBAL['usergroup'][$_SGLOBAL['member']['groupid']]['manage'.$value] = 1; } } } 第三处: if(empty($_GET['ac']) || (!in_array($_GET['ac'], $acs[0]) && !in_array($_GET['ac'], $acs[1]) && !in_array($_GET['ac'], $acs[2]) && !in_array($_GET['ac'], $acs[3]) && !in_array($_GET['ac'], $acs[4]) && !in_array($_GET['ac'], $acs[5]))) { //加上 && !in_array($_GET['ac'], $acs[4] && !in_array($_GET['ac'], $acs[5]),注意修改完后$acs[5]后面应有三个 ) 符号 3 admin/tp/header.htm: <!--{eval $_TPL['menunames'] = array( 'config' => '站点设置', 后加上: 'base' => '积分与审核', 'pingdao' => '频道设置', 'shoptags' => '标签管理', 'shop' => '商铺管理', 'neirong' => '点评内容', 'reviews' => '回应内容', 4 admin/tpl/side.htm开始处加入: <!--{if $menus[3]}--> <div class="block style1"> <h2>点评系统</h2> <ul class="folder"> <!--{loop $acs[4] $value}--> <!--{if $menus[4][$value]}--> <!--{if $ac==$value}--><li class="active"><!--{else}--><li><!--{/if}--><a href="admincp.php?ac=$value">{$_TPL[menunames][$value]}</a></li> <!--{/if}--> <!--{/loop}--> </ul> </div> <!--{/if}--> 5 在侧栏增加链接。 template/default/header.htm中找到 <li><img src="image/app/share.gif"><a href="space.php?do=share">分享</a></li> 加上 <li><img src="image/icon/shop.gif"><a href="shop.php">商家点评</a><em><a href="shop.php?ac=new">发布</a></em></li> 更新缓存。 如果安装后出现白屏现象,请重新检查所安装文件是否有语法错误。然后通过删除UCH安装目录下的data/tpl_cache/目录下的文件,此功能相当于更新缓存。 运行shopinstall.php 在header.htm相应的位置加上<li><img src="image/icon/shop.gif" alt="通讯录" /><a href="shop.php">通讯录</a></li> admin/tpl/config.htm 找到<tr> <th>未认证实名权限</th> <td> <table> <tr> <td width="120">允许加好友</td> <td> <input type="radio" name="config[name_allowfriend]" value="1"<!--{if $configs[name_allowfriend] == 1}--> checked<!--{/if}-->>是 <input type="radio" name="config[name_allowfriend]" value="0"<!--{if $configs[name_allowfriend] != '1'}--> checked<!--{/if}-->>否 </td></tr> 在其下面添加 <tr> <td width="120">允许商铺点评</td> <td> <input type="radio" name="config[name_allowshop]" value="1"<!--{if $configs[name_allowshop] == 1}--> checked<!--{/if}-->>是 <input type="radio" name="config[name_allowshop]" value="0"<!--{if $configs[name_allowshop] != '1'}--> checked<!--{/if}-->>否 </td></tr>
Platform: | Size: 111029 | Author: tianfuo@sina.com | Hits:

[WEB Code逍遥留言本

Description: 1.界面清新、大方、美观、简洁,功能实用,没有华而不实之处。2.方便的留言管理功能,可在后台删除、关闭或打开、修改、回复留言。3.可在后台打开或关闭留言审核功能,留言审核功能可避免非法、垃圾信息的危害。4.可在后台打开或关闭html屏蔽功能。5.可在后台设置最长留言长度、每页留言条数。6.可在后台修改管理员名称和密码,管理密码使用MD5加密,数据库防下载处理,确保安全。默认的管理员名称均为:www.buyok.net -1. Clean interface, generous, beautiful, simple, functional and practical, not flashy them. 2. A convenient voice management capabilities, can be deleted in the background, closed or open, modify, reply messages. 3. In the background can be opened or closed messages audit functions, message audit functions can avoid illegal spam hazards. 4. In the background can be opened or closed html shielding function. 5. In the background can be set up message length, number of messages per page. 6. Changes in background administrator name and password, password management using MD5 encryption, database-download, ensure safety. The default administrator names are : www.buyok.net
Platform: | Size: 142336 | Author: 韦枫 | Hits:

[ICQ-IM-Chatzylbook050609

Description: 1. 修复设置垃圾信息过滤方式为3时,系统将错误的把所有留言归类到垃圾信息列表问题。 2.完善管理员状态下,不同类别信息给予不同的色彩区别。 3.删除冗余文件。-1. Repair installed spam filter for 3:00, the system will put all the wrong messages to the classified list spam problem. 2. Administrators perfect condition, different types of information for different color distinction. 3. Delete redundant documents.
Platform: | Size: 171008 | Author: 冷风 | Hits:

[Linux-Unixpostfix-2.3.5.tar

Description: 邮件系统是Linux网络应用的重要组成,一个完整的邮件系统包括三个部分:底层操作系统(Linux Operation),邮件传送代理(Mail Transport Agent,MTA),邮件分发代理(Mail Delivery Agent,MDA),邮件用户代理(Mail User Agent,MUA)。 Postfix是一个非常优秀的MTA,她素以高效、安全的特点而著称。Postfix是作者在UNIX上所见过的MTA中在反垃圾邮件(Anti- Spam或Anti-UCE)方面做得最好的一个,甚至有很多公司在Postfix代码的基础上进行二次开发而推出反垃圾邮件网关产品。MTA的反垃圾邮件功能,实际上就是在MTA处理过程中对会话进行过滤。这个过滤不但过滤了发往自身的垃圾邮件,而且还防止了自身被恶意利用发送垃圾邮件。Postfix 实现了目前所有主要的MTA过滤技术。postfix是Wietse Venema在IBM的GPL协议之下开发的MTA(邮件传输代理)软件。和Sendmail相比Postfix更快、更容易管理、更灵活、更安全。
Platform: | Size: 2782208 | Author: lu shengxuan | Hits:

[ERP-EIP-OA-Portalwlb2b

Description: 软件介绍1. 系统管理 1.1.菜单管理 1.2.权限管理 1.3 客户管理 1.4.推荐招聘 1.5.导航管理 1.6.级别管理 1.7.分类管理 2. 采购管理 2.1. 采购计划 2.2. 采购查询 3. 销售管理 3.1 网络销售 3.2. 商品销售管理 4. 产品管理 4.1. 产品管理 5. 会员中心 5.1. 会员咨讯 5.2. 友情链接 5.3 会员广告 5.4 注册管理 5.5 知识库 6. 会员管理 6.1. 会员状态 6.2. 成员管理 7. 招标管理 7.1. 网络招标 8. 人力资源 8.1. 人才查询 8.2. 网络求职 8.3. 网上招聘 9 留言管理 91. 我受到的留言 92. 我发出的留言 93. 垃圾留言-Software Introduction 1. Systems Management 1.1. Menu management 1.2. Rights Management 1.3 CRM 1.4. Recommended the recruitment of 1.5. Navigation management 1.6. Level Management 1.7. Category Management 2. Procurement Management 2.1. Procurement Scheme 2.2. procurement inquiries 3. Sales Management 3.1 Sales 3.2. merchandise sales management 4. Product Management 4.1. Product Management 5. Member Center 5.1. Member咨讯5.2. Links 5.3 ad 5.4 Member Registration 5.5 Knowledge 6 . Member Management 6.1. Member status 6.2. a member of the management of 7. tendering management 7.1. network tender 8. Human Resources 8.1. talent inquiries 8.2. Web 8.3 job. 9 messages online recruitment management 91. The message I was 92. I have sent message 93. spam
Platform: | Size: 26781696 | Author: 刘海洋 | Hits:

[Windows DevelopSpam-1.3.3

Description: SPAM是现在最快找到全频繁序列模式的方法之一。这里是SPAM的源码。-SPAM is now the fastest growing full-frequent sequential patterns to find one of the ways. This is the SPAM source.
Platform: | Size: 1148928 | Author: howard | Hits:

[WAP developWiiMsg

Description: 手机WAP留言板WiiMsg WiiMsg是一个基于WAP2.0的手机网站留言板。 WiiMsg可用于传统电脑网站增加手机留言板功能,也可用于已有手机WAP网站增加留言板功能。 WiiMsg在手机上和电脑浏览器上都可以正常显示。 在手机上即可以完全管理WiiMsg[设置参数、管理留言等]。 1. 防止垃圾留言。一定时间内留言次数不能超过3次。 2. 防止垃圾留言。一定时间内第一次留言不需要验证码,多次留言需要填写验证码。 3. 对留言进行回复 4. 过滤非法字符,避免留言板上出现不和谐内容 5. 留言可以设置为悄悄话 6. 解决英文留言过长问题-WAP mobile phone message board WiiMsg WiiMsg are based on the mobile WAP2.0 website message board. WiiMsg computer can be used for traditional cell phone message board site to increase functionality, there can also be used to increase the mobile WAP site features message boards. WiiMsg mobile phone and computer in the browser can be displayed properly. At the mobile phone that can be completely managed WiiMsg [setting parameters, management, guestbook, etc.]. 1. To prevent spam. Guest Book number within a certain period of time should not more than three times. 2. To prevent spam. A certain period of time first guestbook Verification Code do not need to repeatedly fill out the required Verification Code guestbook. 3. Guestbook reply 4. Filtering illegal characters, to avoid discord message board content 5. Guestbook can be set to whispering 6. Guestbook too long to resolve the English question
Platform: | Size: 84992 | Author: 黄件 | Hits:

[DocumentsVC090609

Description: 1)用户管理: 包括用户注册,用户注册登录,对注册用户进行权限设定,对注册用户的添加和删除等,对于一个完善的电子邮件系统来说,用户管理是很重要的,通过它可以对文件、信件、用户资料等加以保密。此外,也可以设置用户的管理级,使用户更好的使用和管理邮件。 2)邮件管理: 包括对邮件的移动,邮件修改,邮件删除以及新建邮件夹等。这个是电子邮件最基本应该具有的功能,使用户很方便的使用和管理自己的邮件,同时也节省了很多空间,如今,网络上垃圾邮件非常多,控制和删除便显得由为重要了。 3)电子邮件的发送: 用户运行该程序后,可以设置:收件人地址、寄件人地址、发送邮件的标题,发送邮件的正文、附件。 4)电子邮件的接收: 运行电子邮件接收程序后,就能够很轻松的查看邮件。邮件中将显示发件人、主题、内容和发送时间以及相关的附件等等。此外,该应用程序还能够顺利的浏览多封电子邮件。 接收和发送邮件则是邮件系统最为重要的一个功能模块了,也是人们使用他的真正目的,它很容易的让人们进行通信。-1) The user management: Including user registration, user registration log in registered users permissions are set for registered users to add and delete and so on, for a complete e-mail systems, user management is very important, through which can be documents, letters, the user information, etc. be kept confidential. In addition, you can set the user s management level, allowing users to better use and management of e-mail. 2) E-mail Management: Including mobile e-mail, e-mail modify, delete and a new e-mail e-mail folders and so on. This is an e-mail should have the basic functionality, allowing users to easily use and manage their own e-mail, but also saves a lot of space, but now a lot of spam on the network, control and delete it seems from the important. 3) e-mail to send: After the user runs the program, you can set: the recipient address, sender address, send e-mail the title, send the message body, annex. 4) Receive e-mail: Receive e-mail program running, they c
Platform: | Size: 9212928 | Author: | Hits:

[Compress-Decompress algrithms1

Description: ISite信息分类系统是一套轻量级的分类网站系统,系统采用模板化界面,可自由定制页面内容分布,自由设定广告形式和内容,支持强力垃圾信息过滤。 程序特点: 1.模板化界面,可自由定制。 2.广告链管理模式,自由设定链接广告 3.强力垃圾信息过滤功能,不断加强系统安全 4.支持伪静态-ISite Information Classification System is a lightweight Web site classification system, the system uses template-based interface are free to customize the page content distribution, free to set the form and content of advertisements in support of a strong spam filter. Procedure features: 1. Template-based interface are free to customize. 2. Ad-chain management model, free to set up link ads 3. Powerful spam filtering, and continuously enhance system security 4. Support for pseudo-static
Platform: | Size: 3391488 | Author: 小新 | Hits:

[ScannerValidateClass_1.3

Description: ASP防恶意注册引擎(ValidateClass)自己写的预防各类机器人恶意注册或发布垃圾消息的APS类,调用简单方便。使用后,可根据情况取消验证码哦。除非对方专门针对本算法编写机器人程序或手工注册,否则是不允许注册的哦。 2011-02-19:扩展了类方法,增强了安全性。具体看demo。 2011-02-22:新增验证Referer属性。-ASP anti-malware up engine (ValidateClass) the prevention of various types of robot write up or post malicious spam messages APS class, call the simple and convenient. After use, according to cancel the verification code oh. Unless the other party written specifically for this algorithm the robot program, or manual registration, otherwise it is not allowed to register, oh. 2011-02-19: Extended the class methods, and enhance security. Specifically to see demo. 2011-02-22: Added validation Referer property.
Platform: | Size: 5120 | Author: 张剑 | Hits:

[WEB Codezztian

Description: 1、全新风格,全新模板,更漂亮、更美观 2、增加主通道和备用通道,两通道,通道忙时可选空闲通道 3、增加备案主体,审核时间以及详情查询。 4、增加对查询域名的严格检测,拒绝输入垃圾域名 介绍: 1、快速查询备案信息,比工信息部提高10倍速度-1, new style, new templates, more beautiful, more beautiful and 2, increase the main channel and alternate channel, two channels, channel busy optional idle channel 3, to increase the record subject, review time and the details of the query. 4, increasing stringent test of the query domain name, refused to enter the spam domain: 1, quickly find the record information, than the work rate of 10 times the Ministry of Information
Platform: | Size: 232448 | Author: 张剑 | Hits:

[WEB Codexybbs

Description: 主要功能与特点: 1 微型论坛、多功能留言本; 2 注册发言、无需注册发言、发言审核显示、回复审核显示; 3 分版块功能,分版块版主设定; 4 各版块不同的属性:如普通,会员,展示,回复,认证,隐藏等; 5 有禁止IP功能、流量统计、会员在线显示; 6 有发贴时间间隔,注册后多久才能发贴设置、发贴多少后开放图片上传,词语过滤等,有效防止垃圾留言; 7 丰富的贴子管理:置顶、锁定、删除、屏蔽、转移,定时置顶等; 8 轻松的模板制做功能,简易的使用方法,辅助个人网站内容扩展,拥有自已特色的留言本。-Main functions and features: 1 mini-forum, multifunctional Guestbook 2 registered to speak, not required to register to speak, speak audit Reply audit show 3 plate functional sub-forum moderator set 4 forum properties: as ordinary members, show, Reply, certification, hidden 5 Ban IP traffic statistics, members online 6 Posted interval, how long it will take to Sign Posts settings, post the picture of how many after open upload, word filtering, effectively preventing spam 7 postings: Sticky, lock, delete, shield, transfer, timing Sticky 8 easy template making functions, ease of use, auxiliary personal website content expansion, have their own characteristics Guestbook.
Platform: | Size: 522240 | Author: ASD | Hits:

[WEB CodeHRbook

Description: 坏人仿IPAD留言板 1.0 说明: 1.简单、小巧、好看的留言板 2.有留言验证码,有效防止垃圾留言 3.防注入,过滤链接 4.记录留言者IP 本留言板是史上最好看、时尚的留言板源码? 默认帐号密码:admin-The bad guys imitation IPAD message board 1.0 Description: a simple, compact, nice message board there is a message authentication code, anti-injected, filter link effectively prevent spam. Recorded message by IP this message board is the history of the best-looking , stylish message boards source? Default Account Password: admin
Platform: | Size: 122880 | Author: DFDG08 | Hits:

[WEB CodeNaipin_gbook

Description: 耐品留言本 主要功能: 1、常见的留言本功能; 2、防垃圾留言; 3、设置留言只有管理员可见等。 默认管理员:admin 密码:admin-Resistant products Guestbook main functions: a common message of this function 2, anti-spam 3, set the message only administrators. Default administrator: admin Password: admin
Platform: | Size: 321536 | Author: fsdg50s | Hits:

[JSP/Javapivotx_2.3.10

Description: PivotX是一个强大、灵活、开源的博客系统。支持多个Webblogs,多个写作者,内置评论审查功能,垃圾信息防护,易于更换模板,一个灵活的扩展框架,SEO友好,支持MySQL数据库,也可以将数据存储于文本型文件中如XML等。-PivotX is a powerful, flexible, open source blog system. Support for multiple Webblogs, multiple writers, features built-in reviews, spam protection, easy to change the template, a flexible extension framework, SEO friendly, support MySQL , data can also be stored in text files such as XML etc..
Platform: | Size: 3179520 | Author: 张航 | Hits:

[Othertccxt

Description: 1.实现邮件检测功能: (1)注册账号,注意正确添写POP3服务器,用户名,密码。 2.实现发送短信功能: (1)在注册账号时要添写正确的手机号码,并选中发送到手机的复选框。 (2)跟据自己购买的GSM模块说明书设置串口参数,一般是“19200,n,8,1”。 (3)添写当地短信中心号码,前面的86可加可不加,如果没有写,系统在按“确定”后会自动加上。 (4)注意:如果短信中含有中文字符,则一定要设成Pdu模式,否则短信可能发送失败。-1. The realization of spam detection function: (1) A registered account, pay attention to correct Tianxie POP3 server, user name and password. 2. To achieve send SMS functions: (1) When registering an account to Tianxie correct phone number, and the check box is sent to the phone. (2) with the purchase of the GSM modules according to their own specification set the serial port parameters, usually 19200, n, 8,1 . (3) Tianxie local SMS center number, in front of 86 can be added time to increase, if no write, the system will automatically add the Press OK . (4) Note: If the message contains a Chinese character, be sure to set to Pdu mode, otherwise the message may be sent.
Platform: | Size: 6392832 | Author: pisapi | Hits:

[WEB Codehuangli_v2.0

Description: 使用说明:Asp+Access,本地数据库,上传到支持ASP的空间即可。访问首页时默认自动载入当日的黄历信息,可以直接查询2006、2007、2008、2009、2010、2011、2012年每天的老黄历,以及结婚、开业、搬家的吉日等。 1、本源码绝对纯净、绿色,绝无垃圾广告代码等不良信息。 2、数据库为senlon.asp,如需查看,请直接将.asp改为.mdb后缀即可打开浏览。 3、如需修改数据库文件名称,记得同时修改conn.asp中的相应名称。-Use instructions: Asp+Access, the local , upload to support ASP space. Visit the home page default load day almanac information automatically, can directly query the 2006, 2007, 2008, 2009, 2010, 2011 and 2012 day old almanac, and marriage, opening, moving. 1, the source code, absolutely pure green, no spam and other undesirable information code. 2, the is senlon.asp, such as the need to see, please directly to the.Asp.Mdb suffix to open the browser. 3, if you need to modify the file name, remember to modify the corresponding name in conn.asp.
Platform: | Size: 126976 | Author: bmpudn32 | Hits:

[Othermlclass-ex6

Description: 支持向量机,实现2或多分类,基于matlab仿真,内有说明-ex6.m- Octave script for the rst half of the exercise ex6data1.mat- Example Dataset 1 ex6data2.mat- Example Dataset 2 ex6data3.mat- Example Dataset 3 svmTrain.m- SVM rraining function svmPredict.m- SVM prediction function plotData.m- Plot 2D data visualizeBoundaryLinear.m- Plot linear boundary visualizeBoundary.m- Plot non-linear boundary linearKernel.m- Linear kernel for SVM [?] gaussianKernel.m- Gaussian kernel for SVM [?] dataset3Params.m- Parameters to use for Dataset 3 ex6 spam.m- Octave script for the second half of the exercise spamTrain.mat- Spam training set 1 spamTest.mat- Spam test set emailSample1.txt- Sample email 1 emailSample2.txt- Sample email 2 spamSample1.txt- Sample spam 1 spamSample2.txt- Sample spam 2 vocab.txt- Vocabulary list getVocabList.m- Load vocabulary list porterStemmer.m- Stemming function readFile.m- Reads a le into a character string submit.m- Submission script that sends your solutions to our servers submitWeb.m- Alternative s
Platform: | Size: 583680 | Author: 张伟强 | Hits:

[Web Serversxzxguestbook

Description: 1、留言增加审核功能,防止发垃圾留言。 2、增加留言内容的字数设定。 3、后台增加多用户管理与级别管理。 4、后台增加数据处理:备份数据与压缩数据。 5、相关参数的设置全部在后台人性化设置。 默认管理员: admin 密码:admin789-1, a message to increase audit function, preventing spam. 2, increasing the number of words set the message content. 3, multi-user management and increase the background level management. 4, the background to increase the data processing: data backup and data compression. 5, set the related parameters in the background all the personalized settings. Default Administrator: admin Password: admin789
Platform: | Size: 281600 | Author: nwtp | Hits:
« 12 3 »

CodeBus www.codebus.net