NEW LISTINGS  HOT LISTINGS  TOP RATED  EDITOR PICK  ADD A LISTING  UPDATE A LISTING  GET RATED  UPGRADE A LISTING
  HOME     MY ACCOUNT     POWER SEARCH     REGISTER     MEMBER LIST     SUGGEST CATEGORY  

Average Visitor Rating: 0.00 (out of 5)
Number of ratings: 0 Votes

Visitor Rating

PHP CMS, AdaptCMS,
38428 PHP CMS, AdaptCMS, http://www.insanevisions.com/article/214/Tutorials/Bot-Detection-with-PHP/ In the ongoing work of my PHP CMS, AdaptCMS, one thing I have basically worked on every version is stats. Every time someone loads a page, info is stored (date, ip, browser, os, username, referral, etc.). I either find a new way to make the stats more accessible or a new bit of important info. Recently I noticed some websites I was visiting were displaying bots currently at the site ("Googlebot", "MSN Bot", etc.) and found out something new and important to keep track of. PHP > Tips and Tutorials > Miscellaneous Jun 15, 2008 Insane Visions send email to Insane Visions

Write a Review   Add to My Favorite   Refer it to Friend   Report Broken Link  

Bookmark PHP CMS, AdaptCMS,:


Other links owned by this user
There are different ways in which you can exchange the data in ASP.NET 1.x like Query strings, Server.Transfer method, Response.Redirect method and session variables. All these techniques have their own merits and demerits like browser imposed character limit when passing parameters using Query Strings and indiscriminate usage of session variables can prove costly in terms of load on server and eventually impacts the performance of server.
Category:

This simple function dynamically inserts css into the head of any web page to change the background and/or background image of an html tag, class or id based on the time of the day.
Category:

The application is developed using Active Server Pages (ASP) and VBScript, includes all source code and supporting files. The website application is fully customizable. You can modify the template using Dreamweaver, Interdev, or Notepad. You can change the content, logo and add your own pictures, modify the template to fits your needs. You will need to have knowledge and experience in web development.
Category:

Emulation of popular toy from your childhood
Features

Answers all questions

Excellent realistic graphics

Installs in about 5 seconds
Category:

Don't waste your time learning to use complex software or a CMS, that does't fit to your needs if your web site won't be complicated, in two minutes you will be able to create your fist page.

Everything that you need to start your PHP web site with SPP is:





Put a title to your document (your page)

Insert content, text, images using links to files with the help of the online WYSWYG editor, FCkeditor.

Save your page.

Copy the "identifier" (the parameter dir of the url) of the page, "identificador", paste this url where you want, in your web browser, your template or any document.
Category:

Lately I have been working on developing a Shoutbox script that I will distribute in the future but today I have created a great example and have chosen to release it right away
Category:

PHP Freelancers Script by ZJSoft
This script is a Freelancers script that can be used to develop a website that allows customers or webmasters to post projects or tasks needed to be done. The projects are listed and Freelancers/Programmers/Coders can sign up to bid on projects for cash and for great reviews.
Category:

Features :
Performs similar function like include functions in php.
Allows you to put your header footers in separate file even in static pages.
Lessen time to edit sites.
Category:

This script will allow you to create and run your own Facebook Ad Network. Coded in PHP, and MySQL.
Category:

In this tutorial, you will see how to create on a simple way very attractive and modern picture animation.You don't have to use action script code to make this lesson.You will also learn how to use some special flash tips and tricks to make this tutorial. You can apply this animation for any flash site, picture presentation, animation...
Category:

VevoCart Shopping Cart is an eCommerce Solution for small businesses. We provide a simple solution to create an online store with e-Business functionalities and professional Design.
Category:

This very useful lesson will show you and teach how to create very modern and advanced photography flash menu. To create this lesson, you have to use eight photos and flash 8 filters. You have alos used action script code to make this lesson. You will also learn:

1. How to design photo menu,
2. How to apply action script code on it,
Category:

Hi again, I just made this new flash video tutorial, I know there are a couple of tutorials explaining how this works already, but the difference is mine is a video tutorial, there is a lot of repeated work when making this tutorial, so I think its a waste of time to write, take screenshots and explain how it is done.
Category:

