PHP
Table Manager 3.04
Version 3.04 of The MySQL Table Manager has been released.
Fixes for this release include:
- Display of page numbers for multi page display, an error introduced last version.
- Clean up of debug alert statement in JavaScript
- Field size input field for types such as INT was corrected for create and alter table.
- Fixed the connection to external servers. This will only work if the permissions for the database you are trying to connect to allow connections from external hosts.
Drupal's Dynamic layouts
One of the many things taken for granted when working with Drupal is that ability to have dynamic layouts. Different layouts for different pages, based on the blocks assigned to regions for the page.
Variables are set during page construction that can tell you how many columns are required. Which in combination with the page.tpl.php and your stylesheet can provide any number of layouts.
- AppCreator's blog
- Login or register to post comments
- Read more
MySQL Table Manager 3
Finally I have released version 3 of the MySQL Table Manager. The last version 2.8 was released in October 2003, that's nearly 5 years ago. I apologise for my lack of motivation in getting this one out, and hope you find the new version as useful as I do.
Many new features have been added such as user management, change privileges, backup functionality, ajax edit in place functionality to update fields, optimize tables, save queries, save results.
A new privilege system has been added that restricts functionality based on MySQL privileges and privileges set in the settings file. The privilege system works best with MySQL versions greater then 5.0.2.
To coincide with the release I have added support forums so it will be easier to track and manage support requests. Let me know what works and what fails in different MySQL server versions, operating systems or browsers.
Enjoy.
Link System
This php/mysql System enable users to submit a link and description to a database. An email is sent to notify the site administrator who can then check and approve the link before its available on the links page.
Links are grouped together by type and a menu structure is created to each group. Counts are kept of the visits to each link and number of links in each group.
This link system contains all the files required for creating the database, approving and viewing the links.
You require PHP and and a MySql databse to use this system. It was built with PHP4 but may run with earlier version.
As the product is free the creators and download sites accept no responsibility for any problems that may occur from the use or download of this product. We hope you find this links system useful and we welcome comments and suggestions.
Change log
Version 2.5 released September 2002
Upgraded for global variable set to off in PHP 4.1 or greater.
Admin page requires logon and is session based.
Createtablelinks page requires logon and is session based.
Version 2.4 released 25 February 2002.
Fixed a link from the admin page to a no longer
available add a link page.
Version 2.3 released 21 January 2002.
Added simple search functionality.
Made the system easier to customise.
Reduced the number of files required.
Version 2.2 realeased 9 December 2001.
An admin page has been added to enable the administrator to
approve, delete or edit selected links.
Visitor Sniffer
This PHP Visitors Sniffer uses the HTTP Header sent from your browser, to detect the type and version of browser and platform. There are lots of other sniffers on the web, this one is very simple and effective. It hasn't been designed to detect all browser and operating system combinations. Feel free to modify it if you see a need, and please let us know of any bugs.
Many browsers allow user to change the User Agent string used to detect the browser.
There is no simple way to detect if the User Agent has been changed. Most developers no longer rely on User Agent sniffing, instead they use JavaScript object testing to test if the function they wish to use is supported by the browser.
Latest update version 1.4 added Mozilla Firefox to the list of detected browsers.
Visitor Sniffer can be used to customize web pages for different browsers or for
gathering statistics on web visitors.
To use the visitor sniffer on your php page:
include("sniffer.php");
$snif = new sniffer();
Then the variables can be accessed like:
$snif->browser
$snif->browservers
$snif->version
$snif->major
$snif->minor
$snif->platform
As the product is free the creators and download sites accept no
responsibility for any problems that may occur from the use or
download of this product. We hope you find this visitor sniffer useful and we
welcome comments and suggestions.

