Home
Submit
Free Hosting
Link To Us
Contacts
PHP IP Deny using Array
PHP
Download
(.zip)
<?php
$banip = array (
'127.0.0.1',
'127.0.0.2',
'127.0.0.3'
);
if (in_array($_SERVER['REMOTE_ADDR'], $banip)) {
echo "You are banned from this website!";
exit;
}
else {
echo "no match";
}
?>
PHP
File read using while
Random password using md5() and rand()
Text to Image using while
PHP
Array Extension Get
Array Looper with For and Explore
Random password using md5() and time()
PHP
Array Push useful for reverse directory listing
Array Simple Randomizing
Advanced Miltidimension Arrays
PHP
File Read using for looper
Bulgaria Towns and Regions sorted with arrays
Array Get Image Properties
PHP
Text Censor Script
Random quotes using arrays
JavaScript to HTML Function