Welcome![Sign In][Sign Up]
Location:
Search - PHP网络验证

Search list

[SourceCodePHP网络验证.rar

Description: PHP网络验证.rar1、本网络验证系统插件有两种:一种是VB写的ActiveX DLL(COM组件,支持所有能调用COM组件的编程语言写的软件);另一种是专门为易语言定制的易模块; 2、以上两个插件的代码均不开源,从某种角度来讲是提高了集成本验证系统的软件的安全性。 3、客户端与服务端通讯信息均加密并动态处理,每次发送和返回的值都是带有签名(时间+密钥)的动态数据,同时检查域名DNS是否被修改。 4、DLL插件提供动态签名,来效验DLL的合法性,防止DLL被非法替换或伪造。 5、两种插件均提供加强型的安全保护功能,但这并不能代替专业的保护壳,要使你的软件更安全,在集成验证系统后请加上保护壳。 6、本系统管理端就是服务端界面功能齐全,操作简便。采用php+mysql的WEB构架方式,可处理海量数据,经优化的数据库结构设计就算在线用户还多也不会太占CPU。 7、本系统自带在线售卡系统,客户可在线购卡实时生成卡,无需你库存大批的卡。 在线售卡系统--网络验证系统 只要你拥有了支付宝即时到帐接口(没有可申请,一般24小时生效)就可以使用本系统的在线售卡,代理商和普通客户都可以通过售卡系统来取卡。普通客户支付成功后可立即取卡,代理商可以设定不用付款成功也可取卡(有保护参数,取的卡多长时间未付款就会被自动冻结) 代理商系统 代理商可通过售卡系统自助取卡,可管理和查询注册卡、充值卡、用户;可冻结卡、解冻卡(管理员冻结的卡代理商无权解冻) 软件管理 支持多软件管理,一个管理员帐号支持管理99个软件,完全可以满足即大多数人的需要。 每个软件的接口参数丰富,功能全面。 添加、删除、冻结、解冻注册卡或用户 这些都是基本的操作,本系统管理端大部份采用ajax来处理数据支持批量操作,以保证不去频繁刷新页面让你体验WEB操作的乐趣。 注册卡或用户加时、减时操作 给注册卡或用户加减时操作简便,无页面刷新的感觉。支持批量加时。 试用卡或试用帐号 每个卡模式软件都有一张试用卡,每个用户密码模式软件都有一个试用帐号 试用卡和试用帐号不限同时连接的客户端数据,一张卡或一个帐号可以同时在N台机上使用。 试用卡或试用帐号每台机每天可使用的次数、每次可使用的时间、可使用的时段都可以在软件管理里边设置 免费帐号 免费帐号是针对用户密码模式的软件来讲的(注意免费帐号不是试用帐号,不受软件管理里的试用次数、试用时间、时段的限制),就是用户注册时可以不用输入充值卡号就可以注册成功并获取一定的使用时间 是否可以免费注册和免费注册赠送的时间都可以软件管理里边自由设定。 充值套餐 该功能在软件管理接口中实现:可以在软件管理里边设定同时充值X张Y卡,系统自动赠送Z天 比如你想设定充三张周卡包月的话,就设定 充 3 张 7 天卡 赠送 9 天(3*7+9=30)。 用户推广系统 该功能在软件管理接口中实现:可以在软件管理里边设定新用户注册时如果在推广帐号一栏填了老用户名子,老用户可以获取相应的使用时间 注册卡或用户绑机与不绑机 该功能在软件管理接口中实现:可以自由设定注册卡或用户能不能换机使用,或每天最多换机的次数。 用户名绑定游戏帐号 该功能需用户自己实现:方法是让最终用户注册验证系统帐号时用游戏帐号注册,你在客户端检测游戏帐号和验证系统帐号是不是一样的,来达到绑定帐号功能 注意:本验证系统用户名只支持英文字母和数字,如果游戏帐号是中文名请先编码用户名(如果你还想还原用户名的话就用rc4算法,否则直接用16位的md5编码用户名),编码后才传递给验证系统相关接口。 注册卡和充值卡的天数可自定义 管理员添加注册卡和充值卡的天数可以完全自定义,在添加注册卡或充值卡时可设定。 售卡系统和代理商取卡目前只支持天卡、周卡、月卡、季卡、年卡这五类卡。 日志功能 管理端会记录详细的多开卡客户端日志、用户充值转帐日志、免费用户注册帐号日志、注册卡和用户的验证安全日志。双服的话还有数据库同步的详细日志。 自动升级辅助程序 该功能在软件管理接口中实现:需要辅助程序update.exe的配合,update.exe是用VB专门针对本验证系统写的升级辅助程序(代码完全公开),你也可以用该程序加入相互效验软件的完整性。 超级系统管理功能 1、提供修改和添加后台帐号的功能,只有多售权的用户添加的后台帐号才有实际意义 2、整理系统功能:清理系统垃圾,主要是清理超出一定时间的日志文件、订单、过期卡、被标记为删除的卡 3、数据库优化功能:mysql长期运行后会产生一些无用的数据空间占用数据库的文件大小,此功能可以帮你释放掉被战友用的空间,如果你确认某个表错误的话还可以进行简单的修复,而不必要每次都用专门的mysql管理工具对数据库优化和修复,如phpmyadmin。 4、如果是双服的话系统还会记录主服的记录变更日志,以便让系统任务去同步主服和备服数据
Platform: | Size: 52537 | Author: wwwfree | Hits:

[GUI DevelopBo-Blog2.tar

Description: 一款基于PHP的、以MySQL为数据库支持的单用户blog(网络日志)程序 特色有: 丰富实用的功能与简单的使用; 基于XHTML+CSS+div 布局的模板结构; 可自由定制的页面模块; 部分基于Ajax的新体验; 多语言包化与UTF-8国际编码; 强大的spam信息防御机制; RSS、XML-RPC、Tags支持; 内置留言本、天气、表情、置顶、验证码、头像等; 可通过插件与模板增强您的个性功能 更新内容: 修复一些BUG,改进一些细节; RSS中使用img贴图时对本地图片输出为绝对路径; RSS模板与系统模板分开; img标签宽度和高度的更自由定义; 可在后台重建整个日历; UBB编辑器多语言化。 -A Based on PHP, to MySQL database support for the single-user blog (Web log) program features are: a rich and practical features and simple to use based on XHTML CSS div layout template structure free customized page module Ajax based in part on a new experience multi-language packages and UTF-8 international coding powerful spam defense mechanism of information RSS, XML-RPC, Tags support built Guestbook, weather, facial expressions, set-top, validation code, Head, etc. available through plug-ins and templates to enhance your personalized features
Platform: | Size: 420864 | Author: hui | Hits:

[WEB Code5555

Description: asp+php网络验证 asp+php网络验证
Platform: | Size: 1722368 | Author: 结舌杜口 | Hits:

[WEB Codephp-openid-2.1.2

Description: OpenID 是一个以用户为中心的数字身份识别框架,它具有开放、分散、自由等特性。   OpenID 的创建基于这样一个概念:我们可以通过 URI (又叫 URL 或网站地址)来认证一个网站的唯一身份,同理,我们也可以通过这种方式来作为用户的身份认证。由于URI 是整个网络世界的核心,它为基于URI的用户身份认证提供了广泛的、坚实的基础。   OpenID 系统的第一部分是身份验证,即如何通过 URI 来认证用户身份。目前的网站都是依靠用户名和密码来登录认证,这就意味着大家在每个网站都需要注册用户名和密码,即便你使用的是同样的密码。如果使用 OpenID (参见规范),你的网站地址(URI)就是你的用户名,而你的密码安全的存储在一个 OpenID 服务网站上(你可以自己建立一个 OpenID 服务网站,也可以选择一个可信任的 OpenID 服务网站来完成注册)。-OpenID is a user-centric digital identity framework, it has an open, decentralized, free and other characteristics. OpenID was created based on the concept: we can URI (also known as URL or website address) to authenticate the identity of a unique site, the same way, we can in this way as a user authentication. URI is the core of the network world, it is URI-based user authentication provides a broad, solid foundation. The first part of the system is OpenID authentication, that is, how to authenticate the user through the URI. Are relying on the current site a user name and password to login authentication, which means you need to register at each site have a user name and password, even if you use the same password. If you use OpenID (see specifications), your website address (URI) is your user name and your password is stored in a secure OpenID service website (you can create a OpenID service website, you can also choose a trusted The OpenID Service website to complete registration.)
Platform: | Size: 631808 | Author: king | Hits:

[WEB Codeshangye-wangluoyanzheng

Description: 这是一个商业用的网络验证系统,可能用于小精灵软件的注册和验证,e+php源码-This is a commercial network authentication system, the software may be used for the registration of elf and verification, e+ php source code! !
Platform: | Size: 45056 | Author: 忠哲 | Hits:

[e-languagePHPwlyz

Description: 一套简单的PHP网络验证实现 不含数据库 纯文本存储方式 易语言实现-A simple PHP implementation network authentication is stored in plain text does not contain a database is easy language
Platform: | Size: 52224 | Author: 林峰 | Hits:

[WEB Codefwphp

Description: 福娃网络验证版PHP版 支持数据库 可自行设置加密数据-Fuwa version of PHP version supports network authentication database can be set to encrypt the data itself
Platform: | Size: 73728 | Author: 林峰 | Hits:

[WEB CodeN

Description: 一款完全开源的PHP/MYSQL的易语言网络验证,包含php网页文件和易源码/模块源码。做了很多优化 是目前网上功能最全的PHP开源网络验证-A fully open source PHP/MYSQL easy language network authentication, including the php web page file and easy to source/module source code. Do a lot of optimization is the most fully featured online PHP Open Source Network Authentication
Platform: | Size: 88064 | Author: hello | Hits:

[Other(2012.07.21)

Description: 好东西,PHP网络验证系统,可以充值,注册-Good things, the PHP network authentication system, you can recharge, registration, etc.
Platform: | Size: 703488 | Author: 张炳安 | Hits:

[OtherPHP

Description: 卡卡网络验证的后台源码,作为商业验证收费管理的不可多得资料-kjg jkhg kjhg kjgh jkhg kjhg kj jh gjhg jkgh joiu
Platform: | Size: 526336 | Author: 啊军 | Hits:

[Other%5Bheirui.cn%5DPHP5.5%2BMYSQL商业网络验证 (1)

Description: PHP5.5+MYSQL商业网络验证,结合易语言(PHP+MYSQL network verification system)
Platform: | Size: 3637248 | Author: Bzi | Hits:

[Otherrainos

Description: rainos网络验证源码-最新网络验证-喜欢的下载-防破解--防OD(Network authentication source code network authentication source)
Platform: | Size: 16631808 | Author: 魂魄 | Hits:

[Other新建 WinRAR ZIP 压缩文件

Description: PHP网络验证源码-最新版本-全新UI-全新界面-你值得拥有 英文:Php network authentication source - latest version - new UI - new interface - you deserve to have(Php network authentication source - latest version - new UI - new interface - you deserve to have)
Platform: | Size: 15793152 | Author: 魂魄 | Hits:

[e-languageinline-opd

Description: 一套简单的PHP网络验证实现 不含数据库 纯文本存储方式 易语言实现()
Platform: | Size: 48128 | Author: wtbtj!2670 | Hits:

[Other卡卡PHP

Description: 卡卡网络验证 全套源码 只差数据库,如果有能力的大神根据源码 写出数据库 麻烦也共享出来 我们学习学习(Kaka network verification full set of source code)
Platform: | Size: 529408 | Author: 项羽姓秦 | Hits:

[OtherAPP授权源码

Description: 某APP软件网络授权验证系统php源码 免费版是一套基于PHP+MYSQL开发的app软件网络授权验证系统,带支付接口、卡密管理、应用管理、用户管理等功能! 有做APP的不想免费开放让人用的可以使用这款程序添加网络验证(APP software network authorization verification system PHP source code free version is a set of APP software network authorization verification system based on PHP+MYSQL development, with payment interface, card management, application management, user management and other functions! People who do APP don't want to be free to open to people, they can use this program to add network verification.)
Platform: | Size: 11636736 | Author: 幽冥狂 | Hits:

[DNAbypcrecordsetefficiency

Description: 一套简单的PHP网络验证实现 不含数据库 纯文本存储方式 易语言实现()
Platform: | Size: 48128 | Author: Kambajb | Hits:

[e-language易语言与PHP加密通讯协议 高端的网络验证必备

Description: 利用PHP+前端做的验证源码 可以放在免费虚拟空间使用(Using PHP+ front end verification source can be used in free virtual space.)
Platform: | Size: 6144 | Author: 星悦风 | Hits:

[OS programvnudr

Description: 一套简单的PHP网络验证实现 不含数据库 纯文本存储方式 易语言实现()
Platform: | Size: 48128 | Author: Anazec | Hits:

[Otherwwwroot

Description: 可可PHP网络验证服务端 全部源码 搭建可用 修改kss_inc 文件夹里cofing文件中的数据库(Cocoa PHP network validation server all source code can be used to modify the kss_inc folder in the cofing file database)
Platform: | Size: 1820672 | Author: 凌霄科技 | Hits:
« 12 3 »

CodeBus www.codebus.net