AVI - MPEG MPEG-1 (VCD) MPEG-2 (SVCD.DVD) MPEG-4 (XviD, MP4, 3GPP) MPEG-4 V3 ISO MPEG-4 V1 - Cinepak Codec by Radius, Cinepak by Supermac to FLV - Intel Indeo(R) Video R3.2 - DivX 5 to FLV Windows Media Video , ASF WMV 7, WMV 8, WMV 9, 10 to FLV - Quicktime to FLV MP4 H.264
Category:

SIESTA is a server-based Ebay auction and item monitoring program which you may use free of charge. Simply enter the parameters of the items your are interested in and SIESTA regularly updates matching items in your browser and instantly notifies you of new items. Use SIESTA to monitor auctions that are nearing expiration or to find "Buy It Now" items shortly after they are listed (there are some great "Buy It Now" deals that are occasionally listed and are snapped up very quickly).
Category:

Create fully customizable, dynamic and unblockable DHTML popup windows for your website without the need to write a single line of javascript/DHTML code, using an intuitive interface and a wide range of templates to choose from.
Category:

For example, you got distracted: went for lunch, having some tea, having a smoke break. Computer is idle, i.e. fans are working, lights are blinking, but it has nothing to do.
That’s when our wonderful program kicks in. It will start to clean disks, install updates, defragment – everything that usually requires specialist to complete and uses additional time and requires unoccupied computer.

This is wonderful!
Application will effectively optimize the system using defragmentation, clean it from junk and do antivirus check.
With this application you divide these 2 hours of computer tuning into free 5 minute periods and don’t even think about it! How wonderful!
Category:

Using this thoroughly explained, detailed lesson, you will see how to create very attractive and modern fashion presentation using some special flash tips and tricks. You can use this presentation as any banner, flash header, for any fashion web site... To create this presentation, you don't have to use action script code. All you need is just a little patience! You will also learn:
Category:

MLCalc.com, by Arsidian, LLC, offers powerful calculators to let consumers know what their loans will cost them before they sign on the dotted line. Featuring property tax, insurance, and PMI, MLCalc’s mortgage/loan calculators deliver the bottom line on several types of loans and display attractive, easy-to-understand amortization schedules. Using this simple copy-and-paste widget, webmasters can offer MLCalc’s features to their site’s visitors.
Category:

This function returns an interger, so we can call chr function to return an ASCII character. So let's get only one length string:
Category:

Other links at PHP > Tips and Tutorials > Miscellaneous
Extract All URLs on a Page
Category:

Object oriented programming principles encourage encapsulation, i.e. containing all the functionality inside a class. Usually this means member variables should be private or protected, one of the common ways to do this is with various set and get methods. In the case of a user class it may have setName, getName, setAge, getAge and so on. This can be time consuming to set up, change and maintain. The magic methods __set and __get provide a quick way to implement generic set and get methods.
Category:

PHP Articles and Tutorials
Category:

In PHP there are many methods of programming a script or website. Advanced programmers use something called classes. These help programmers to organize their code and also make the script more versatile. PHP classes were mainly used when PHP5 was introduced as PHP5 concentrated on advanced programmers with using classes and other methods of programming. By using classes functions can be manipulated and security can be increased from standard php methods. PHP classes or often refered to as OOP which stands for Object Orientated Programming because we are using objects to organise our code. PHP classes have many features to them and it would take to long to explain every feature of a class so were just going to look at the few basics of using and creating a PHP class.
Category:

We've all seen the dreaded Error 404 message - the result of broken links and mistyped URLs. You've probably been on some websites where the error pages are customised with their own logo and message, and I'm sure you'll agree that it looks far more professional than the standard one.
Category:




Main Category
199
2044
829
286
175
1801
1439
913
1177
7568
70
917
59
2238
175

Join Mailing List
Joining mailing list will entitle you to receive occasional emails informing you of news and updates to the site and any special offers that may be of interest to you.



Top 10
Directory Statistics

Links: 19868
Categories: 1275
Registered Users: 767
Mailing List Subscribers: 2047
Unique Outgoing Hits: 231265

Pagerank Statistics
PR 10
1 site(s)
PR 9
14 site(s)
PR 8
43 site(s)
PR 7
231 site(s)
PR 6
683 site(s)
PR 5
1761 site(s)

PHP News