You are currently browsing the yalamber.com posts tagged: phpizabi


phpizabi contact and gallery db based

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(";"=>"&amp;#059;", """=>"&amp;quot;", "'"=>"&amp;#039;", "<"=>"&amp;lt;", ">"=>"&amp;gt;", "\"=>"&amp;#092;", "^"=>"&amp;#094;", "{"=>"&amp;#123;", "}"=>"&amp;#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.

www.kiratisaathi.com

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

download

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.

Cost: free

download


Tags