50 Extremely Useful PHP Tools
Some tools are useful
s4femod3 -- *$object->begin->deploy(); |
Found the to install chrome os into usb thumb drive at
I just bought Buffalo ext hardisc and my friend bought western digital ext hardisc.
Symptom :
The connection to internet was successful after 1st time computer booted. But, when it's disconnected (purposely/not). Try to connect again, the connection shown connected with 7.2 mbps on taskbar. However, it's not found the server or any ip address. So you will having problem on connection to internet.
As today the only solution is to uninstall virtualBox. It's will work
if ($_SESSION['SID']['pop'] == '' || $_SESSION['SID']['pop'] == 0) echo 'window.onload=alert("Test, 1 popup for 1 session. By s4femod3")';Everytime user refreshed the page the value $_SESSION['SID']['pop'] will increase by 1.
$_SESSION['SID']['pop'] += 1;
echo 'window.onload=alert("Test, 1 popup for 1 session. Current session val :'.$_SESSION['SID']['pop'].'")';
FirePHP enables you to print to your Firebug Console using a simple PHP function call.
What makes FirePHP different?
All data is sent via a set of X-FirePHP-Data response
headers. This means that the debugging data will not interfere with the
content on your page. Thus FirePHP is ideally suited for AJAX
development where clean JSON or XML responses are required.
Requirements
PHP: | 5 | Firefox: | 2, 3 | Firebug: | 1.05, 1.1, 1.2 |
PHPIDS (PHP-Intrusion Detection System) is a simple to use, well
structured, fast and state-of-the-art security layer for your PHP based
web application. The IDS neither strips, sanitizes nor filters any
malicious input, it simply recognizes when an attacker tries to break
your site and reacts in exactly the way you want it to. Based on a set
of approved and heavily tested filter rules any attack is given a
numerical impact rating which makes it easy to decide what kind of
action should follow the hacking attempt. This could range from simple
logging to sending out an emergency mail to the development team,
displaying a warning message for the attacker or even ending the user's
session.
PHPIDS enables you to see who's attacking your site and how and all
without the tedious trawling of logfiles or searching hacker forums for
your domain. Last but not least it's licensed under the LGPL!