Categories
Islaam Ramadan Mubarak

A dua for All in Holy month of Ramadan Kareem

Assalamlaikum,

RAMADAN KAREEEM!

Here’s wishing you all the best wishes and Ramadan Karim.
It’s never too late to make duas for my dear brothers and sisters. J

On behalf of my entire family, I pray that in this Ramadan your relationship with our AlMighty Creator is enhanced by all of your good actions. May Allah(swt) protect you and your family from all of the fitnah that lurks within our own souls. I beseech Allah(swt) to accept all of your prayers, fasts and supplications. Ameen

Please make dua for the Muslimeen across the Globe and for our community in Edmonton. Pray that we’re not a fitnah for others especially our own family members.

May Allah(swt) guide us to understand and implement the teachings from His book and our beloved Prophet’s (pbuh) message. May we never deviate from the straight path.

Please forgive me for my many shortcomings that you might of come across.

Time to smile
Time to celebrate
Time to fast
Time to binge
Time for everything…

Wasalamlaikum,

Vaseem Ansari

httpv://www.youtube.com/watch?v=OcZeBfVBWb8

Categories
Career Horoscope Pisces Horoscope

Horoscope of Pisces for Year 2011

As i am a Pisces who was born on March 4 1984. So today i decided to post about the yearly horoscope or astrology tips for all pisces people in the world.

2011 is shaping up to be an exceptional year of personal growth! Several of the signs will encounter difficulty in terms of career and income, but with little permanent damage. The 2011 yearly horoscope seems to hint that these struggles are designed to help build self-reliance or guide certain signs away from areas where they have struggled and not found success. However, certain signs such as Leo and Aries find themselves at the top of their game and reaping the rewards they have earned through prior years of struggle.

In terms of personal relationships, the 2011 yearly horoscope shows that many of the signs are looking at growth in romance. Although there are some fiery encounters lined up, many of these encounters seem orchestrated with a built-in plan for self revelation. Libra will experience a passionate encounter while struggling with the will power to fight off an all consuming passion. The secretive Scorpio will be encouraged to unlock that vault to the heart. Other signs have to tackle issues such as success over jealousy or confusion over an independent spirit.

The 2011 yearly horoscope also predicts an exciting year for education and travel. Several of the signs are eager to learn, as education in particular areas of interest will bring about success for many in 2011. Both Pisces and Capricorn are eager to build upon whatever success they have obtained and cannot quench that desire for knowledge. For many of the signs, travel is about personal relaxation and renewal. For the Cancer, travel might be a way to bridge issues in an interpersonal relationship.

Health-wise, the rules still apply. Self care leads to prosperity. Many of the signs are urged to slow down and find balance, as poor mental health is often a cause of poor physical health. There are those who will struggle with greater issues and are urged to stay on top of maintenance and doctor visits. Turning to a professional whenever in doubt is the quickest route to resolving an issue but a healthy lifestyle can avoid many such issues in the first place.

Ultimately, the 2011 yearly horoscope promises a year of excitement, personal growth and joy for life. Regardless of whether success in love, career or money is obtained, the 2011 yearly horoscope shows that all of the signs continue to grow and develop. The signs in 2011 all point to excitement at the idea of working towards that personal best.

Categories
ICICI EMI Payment Gateway JavaBridge Payment Gateway Integration Tomcat Server

How to install JavaBridge and integrate ICICI Payment Gateway

Step by step Procedure to create JavaBridge on Linux and then Integrating ICICI Payment Gateway

I have talked a lot to the ICICI Payment gateway guys in Mumbai. I sent so many mails and followed the complete useless procedure sent by them. Initially I asked for instructions to create JavaBridge in PHP+MySql+Apache+Linux(CentOs) but they were failed to sent me the usefull instructions. As they sent me instructions to create javabridge in Tomcat server so finally we also decided to create the JavaBridge in tomcat server. Then I with my TL (Mr. Anuj Shukla) sat together and worked on the instructions provided by Diadem Tech Weblogs. The instructions provided by him for installing the JavaBridge for Tomcat server + Linux were really helpful.

So here are few necessary and useful step by step instructions to install JavaBridge.

  1. Download the file “php-java-bridge_6.2.1_documentation.zip” from this link. This link will give you JavaBridge.war and documentation folder once you extract this downloaded file. You can extract using the following Linux command jar xvf JavaBridge.war Copy this JavaBridge.war file to your online Linux server at this location /var/lib/tomcat5/webapps/. We are assuming that you or your technical team already installed the tomcat server on your Linux Operating System.
  2. Then upload the JavaBridge.jar and php-servlet.jar, located under JavaBridge/WEB-INF/lib directory to this location of your server /var/lib/tomcat5/shared/lib/
  3. Once you upload the war file then you must restart the Linux server with the following command. Once you run the command using putty then a JavaBridge folder will be automatically created on the server. Use this Linux command to start the server/etc/init.d/tomcat5 restart (Once you restart the tomcat server and JavaBridge folder is automatically created this means the JavaBridge is installed properly)
  4. Then login to your ICICI merchant admin panel with required login details and download the key file and SFA files (php.zip) and extract it on your computer. The file will give you 2 zip files named as SFA_Dependencies.zip and SFAClient.zip and a file PHP Sfa Guide.pdf
    1. The PHP SFA comes bundled as 2 zip files –

    1.SFAClient.zip – This zip file contains the components, which provide the core SFA functionality and test pages

    2.SFA_Dependencies.zip – This zip file contains the components that are required for the SFA to function

    The installation process for SFA_Dependencies.zip is as follows –

    The zip file SFA_Dependencies.zip has the following files

    1)cryptix32.jar – Required by SFA to encrypt the data sent to the ePG

    2)jcert.jar – Required to establish the SSL connection with ePG

    3)jnet.jar – Required to establish the SSL connection with ePG

    4)jsse.jar – Required to establish the SSL connection with ePG

    5)Servlet.jar – HTTP Request/Response handling

    6)Sfa.jar – SFA Java library

