NiceWords

所属分类:Linux/Unix编程
开发工具:PHP
文件大小:189KB
下载次数:21
上传日期:2009-07-03 01:14:29
上 传 者imtos
说明:  Nicewords是由工作在顶级门户网站的几名资深高级工程师利用爬虫技术(蜘蛛机器人,spider)、分词技术和网页萃取技术,利用URL重写技术、缓存技术,使用PHP语言开发的一套能根据设置的关键词自动抓取互联网上的相关信息、自动更新的WEB智能建站系统。利用NiceWords智能建站系统,只需要在配置页面上设置几个关键词,NiceWords就能全自动的生成一套能自动更新的网站了。 您要做的仅仅是设置几个关键词,其他的一切交给NiceWords来完成!
(Nicewords is the top portal in the use of several senior engineers reptiles Technology (spider robot, spider), sub-word extraction technology and web technology, the use of URL rewriting technology, the cache technology, the use of language to develop a set of PHP Key words can be set automatically according to crawl on the Internet-related information, automatically updated建站Intelligent Systems WEB.建站system using smart NiceWords only need to configure the settings page a few words, NiceWords will be able to automatic generation of a set automatic updates to the site. All you have to do is set up only a few words to all the other NiceWords to complete!)

文件列表:
NiceWords凤过无痕破解版\config.yaml.php (0, 2007-11-30)
NiceWords凤过无痕破解版\dell.php (2927, 2007-11-30)
NiceWords凤过无痕破解版\digg.php (2672, 2007-11-30)
NiceWords凤过无痕破解版\index.php (5773, 2007-11-30)
NiceWords凤过无痕破解版\key.php (4339, 2007-12-11)
NiceWords凤过无痕破解版\show.php (6156, 2007-11-30)
NiceWords凤过无痕破解版\sitemap.xml (0, 2007-11-30)
NiceWords凤过无痕破解版\start.inc.php (2874, 2007-12-11)
NiceWords凤过无痕破解版\txt.htaccess (330, 2007-11-24)
NiceWords凤过无痕破解版\破解安装说明.txt (513, 2007-12-11)
NiceWords凤过无痕破解版\templates\default\index.php (5351, 2007-12-10)
NiceWords凤过无痕破解版\templates\default\show.php (5886, 2007-12-10)
NiceWords凤过无痕破解版\include\business.inc.php (8077, 2007-11-30)
NiceWords凤过无痕破解版\include\common.inc.php (6384, 2007-12-10)
NiceWords凤过无痕破解版\include\database.class.php (7570, 2007-11-30)
NiceWords凤过无痕破解版\include\database.db.php (2626, 2007-11-30)
NiceWords凤过无痕破解版\include\function.inc.php (15297, 2007-11-30)
NiceWords凤过无痕破解版\include\JSON.php (11911, 2007-11-30)
NiceWords凤过无痕破解版\include\Snoopy.class.php (21288, 2007-11-30)
NiceWords凤过无痕破解版\include\split.inc.php (3926, 2007-11-30)
NiceWords凤过无痕破解版\images\diggvote.js (3310, 2007-11-07)
NiceWords凤过无痕破解版\images\p_001.jpg (1110, 2007-11-05)
NiceWords凤过无痕破解版\images\style.css (2992, 2007-11-07)
NiceWords凤过无痕破解版\images\vote-l.png (394, 2007-11-07)
NiceWords凤过无痕破解版\images\vote.png (701, 2007-11-07)
NiceWords凤过无痕破解版\images\vote1.png (3081, 2007-11-07)
NiceWords凤过无痕破解版\crontab\live.php (3786, 2007-11-30)
NiceWords凤过无痕破解版\crontab\start.php (3129, 2007-11-30)
NiceWords凤过无痕破解版\cache\config.php (0, 2007-12-11)
NiceWords凤过无痕破解版\admin\admin.php (5282, 2007-11-30)
NiceWords凤过无痕破解版\admin\ads.php (4955, 2007-11-30)
NiceWords凤过无痕破解版\admin\config.inc.php (2597, 2007-11-30)
NiceWords凤过无痕破解版\admin\footer.php (2471, 2007-11-30)
NiceWords凤过无痕破解版\admin\header.php (3233, 2007-11-30)
NiceWords凤过无痕破解版\admin\idx.php (3228, 2007-11-30)
NiceWords凤过无痕破解版\admin\index.php (2643, 2007-11-30)
NiceWords凤过无痕破解版\admin\live.php (2628, 2007-11-30)
NiceWords凤过无痕破解版\admin\login.php (4234, 2007-11-30)
NiceWords凤过无痕破解版\admin\main.php (3709, 2007-11-30)
NiceWords凤过无痕破解版\admin\setting.php (9221, 2007-11-30)
... ...

