Hello, Any one interested in getting phpizabi contact and gallery converted to database based. I have done this and I want to sell it. Any one willing to buy it can contact me. The price is minimal. thanks
is phpizabi back??
I just saw an security fix update at www.phpizabi.net posted on july,9th. What it does is provide security against the attack used in comment form to reveal other user sensitive informations. The below code protects you from that attack at line 75:
// SQL INJECTIONS / XSS HACKS PROTECTION //////////////////////////////////////////////
$entities = array(";"=>"&#059;", """=>"&quot;", "'"=>"&#039;", "<"=>"&lt;", ">"=>"&gt;", "\"=>"&#092;", "^"=>"&#094;", "{"=>"&#123;", "}"=>"&#125;");
if (isset($_POST)) foreach($_POST as $var => $val)
if (!is_array($val) and substr($var, 0, 1) != "_")
$_POST[$var] = trim(strtr(stripslashes($val), $entities));
if (isset($_GET)) foreach($_GET as $var => $val)
if (!is_array($val) and substr($var, 0, 1) != "_")
$_GET[$var] = trim(strtr(stripslashes($val), $entities));
unset ($var, $val, $entities);
I hope phpizabi will be back soon and become stronger. Let’s hope for it as it was the best script i have ever used.
kiratisaathi.com in new look and features
Kiratisaathi.com is updated with new look and features check them out.
scrapbook mod for phpizabi
Scrapbook mod for phpizabi provides scrap feature in your phpizabi site, something similar to orkut scrapbook. try it out
Cost: free
mod rewrite mod
This mod will create short urls for your phpizabi site. That is you can access your blogs page from link www.yoursite.com/blogs and similar to other.