1.      Now we need sfa.jar file that can be found under “SFA_Dependencies.zip” file so you need to extract SFA_Dependencies.zip to get the sfa.jar and edit the sfa.properties file with the following entries:

 

motoURL=https://payseal.icicibank.com/mpi/Moto.jsp

sslURL=https://payseal.icicibank.com/mpi/Ssl.jsp

verbose=true

Key.Directory=/var/lib/tomcat5/webapps/JavaBridge/key/

OS.Type=UNIX

epgURL=https://payseal.icicibank.com/mpi/PGServSFA

traceLog=/var/log/tomcat5

 

 

2.      Once you edit the sfa.properties file then put the file in sfa.jar file. You can use jar command Jar -xvf sfa.jar to extract file and once you successfully edited the sfa.properties then you can use jar command Jar -cvf sfa.jar com sfa.properties to zip the file.

 

3.      Then copy all the 6 jar files (that were extracted from SFA_Dependencies.zip file) including the edited sfa.jar file in /var/lib/tomcat5/common/lib/ folder

JAR Files to copy: cryptix32.jar, jcert.jar, jnet.jar, jsse.jar, servlet.jar, sfa.jar

 

4.      Then copy the key folder with key files in it to /var/lib/tomcat5/webapps/JavaBridge/ and give it a 777 read and write permission as shown in following image

Categories
My Best Friends

Few lines dedicated to all my Best Friends on this Friendship Day

Life is very busy now a days. We all were happy in our college to see our friends daily.
Sometimes i feel to cherish the same moment again. I will do it sometime with my friends Umesh, Pallav, Akanksha, Sakshi few more are also there.

So here are some beautiful saying dedicated to all my best friends.
“Only few close friends Can easily identify some Little lies in your smile & Sum more Truth in your tears.”

Friendship is unnecessary, like philosophy, like art… It has no survival value; rather is one of those things that give value to survival.

A single candle can illuminate an entire room. A true friend lights up an entire lifetime. Thanks for the bright lights of ur friendship.

A coin is easy to earn, a friend is hard to find. The coin depreciates but a friend appreciates. I lost a coin when I smsed u, but it’s okay because I got u.

A best friend is somebody who knows every last thing about you, yet still manages to like u anyway.

What is a friend? She looks out 4 u, inspires u, laughs with u, cries with u, understands u, guides u and walks with u. That’s what a friend is… u.

Sometimes, I forget to say hi,
Sometimes, I even miss to reply,
Sometimes, my message doesn’t reach you,
But, it doesn’t mean that I forget you,
I’m just giving you time to miss me!

Best friend is one who is the first one to come in your mind when you want to share something with anyone..!

I always thought loving someone is the greatest feeling, but I realized that loving a friend is even better. We lose people we love, but v never lose true friends. So never lose your true friends in life.

A good friend is like a computer, ‘enter’ in ur life, ‘save’ u in my heart, ‘format’ your problems, ‘shift’ you to opportunities & never ‘delete’ you from memory!

A friend is sweet when it is new. And it is sweeter when it is true. But you know what? It is sweetest when it is u.

Friendship Day is on 5th August 2012.
I will update the page to add more people in list and also more lines in future.

Till then have fun take care bye 🙂

Categories
ICICI EMI Payment Gateway JavaBridge Tomcat Server

Step by Step Procedure to setup JavaBridge on Tomcat Server

As i have recently created the JavaBridge on Tomcat server and then integrated the ICICI Payment gateway so here are few useful steps for advanced programmer to help them in creating the JavaBridge on their online Linux server.
Here are the simple step by step procedure to create JavaBridge.

1. Copy the JavaBridge.war to /var/lib/tomcat5/webapps/ on your Linux server
2. Then upload the JavaBridge.jar and php-servlet.jar to /var/lib/tomcat5/shared/lib/
3. Restart the server using command service httpd restart
4. Make the changes in sfa.properties file and copy it in sfa.jar file.

5. Then copy all the 6 jar files in /var/lib/tomcat5/common/lib/
6. Copy the key folder with key files in it to /var/lib/tomcat5/webapps/JavaBridge/ and set permission 777
7. Create new php.ini file at /var/lib/tomcat5/webapps/JavaBridge/WEB-INF/cgi
8. Upload required php files and Sfa directory provided by ICICI to /var/lib/tomcat5/webapps/JavaBridge after making changes in TestSsl.php and Sfa/PostLibPHP.php
9. Then run the url and see the magic of JavaBridge.

If you find difficulty in any of the steps written above or you are a newbie in PHP then you should refer this link for How to install JavaBridge from the beginning or you can contact me for support.

Categories
Poems Success

If you think you can – a very nice Poem to Motivate yourself

If you think you are beaten, you are;
If you think you dare not, you don’t.
If you’d like to win, but think you can’t
It’s almost a cinch you won’t.
If you think you’ll lose, you’ve lost,
For out in the world we find
Success being with a fellow’s will;
It’s all in the state of mind.

If you think you’re outclassed, you are:
You’ve got to think high to rise.
You’ve got to be sure of yourself before
You can ever win a prize.
Life’s battles don’t always go
To the stronger or faster man,
But soon or late the man who wins
Is the one who thinks he can.