Category Archives: php

Breadcrumb generator function

Here is a piece of code i used for generating breadcrumbs for one of my project. Function for generating breadcrumb first parameter an array with key and values, value is used for link where as keys are used for link … Continue reading

Posted in php | Leave a comment

yahoo smileys array for codeigniter

I needed to use yahoo like emoticons in my new project i am working. So i had to replace all existing array of smileys, So in order to make this painful process easier to other who are trying to use … Continue reading

Posted in codeigniter, php | Leave a comment

using youtube api to upload videos from your site

I wanted to create a video site but lacked the server resources to run it, I am using a shared server, it has ffmpeg but when converting a video it takes lot’s of system resources. I successfully made the fmpeg … Continue reading

Posted in Tutorials, Uncategorized, api, google, php, phpizabi, socialnetwork | Tagged | Leave a comment

toksta chat integration to your website [phpizabi, socialnetwork]

I was looking for a decent chat script and i found much better hosted solution toksta. It’s a hosted chat aplication. You can add instant chat messenger in your site with a couple of  lines of codes. I just installed … Continue reading

Posted in php, phpizabi | Leave a comment

Socialnetwork platforms in php

socialnetwork is the most popular destination for the netizens. Today most of the people spend time on socialnetwork like facebook, hi5, linkedin, myspace. Many people also want to build there own social network which focus on special subject matter of … Continue reading

Posted in php, phpizabi, socialnetwork | Tagged , | 1 Comment

buddypress for socialnetworking site

Hello, I was trying to setup the wordpress mu for my site www.mundhu.com. I successfully set it up. Now i wanted to make it more social and found out about buddypress. According to the site buddypress will transform a vanilla … Continue reading

Posted in php, site review | Tagged , | 1 Comment

Getting stock information from yahoo.

Here is a function to get stock quote information from yahoo: function getquote($symbol) { if (empty($symbol)) { $symbol = '^dji'; } $fields = 'sl1d1t1c1ohgv'; // we use yahoo to get the quotes //http://download.finance.yahoo.com/d/quotes.csv?s=%5EDJI&f=sl1d1t1c1ohgv&e=.csv $host = 'http://download.finance.yahoo.com'; // construct the url … Continue reading

Posted in Tutorials, php | Leave a comment

Changing unpk/pk function to database based in phpizabi

ok here is some ideas to do it. I have done it. But i don’t use phpizabi any more. I have developed my own script. And i had transferred the users, contacts, user gallery to my new script using this … Continue reading

Posted in php, phpizabi | 5 Comments

Storing your session to database in php

I am developing a custom solutions for my projects. I was finding solution to secure my php applications. As security is top concerned when I develop my applications. I had to develop a solution for a shared hosting environment and … Continue reading

Posted in Tutorials, php | Tagged , , | 1 Comment

Mundhum.com released

This is a phpbb3 based site. In this site, I have disabled the default registration and account management system of phpbb3 and provided access to users from kiratisaathi.com which is a phpizabi based site. I have changed some theme of … Continue reading

Posted in php, phpizabi | Tagged , , , | Leave a comment