# # S P Y C # a simple php yaml class # v0.3 # # Load this README! # >> $readme = Spyc::YAMLLoad('README'); # --- %YAML:1.1 title: Spyc -- a Simple PHP YAML Class version: 0.3 author: [chris wanstrath, chris@ozmm.org] websites: [http://www.yaml.org, http://spyc.sourceforge.net] license: [MIT License, http://www.opensource.org/licenses/mit-license.php] copyright: (c) 2005-2006 Chris Wanstrath tested on: [php 4.3.11, php 5.0.4] installation: > Copy spyc.php to a directory you can access with your YAML-ready PHP script. That's it! about: > From www.yaml.org: "YAML(tm) (rhymes with 'camel') is a human-friendly, cross language, Unicode based data serialization language designed around the common native data structures of agile programming languages. It is broadly useful for programming needs ranging from configuration files to Internet messaging to object persistence to data auditing. Together with the Unicode standard for characters, the YAML specification provides all the information necessary to understand YAML Version 1.1 and to creating programs that process YAML information. YAML(tm) is a balance of the following design goals: - YAML documents are very readable by humans. - YAML interacts well with scripting languages. - YAML uses host languages' native data structures. - YAML has a consistent information model. - YAML enables stream-based processing. - YAML is expressive and extensible. - YAML is easy to implement." YAML makes a lot of sense. It's easy to use, easy to learn, and cool. As the lucky stiff named why once said, "YAML is a beacon of light." If you're new to YAML, may we suggest YAML In Five Minutes: - http://yaml.kwiki.org/?YamlInFiveMinutes If you don't have five minutes, realize that this README is a completely valid YAML document. Dig in, load this or any YAML file into an array with Spyc and see how easy it is to translate friendly text into usable data. The purpose of Spyc is to provide a pure PHP alternative to Syck, a simple API for loading and dumping YAML documents, a YAML loader which understands a usable subset of the YAML spec, and to further spread the glory of YAML to the PHP masses. If you're at all hesitant ("usable subset of YAML?!"), navigate http://yaml.org/start.html. Spyc completely understands the YAML document shown there, a document which has features way beyond the scope of what normal config files might require. Try it for yourself, and then start enjoying the peace of mind YAML brings to your life. meat and a few potatoes: - concept: Loading a YAML document into PHP brief: > $yaml will become an array of all the data in wicked.yaml code: | include('spyc.php'); $yaml = Spyc::YAMLLoad('wicked.yaml'); - concept: Loading a YAML string into PHP brief: > $array will look like this: array('A YAML','document in a','string') code: | include('spyc.php'); $yaml = '- A YAML\n- document in a\n- string.'; $array = Spyc::YAMLLoad($yaml); - concept: Dumping a PHP array to YAML brief: > $yaml will become a string of a YAML document created from $array. code: | include('spyc.php'); $array['name'] = 'chris'; $array['sport'] = 'curbing'; $yaml = Spyc::YAMLDump($array); prior art: - who: [Brian Ingerson, Clark Evans, Oren Ben-Kiki] why?: > The YAML spec is really a piece of work, and these guys did a great job on it. A simple and elegant language like YAML was a long time coming and it's refreshing to know such able minded individuals took the task to heart and executed it with cunning and strength. In addition to their various noteworthy contributions to YAML parsers and related projects, YAML.pm's README is a treasure trove of information for knowledge seekers. Thanks, guys. - who: why the lucky stiff why?: > As the author of Syck, the code used in Ruby for the language's YAML class and methods, why is indirectly (directly?) responsible for my first exposure to YAML (as a config file in a Ruby web-app) and the countless hours I spent playing with this sheik new data format afterwards. Syck's README is a YAML file and thus the inspiration for this file and, even, this very piece of software. - who: Steve Howell why?: > Python's YAML implementation. PyYAML's README file is also YAML, so it too inspired the YAML format of this README file. - who: [Rasmus Lerdorf, Zeev Suraski, Andi Gutmans, et al] why?: > PHP is great at what it does best. It's also paid a lot of my bills. Thanks. bugs: report: > Please see Spyc's Sourceforge project page for information on reporting bugs. speed: > This implementation was not designed for speed. Rather, it was designed for those who need a pure PHP implementation of a YAML parser and who are not overly concerned with performance. If you want speed, check out Syck. depth: > This parser is by no means a comprehensive YAML parser. For supported features and future plans, check the website. unicode: > YAML is supposed to be unicode, but for now we're just using ASCII. PHP has crappy unicode support but who knows what the future holds. resources: - http://www.yaml.org - http://www.yaml.org/spec/ - http://yaml.kwiki.org/?YamlInFiveMinutes - http://www.whytheluckystiff.net/syck/ - http://yaml4r.sourceforge.net/cookbook/ - http://www.sourceforge.net/projects/spyc/ - http://spyc.sourceforge.net/ thanks: - Adam Wood - Daniel Ferreira - Aaron Jensen - Mike Thornton - Fabien Potencier - Mustafa Kumas

近期下载者

相关文件


收藏者