• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

Post your ctrl+v

$params_map = array();
foreach($params_map1 as $ar){
$keys = array_keys($ar);
$params_map[$keys[0]] = $ar[$keys[0]];
}
 
BowCatShot wrote:
I keep javascript and java disabled in konqueror until absolutely necessary. That speeds things up quite a bit. Give it a try.


I have lots of sites that require javascript (IE: facebook, homestarrunner.com, etc.) so yeah, not happening.
 
There's some truly scary randomness here. By def. a Control-V is something the user wanted to keep long enough to paste once somewhere else.

I'd love to see someone host an ongoing page with these.
 
PHP:
<?php
if(isset($_POST['submit'])) {
if($_POST['pass'] == 'PASSWORD') {
phpinfo();
} else {
print "Login Failure";
die();  } } else {
print "<form action=\"?\" method=\"post\">Password: <input type=\"password\" name=\"pass\"><input 

type=\"submit\" name=\"submit\"></form>";
}
?>
 
Back
Top