Skip to content
  • Home
  • About Me
  • About My Blog Planner
  • +919836892283
  • subikar.web@gmail.com

MyBlogPlanner

  • Home
  • About Me
  • About My Blog Planner

Category: php

  • Home
  • php

Magento 1.9 Version Php 7 Comparability Fix

Just last week my Demo Server crashed and I thanks to my Team Oleg for his hard work to get back the demo server back. But once it is back the scenario was different. Before we are running php5 version Read More

April 25, 2018April 25, 2018 Subikar1 CommentMagento, myblogplanner, php, subikar

Unzip File using php

I always need to upload file to my client server and unzip and install it. In most case server do not enable ssh. So Here below I am attaching simple php script to unzip file function unzip($file){ $zip=zip_open(realpath(“.”).”/”.$file); if(!$zip) {return(“Unable Read More

July 4, 2014July 4, 2014 SubikarLeave a commentphp, zip commandphp, php unzip, unzip, zip

Archive file in server without ssh enabled

Well most of the time I need to get my client file in my server for development purpose but most of client do not like to provide ssh account or his account is not enabled ssh. So today I found Read More

February 1, 2014February 1, 2014 SubikarLeave a commentitcslive, joomla, myblogplanner, php, zip command

Download file Using curl

To download file to your server from external server where you have difficulty to have ssh enabled. So below is the curl code you can use for download. set_time_limit(0); $url = ‘Your Download URL’; $fp = fopen (dirname(__FILE__) . ‘/localfile.tmp’, Read More

October 2, 2013October 2, 2013 Subikar1 Commentdedicated server, it professional, joomla, linux, php, subikar

How to make username or email login in joomla 1.5

Last time I was having problem with email / username with Password login. There are several plugin but those all are paid but if you want a quick and easy method to do it. here is the code. For Email Read More

February 15, 2012 Subikar5 Commentscomponent, joomla, linux, module, phpauto login, component, content management system, joomla, php

Fatal error: Call to undefined method stdClass::onDisplay() in libraries/joomla/html/editor.php

This kill my whole day so dev who ever have this problem you can do this quick fix from here. open this file in joomla libraries/joomla/html/editor.php find this line // Try to authenticate — only add to array if authentication Read More

October 18, 2011October 18, 2011 Subikar8 Commentscms, joomla, module, php, phpmyadminbug, editor, fatal error, joomla

How to manage Big Website with n number of subdomain

Hi all , After long time I came up with some new ideas. How to manage big website without using single database. I am sure you all know if a single database is using your big website with a lot Read More

March 15, 2011 SubikarLeave a commentphp, phpmyadmin

simple regular expression to search all the emails from a web page.

Hi Developers If you want to search all the emails from a web page you can use this simple regular expression to search all the email from any website. (href=[“|\’])(mailto:)(.*?)([“|\’]) If you are using php script then your code will Read More

April 12, 2010 SubikarLeave a commentemail, link, phpemail search, php, regex, webpage

How to create simple block module in drupal 6.x

Creating simple block module in drupal is easy you just need to concentrate on this artcile to learn to create simple block module in drupal step by step. For drupal all block module whould uploaded to the folder sites/all/modules Suppose Read More

July 31, 2009July 31, 2009 Subikar4 Commentsblock, cms, community, drupal, drupal 6.x, module, php

Currency converter calculator in php

I hope a lot of people will like this module. Let me show you the demo work here if you like it just click here for Free Download. And install it to your website. Step guide how to install and Read More

July 15, 2009July 15, 2009 Subikar4 Commentsconverter, currecny, phpcurrency converter

Recent Posts

  • Magento 1.9 Version Php 7 Comparability Fix
  • Bad Bots is a challenge to any website
  • Magento update all categories with attribute is_anchor to 1
  • Magento Sort by New Product
  • Magento Order ID set order pointer to xxxxxxxx
Copyright © All rights reserved.
Linten by Anil Basnet