Welcome![Sign In][Sign Up]
Location:
Search - web php mysql

Search list

[Develop ToolsPHP+MySQL网络开发技术

Description: PHP+MySQL网络开发技术,很适合初学者看啊-PHP MySQL Web development technology is well-suited to beginners can ah
Platform: | Size: 10759064 | Author: 史叶儒 | Hits:

[WinSock-NDIS交易论坛代码(php+mysql)

Description: 典型的论坛原码,是一个使用PHP+mySQL做为数据源的二手市场程序,系统需求: 1 Linux + Apache 或者 Windows IIS/PWS 2 MySQL 3.23+:For Windows and Linux 3 Telnet 或者一个 MySQL 的 WEB 界面管理程序,phpMyAdmin 或者其它类似的。-typical forum original code, is a PHP mySQL as a source of data for the secondary market procedures, system requirements : a Linux or Windows IIS Apache / MySQL 3.23 PWS 2 : For Windows and Linux 3 MySQL Telnet or a Web interface management procedures, or phpMyAdmin similar to the other person.
Platform: | Size: 460951 | Author: 马涛 | Hits:

[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:

[PHPPHP与MySQL+WEB开发(3th)圣经中文版

Description: 一本好书,讲解PHP、MySQL、WEB开发,中文版
Platform: | Size: 73230706 | Author: Jinner@yeah.net | Hits:

[Linux-Unixwum1

Description: 基于WEB的linux系统账号管理系统 为GF做的课程设计,很简单,阐述了原理,主要用到 PHP、MYSQL、GCC3.0。-Web-based account management system Linux system to do GF curriculum design, and is very simple to explain the principles, the main use PHP, MYSQL, GCC3.0.
Platform: | Size: 3072 | Author: 杨红 | Hits:

[BooksPHP+MySQL网络开发技术

Description: PHP+MySQL网络开发技术,很适合初学者看啊-PHP MySQL Web development technology is well-suited to beginners can ah
Platform: | Size: 10759168 | Author: 史叶儒 | Hits:

[Internet-Network交易论坛代码(php+mysql)

Description: 典型的论坛原码,是一个使用PHP+mySQL做为数据源的二手市场程序,系统需求: 1 Linux + Apache 或者 Windows IIS/PWS 2 MySQL 3.23+:For Windows and Linux 3 Telnet 或者一个 MySQL 的 WEB 界面管理程序,phpMyAdmin 或者其它类似的。-typical forum original code, is a PHP mySQL as a source of data for the secondary market procedures, system requirements : a Linux or Windows IIS Apache/MySQL 3.23 PWS 2 : For Windows and Linux 3 MySQL Telnet or a Web interface management procedures, or phpMyAdmin similar to the other person.
Platform: | Size: 460800 | Author: 马涛 | Hits:

[Web ServerPHP核心编程_随书光盘

Description: 本光盘是《PHP 核心编程》一书的配套光盘,包括完整的PHP功能实现、代码库,以及Apache和Xitam Web服务器。 《PHP 核心编程》一书为有经验的Web工作者编写的有关PHP 3.0的完整而实用的指南。书中介绍PHP如何从Java、Perl和C中吸取最好的理念,到如何利用PHP编程创建出丰富、生动的Web站点。 全书内容共分4部分。第1部分讲述PHP脚本语言概念,及如何控制执行、如何处理数据;第2部分函数参考,按功能排序并给出各函数的实用例子;第3部分讲述如何解决常见的编程问题,如排序和图表生成;第4部分给出如何用PHP创建整个Web站点的建议。 本书提供的CD—ROM包括完整的PHP功能实现、代码库,以及Apache和Xitam Web服务器。-CD is the "core PHP Programming," a book supporting the CD, including the integrity of the PHP Function, code base, and the Apache Web server and Xitam. "PHP core programming," a book for the Web experience of the workers preparing the integrity of PHP 3.0 and practical Guide. The book on how PHP from Java, Perl and C to draw the best ideas, how to use PHP programming to create rich, lively Web site. Contents of the book is divided into four parts. Part 1 on the PHP scripting language concepts, and how to control the implementation, how to handle data; Part 2 of the function reference, according to the function of the sequence and function is a practical example; Part 3 on how to solve common programming problems, if the sequencing and chart generation; Part 4 is how to
Platform: | Size: 14599168 | Author: 刘毅然 | Hits:

[WEB Code0510141559

Description: PHPCMS 是一个基于PHP+MYSQL的全站生成html的PHP的网站管理系统,是一个经过完善设计并适用于各种服务器环境(如UNIX、LINUX、WINDOWS等)的高效、全新、快速、优秀的网站解决方案,特别适合政府、学校、企业以及其他各种新闻资讯类网站使用。-PHPCMS is based on PHP and MYSQL one of the station's generating html PHP Web site management system, is a perfection in the design and application of various server environment (such as UNIX, Linux, Windows, etc.) efficient, a new, fast, excellent website solutions, particularly for the government, schools, enterprises and various other categories of news and information sites.
Platform: | Size: 2523136 | Author: 胡宾 | Hits:

[WEB Codeapachephpmysql

Description: 想在windows系统中部署基于apache+php+mysql+gd环境的免安装web服务器吗? 本程序集成该环境,解压运行.bat文件就可以了-to the windows-based system deployment apache php mysql gd-free environment the installation of the web server? integrate the environment, decompression operation. bat document can
Platform: | Size: 5276672 | Author: lisa | Hits:

[OtherPHP_MySQL

Description: 本文介绍堪称Web数据库黄金组合的PHP/MySQL如何构筑一个网络数据库应用的方法,PHP是一个类似微软ASP的服务器端的嵌入式超文本处理语言,是建立动态网站的强大工具。而MySQL是一个轻型SQL数据库服务器,可运行在多种平台上,包括Windows NT和Linux,它还有一个GPL版本,MySQL被认为是建立数据库驱动的动态网站的最佳产品。PHP、MySQL和Apache是Linux平台网站的最佳拍档。该教程是一个3日课程,从安装到应用都有详细描述。-This paper introduces his Web database gold combination of PHP/MySQL how to build a data network Application of the method, PHP is a similar Microsoft ASP server-embedded text processing language, build dynamic web site is a powerful tool. And MySQL is a lightweight SQL database server, which can run on a variety of platforms, including Windows NT and Linux, it also a GPL version, MySQL is considered to be the establishment of the dynamic database-driven website the best products. PHP, MySQL and Apache Linux site is the best of partners. The Guide is a three-day course, from the installation of the application is described in detail.
Platform: | Size: 32768 | Author: 将计就计 | Hits:

[OtherMySQL-msz

Description: MySQL中文参考手册.rar MySQL是一个精巧的SQL数据库管理系统,虽然它不是开放源代码的产品,但在某些情况下你可以自由使用。由于它的强大功能、灵活性、丰富的应用编程接口(API)以及精巧的系统结构,受到了广大自由软件爱好者甚至是商业软件用户的青睐,特别是与Apache和PHP/PERL结合,为建立基于数据库的动态网站提供了强大动力。 MySQL有瑞典的T.c.X公司负责开发和维护,MySQL的用户手册很单纯,只有一个集中的<MySQL Reference Manual>,但其内容覆盖了MySQL的所有信息,因此该手册是了解和掌握MySQL的绝佳文献。 虽然对MySQL的开发不能出一份力,但可为它的推广使用尽一份心,面对500多页的参考手册,知道要精确译出它决非易事,但愿几个月的心血能为大家提供一丝微薄的帮助。 由于本人水平有限,文中肯定有不准确的地方,敬请在阅读过程中不吝指出。文中不明之处,请参阅手册原文。 本文的内容针对MySQL 3.23.7alpla,实际上很多内容是通用的。另外,参考手册的几个附录也是很有价值的,但由于时间有限,未能译出,可参见原文。 -MySQL reference manual. Rar MySQL is a sophisticated SQL database management system Although it is not open source products, but in some cases you can freely use. Because of its strong capabilities, flexibility, rich application programming interface (API) and the elegance of the structure, by the vast number of free software enthusiasts even commercial software users favored especially with Apache and PHP/PERL combination for the establishment of the dynamic database-based web site provided a powerful impetus. MySQL Sweden T.c.X the company responsible for the development and maintenance of the MySQL user manual is very simple, Only a concentration of
Platform: | Size: 447488 | Author: 暮山紫 | Hits:

[Education soft systemTeachingManageSystem.tar

Description: 是一个教学内容管理系统, 采用PHP、MySQL,HTTP Web 服务器推荐使用Apache。 除了教学内容管理 的功能,还包括了简化的论坛、聊天室等,另外通过模块安装,还可以扩展功能,可以帮助教育工作者创 建高效地在线学习社团。-teaching is a content management system using PHP, MySQL, HTTP Web servers use Apache recommended. In addition to his teaching content management functions, including the simplification of the forum, chat rooms, etc., and through the module installed, also be expanded, and can help educators create effective online learning to Societies.
Platform: | Size: 2510848 | Author: 彭明 | Hits:

[Software EngineeringPHP-MySQL_stady3

Description: 本文介绍堪称Web数据库黄金组合的PHP/MySQL如何构筑一个网络数据库应用的方法,PHP是一个类似微软ASP的服务器端的嵌入式超文本处理语言,是建立动态网站的强大工具。而MySQL是一个轻型SQL数据库服务器,可运行在多种平台上,包括Windows NT和Linux,它还有一个GPL版本,MySQL被认为是建立数据库驱动的动态网站的最佳产品。PHP、MySQL和Apache是Linux平台网站的最佳拍档。该教程是一个3日课程,从安装到应用都有详细描述。对于PHP和MySQL的详细资料,可参见他们的官方网站。PHP(www.php.net)、MySQL (www.tcx.se)-This article describes Web database can be called gold portfolio PHP/MySQL How to Build a network database application approach, PHP is similar to Microsoft ASP server-side embedded hypertext deal with language, is to build dynamic Web site a powerful tool. And MySQL is a lightweight SQL database server, can run on multiple platforms, including Windows NT and Linux, it has a GPL version, MySQL is considered the establishment of a dynamic database-driven Web site the best products. PHP, MySQL and Apache is the Linux platform, the best partner website. The tutorial is a 3 day courses, from installation to application are described in detail. PHP and MySQL For detailed information, see their official website. PHP (www.php.net), MySQL (www.tcx.se)
Platform: | Size: 13312 | Author: jaems | Hits:

[WEB Codeweb

Description: 一个功能完善的新闻发布系统,以PHP+MYSQL为基础,模板修改十分方便-A function of improving the news release system to PHP+ MYSQL-based, template modification is very convenient
Platform: | Size: 1097728 | Author: yin weixing | Hits:

[WEB Codeweb

Description: php+mysql实现的同学在线通讯录,注册,登陆,修改,删除等功能都具备!-php+ mysql students achieve online address book, registration, login, modify, delete and other features are available!
Platform: | Size: 1069056 | Author: 黎钊明 | Hits:

[ERP-EIP-OA-PortalPHP

Description: 漂亮的政府网(php+mysql)我已做好数据库备份,根目录下:web[1].sql.zip-Beautiful Government Network (php+ mysql) I have good database backup, the root directory: web [1]. Sql.zip
Platform: | Size: 46255104 | Author: sl833h0 | Hits:

[Other systemsyiwang-php

Description: 亿网旅游网站管理系统是由PHP+MYSQL架设的网站,后台编辑器使用FCKeditor编辑器 。 管理功能: 1、旅游线路分类详细、后台添加线路、在线预订。 2、酒店按各地划分,后台直接添加,提供在线预订功能。 3、景点介绍、当地风俗民情后台添加完成。 4、在线留言 后台管理留言信息。 5、新闻发布 在线发布新闻,后台管理新闻内容。 6、旅游服务。。。等等!!!自己去发现。 演示地址:http://demo.ewliao.cn/lvyou/ 如发现BUG请到论坛提出http://bbs.ewliao.cn 安装地址:http://你的域名/install.php 安装完成后请把install.php删除。 后台登陆地址:http://你的域名/admin/admin_login.php 你也可以把sql.sql数据导入数据库,然后配置db.php里面的设置。 后台管理和前台管理用户名:admin 密码:admin 注意:安装完成后一定要把install.php删除。-100 million Web travel site management system is set up by the PHP+ MYSQL web site, the background editor using FCKeditor editor. Management features: 1, travel routes classified details, background add a line, online booking. 2, Hotels around the division of background added directly to provide online booking capability. 3, Places of Interest, the local customs and habits and to add the background to complete. 4, on-line Message Manage voice messages. 5, press release online press release, background management of news content. 6, travel services. . . And so on! ! ! Themselves to be discovered. Demo Address: http://demo.ewliao.cn/lvyou/ If found please BUG Forum http://bbs.ewliao.cn Installation Address: http:// to your domain name/install.php after installation is complete, please delete install.php. Background landing address: http:// to your domain/admin/admin_login.php You can also sql.sql data into a database, and then configure the settings db
Platform: | Size: 1000448 | Author: doom | Hits:

[WEB CodePHP-and-MySQL

Description: PHP+MYSQL-WEB开发(原版第四版)——源代码,这本书真的很好,适合初学者,也适合高手做工具书。-PHP+ MYSQL-WEB development (original fourth edition)- source code, this book is really good for beginners, but also for experts to do books.
Platform: | Size: 1463296 | Author: 林任樟 | Hits:

[WEB CodePHP+MySQL开发Web程序教程

Description: PHP+Mysql的web开发教程,入门教程,可以学习(PHP+Mysql web development tutorials, tutorials, you can learn)
Platform: | Size: 2995200 | Author: blaast | Hits:
« 12 3 4 5 6 7 8 9 10 ... 42 »

CodeBus www.codebus.net